DataSetServiceContentSmallForm.Designer.cs 28 KB

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