DataSetServiceBoxSetSmallForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
  2. {
  3. partial class DataSetServiceBoxSetSmallForm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataSetServiceBoxSetSmallForm));
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.txtStatistic = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtCount = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.btnPayment = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnRemove = new LYFZ.ComponentLibrary.ButtonForm();
  42. this.btnToolbox = new LYFZ.ComponentLibrary.ButtonForm();
  43. this.cmbtreevClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  44. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.plExMainContainer.SuspendLayout();
  46. this.plFormMainContent.SuspendLayout();
  47. this.panelEx1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.Controls.Add(this.panelEx1);
  54. this.plExMainContainer.Size = new System.Drawing.Size(762, 545);
  55. //
  56. // plFormMainContent
  57. //
  58. this.plFormMainContent.Size = new System.Drawing.Size(762, 545);
  59. //
  60. // btnAppFormMaximize
  61. //
  62. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  63. this.btnAppFormMaximize.Location = new System.Drawing.Point(703, 0);
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  68. this.btnAppFormExit.Location = new System.Drawing.Point(730, 0);
  69. //
  70. // btnAppFormMinimize
  71. //
  72. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  73. this.btnAppFormMinimize.Location = new System.Drawing.Point(703, 0);
  74. //
  75. // panelEx1
  76. //
  77. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  78. | System.Windows.Forms.AnchorStyles.Left)
  79. | System.Windows.Forms.AnchorStyles.Right)));
  80. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  81. this.panelEx1.BorderWidth = 1;
  82. this.panelEx1.Controls.Add(this.txtStatistic);
  83. this.panelEx1.Controls.Add(this.txtCount);
  84. this.panelEx1.Controls.Add(this.dgvData);
  85. this.panelEx1.Controls.Add(this.btnPayment);
  86. this.panelEx1.Controls.Add(this.btnRemove);
  87. this.panelEx1.Controls.Add(this.btnToolbox);
  88. this.panelEx1.Controls.Add(this.cmbtreevClass);
  89. this.panelEx1.Controls.Add(this.labelEx1);
  90. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  91. this.panelEx1.Name = "panelEx1";
  92. this.panelEx1.Size = new System.Drawing.Size(742, 525);
  93. this.panelEx1.TabIndex = 0;
  94. //
  95. // txtStatistic
  96. //
  97. this.txtStatistic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.txtStatistic.BackColor = System.Drawing.Color.Transparent;
  100. this.txtStatistic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  101. this.txtStatistic.Icon = null;
  102. this.txtStatistic.IconIsButton = false;
  103. this.txtStatistic.IsPasswordChat = '\0';
  104. this.txtStatistic.IsSystemPasswordChar = false;
  105. this.txtStatistic.Lines = new string[] {
  106. "统计:总价格(0元)"};
  107. this.txtStatistic.Location = new System.Drawing.Point(8, 497);
  108. this.txtStatistic.Margin = new System.Windows.Forms.Padding(0);
  109. this.txtStatistic.MaxLength = 32767;
  110. this.txtStatistic.MinimumSize = new System.Drawing.Size(0, 24);
  111. this.txtStatistic.MouseBack = null;
  112. this.txtStatistic.Multiline = false;
  113. this.txtStatistic.Name = "txtStatistic";
  114. this.txtStatistic.NormlBack = null;
  115. this.txtStatistic.Padding = new System.Windows.Forms.Padding(5);
  116. this.txtStatistic.ReadOnly = true;
  117. this.txtStatistic.ScrollBars = System.Windows.Forms.ScrollBars.None;
  118. this.txtStatistic.Size = new System.Drawing.Size(729, 25);
  119. this.txtStatistic.TabIndex = 258;
  120. this.txtStatistic.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  121. this.txtStatistic.WaterColor = System.Drawing.Color.DarkGray;
  122. this.txtStatistic.WaterText = "";
  123. this.txtStatistic.WordWrap = true;
  124. //
  125. // txtCount
  126. //
  127. this.txtCount.BackColor = System.Drawing.Color.Transparent;
  128. this.txtCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  129. this.txtCount.Icon = null;
  130. this.txtCount.IconIsButton = false;
  131. this.txtCount.IsPasswordChat = '\0';
  132. this.txtCount.IsSystemPasswordChar = false;
  133. this.txtCount.Lines = new string[0];
  134. this.txtCount.Location = new System.Drawing.Point(282, 77);
  135. this.txtCount.Margin = new System.Windows.Forms.Padding(0);
  136. this.txtCount.MaxLength = 32767;
  137. this.txtCount.MinimumSize = new System.Drawing.Size(0, 24);
  138. this.txtCount.MouseBack = null;
  139. this.txtCount.Multiline = false;
  140. this.txtCount.Name = "txtCount";
  141. this.txtCount.NormlBack = null;
  142. this.txtCount.Padding = new System.Windows.Forms.Padding(5);
  143. this.txtCount.ReadOnly = false;
  144. this.txtCount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  145. this.txtCount.Size = new System.Drawing.Size(140, 25);
  146. this.txtCount.TabIndex = 257;
  147. this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  148. this.txtCount.WaterColor = System.Drawing.Color.DarkGray;
  149. this.txtCount.WaterText = "";
  150. this.txtCount.WordWrap = true;
  151. //
  152. // dgvData
  153. //
  154. this.dgvData.AllowUserToAddRows = false;
  155. this.dgvData.AllowUserToDeleteRows = false;
  156. this.dgvData.AllowUserToResizeRows = false;
  157. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  158. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  159. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  160. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  161. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  162. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  163. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  164. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  165. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  167. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  168. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  169. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  170. this.dgvData.ColumnHeadersHeight = 24;
  171. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  172. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  173. this.Column1,
  174. this.Column2,
  175. this.Column3,
  176. this.Column4,
  177. this.Column5});
  178. this.dgvData.EnableHeadersVisualStyles = false;
  179. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  180. this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_dgvData_panelEx1_dgvData_dgvData_dgvData_dgvData" +
  181. "_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData";
  182. this.dgvData.IsCompleteBonding = false;
  183. this.dgvData.IsCopyCellValue = true;
  184. this.dgvData.Location = new System.Drawing.Point(9, 46);
  185. this.dgvData.Name = "dgvData";
  186. this.dgvData.RowHeadersVisible = false;
  187. this.dgvData.RowTemplate.Height = 23;
  188. this.dgvData.RowTemplate.ReadOnly = true;
  189. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  190. this.dgvData.Size = new System.Drawing.Size(725, 450);
  191. this.dgvData.TabIndex = 254;
  192. //
  193. // Column1
  194. //
  195. this.Column1.HeaderText = "服务编号";
  196. this.Column1.Name = "Column1";
  197. this.Column1.ReadOnly = true;
  198. this.Column1.Visible = false;
  199. //
  200. // Column2
  201. //
  202. this.Column2.FillWeight = 113.8583F;
  203. this.Column2.HeaderText = "服务名称";
  204. this.Column2.Name = "Column2";
  205. this.Column2.ReadOnly = true;
  206. //
  207. // Column3
  208. //
  209. this.Column3.FillWeight = 97.68224F;
  210. this.Column3.HeaderText = "服务次数";
  211. this.Column3.Name = "Column3";
  212. this.Column3.ReadOnly = true;
  213. //
  214. // Column4
  215. //
  216. this.Column4.FillWeight = 88.45948F;
  217. this.Column4.HeaderText = "单价";
  218. this.Column4.Name = "Column4";
  219. this.Column4.ReadOnly = true;
  220. //
  221. // Column5
  222. //
  223. this.Column5.HeaderText = "ID";
  224. this.Column5.Name = "Column5";
  225. this.Column5.ReadOnly = true;
  226. this.Column5.Visible = false;
  227. //
  228. // btnPayment
  229. //
  230. this.btnPayment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  231. this.btnPayment.BackColor = System.Drawing.Color.Transparent;
  232. this.btnPayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPayment.BackImg")));
  233. this.btnPayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  234. this.btnPayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  235. this.btnPayment.ForeColor = System.Drawing.Color.White;
  236. this.btnPayment.IsCustomBackImg = false;
  237. this.btnPayment.IsShowText = true;
  238. this.btnPayment.Location = new System.Drawing.Point(648, 14);
  239. this.btnPayment.Name = "btnPayment";
  240. this.btnPayment.Size = new System.Drawing.Size(85, 28);
  241. this.btnPayment.TabIndex = 5;
  242. this.btnPayment.Text = " 支 付";
  243. this.btnPayment.UseVisualStyleBackColor = false;
  244. //
  245. // btnRemove
  246. //
  247. this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  248. this.btnRemove.BackColor = System.Drawing.Color.Transparent;
  249. this.btnRemove.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemove.BackImg")));
  250. this.btnRemove.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  251. this.btnRemove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  252. this.btnRemove.ForeColor = System.Drawing.Color.White;
  253. this.btnRemove.IsCustomBackImg = false;
  254. this.btnRemove.IsShowText = true;
  255. this.btnRemove.Location = new System.Drawing.Point(476, 14);
  256. this.btnRemove.Name = "btnRemove";
  257. this.btnRemove.Size = new System.Drawing.Size(80, 28);
  258. this.btnRemove.TabIndex = 4;
  259. this.btnRemove.Text = " 移 除";
  260. this.btnRemove.UseVisualStyleBackColor = false;
  261. //
  262. // btnToolbox
  263. //
  264. this.btnToolbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  265. this.btnToolbox.BackColor = System.Drawing.Color.Transparent;
  266. this.btnToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnToolbox.BackImg")));
  267. this.btnToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  268. this.btnToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  269. this.btnToolbox.ForeColor = System.Drawing.Color.White;
  270. this.btnToolbox.IsCustomBackImg = false;
  271. this.btnToolbox.IsShowText = true;
  272. this.btnToolbox.Location = new System.Drawing.Point(562, 14);
  273. this.btnToolbox.Name = "btnToolbox";
  274. this.btnToolbox.Size = new System.Drawing.Size(80, 28);
  275. this.btnToolbox.TabIndex = 3;
  276. this.btnToolbox.Text = " 工具箱";
  277. this.btnToolbox.UseVisualStyleBackColor = false;
  278. //
  279. // cmbtreevClass
  280. //
  281. this.cmbtreevClass.AfterSelectLevelFirstNode = true;
  282. this.cmbtreevClass.DropDownHeight = 220;
  283. this.cmbtreevClass.DropDownShow = false;
  284. this.cmbtreevClass.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  285. this.cmbtreevClass.FormattingEnabled = true;
  286. this.cmbtreevClass.IntegralHeight = false;
  287. this.cmbtreevClass.IsNodeMouseClick = true;
  288. this.cmbtreevClass.IsSelectParentNode = true;
  289. this.cmbtreevClass.Location = new System.Drawing.Point(85, 16);
  290. this.cmbtreevClass.Name = "cmbtreevClass";
  291. this.cmbtreevClass.ReadOnly = true;
  292. this.cmbtreevClass.SelectedNode = null;
  293. this.cmbtreevClass.Size = new System.Drawing.Size(225, 24);
  294. this.cmbtreevClass.StrGetName = "";
  295. this.cmbtreevClass.StrKey = null;
  296. this.cmbtreevClass.TabIndex = 2;
  297. //
  298. // labelEx1
  299. //
  300. this.labelEx1.AutoSize = true;
  301. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  302. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  303. this.labelEx1.Location = new System.Drawing.Point(14, 20);
  304. this.labelEx1.Name = "labelEx1";
  305. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  306. this.labelEx1.TabIndex = 1;
  307. this.labelEx1.Text = "服务套系:";
  308. //
  309. // DataSetServiceBoxSetSmallForm
  310. //
  311. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  312. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  313. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  314. this.ClientSize = new System.Drawing.Size(762, 610);
  315. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  316. this.MaximizeBox = false;
  317. this.MinimizeBox = false;
  318. this.Name = "DataSetServiceBoxSetSmallForm";
  319. this.Text = "服务箱";
  320. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  321. this.plExMainContainer.ResumeLayout(false);
  322. this.plFormMainContent.ResumeLayout(false);
  323. this.panelEx1.ResumeLayout(false);
  324. this.panelEx1.PerformLayout();
  325. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  326. this.ResumeLayout(false);
  327. }
  328. #endregion
  329. private ComponentLibrary.PanelEx panelEx1;
  330. private ComponentLibrary.LabelEx labelEx1;
  331. protected ComponentLibrary.DataGridViewEx dgvData;
  332. protected ComponentLibrary.ButtonEx btnPayment;
  333. protected ComponentLibrary.ButtonForm btnRemove;
  334. protected ComponentLibrary.ButtonForm btnToolbox;
  335. protected ComponentLibrary.TextBoxEx txtCount;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  341. protected ComponentLibrary.TextBoxEx txtStatistic;
  342. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClass;
  343. }
  344. }