ServiceItemCountForm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. namespace LYFZ.Software.UI.MembershipManage.StatisticsForm
  2. {
  3. partial class ServiceItemCountForm
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceItemCountForm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnSet = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.txtServiceItemCount = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.panelEx1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  43. this.panelEx2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // plExMainContainer
  47. //
  48. this.plExMainContainer.Controls.Add(this.panelEx1);
  49. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  50. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  51. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  52. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  53. //
  54. // btnAppFormMaximize
  55. //
  56. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  57. //
  58. // btnAppFormExit
  59. //
  60. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  61. //
  62. // btnAppFormMinimize
  63. //
  64. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  65. //
  66. // panelEx1
  67. //
  68. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  69. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  70. this.panelEx1.BorderWidth = 1;
  71. this.panelEx1.Controls.Add(this.dgvData);
  72. this.panelEx1.Controls.Add(this.panelEx2);
  73. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  75. this.panelEx1.Name = "panelEx1";
  76. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  77. this.panelEx1.Size = new System.Drawing.Size(900, 485);
  78. this.panelEx1.TabIndex = 0;
  79. //
  80. // dgvData
  81. //
  82. this.dgvData.AllowUserToAddRows = false;
  83. this.dgvData.AllowUserToDeleteRows = false;
  84. this.dgvData.AllowUserToOrderColumns = true;
  85. this.dgvData.AllowUserToResizeRows = false;
  86. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  87. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  88. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  89. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  90. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  91. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  93. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  94. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  96. this.dgvData.ColumnHeadersHeight = 24;
  97. this.dgvData.dgvColumnHeadersHeight = 24;
  98. this.dgvData.dgvCurrentColumnOriginalSet = "";
  99. this.dgvData.dgvCurrentColumnWidth = "";
  100. this.dgvData.dgvCurrentHideColumn = null;
  101. this.dgvData.dgvFixedHideColumn = null;
  102. this.dgvData.dgvGuidName = null;
  103. this.dgvData.dgvUserEmployeeID = null;
  104. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.dgvData.EnableHeadersVisualStyles = false;
  106. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  107. this.dgvData.ImageHeight = 15;
  108. this.dgvData.ImageWidth = 15;
  109. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  110. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  111. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  112. this.dgvData.IsCompleteBonding = false;
  113. this.dgvData.IsCopyCellValue = true;
  114. this.dgvData.IsShowSerialNumber = true;
  115. this.dgvData.IsSortedRedraw = true;
  116. this.dgvData.IsSortMode = false;
  117. this.dgvData.Location = new System.Drawing.Point(3, 43);
  118. this.dgvData.Name = "dgvData";
  119. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  120. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  121. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  123. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  124. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  125. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  126. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  127. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  128. this.dgvData.RowHeadersWidth = 50;
  129. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  130. this.dgvData.RowTemplate.Height = 23;
  131. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  132. this.dgvData.Size = new System.Drawing.Size(894, 439);
  133. this.dgvData.StrSecondStageNull = "";
  134. this.dgvData.StrValueNullColumn = "";
  135. this.dgvData.TabIndex = 19;
  136. this.dgvData.ViceCount = 1;
  137. //
  138. // panelEx2
  139. //
  140. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  141. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  142. this.panelEx2.BorderWidth = 1;
  143. this.panelEx2.Controls.Add(this.btnClose);
  144. this.panelEx2.Controls.Add(this.btnSet);
  145. this.panelEx2.Controls.Add(this.btnQuery);
  146. this.panelEx2.Controls.Add(this.txtServiceItemCount);
  147. this.panelEx2.Controls.Add(this.labelEx1);
  148. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  149. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  150. this.panelEx2.Name = "panelEx2";
  151. this.panelEx2.Size = new System.Drawing.Size(894, 40);
  152. this.panelEx2.TabIndex = 0;
  153. //
  154. // btnSet
  155. //
  156. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  157. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  158. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  159. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  160. this.btnSet.ForeColor = System.Drawing.Color.White;
  161. this.btnSet.IsCustomBackImg = false;
  162. this.btnSet.IsShowText = true;
  163. this.btnSet.Location = new System.Drawing.Point(264, 5);
  164. this.btnSet.Name = "btnSet";
  165. this.btnSet.Size = new System.Drawing.Size(85, 28);
  166. this.btnSet.TabIndex = 24;
  167. this.btnSet.Text = " 设 置";
  168. this.btnSet.UseVisualStyleBackColor = false;
  169. //
  170. // btnQuery
  171. //
  172. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  173. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  174. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  175. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  176. this.btnQuery.ForeColor = System.Drawing.Color.White;
  177. this.btnQuery.IsCustomBackImg = false;
  178. this.btnQuery.IsShowText = true;
  179. this.btnQuery.Location = new System.Drawing.Point(171, 5);
  180. this.btnQuery.Name = "btnQuery";
  181. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  182. this.btnQuery.TabIndex = 23;
  183. this.btnQuery.Text = " 查 询";
  184. this.btnQuery.UseVisualStyleBackColor = false;
  185. //
  186. // txtServiceItemCount
  187. //
  188. this.txtServiceItemCount.BackColor = System.Drawing.Color.Transparent;
  189. this.txtServiceItemCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  190. this.txtServiceItemCount.Icon = null;
  191. this.txtServiceItemCount.IconIsButton = false;
  192. this.txtServiceItemCount.IsPasswordChat = '\0';
  193. this.txtServiceItemCount.IsSystemPasswordChar = false;
  194. this.txtServiceItemCount.Lines = new string[] {
  195. "0"};
  196. this.txtServiceItemCount.Location = new System.Drawing.Point(89, 7);
  197. this.txtServiceItemCount.Margin = new System.Windows.Forms.Padding(0);
  198. this.txtServiceItemCount.MaxLength = 4;
  199. this.txtServiceItemCount.MinimumSize = new System.Drawing.Size(0, 24);
  200. this.txtServiceItemCount.MouseBack = null;
  201. this.txtServiceItemCount.Multiline = false;
  202. this.txtServiceItemCount.Name = "txtServiceItemCount";
  203. this.txtServiceItemCount.NormlBack = null;
  204. this.txtServiceItemCount.Padding = new System.Windows.Forms.Padding(5);
  205. this.txtServiceItemCount.ReadOnly = false;
  206. this.txtServiceItemCount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  207. this.txtServiceItemCount.Size = new System.Drawing.Size(49, 25);
  208. this.txtServiceItemCount.TabIndex = 22;
  209. this.txtServiceItemCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  210. this.txtServiceItemCount.WaterColor = System.Drawing.Color.DarkGray;
  211. this.txtServiceItemCount.WaterText = "";
  212. this.txtServiceItemCount.WordWrap = true;
  213. //
  214. // labelEx1
  215. //
  216. this.labelEx1.AutoSize = true;
  217. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  218. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  219. this.labelEx1.Location = new System.Drawing.Point(8, 11);
  220. this.labelEx1.Name = "labelEx1";
  221. this.labelEx1.Size = new System.Drawing.Size(152, 17);
  222. this.labelEx1.TabIndex = 0;
  223. this.labelEx1.Text = "服务次数低于 次";
  224. //
  225. // btnClose
  226. //
  227. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  228. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  229. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  230. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  231. this.btnClose.ForeColor = System.Drawing.Color.White;
  232. this.btnClose.IsCustomBackImg = false;
  233. this.btnClose.IsShowText = true;
  234. this.btnClose.Location = new System.Drawing.Point(357, 5);
  235. this.btnClose.Name = "btnClose";
  236. this.btnClose.Size = new System.Drawing.Size(85, 28);
  237. this.btnClose.TabIndex = 25;
  238. this.btnClose.Text = " 关 闭";
  239. this.btnClose.UseVisualStyleBackColor = false;
  240. //
  241. // ServiceItemCountForm
  242. //
  243. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  244. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  245. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  246. this.ClientSize = new System.Drawing.Size(910, 610);
  247. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  248. this.IsShowUcNavigationTool = true;
  249. this.Name = "ServiceItemCountForm";
  250. this.Text = "服务卡服务项次数提醒";
  251. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  252. this.plExMainContainer.ResumeLayout(false);
  253. this.plFormMainContent.ResumeLayout(false);
  254. this.panelEx1.ResumeLayout(false);
  255. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  256. this.panelEx2.ResumeLayout(false);
  257. this.panelEx2.PerformLayout();
  258. this.ResumeLayout(false);
  259. }
  260. #endregion
  261. private ComponentLibrary.PanelEx panelEx1;
  262. private ComponentLibrary.PanelEx panelEx2;
  263. private ComponentLibrary.LabelEx labelEx1;
  264. protected ComponentLibrary.TextBoxEx txtServiceItemCount;
  265. protected internal ComponentLibrary.ButtonEx btnQuery;
  266. protected internal ComponentLibrary.ButtonEx btnSet;
  267. protected ComponentLibrary.DataGridViewEc dgvData;
  268. protected internal ComponentLibrary.ButtonEx btnClose;
  269. }
  270. }