FrmAttractionsSet.Designer.cs 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmAttractionsSet
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAttractionsSet));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tab = new LYFZ.ComponentLibrary.TabControlEx();
  36. this.tabPage1 = new System.Windows.Forms.TabPage();
  37. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.txtTsc_Address = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  39. this.cmbtreevIsDisable = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.lstvData = new LYFZ.ComponentLibrary.ListViewEx();
  42. this.btnDeletePhoto = new LYFZ.ComponentLibrary.ButtonForm();
  43. this.btnBrowse = new LYFZ.ComponentLibrary.ButtonForm();
  44. this.btnAdd = new LYFZ.ComponentLibrary.ButtonForm();
  45. this.cmbTcs_Category = new LYFZ.ComponentLibrary.ComboBoxEx();
  46. this.txtTsc_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  47. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.cmbTsc_Rating = new LYFZ.ComponentLibrary.ComboBoxEx();
  50. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.txtTsc_CostPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  54. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.txtTsc_SalesPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  56. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.txtTsc_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  59. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  61. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Tsc_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Tsc_SalesPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Tsc_RatingName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Tcs_CategoryName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Tsc_IsDisable = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.tabPage2 = new System.Windows.Forms.TabPage();
  68. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  69. this.cmbtreevIsDisable2 = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  70. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.cmbTcs_Category2 = new LYFZ.ComponentLibrary.ComboBoxEx();
  72. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  73. this.btnAdd2 = new LYFZ.ComponentLibrary.ButtonForm();
  74. this.btnClose2 = new LYFZ.ComponentLibrary.ButtonEx();
  75. this.txtTsc_Name2 = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  76. this.btnSave2 = new LYFZ.ComponentLibrary.ButtonEx();
  77. this.cmbTsc_Rating2 = new LYFZ.ComponentLibrary.ComboBoxEx();
  78. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  79. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  80. this.btnDelete2 = new LYFZ.ComponentLibrary.ButtonEx();
  81. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  82. this.txtTsc_Remark2 = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  83. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  84. this.ID2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.Tsc_Name2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.Tcs_Category = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.Tsc_IsDisable2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.btnUpdateScenery = new LYFZ.ComponentLibrary.ButtonEx();
  90. this.plExMainContainer.SuspendLayout();
  91. this.plFormMainContent.SuspendLayout();
  92. this.tab.SuspendLayout();
  93. this.tabPage1.SuspendLayout();
  94. this.panelEx1.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  96. this.tabPage2.SuspendLayout();
  97. this.panelEx5.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  99. this.SuspendLayout();
  100. //
  101. // plExMainContainer
  102. //
  103. this.plExMainContainer.Controls.Add(this.tab);
  104. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  105. //
  106. // btnAppFormMaximize
  107. //
  108. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  109. this.btnAppFormMaximize.Location = new System.Drawing.Point(513, 0);
  110. //
  111. // btnAppFormExit
  112. //
  113. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  114. //
  115. // btnAppFormMinimize
  116. //
  117. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  118. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  119. //
  120. // tab
  121. //
  122. this.tab.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  123. this.tab.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  124. this.tab.Controls.Add(this.tabPage1);
  125. this.tab.Controls.Add(this.tabPage2);
  126. this.tab.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.tab.ItemSize = new System.Drawing.Size(120, 30);
  128. this.tab.Location = new System.Drawing.Point(5, 5);
  129. this.tab.Name = "tab";
  130. this.tab.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  131. this.tab.SelectedIndex = 0;
  132. this.tab.Size = new System.Drawing.Size(900, 535);
  133. this.tab.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  134. this.tab.TabIndex = 59;
  135. //
  136. // tabPage1
  137. //
  138. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  139. this.tabPage1.Controls.Add(this.panelEx1);
  140. this.tabPage1.Location = new System.Drawing.Point(4, 34);
  141. this.tabPage1.Name = "tabPage1";
  142. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  143. this.tabPage1.Size = new System.Drawing.Size(892, 497);
  144. this.tabPage1.TabIndex = 0;
  145. this.tabPage1.Text = "景点设置";
  146. //
  147. // panelEx1
  148. //
  149. this.panelEx1.BorderColor = System.Drawing.Color.Black;
  150. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  151. this.panelEx1.BorderWidth = 1;
  152. this.panelEx1.Controls.Add(this.txtTsc_Address);
  153. this.panelEx1.Controls.Add(this.cmbtreevIsDisable);
  154. this.panelEx1.Controls.Add(this.labelEx11);
  155. this.panelEx1.Controls.Add(this.lstvData);
  156. this.panelEx1.Controls.Add(this.btnDeletePhoto);
  157. this.panelEx1.Controls.Add(this.btnBrowse);
  158. this.panelEx1.Controls.Add(this.btnAdd);
  159. this.panelEx1.Controls.Add(this.cmbTcs_Category);
  160. this.panelEx1.Controls.Add(this.txtTsc_Name);
  161. this.panelEx1.Controls.Add(this.labelEx9);
  162. this.panelEx1.Controls.Add(this.btnSave);
  163. this.panelEx1.Controls.Add(this.cmbTsc_Rating);
  164. this.panelEx1.Controls.Add(this.labelEx2);
  165. this.panelEx1.Controls.Add(this.labelEx8);
  166. this.panelEx1.Controls.Add(this.btnDelete);
  167. this.panelEx1.Controls.Add(this.txtTsc_CostPrice);
  168. this.panelEx1.Controls.Add(this.labelEx1);
  169. this.panelEx1.Controls.Add(this.txtTsc_SalesPrice);
  170. this.panelEx1.Controls.Add(this.labelEx7);
  171. this.panelEx1.Controls.Add(this.labelEx3);
  172. this.panelEx1.Controls.Add(this.txtTsc_Remark);
  173. this.panelEx1.Controls.Add(this.labelEx6);
  174. this.panelEx1.Controls.Add(this.dgv);
  175. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  177. this.panelEx1.Name = "panelEx1";
  178. this.panelEx1.Size = new System.Drawing.Size(886, 491);
  179. this.panelEx1.TabIndex = 14;
  180. //
  181. // txtTsc_Address
  182. //
  183. this.txtTsc_Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  184. this.txtTsc_Address.EmptyTextTip = null;
  185. this.txtTsc_Address.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  186. this.txtTsc_Address.Font = new System.Drawing.Font("微软雅黑", 9F);
  187. this.txtTsc_Address.Location = new System.Drawing.Point(481, 111);
  188. this.txtTsc_Address.Name = "txtTsc_Address";
  189. this.txtTsc_Address.Size = new System.Drawing.Size(385, 23);
  190. this.txtTsc_Address.TabIndex = 5;
  191. //
  192. // cmbtreevIsDisable
  193. //
  194. this.cmbtreevIsDisable.AfterSelectLevelFirstNode = true;
  195. this.cmbtreevIsDisable.DropDownHeight = 220;
  196. this.cmbtreevIsDisable.DropDownShow = false;
  197. this.cmbtreevIsDisable.FormattingEnabled = true;
  198. this.cmbtreevIsDisable.IntegralHeight = false;
  199. this.cmbtreevIsDisable.IsNodeMouseClick = true;
  200. this.cmbtreevIsDisable.IsSelectParentNode = false;
  201. this.cmbtreevIsDisable.Location = new System.Drawing.Point(760, 17);
  202. this.cmbtreevIsDisable.Name = "cmbtreevIsDisable";
  203. this.cmbtreevIsDisable.ReadOnly = true;
  204. this.cmbtreevIsDisable.SelectedNode = null;
  205. this.cmbtreevIsDisable.Size = new System.Drawing.Size(106, 20);
  206. this.cmbtreevIsDisable.StrGetName = "";
  207. this.cmbtreevIsDisable.StrGetTagName = "";
  208. this.cmbtreevIsDisable.StrKey = null;
  209. this.cmbtreevIsDisable.TabIndex = 274;
  210. //
  211. // labelEx11
  212. //
  213. this.labelEx11.AutoSize = true;
  214. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  215. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  216. this.labelEx11.Location = new System.Drawing.Point(685, 18);
  217. this.labelEx11.Name = "labelEx11";
  218. this.labelEx11.Size = new System.Drawing.Size(77, 17);
  219. this.labelEx11.TabIndex = 161;
  220. this.labelEx11.Text = "* 是否启用:";
  221. //
  222. // lstvData
  223. //
  224. this.lstvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  225. | System.Windows.Forms.AnchorStyles.Left)
  226. | System.Windows.Forms.AnchorStyles.Right)));
  227. this.lstvData.BorderStyle = System.Windows.Forms.BorderStyle.None;
  228. this.lstvData.IsDefaultShowGroups = false;
  229. this.lstvData.Location = new System.Drawing.Point(418, 262);
  230. this.lstvData.Name = "lstvData";
  231. this.lstvData.Size = new System.Drawing.Size(448, 226);
  232. this.lstvData.Sorting = System.Windows.Forms.SortOrder.Ascending;
  233. this.lstvData.TabIndex = 157;
  234. this.lstvData.UseCompatibleStateImageBehavior = false;
  235. //
  236. // btnDeletePhoto
  237. //
  238. this.btnDeletePhoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  239. this.btnDeletePhoto.BackColor = System.Drawing.Color.Transparent;
  240. this.btnDeletePhoto.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeletePhoto.BackImg")));
  241. this.btnDeletePhoto.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  242. this.btnDeletePhoto.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  243. this.btnDeletePhoto.ForeColor = System.Drawing.Color.White;
  244. this.btnDeletePhoto.IsCustomBackImg = false;
  245. this.btnDeletePhoto.IsShowText = true;
  246. this.btnDeletePhoto.Location = new System.Drawing.Point(786, 231);
  247. this.btnDeletePhoto.Name = "btnDeletePhoto";
  248. this.btnDeletePhoto.Size = new System.Drawing.Size(80, 25);
  249. this.btnDeletePhoto.TabIndex = 159;
  250. this.btnDeletePhoto.Text = " 删除相片";
  251. this.btnDeletePhoto.UseVisualStyleBackColor = false;
  252. //
  253. // btnBrowse
  254. //
  255. this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  256. this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
  257. this.btnBrowse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowse.BackImg")));
  258. this.btnBrowse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  259. this.btnBrowse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  260. this.btnBrowse.ForeColor = System.Drawing.Color.White;
  261. this.btnBrowse.IsCustomBackImg = false;
  262. this.btnBrowse.IsShowText = true;
  263. this.btnBrowse.Location = new System.Drawing.Point(700, 231);
  264. this.btnBrowse.Name = "btnBrowse";
  265. this.btnBrowse.Size = new System.Drawing.Size(80, 25);
  266. this.btnBrowse.TabIndex = 158;
  267. this.btnBrowse.Text = " 上传相片";
  268. this.btnBrowse.UseVisualStyleBackColor = false;
  269. //
  270. // btnAdd
  271. //
  272. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  273. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  274. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  275. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  276. this.btnAdd.ForeColor = System.Drawing.Color.White;
  277. this.btnAdd.IsCustomBackImg = false;
  278. this.btnAdd.IsShowText = true;
  279. this.btnAdd.Location = new System.Drawing.Point(620, 15);
  280. this.btnAdd.Name = "btnAdd";
  281. this.btnAdd.Size = new System.Drawing.Size(55, 23);
  282. this.btnAdd.TabIndex = 156;
  283. this.btnAdd.Text = " 重置";
  284. this.btnAdd.UseVisualStyleBackColor = false;
  285. //
  286. // cmbTcs_Category
  287. //
  288. this.cmbTcs_Category.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  289. this.cmbTcs_Category.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  290. this.cmbTcs_Category.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  291. this.cmbTcs_Category.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  292. this.cmbTcs_Category.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  293. this.cmbTcs_Category.Font = new System.Drawing.Font("宋体", 10.5F);
  294. this.cmbTcs_Category.FormattingEnabled = true;
  295. this.cmbTcs_Category.IsCustomColor = false;
  296. this.cmbTcs_Category.Items.AddRange(new object[] {
  297. "",
  298. "内景",
  299. "外景"});
  300. this.cmbTcs_Category.Location = new System.Drawing.Point(760, 80);
  301. this.cmbTcs_Category.Name = "cmbTcs_Category";
  302. this.cmbTcs_Category.ReadOnly = false;
  303. this.cmbTcs_Category.Size = new System.Drawing.Size(106, 22);
  304. this.cmbTcs_Category.TabIndex = 4;
  305. //
  306. // txtTsc_Name
  307. //
  308. this.txtTsc_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  309. this.txtTsc_Name.EmptyTextTip = null;
  310. this.txtTsc_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  311. this.txtTsc_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  312. this.txtTsc_Name.Location = new System.Drawing.Point(481, 15);
  313. this.txtTsc_Name.MaxLength = 20;
  314. this.txtTsc_Name.Name = "txtTsc_Name";
  315. this.txtTsc_Name.Size = new System.Drawing.Size(133, 23);
  316. this.txtTsc_Name.TabIndex = 0;
  317. //
  318. // labelEx9
  319. //
  320. this.labelEx9.AutoSize = true;
  321. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  322. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  323. this.labelEx9.Location = new System.Drawing.Point(685, 82);
  324. this.labelEx9.Name = "labelEx9";
  325. this.labelEx9.Size = new System.Drawing.Size(77, 17);
  326. this.labelEx9.TabIndex = 154;
  327. this.labelEx9.Text = "* 所属类别:";
  328. //
  329. // btnSave
  330. //
  331. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  332. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  333. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  334. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  335. this.btnSave.ForeColor = System.Drawing.Color.White;
  336. this.btnSave.IsCustomBackImg = false;
  337. this.btnSave.IsShowText = true;
  338. this.btnSave.Location = new System.Drawing.Point(448, 230);
  339. this.btnSave.Name = "btnSave";
  340. this.btnSave.Size = new System.Drawing.Size(80, 25);
  341. this.btnSave.TabIndex = 141;
  342. this.btnSave.Text = " 新 增";
  343. this.btnSave.UseVisualStyleBackColor = false;
  344. //
  345. // cmbTsc_Rating
  346. //
  347. this.cmbTsc_Rating.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  348. this.cmbTsc_Rating.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  349. this.cmbTsc_Rating.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  350. this.cmbTsc_Rating.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  351. this.cmbTsc_Rating.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  352. this.cmbTsc_Rating.Font = new System.Drawing.Font("宋体", 10.5F);
  353. this.cmbTsc_Rating.FormattingEnabled = true;
  354. this.cmbTsc_Rating.IsCustomColor = false;
  355. this.cmbTsc_Rating.ItemHeight = 14;
  356. this.cmbTsc_Rating.Location = new System.Drawing.Point(481, 79);
  357. this.cmbTsc_Rating.Name = "cmbTsc_Rating";
  358. this.cmbTsc_Rating.ReadOnly = false;
  359. this.cmbTsc_Rating.Size = new System.Drawing.Size(106, 22);
  360. this.cmbTsc_Rating.TabIndex = 3;
  361. //
  362. // labelEx2
  363. //
  364. this.labelEx2.AutoSize = true;
  365. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  366. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  367. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  368. this.labelEx2.Location = new System.Drawing.Point(406, 18);
  369. this.labelEx2.Name = "labelEx2";
  370. this.labelEx2.Size = new System.Drawing.Size(77, 17);
  371. this.labelEx2.TabIndex = 139;
  372. this.labelEx2.Text = "* 景点名称:";
  373. //
  374. // labelEx8
  375. //
  376. this.labelEx8.AutoSize = true;
  377. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  378. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  379. this.labelEx8.Location = new System.Drawing.Point(406, 81);
  380. this.labelEx8.Name = "labelEx8";
  381. this.labelEx8.Size = new System.Drawing.Size(77, 17);
  382. this.labelEx8.TabIndex = 152;
  383. this.labelEx8.Text = "* 景点等级:";
  384. //
  385. // btnDelete
  386. //
  387. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  388. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  389. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  390. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  391. this.btnDelete.ForeColor = System.Drawing.Color.White;
  392. this.btnDelete.IsCustomBackImg = false;
  393. this.btnDelete.IsShowText = true;
  394. this.btnDelete.Location = new System.Drawing.Point(534, 230);
  395. this.btnDelete.Name = "btnDelete";
  396. this.btnDelete.Size = new System.Drawing.Size(80, 25);
  397. this.btnDelete.TabIndex = 143;
  398. this.btnDelete.Text = " 删 除";
  399. this.btnDelete.UseVisualStyleBackColor = false;
  400. //
  401. // txtTsc_CostPrice
  402. //
  403. this.txtTsc_CostPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  404. this.txtTsc_CostPrice.EmptyTextTip = null;
  405. this.txtTsc_CostPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  406. this.txtTsc_CostPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  407. this.txtTsc_CostPrice.Location = new System.Drawing.Point(481, 47);
  408. this.txtTsc_CostPrice.Name = "txtTsc_CostPrice";
  409. this.txtTsc_CostPrice.Size = new System.Drawing.Size(106, 23);
  410. this.txtTsc_CostPrice.TabIndex = 1;
  411. //
  412. // labelEx1
  413. //
  414. this.labelEx1.AutoSize = true;
  415. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  416. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  417. this.labelEx1.Location = new System.Drawing.Point(418, 50);
  418. this.labelEx1.Name = "labelEx1";
  419. this.labelEx1.Size = new System.Drawing.Size(65, 17);
  420. this.labelEx1.TabIndex = 144;
  421. this.labelEx1.Text = "* 成本价:";
  422. //
  423. // txtTsc_SalesPrice
  424. //
  425. this.txtTsc_SalesPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  426. this.txtTsc_SalesPrice.EmptyTextTip = null;
  427. this.txtTsc_SalesPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  428. this.txtTsc_SalesPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
  429. this.txtTsc_SalesPrice.Location = new System.Drawing.Point(760, 48);
  430. this.txtTsc_SalesPrice.Name = "txtTsc_SalesPrice";
  431. this.txtTsc_SalesPrice.Size = new System.Drawing.Size(106, 23);
  432. this.txtTsc_SalesPrice.TabIndex = 2;
  433. //
  434. // labelEx7
  435. //
  436. this.labelEx7.AutoSize = true;
  437. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  438. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  439. this.labelEx7.Location = new System.Drawing.Point(415, 145);
  440. this.labelEx7.Name = "labelEx7";
  441. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  442. this.labelEx7.TabIndex = 150;
  443. this.labelEx7.Text = "景点备注:";
  444. //
  445. // labelEx3
  446. //
  447. this.labelEx3.AutoSize = true;
  448. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  449. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  450. this.labelEx3.Location = new System.Drawing.Point(685, 51);
  451. this.labelEx3.Name = "labelEx3";
  452. this.labelEx3.Size = new System.Drawing.Size(77, 17);
  453. this.labelEx3.TabIndex = 146;
  454. this.labelEx3.Text = "* 拍摄报价:";
  455. //
  456. // txtTsc_Remark
  457. //
  458. this.txtTsc_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  459. this.txtTsc_Remark.EmptyTextTip = null;
  460. this.txtTsc_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  461. this.txtTsc_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  462. this.txtTsc_Remark.Location = new System.Drawing.Point(418, 165);
  463. this.txtTsc_Remark.Multiline = true;
  464. this.txtTsc_Remark.Name = "txtTsc_Remark";
  465. this.txtTsc_Remark.Size = new System.Drawing.Size(448, 51);
  466. this.txtTsc_Remark.TabIndex = 6;
  467. //
  468. // labelEx6
  469. //
  470. this.labelEx6.AutoSize = true;
  471. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  472. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  473. this.labelEx6.Location = new System.Drawing.Point(415, 114);
  474. this.labelEx6.Name = "labelEx6";
  475. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  476. this.labelEx6.TabIndex = 148;
  477. this.labelEx6.Text = "景点地址:";
  478. //
  479. // dgv
  480. //
  481. this.dgv.AllowUserToAddRows = false;
  482. this.dgv.AllowUserToDeleteRows = false;
  483. this.dgv.AllowUserToResizeRows = false;
  484. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  485. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  486. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  487. | System.Windows.Forms.AnchorStyles.Left)));
  488. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  489. this.dgv.BackgroundColor = System.Drawing.Color.White;
  490. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  491. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  492. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  493. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  494. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  496. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  497. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  498. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  499. this.dgv.ColumnHeadersHeight = 24;
  500. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  501. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  502. this.ID,
  503. this.Tsc_Name,
  504. this.Tsc_SalesPrice,
  505. this.Tsc_RatingName,
  506. this.Tcs_CategoryName,
  507. this.Tsc_IsDisable});
  508. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  509. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  510. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  512. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  513. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  514. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  515. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  516. this.dgv.EnableHeadersVisualStyles = false;
  517. this.dgv.EraseCell = false;
  518. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  519. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  520. "dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  521. "dgv_dgv";
  522. this.dgv.IsCompleteBonding = false;
  523. this.dgv.IsCopyCellValue = true;
  524. this.dgv.Location = new System.Drawing.Point(0, 0);
  525. this.dgv.MultiSelect = false;
  526. this.dgv.Name = "dgv";
  527. this.dgv.ReadOnly = true;
  528. this.dgv.RowHeadersVisible = false;
  529. this.dgv.RowTemplate.Height = 23;
  530. this.dgv.RowTemplate.ReadOnly = true;
  531. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  532. this.dgv.Size = new System.Drawing.Size(400, 491);
  533. this.dgv.TabIndex = 4;
  534. //
  535. // ID
  536. //
  537. this.ID.DataPropertyName = "ID";
  538. this.ID.HeaderText = "编号";
  539. this.ID.Name = "ID";
  540. this.ID.ReadOnly = true;
  541. this.ID.Visible = false;
  542. //
  543. // Tsc_Name
  544. //
  545. this.Tsc_Name.DataPropertyName = "Tsc_Name";
  546. this.Tsc_Name.HeaderText = "景点名称";
  547. this.Tsc_Name.Name = "Tsc_Name";
  548. this.Tsc_Name.ReadOnly = true;
  549. //
  550. // Tsc_SalesPrice
  551. //
  552. this.Tsc_SalesPrice.DataPropertyName = "Tsc_SalesPrice";
  553. this.Tsc_SalesPrice.HeaderText = "报价";
  554. this.Tsc_SalesPrice.Name = "Tsc_SalesPrice";
  555. this.Tsc_SalesPrice.ReadOnly = true;
  556. //
  557. // Tsc_RatingName
  558. //
  559. this.Tsc_RatingName.DataPropertyName = "Tsc_RatingName";
  560. this.Tsc_RatingName.HeaderText = "景点等级";
  561. this.Tsc_RatingName.Name = "Tsc_RatingName";
  562. this.Tsc_RatingName.ReadOnly = true;
  563. //
  564. // Tcs_CategoryName
  565. //
  566. this.Tcs_CategoryName.DataPropertyName = "Tcs_CategoryName";
  567. this.Tcs_CategoryName.HeaderText = "所属类别";
  568. this.Tcs_CategoryName.Name = "Tcs_CategoryName";
  569. this.Tcs_CategoryName.ReadOnly = true;
  570. //
  571. // Tsc_IsDisable
  572. //
  573. this.Tsc_IsDisable.DataPropertyName = "Tsc_IsDisableName";
  574. this.Tsc_IsDisable.HeaderText = "是否启用";
  575. this.Tsc_IsDisable.Name = "Tsc_IsDisable";
  576. this.Tsc_IsDisable.ReadOnly = true;
  577. //
  578. // tabPage2
  579. //
  580. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  581. this.tabPage2.Controls.Add(this.panelEx5);
  582. this.tabPage2.Location = new System.Drawing.Point(4, 34);
  583. this.tabPage2.Name = "tabPage2";
  584. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  585. this.tabPage2.Size = new System.Drawing.Size(892, 497);
  586. this.tabPage2.TabIndex = 1;
  587. this.tabPage2.Text = "拍摄次数";
  588. //
  589. // panelEx5
  590. //
  591. this.panelEx5.BorderColor = System.Drawing.Color.Black;
  592. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  593. this.panelEx5.BorderWidth = 1;
  594. this.panelEx5.Controls.Add(this.cmbtreevIsDisable2);
  595. this.panelEx5.Controls.Add(this.labelEx13);
  596. this.panelEx5.Controls.Add(this.cmbTcs_Category2);
  597. this.panelEx5.Controls.Add(this.labelEx4);
  598. this.panelEx5.Controls.Add(this.btnAdd2);
  599. this.panelEx5.Controls.Add(this.btnClose2);
  600. this.panelEx5.Controls.Add(this.txtTsc_Name2);
  601. this.panelEx5.Controls.Add(this.btnSave2);
  602. this.panelEx5.Controls.Add(this.cmbTsc_Rating2);
  603. this.panelEx5.Controls.Add(this.labelEx5);
  604. this.panelEx5.Controls.Add(this.labelEx10);
  605. this.panelEx5.Controls.Add(this.btnDelete2);
  606. this.panelEx5.Controls.Add(this.labelEx12);
  607. this.panelEx5.Controls.Add(this.txtTsc_Remark2);
  608. this.panelEx5.Controls.Add(this.dgv2);
  609. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  610. this.panelEx5.Location = new System.Drawing.Point(3, 3);
  611. this.panelEx5.Name = "panelEx5";
  612. this.panelEx5.Size = new System.Drawing.Size(886, 491);
  613. this.panelEx5.TabIndex = 16;
  614. //
  615. // cmbtreevIsDisable2
  616. //
  617. this.cmbtreevIsDisable2.AfterSelectLevelFirstNode = true;
  618. this.cmbtreevIsDisable2.DropDownHeight = 220;
  619. this.cmbtreevIsDisable2.DropDownShow = false;
  620. this.cmbtreevIsDisable2.FormattingEnabled = true;
  621. this.cmbtreevIsDisable2.IntegralHeight = false;
  622. this.cmbtreevIsDisable2.IsNodeMouseClick = true;
  623. this.cmbtreevIsDisable2.IsSelectParentNode = false;
  624. this.cmbtreevIsDisable2.Location = new System.Drawing.Point(750, 100);
  625. this.cmbtreevIsDisable2.Name = "cmbtreevIsDisable2";
  626. this.cmbtreevIsDisable2.ReadOnly = true;
  627. this.cmbtreevIsDisable2.SelectedNode = null;
  628. this.cmbtreevIsDisable2.Size = new System.Drawing.Size(108, 20);
  629. this.cmbtreevIsDisable2.StrGetName = "";
  630. this.cmbtreevIsDisable2.StrGetTagName = "";
  631. this.cmbtreevIsDisable2.StrKey = null;
  632. this.cmbtreevIsDisable2.TabIndex = 276;
  633. //
  634. // labelEx13
  635. //
  636. this.labelEx13.AutoSize = true;
  637. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  638. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  639. this.labelEx13.Location = new System.Drawing.Point(675, 101);
  640. this.labelEx13.Name = "labelEx13";
  641. this.labelEx13.Size = new System.Drawing.Size(77, 17);
  642. this.labelEx13.TabIndex = 275;
  643. this.labelEx13.Text = "* 是否启用:";
  644. //
  645. // cmbTcs_Category2
  646. //
  647. this.cmbTcs_Category2.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  648. this.cmbTcs_Category2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  649. this.cmbTcs_Category2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  650. this.cmbTcs_Category2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  651. this.cmbTcs_Category2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  652. this.cmbTcs_Category2.Font = new System.Drawing.Font("宋体", 10.5F);
  653. this.cmbTcs_Category2.FormattingEnabled = true;
  654. this.cmbTcs_Category2.IsCustomColor = false;
  655. this.cmbTcs_Category2.Items.AddRange(new object[] {
  656. "",
  657. "内景",
  658. "外景"});
  659. this.cmbTcs_Category2.Location = new System.Drawing.Point(508, 99);
  660. this.cmbTcs_Category2.Name = "cmbTcs_Category2";
  661. this.cmbTcs_Category2.ReadOnly = false;
  662. this.cmbTcs_Category2.Size = new System.Drawing.Size(133, 22);
  663. this.cmbTcs_Category2.TabIndex = 2;
  664. //
  665. // labelEx4
  666. //
  667. this.labelEx4.AutoSize = true;
  668. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  669. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  670. this.labelEx4.Location = new System.Drawing.Point(433, 101);
  671. this.labelEx4.Name = "labelEx4";
  672. this.labelEx4.Size = new System.Drawing.Size(77, 17);
  673. this.labelEx4.TabIndex = 158;
  674. this.labelEx4.Text = "* 所属类别:";
  675. //
  676. // btnAdd2
  677. //
  678. this.btnAdd2.BackColor = System.Drawing.Color.Transparent;
  679. this.btnAdd2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd2.BackImg")));
  680. this.btnAdd2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  681. this.btnAdd2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  682. this.btnAdd2.ForeColor = System.Drawing.Color.White;
  683. this.btnAdd2.IsCustomBackImg = false;
  684. this.btnAdd2.IsShowText = true;
  685. this.btnAdd2.Location = new System.Drawing.Point(644, 29);
  686. this.btnAdd2.Name = "btnAdd2";
  687. this.btnAdd2.Size = new System.Drawing.Size(65, 23);
  688. this.btnAdd2.TabIndex = 156;
  689. this.btnAdd2.Text = " 重 置";
  690. this.btnAdd2.UseVisualStyleBackColor = false;
  691. //
  692. // btnClose2
  693. //
  694. this.btnClose2.BackColor = System.Drawing.Color.Transparent;
  695. this.btnClose2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose2.BackImg")));
  696. this.btnClose2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  697. this.btnClose2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  698. this.btnClose2.ForeColor = System.Drawing.Color.White;
  699. this.btnClose2.IsCustomBackImg = false;
  700. this.btnClose2.IsShowText = true;
  701. this.btnClose2.Location = new System.Drawing.Point(684, 338);
  702. this.btnClose2.Name = "btnClose2";
  703. this.btnClose2.Size = new System.Drawing.Size(80, 25);
  704. this.btnClose2.TabIndex = 142;
  705. this.btnClose2.Text = " 关 闭";
  706. this.btnClose2.UseVisualStyleBackColor = false;
  707. //
  708. // txtTsc_Name2
  709. //
  710. this.txtTsc_Name2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  711. this.txtTsc_Name2.EmptyTextTip = null;
  712. this.txtTsc_Name2.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  713. this.txtTsc_Name2.Font = new System.Drawing.Font("微软雅黑", 9F);
  714. this.txtTsc_Name2.Location = new System.Drawing.Point(508, 29);
  715. this.txtTsc_Name2.MaxLength = 20;
  716. this.txtTsc_Name2.Name = "txtTsc_Name2";
  717. this.txtTsc_Name2.Size = new System.Drawing.Size(133, 23);
  718. this.txtTsc_Name2.TabIndex = 0;
  719. //
  720. // btnSave2
  721. //
  722. this.btnSave2.BackColor = System.Drawing.Color.Transparent;
  723. this.btnSave2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave2.BackImg")));
  724. this.btnSave2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  725. this.btnSave2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  726. this.btnSave2.ForeColor = System.Drawing.Color.White;
  727. this.btnSave2.IsCustomBackImg = false;
  728. this.btnSave2.IsShowText = true;
  729. this.btnSave2.Location = new System.Drawing.Point(494, 338);
  730. this.btnSave2.Name = "btnSave2";
  731. this.btnSave2.Size = new System.Drawing.Size(80, 25);
  732. this.btnSave2.TabIndex = 141;
  733. this.btnSave2.Text = " 新 增";
  734. this.btnSave2.UseVisualStyleBackColor = false;
  735. //
  736. // cmbTsc_Rating2
  737. //
  738. this.cmbTsc_Rating2.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  739. this.cmbTsc_Rating2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  740. this.cmbTsc_Rating2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  741. this.cmbTsc_Rating2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  742. this.cmbTsc_Rating2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  743. this.cmbTsc_Rating2.Font = new System.Drawing.Font("宋体", 10.5F);
  744. this.cmbTsc_Rating2.FormattingEnabled = true;
  745. this.cmbTsc_Rating2.IsCustomColor = false;
  746. this.cmbTsc_Rating2.Location = new System.Drawing.Point(508, 64);
  747. this.cmbTsc_Rating2.Name = "cmbTsc_Rating2";
  748. this.cmbTsc_Rating2.ReadOnly = false;
  749. this.cmbTsc_Rating2.Size = new System.Drawing.Size(133, 22);
  750. this.cmbTsc_Rating2.TabIndex = 1;
  751. //
  752. // labelEx5
  753. //
  754. this.labelEx5.AutoSize = true;
  755. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  756. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  757. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  758. this.labelEx5.Location = new System.Drawing.Point(433, 32);
  759. this.labelEx5.Name = "labelEx5";
  760. this.labelEx5.Size = new System.Drawing.Size(77, 17);
  761. this.labelEx5.TabIndex = 139;
  762. this.labelEx5.Text = "* 次数名称:";
  763. //
  764. // labelEx10
  765. //
  766. this.labelEx10.AutoSize = true;
  767. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  768. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  769. this.labelEx10.Location = new System.Drawing.Point(433, 66);
  770. this.labelEx10.Name = "labelEx10";
  771. this.labelEx10.Size = new System.Drawing.Size(77, 17);
  772. this.labelEx10.TabIndex = 152;
  773. this.labelEx10.Text = "* 次数等级:";
  774. //
  775. // btnDelete2
  776. //
  777. this.btnDelete2.BackColor = System.Drawing.Color.Transparent;
  778. this.btnDelete2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete2.BackImg")));
  779. this.btnDelete2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  780. this.btnDelete2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  781. this.btnDelete2.ForeColor = System.Drawing.Color.White;
  782. this.btnDelete2.IsCustomBackImg = false;
  783. this.btnDelete2.IsShowText = true;
  784. this.btnDelete2.Location = new System.Drawing.Point(589, 338);
  785. this.btnDelete2.Name = "btnDelete2";
  786. this.btnDelete2.Size = new System.Drawing.Size(80, 25);
  787. this.btnDelete2.TabIndex = 143;
  788. this.btnDelete2.Text = " 删 除";
  789. this.btnDelete2.UseVisualStyleBackColor = false;
  790. //
  791. // labelEx12
  792. //
  793. this.labelEx12.AutoSize = true;
  794. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  795. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  796. this.labelEx12.Location = new System.Drawing.Point(442, 132);
  797. this.labelEx12.Name = "labelEx12";
  798. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  799. this.labelEx12.TabIndex = 150;
  800. this.labelEx12.Text = "次数备注:";
  801. //
  802. // txtTsc_Remark2
  803. //
  804. this.txtTsc_Remark2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  805. this.txtTsc_Remark2.EmptyTextTip = null;
  806. this.txtTsc_Remark2.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  807. this.txtTsc_Remark2.Font = new System.Drawing.Font("微软雅黑", 9F);
  808. this.txtTsc_Remark2.Location = new System.Drawing.Point(445, 152);
  809. this.txtTsc_Remark2.Multiline = true;
  810. this.txtTsc_Remark2.Name = "txtTsc_Remark2";
  811. this.txtTsc_Remark2.Size = new System.Drawing.Size(413, 140);
  812. this.txtTsc_Remark2.TabIndex = 3;
  813. //
  814. // dgv2
  815. //
  816. this.dgv2.AllowUserToAddRows = false;
  817. this.dgv2.AllowUserToDeleteRows = false;
  818. this.dgv2.AllowUserToResizeRows = false;
  819. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
  820. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  821. this.dgv2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  822. | System.Windows.Forms.AnchorStyles.Left)));
  823. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  824. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  825. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  826. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  827. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  828. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  829. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  830. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
  831. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  832. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  833. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  834. this.dgv2.ColumnHeadersHeight = 24;
  835. this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  836. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  837. this.ID2,
  838. this.Tsc_Name2,
  839. this.dataGridViewTextBoxColumn4,
  840. this.Tcs_Category,
  841. this.Tsc_IsDisable2});
  842. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  843. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  844. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  845. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  846. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  847. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  848. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  849. this.dgv2.DefaultCellStyle = dataGridViewCellStyle6;
  850. this.dgv2.EnableHeadersVisualStyles = false;
  851. this.dgv2.EraseCell = false;
  852. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  853. this.dgv2.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  854. "dgv_dgv_dgv_dgv_dgv_dgv_dataGridViewEx1_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_" +
  855. "dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2";
  856. this.dgv2.IsCompleteBonding = false;
  857. this.dgv2.IsCopyCellValue = true;
  858. this.dgv2.Location = new System.Drawing.Point(0, 0);
  859. this.dgv2.MultiSelect = false;
  860. this.dgv2.Name = "dgv2";
  861. this.dgv2.ReadOnly = true;
  862. this.dgv2.RowHeadersVisible = false;
  863. this.dgv2.RowTemplate.Height = 23;
  864. this.dgv2.RowTemplate.ReadOnly = true;
  865. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  866. this.dgv2.Size = new System.Drawing.Size(427, 491);
  867. this.dgv2.TabIndex = 4;
  868. //
  869. // ID2
  870. //
  871. this.ID2.DataPropertyName = "ID";
  872. this.ID2.HeaderText = "编号";
  873. this.ID2.Name = "ID2";
  874. this.ID2.ReadOnly = true;
  875. this.ID2.Visible = false;
  876. //
  877. // Tsc_Name2
  878. //
  879. this.Tsc_Name2.DataPropertyName = "Tsc_Name";
  880. this.Tsc_Name2.HeaderText = "次数名称";
  881. this.Tsc_Name2.Name = "Tsc_Name2";
  882. this.Tsc_Name2.ReadOnly = true;
  883. //
  884. // dataGridViewTextBoxColumn4
  885. //
  886. this.dataGridViewTextBoxColumn4.DataPropertyName = "Tsc_RatingName";
  887. this.dataGridViewTextBoxColumn4.HeaderText = "次数等级";
  888. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  889. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  890. //
  891. // Tcs_Category
  892. //
  893. this.Tcs_Category.DataPropertyName = "Tcs_CategoryName";
  894. this.Tcs_Category.HeaderText = "所属类别";
  895. this.Tcs_Category.Name = "Tcs_Category";
  896. this.Tcs_Category.ReadOnly = true;
  897. //
  898. // Tsc_IsDisable2
  899. //
  900. this.Tsc_IsDisable2.DataPropertyName = "Tsc_IsDisableName";
  901. this.Tsc_IsDisable2.HeaderText = "是否启用";
  902. this.Tsc_IsDisable2.Name = "Tsc_IsDisable2";
  903. this.Tsc_IsDisable2.ReadOnly = true;
  904. //
  905. // btnUpdateScenery
  906. //
  907. this.btnUpdateScenery.BackColor = System.Drawing.Color.Transparent;
  908. this.btnUpdateScenery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateScenery.BackImg")));
  909. this.btnUpdateScenery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  910. this.btnUpdateScenery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  911. this.btnUpdateScenery.ForeColor = System.Drawing.Color.White;
  912. this.btnUpdateScenery.IsCustomBackImg = false;
  913. this.btnUpdateScenery.IsShowText = true;
  914. this.btnUpdateScenery.Location = new System.Drawing.Point(312, 48);
  915. this.btnUpdateScenery.Name = "btnUpdateScenery";
  916. this.btnUpdateScenery.Size = new System.Drawing.Size(108, 25);
  917. this.btnUpdateScenery.TabIndex = 141;
  918. this.btnUpdateScenery.Text = " 景点比重更新";
  919. this.btnUpdateScenery.UseVisualStyleBackColor = false;
  920. //
  921. // FrmAttractionsSet
  922. //
  923. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  924. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  925. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  926. this.ClientSize = new System.Drawing.Size(910, 610);
  927. this.Controls.Add(this.btnUpdateScenery);
  928. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  929. this.IsUserControlsSize = false;
  930. this.MaximizeBox = false;
  931. this.Name = "FrmAttractionsSet";
  932. this.Text = "设置";
  933. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  934. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  935. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  936. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  937. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  938. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  939. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  940. this.Controls.SetChildIndex(this.btnUpdateScenery, 0);
  941. this.plExMainContainer.ResumeLayout(false);
  942. this.plFormMainContent.ResumeLayout(false);
  943. this.tab.ResumeLayout(false);
  944. this.tabPage1.ResumeLayout(false);
  945. this.panelEx1.ResumeLayout(false);
  946. this.panelEx1.PerformLayout();
  947. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  948. this.tabPage2.ResumeLayout(false);
  949. this.panelEx5.ResumeLayout(false);
  950. this.panelEx5.PerformLayout();
  951. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  952. this.ResumeLayout(false);
  953. }
  954. #endregion
  955. protected ComponentLibrary.TabControlEx tab;
  956. protected System.Windows.Forms.TabPage tabPage1;
  957. private ComponentLibrary.PanelEx panelEx1;
  958. protected ComponentLibrary.ButtonForm btnAdd;
  959. protected ComponentLibrary.ComboBoxEx cmbTcs_Category;
  960. protected ComponentLibrary.TextBoxBasicEx txtTsc_Name;
  961. private ComponentLibrary.LabelEx labelEx9;
  962. protected ComponentLibrary.ButtonEx btnSave;
  963. protected ComponentLibrary.ComboBoxEx cmbTsc_Rating;
  964. private ComponentLibrary.LabelEx labelEx2;
  965. private ComponentLibrary.LabelEx labelEx8;
  966. protected ComponentLibrary.ButtonEx btnDelete;
  967. protected ComponentLibrary.TextBoxBasicEx txtTsc_CostPrice;
  968. private ComponentLibrary.LabelEx labelEx1;
  969. protected ComponentLibrary.TextBoxBasicEx txtTsc_SalesPrice;
  970. private ComponentLibrary.LabelEx labelEx7;
  971. private ComponentLibrary.LabelEx labelEx3;
  972. protected ComponentLibrary.TextBoxBasicEx txtTsc_Remark;
  973. private ComponentLibrary.LabelEx labelEx6;
  974. protected ComponentLibrary.TextBoxBasicEx txtTsc_Address;
  975. protected ComponentLibrary.DataGridViewEx dgv;
  976. protected System.Windows.Forms.TabPage tabPage2;
  977. private ComponentLibrary.PanelEx panelEx5;
  978. protected ComponentLibrary.ComboBoxEx cmbTcs_Category2;
  979. private ComponentLibrary.LabelEx labelEx4;
  980. protected ComponentLibrary.ButtonForm btnAdd2;
  981. protected ComponentLibrary.ButtonEx btnClose2;
  982. protected ComponentLibrary.TextBoxBasicEx txtTsc_Name2;
  983. protected ComponentLibrary.ButtonEx btnSave2;
  984. protected ComponentLibrary.ComboBoxEx cmbTsc_Rating2;
  985. private ComponentLibrary.LabelEx labelEx5;
  986. private ComponentLibrary.LabelEx labelEx10;
  987. protected ComponentLibrary.ButtonEx btnDelete2;
  988. private ComponentLibrary.LabelEx labelEx12;
  989. protected ComponentLibrary.TextBoxBasicEx txtTsc_Remark2;
  990. protected ComponentLibrary.DataGridViewEx dgv2;
  991. protected internal ComponentLibrary.ButtonForm btnDeletePhoto;
  992. protected internal ComponentLibrary.ButtonForm btnBrowse;
  993. protected internal ComponentLibrary.ListViewEx lstvData;
  994. private ComponentLibrary.LabelEx labelEx11;
  995. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevIsDisable;
  996. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevIsDisable2;
  997. private ComponentLibrary.LabelEx labelEx13;
  998. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  999. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_Name;
  1000. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_SalesPrice;
  1001. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_RatingName;
  1002. private System.Windows.Forms.DataGridViewTextBoxColumn Tcs_CategoryName;
  1003. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_IsDisable;
  1004. private System.Windows.Forms.DataGridViewTextBoxColumn ID2;
  1005. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_Name2;
  1006. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1007. private System.Windows.Forms.DataGridViewTextBoxColumn Tcs_Category;
  1008. private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_IsDisable2;
  1009. protected ComponentLibrary.ButtonEx btnUpdateScenery;
  1010. }
  1011. }