DataSetServicePackageContentSetSetSmallForm.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
  2. {
  3. partial class DataSetServicePackageContentSetSetSmallForm
  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(DataSetServicePackageContentSetSetSmallForm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.txtCount = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.lbl5 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  35. this.btnAdd = new LYFZ.ComponentLibrary.ButtonForm();
  36. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.txtPrice = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  50. this.cmbtreevClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  51. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.plExMainContainer.SuspendLayout();
  53. this.plFormMainContent.SuspendLayout();
  54. this.panelEx1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // plExMainContainer
  59. //
  60. this.plExMainContainer.Controls.Add(this.panelEx1);
  61. this.plExMainContainer.Size = new System.Drawing.Size(598, 545);
  62. //
  63. // plFormMainContent
  64. //
  65. this.plFormMainContent.Size = new System.Drawing.Size(598, 545);
  66. //
  67. // btnAppFormMaximize
  68. //
  69. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  70. this.btnAppFormMaximize.Location = new System.Drawing.Point(591, 0);
  71. //
  72. // btnAppFormExit
  73. //
  74. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  75. this.btnAppFormExit.Location = new System.Drawing.Point(566, 0);
  76. //
  77. // btnAppFormMinimize
  78. //
  79. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  80. this.btnAppFormMinimize.Location = new System.Drawing.Point(564, 0);
  81. //
  82. // panelEx1
  83. //
  84. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  85. | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  88. this.panelEx1.BorderWidth = 1;
  89. this.panelEx1.Controls.Add(this.txtCount);
  90. this.panelEx1.Controls.Add(this.lbl5);
  91. this.panelEx1.Controls.Add(this.btnDelete);
  92. this.panelEx1.Controls.Add(this.btnAdd);
  93. this.panelEx1.Controls.Add(this.dgvData);
  94. this.panelEx1.Controls.Add(this.labelEx4);
  95. this.panelEx1.Controls.Add(this.btnSave);
  96. this.panelEx1.Controls.Add(this.txtRemark);
  97. this.panelEx1.Controls.Add(this.labelEx3);
  98. this.panelEx1.Controls.Add(this.txtPrice);
  99. this.panelEx1.Controls.Add(this.labelEx2);
  100. this.panelEx1.Controls.Add(this.btnSet);
  101. this.panelEx1.Controls.Add(this.cmbtreevClass);
  102. this.panelEx1.Controls.Add(this.labelEx1);
  103. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  104. this.panelEx1.Name = "panelEx1";
  105. this.panelEx1.Size = new System.Drawing.Size(578, 525);
  106. this.panelEx1.TabIndex = 0;
  107. //
  108. // txtCount
  109. //
  110. this.txtCount.BackColor = System.Drawing.Color.Transparent;
  111. this.txtCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  112. this.txtCount.Icon = null;
  113. this.txtCount.IconIsButton = false;
  114. this.txtCount.IsPasswordChat = '\0';
  115. this.txtCount.IsSystemPasswordChar = false;
  116. this.txtCount.Lines = new string[0];
  117. this.txtCount.Location = new System.Drawing.Point(163, 158);
  118. this.txtCount.Margin = new System.Windows.Forms.Padding(0);
  119. this.txtCount.MaxLength = 32767;
  120. this.txtCount.MinimumSize = new System.Drawing.Size(0, 24);
  121. this.txtCount.MouseBack = null;
  122. this.txtCount.Multiline = false;
  123. this.txtCount.Name = "txtCount";
  124. this.txtCount.NormlBack = null;
  125. this.txtCount.Padding = new System.Windows.Forms.Padding(5);
  126. this.txtCount.ReadOnly = false;
  127. this.txtCount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  128. this.txtCount.Size = new System.Drawing.Size(104, 25);
  129. this.txtCount.TabIndex = 255;
  130. this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  131. this.txtCount.Visible = false;
  132. this.txtCount.WaterColor = System.Drawing.Color.DarkGray;
  133. this.txtCount.WaterText = "";
  134. this.txtCount.WordWrap = true;
  135. //
  136. // lbl5
  137. //
  138. this.lbl5.AutoSize = true;
  139. this.lbl5.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  140. this.lbl5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  141. this.lbl5.Location = new System.Drawing.Point(10, 110);
  142. this.lbl5.Name = "lbl5";
  143. this.lbl5.Size = new System.Drawing.Size(186, 16);
  144. this.lbl5.TabIndex = 254;
  145. this.lbl5.Text = "服务总成本价:0 服务总销售价:0";
  146. //
  147. // btnDelete
  148. //
  149. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  150. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  151. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  152. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  153. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  154. this.btnDelete.ForeColor = System.Drawing.Color.White;
  155. this.btnDelete.IsCustomBackImg = false;
  156. this.btnDelete.IsShowText = true;
  157. this.btnDelete.Location = new System.Drawing.Point(392, 101);
  158. this.btnDelete.Name = "btnDelete";
  159. this.btnDelete.Size = new System.Drawing.Size(85, 25);
  160. this.btnDelete.TabIndex = 253;
  161. this.btnDelete.Text = " 删 除";
  162. this.btnDelete.UseVisualStyleBackColor = false;
  163. //
  164. // btnAdd
  165. //
  166. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  167. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  168. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  169. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  170. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  171. this.btnAdd.ForeColor = System.Drawing.Color.White;
  172. this.btnAdd.IsCustomBackImg = false;
  173. this.btnAdd.IsShowText = true;
  174. this.btnAdd.Location = new System.Drawing.Point(483, 101);
  175. this.btnAdd.Name = "btnAdd";
  176. this.btnAdd.Size = new System.Drawing.Size(85, 25);
  177. this.btnAdd.TabIndex = 252;
  178. this.btnAdd.Text = " 服务工具箱";
  179. this.btnAdd.UseVisualStyleBackColor = false;
  180. //
  181. // dgvData
  182. //
  183. this.dgvData.AllowUserToAddRows = false;
  184. this.dgvData.AllowUserToDeleteRows = false;
  185. this.dgvData.AllowUserToResizeRows = false;
  186. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  187. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  188. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  189. | System.Windows.Forms.AnchorStyles.Left)
  190. | System.Windows.Forms.AnchorStyles.Right)));
  191. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  192. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  193. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  194. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  195. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  196. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  197. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  199. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  200. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  201. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  202. this.dgvData.ColumnHeadersHeight = 24;
  203. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  204. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  205. this.Column1,
  206. this.Column2,
  207. this.Column3,
  208. this.Column4,
  209. this.Column5,
  210. this.Column6});
  211. this.dgvData.EnableHeadersVisualStyles = false;
  212. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  213. this.dgvData.GridViewUniquelyIdentify = "_panelEx1_dataGridViewEx1_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData" +
  214. "_dgvData";
  215. this.dgvData.IsCompleteBonding = false;
  216. this.dgvData.Location = new System.Drawing.Point(10, 130);
  217. this.dgvData.Name = "dgvData";
  218. this.dgvData.RowHeadersVisible = false;
  219. this.dgvData.RowTemplate.Height = 23;
  220. this.dgvData.RowTemplate.ReadOnly = true;
  221. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  222. this.dgvData.Size = new System.Drawing.Size(558, 385);
  223. this.dgvData.TabIndex = 251;
  224. //
  225. // Column1
  226. //
  227. this.Column1.HeaderText = "服务编号";
  228. this.Column1.Name = "Column1";
  229. this.Column1.ReadOnly = true;
  230. this.Column1.Visible = false;
  231. //
  232. // Column2
  233. //
  234. this.Column2.HeaderText = "服务名称";
  235. this.Column2.Name = "Column2";
  236. this.Column2.ReadOnly = true;
  237. //
  238. // Column3
  239. //
  240. this.Column3.HeaderText = "服务次数";
  241. this.Column3.Name = "Column3";
  242. this.Column3.ReadOnly = true;
  243. //
  244. // Column4
  245. //
  246. this.Column4.HeaderText = "成本单价";
  247. this.Column4.Name = "Column4";
  248. this.Column4.ReadOnly = true;
  249. //
  250. // Column5
  251. //
  252. this.Column5.HeaderText = "销售单价";
  253. this.Column5.Name = "Column5";
  254. this.Column5.ReadOnly = true;
  255. //
  256. // Column6
  257. //
  258. this.Column6.HeaderText = "ID";
  259. this.Column6.Name = "Column6";
  260. this.Column6.ReadOnly = true;
  261. this.Column6.Visible = false;
  262. //
  263. // labelEx4
  264. //
  265. this.labelEx4.AutoSize = true;
  266. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  267. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  268. this.labelEx4.Location = new System.Drawing.Point(14, 83);
  269. this.labelEx4.Name = "labelEx4";
  270. this.labelEx4.Size = new System.Drawing.Size(56, 17);
  271. this.labelEx4.TabIndex = 250;
  272. this.labelEx4.Text = "赠送服务";
  273. //
  274. // btnSave
  275. //
  276. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  277. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  278. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  279. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  280. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  281. this.btnSave.ForeColor = System.Drawing.Color.White;
  282. this.btnSave.IsCustomBackImg = false;
  283. this.btnSave.IsShowText = true;
  284. this.btnSave.Location = new System.Drawing.Point(301, 101);
  285. this.btnSave.Name = "btnSave";
  286. this.btnSave.Size = new System.Drawing.Size(85, 25);
  287. this.btnSave.TabIndex = 249;
  288. this.btnSave.Text = " 保 存";
  289. this.btnSave.UseVisualStyleBackColor = false;
  290. //
  291. // txtRemark
  292. //
  293. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  294. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  295. this.txtRemark.Icon = null;
  296. this.txtRemark.IconIsButton = false;
  297. this.txtRemark.IsPasswordChat = '\0';
  298. this.txtRemark.IsSystemPasswordChar = false;
  299. this.txtRemark.Lines = new string[0];
  300. this.txtRemark.Location = new System.Drawing.Point(90, 39);
  301. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  302. this.txtRemark.MaxLength = 32767;
  303. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  304. this.txtRemark.MouseBack = null;
  305. this.txtRemark.Multiline = false;
  306. this.txtRemark.Name = "txtRemark";
  307. this.txtRemark.NormlBack = null;
  308. this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
  309. this.txtRemark.ReadOnly = true;
  310. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  311. this.txtRemark.Size = new System.Drawing.Size(469, 25);
  312. this.txtRemark.TabIndex = 248;
  313. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  314. this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
  315. this.txtRemark.WaterText = "";
  316. this.txtRemark.WordWrap = true;
  317. //
  318. // labelEx3
  319. //
  320. this.labelEx3.AutoSize = true;
  321. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  322. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  323. this.labelEx3.Location = new System.Drawing.Point(20, 43);
  324. this.labelEx3.Name = "labelEx3";
  325. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  326. this.labelEx3.TabIndex = 247;
  327. this.labelEx3.Text = "套系说明:";
  328. //
  329. // txtPrice
  330. //
  331. this.txtPrice.BackColor = System.Drawing.Color.Transparent;
  332. this.txtPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  333. this.txtPrice.Icon = null;
  334. this.txtPrice.IconIsButton = false;
  335. this.txtPrice.IsPasswordChat = '\0';
  336. this.txtPrice.IsSystemPasswordChar = false;
  337. this.txtPrice.Lines = new string[0];
  338. this.txtPrice.Location = new System.Drawing.Point(446, 9);
  339. this.txtPrice.Margin = new System.Windows.Forms.Padding(0);
  340. this.txtPrice.MaxLength = 32767;
  341. this.txtPrice.MinimumSize = new System.Drawing.Size(0, 24);
  342. this.txtPrice.MouseBack = null;
  343. this.txtPrice.Multiline = false;
  344. this.txtPrice.Name = "txtPrice";
  345. this.txtPrice.NormlBack = null;
  346. this.txtPrice.Padding = new System.Windows.Forms.Padding(5);
  347. this.txtPrice.ReadOnly = true;
  348. this.txtPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
  349. this.txtPrice.Size = new System.Drawing.Size(113, 25);
  350. this.txtPrice.TabIndex = 246;
  351. this.txtPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  352. this.txtPrice.WaterColor = System.Drawing.Color.DarkGray;
  353. this.txtPrice.WaterText = "";
  354. this.txtPrice.WordWrap = true;
  355. //
  356. // labelEx2
  357. //
  358. this.labelEx2.AutoSize = true;
  359. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  360. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  361. this.labelEx2.Location = new System.Drawing.Point(377, 13);
  362. this.labelEx2.Name = "labelEx2";
  363. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  364. this.labelEx2.TabIndex = 245;
  365. this.labelEx2.Text = "套系价格:";
  366. //
  367. // btnSet
  368. //
  369. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  370. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  371. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  372. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  373. this.btnSet.ForeColor = System.Drawing.Color.White;
  374. this.btnSet.IsCustomBackImg = false;
  375. this.btnSet.IsShowText = true;
  376. this.btnSet.Location = new System.Drawing.Point(286, 10);
  377. this.btnSet.Name = "btnSet";
  378. this.btnSet.Size = new System.Drawing.Size(49, 23);
  379. this.btnSet.TabIndex = 244;
  380. this.btnSet.Text = " 设置";
  381. this.btnSet.UseVisualStyleBackColor = false;
  382. //
  383. // cmbtreevClass
  384. //
  385. this.cmbtreevClass.AfterSelectLevelFirstNode = false;
  386. this.cmbtreevClass.DropDownHeight = 220;
  387. this.cmbtreevClass.DropDownShow = false;
  388. this.cmbtreevClass.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  389. this.cmbtreevClass.FormattingEnabled = true;
  390. this.cmbtreevClass.IntegralHeight = false;
  391. this.cmbtreevClass.IsNodeMouseClick = true;
  392. this.cmbtreevClass.IsSelectParentNode = false;
  393. this.cmbtreevClass.Location = new System.Drawing.Point(90, 9);
  394. this.cmbtreevClass.Name = "cmbtreevClass";
  395. this.cmbtreevClass.ReadOnly = true;
  396. this.cmbtreevClass.SelectedNode = null;
  397. this.cmbtreevClass.Size = new System.Drawing.Size(191, 24);
  398. this.cmbtreevClass.StrGetName = "";
  399. this.cmbtreevClass.StrKey = null;
  400. this.cmbtreevClass.TabIndex = 243;
  401. //
  402. // labelEx1
  403. //
  404. this.labelEx1.AutoSize = true;
  405. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  406. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  407. this.labelEx1.Location = new System.Drawing.Point(20, 13);
  408. this.labelEx1.Name = "labelEx1";
  409. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  410. this.labelEx1.TabIndex = 1;
  411. this.labelEx1.Text = "套系名称:";
  412. //
  413. // DataSetServicePackageContentSetSetSmallForm
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  418. this.ClientSize = new System.Drawing.Size(598, 610);
  419. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  420. this.IsUserControlsSize = false;
  421. this.MaximizeBox = false;
  422. this.MinimizeBox = false;
  423. this.Name = "DataSetServicePackageContentSetSetSmallForm";
  424. this.Text = "服务套系包含服务内容";
  425. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  426. this.plExMainContainer.ResumeLayout(false);
  427. this.plFormMainContent.ResumeLayout(false);
  428. this.panelEx1.ResumeLayout(false);
  429. this.panelEx1.PerformLayout();
  430. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  431. this.ResumeLayout(false);
  432. }
  433. #endregion
  434. private ComponentLibrary.PanelEx panelEx1;
  435. private ComponentLibrary.LabelEx labelEx1;
  436. private ComponentLibrary.LabelEx labelEx2;
  437. private ComponentLibrary.ButtonForm btnSet;
  438. protected ComponentLibrary.TextBoxEx txtRemark;
  439. private ComponentLibrary.LabelEx labelEx3;
  440. protected ComponentLibrary.TextBoxEx txtPrice;
  441. private ComponentLibrary.LabelEx labelEx4;
  442. private ComponentLibrary.ButtonForm btnDelete;
  443. private ComponentLibrary.ButtonForm btnAdd;
  444. private ComponentLibrary.ButtonEx btnSave;
  445. protected ComponentLibrary.LabelEx lbl5;
  446. protected ComponentLibrary.DataGridViewEx dgvData;
  447. protected ComponentLibrary.TextBoxEx txtCount;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  454. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClass;
  455. }
  456. }