FrmOrdersCustomer.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. namespace LYFZ.Software.UI.Customers
  2. {
  3. partial class FrmOrdersCustomer
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrdersCustomer));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.chkHs = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.chkEt = new LYFZ.ComponentLibrary.CheckBoxEx();
  37. this.chkXz = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.chkFw = new LYFZ.ComponentLibrary.CheckBoxEx();
  39. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.txtContent = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  42. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.ucOld = new LYFZ.UCPager.ucPagerEx();
  44. this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  46. this.txtStatistics = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.plExMainContainer.SuspendLayout();
  48. this.plFormMainContent.SuspendLayout();
  49. this.panelEx2.SuspendLayout();
  50. this.panelEx1.SuspendLayout();
  51. this.flowLayoutPanel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // plExMainContainer
  56. //
  57. this.plExMainContainer.AutoScroll = true;
  58. this.plExMainContainer.Controls.Add(this.panelEx2);
  59. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  60. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  61. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  62. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  63. //
  64. // btnAppFormMaximize
  65. //
  66. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  67. //
  68. // btnAppFormExit
  69. //
  70. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  75. //
  76. // panelEx2
  77. //
  78. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  79. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  80. this.panelEx2.BorderWidth = 1;
  81. this.panelEx2.Controls.Add(this.dgvData);
  82. this.panelEx2.Controls.Add(this.ucOld);
  83. this.panelEx2.Controls.Add(this.txtStatistics);
  84. this.panelEx2.Controls.Add(this.panelEx1);
  85. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  87. this.panelEx2.Name = "panelEx2";
  88. this.panelEx2.Size = new System.Drawing.Size(900, 495);
  89. this.panelEx2.TabIndex = 194;
  90. //
  91. // panelEx1
  92. //
  93. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  94. this.panelEx1.BorderWidth = 1;
  95. this.panelEx1.Controls.Add(this.btnConditionQuery);
  96. this.panelEx1.Controls.Add(this.btnUpdate);
  97. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  98. this.panelEx1.Controls.Add(this.btnSlect);
  99. this.panelEx1.Controls.Add(this.btnExport);
  100. this.panelEx1.Controls.Add(this.txtContent);
  101. this.panelEx1.Controls.Add(this.btnClose);
  102. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  104. this.panelEx1.Name = "panelEx1";
  105. this.panelEx1.Size = new System.Drawing.Size(898, 40);
  106. this.panelEx1.TabIndex = 230;
  107. //
  108. // btnUpdate
  109. //
  110. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  111. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  112. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  113. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  114. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  115. this.btnUpdate.IsCustomBackImg = false;
  116. this.btnUpdate.IsShowText = true;
  117. this.btnUpdate.Location = new System.Drawing.Point(331, 8);
  118. this.btnUpdate.Name = "btnUpdate";
  119. this.btnUpdate.Size = new System.Drawing.Size(85, 26);
  120. this.btnUpdate.TabIndex = 207;
  121. this.btnUpdate.Text = " 修 改";
  122. this.btnUpdate.UseVisualStyleBackColor = false;
  123. //
  124. // flowLayoutPanel1
  125. //
  126. this.flowLayoutPanel1.Controls.Add(this.chkHs);
  127. this.flowLayoutPanel1.Controls.Add(this.chkEt);
  128. this.flowLayoutPanel1.Controls.Add(this.chkXz);
  129. this.flowLayoutPanel1.Controls.Add(this.chkFw);
  130. this.flowLayoutPanel1.Location = new System.Drawing.Point(609, 7);
  131. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  132. this.flowLayoutPanel1.Size = new System.Drawing.Size(238, 29);
  133. this.flowLayoutPanel1.TabIndex = 229;
  134. //
  135. // chkHs
  136. //
  137. this.chkHs.AutoSize = true;
  138. this.chkHs.BackColor = System.Drawing.Color.Transparent;
  139. this.chkHs.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  140. this.chkHs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  141. this.chkHs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  142. this.chkHs.Fourstates = false;
  143. this.chkHs.IsGreenTick = false;
  144. this.chkHs.Location = new System.Drawing.Point(3, 3);
  145. this.chkHs.Name = "chkHs";
  146. this.chkHs.Size = new System.Drawing.Size(51, 21);
  147. this.chkHs.TabIndex = 225;
  148. this.chkHs.Tag = "0";
  149. this.chkHs.Text = "婚纱";
  150. this.chkHs.UseVisualStyleBackColor = false;
  151. //
  152. // chkEt
  153. //
  154. this.chkEt.AutoSize = true;
  155. this.chkEt.BackColor = System.Drawing.Color.Transparent;
  156. this.chkEt.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  157. this.chkEt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  158. this.chkEt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  159. this.chkEt.Fourstates = false;
  160. this.chkEt.IsGreenTick = false;
  161. this.chkEt.Location = new System.Drawing.Point(60, 3);
  162. this.chkEt.Name = "chkEt";
  163. this.chkEt.Size = new System.Drawing.Size(51, 21);
  164. this.chkEt.TabIndex = 226;
  165. this.chkEt.Tag = "1";
  166. this.chkEt.Text = "儿童";
  167. this.chkEt.UseVisualStyleBackColor = false;
  168. //
  169. // chkXz
  170. //
  171. this.chkXz.AutoSize = true;
  172. this.chkXz.BackColor = System.Drawing.Color.Transparent;
  173. this.chkXz.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  174. this.chkXz.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  175. this.chkXz.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  176. this.chkXz.Fourstates = false;
  177. this.chkXz.IsGreenTick = false;
  178. this.chkXz.Location = new System.Drawing.Point(117, 3);
  179. this.chkXz.Name = "chkXz";
  180. this.chkXz.Size = new System.Drawing.Size(51, 21);
  181. this.chkXz.TabIndex = 227;
  182. this.chkXz.Tag = "2";
  183. this.chkXz.Text = "写真";
  184. this.chkXz.UseVisualStyleBackColor = false;
  185. //
  186. // chkFw
  187. //
  188. this.chkFw.AutoSize = true;
  189. this.chkFw.BackColor = System.Drawing.Color.Transparent;
  190. this.chkFw.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  191. this.chkFw.Font = new System.Drawing.Font("微软雅黑", 9F);
  192. this.chkFw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  193. this.chkFw.Fourstates = false;
  194. this.chkFw.IsGreenTick = false;
  195. this.chkFw.Location = new System.Drawing.Point(174, 3);
  196. this.chkFw.Name = "chkFw";
  197. this.chkFw.Size = new System.Drawing.Size(51, 21);
  198. this.chkFw.TabIndex = 228;
  199. this.chkFw.Tag = "3";
  200. this.chkFw.Text = "服务";
  201. this.chkFw.UseVisualStyleBackColor = false;
  202. //
  203. // btnSlect
  204. //
  205. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  206. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  207. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  208. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  209. this.btnSlect.ForeColor = System.Drawing.Color.White;
  210. this.btnSlect.IsCustomBackImg = false;
  211. this.btnSlect.IsShowText = true;
  212. this.btnSlect.Location = new System.Drawing.Point(149, 8);
  213. this.btnSlect.Name = "btnSlect";
  214. this.btnSlect.Size = new System.Drawing.Size(85, 26);
  215. this.btnSlect.TabIndex = 198;
  216. this.btnSlect.Text = " 查 询";
  217. this.btnSlect.UseVisualStyleBackColor = false;
  218. //
  219. // btnExport
  220. //
  221. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  222. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  223. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  224. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  225. this.btnExport.ForeColor = System.Drawing.Color.White;
  226. this.btnExport.IsCustomBackImg = false;
  227. this.btnExport.IsShowText = true;
  228. this.btnExport.Location = new System.Drawing.Point(422, 8);
  229. this.btnExport.Name = "btnExport";
  230. this.btnExport.Size = new System.Drawing.Size(85, 26);
  231. this.btnExport.TabIndex = 199;
  232. this.btnExport.Text = " 导 出";
  233. this.btnExport.UseVisualStyleBackColor = false;
  234. //
  235. // txtContent
  236. //
  237. this.txtContent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  238. this.txtContent.EmptyTextTip = null;
  239. this.txtContent.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  240. this.txtContent.Font = new System.Drawing.Font("微软雅黑", 9F);
  241. this.txtContent.Location = new System.Drawing.Point(8, 9);
  242. this.txtContent.Name = "txtContent";
  243. this.txtContent.Size = new System.Drawing.Size(135, 23);
  244. this.txtContent.TabIndex = 201;
  245. //
  246. // btnClose
  247. //
  248. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  249. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  250. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  251. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  252. this.btnClose.ForeColor = System.Drawing.Color.White;
  253. this.btnClose.IsCustomBackImg = false;
  254. this.btnClose.IsShowText = true;
  255. this.btnClose.Location = new System.Drawing.Point(513, 8);
  256. this.btnClose.Name = "btnClose";
  257. this.btnClose.Size = new System.Drawing.Size(85, 26);
  258. this.btnClose.TabIndex = 200;
  259. this.btnClose.Text = " 关 闭";
  260. this.btnClose.UseVisualStyleBackColor = false;
  261. //
  262. // ucOld
  263. //
  264. this.ucOld.CurrentPageCount = 0;
  265. this.ucOld.Dock = System.Windows.Forms.DockStyle.Bottom;
  266. this.ucOld.Location = new System.Drawing.Point(0, 444);
  267. this.ucOld.Name = "ucOld";
  268. this.ucOld.NMax = 0;
  269. this.ucOld.PageCount = 0;
  270. this.ucOld.PageCurrent = 1;
  271. this.ucOld.PageSize = 20;
  272. this.ucOld.Size = new System.Drawing.Size(898, 24);
  273. this.ucOld.TabIndex = 224;
  274. this.ucOld.TbDataSource = null;
  275. //
  276. // btnConditionQuery
  277. //
  278. this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
  279. this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
  280. this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  281. this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  282. this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
  283. this.btnConditionQuery.IsCustomBackImg = false;
  284. this.btnConditionQuery.IsShowText = true;
  285. this.btnConditionQuery.Location = new System.Drawing.Point(240, 8);
  286. this.btnConditionQuery.Name = "btnConditionQuery";
  287. this.btnConditionQuery.Size = new System.Drawing.Size(85, 26);
  288. this.btnConditionQuery.TabIndex = 230;
  289. this.btnConditionQuery.Text = " 条件查询";
  290. this.btnConditionQuery.UseVisualStyleBackColor = false;
  291. //
  292. // dgvData
  293. //
  294. this.dgvData.AllowUserToAddRows = false;
  295. this.dgvData.AllowUserToDeleteRows = false;
  296. this.dgvData.AllowUserToResizeRows = false;
  297. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  298. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  299. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  300. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  301. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  303. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  304. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  305. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  306. this.dgvData.ColumnHeadersHeight = 24;
  307. this.dgvData.dgvCurrentColumnOriginalSet = "";
  308. this.dgvData.dgvCurrentColumnWidth = "";
  309. this.dgvData.dgvCurrentHideColumn = null;
  310. this.dgvData.dgvFixedHideColumn = null;
  311. this.dgvData.dgvGuidName = null;
  312. this.dgvData.dgvUserEmployeeID = null;
  313. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.dgvData.EnableHeadersVisualStyles = false;
  315. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  316. this.dgvData.ImageHeight = 15;
  317. this.dgvData.ImageWidth = 15;
  318. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  319. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  320. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  321. this.dgvData.IsCopyCellValue = true;
  322. this.dgvData.IsShowSerialNumber = false;
  323. this.dgvData.IsSortedRedraw = true;
  324. this.dgvData.IsSortMode = false;
  325. this.dgvData.Location = new System.Drawing.Point(0, 40);
  326. this.dgvData.MultiSelect = false;
  327. this.dgvData.Name = "dgvData";
  328. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  329. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  330. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  332. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  333. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  334. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  335. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  336. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  337. this.dgvData.RowHeadersWidth = 25;
  338. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  339. this.dgvData.RowTemplate.Height = 23;
  340. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  341. this.dgvData.Size = new System.Drawing.Size(898, 404);
  342. this.dgvData.TabIndex = 231;
  343. this.dgvData.ViceCount = 1;
  344. //
  345. // txtStatistics
  346. //
  347. this.txtStatistics.BackColor = System.Drawing.Color.Transparent;
  348. this.txtStatistics.Dock = System.Windows.Forms.DockStyle.Bottom;
  349. this.txtStatistics.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  350. this.txtStatistics.Icon = null;
  351. this.txtStatistics.IconIsButton = false;
  352. this.txtStatistics.IsPasswordChat = '\0';
  353. this.txtStatistics.IsSystemPasswordChar = false;
  354. this.txtStatistics.Lines = new string[0];
  355. this.txtStatistics.Location = new System.Drawing.Point(0, 468);
  356. this.txtStatistics.Margin = new System.Windows.Forms.Padding(0);
  357. this.txtStatistics.MaxLength = 32767;
  358. this.txtStatistics.MinimumSize = new System.Drawing.Size(0, 24);
  359. this.txtStatistics.MouseBack = null;
  360. this.txtStatistics.Multiline = false;
  361. this.txtStatistics.Name = "txtStatistics";
  362. this.txtStatistics.NormlBack = null;
  363. this.txtStatistics.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  364. this.txtStatistics.ReadOnly = true;
  365. this.txtStatistics.ScrollBars = System.Windows.Forms.ScrollBars.None;
  366. this.txtStatistics.Size = new System.Drawing.Size(898, 25);
  367. this.txtStatistics.TabIndex = 2233;
  368. this.txtStatistics.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  369. this.txtStatistics.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  370. this.txtStatistics.WaterText = "";
  371. this.txtStatistics.WordWrap = true;
  372. //
  373. // FrmOrdersCustomer
  374. //
  375. this.AcceptButton = this.btnSlect;
  376. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  377. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  378. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  379. this.ClientSize = new System.Drawing.Size(910, 610);
  380. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  381. this.IsShowUcNavigationTool = true;
  382. this.Name = "FrmOrdersCustomer";
  383. this.Text = "订单客户";
  384. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  385. this.plExMainContainer.ResumeLayout(false);
  386. this.plFormMainContent.ResumeLayout(false);
  387. this.panelEx2.ResumeLayout(false);
  388. this.panelEx1.ResumeLayout(false);
  389. this.panelEx1.PerformLayout();
  390. this.flowLayoutPanel1.ResumeLayout(false);
  391. this.flowLayoutPanel1.PerformLayout();
  392. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  393. this.ResumeLayout(false);
  394. }
  395. #endregion
  396. private ComponentLibrary.PanelEx panelEx2;
  397. protected ComponentLibrary.ButtonEx btnClose;
  398. protected ComponentLibrary.TextBoxBasicEx txtContent;
  399. protected ComponentLibrary.ButtonEx btnExport;
  400. protected ComponentLibrary.ButtonEx btnSlect;
  401. protected ComponentLibrary.ButtonEx btnUpdate;
  402. protected UCPager.ucPagerEx ucOld;
  403. protected ComponentLibrary.CheckBoxEx chkFw;
  404. protected ComponentLibrary.CheckBoxEx chkHs;
  405. protected ComponentLibrary.CheckBoxEx chkXz;
  406. protected ComponentLibrary.CheckBoxEx chkEt;
  407. private ComponentLibrary.PanelEx panelEx1;
  408. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  409. protected internal ComponentLibrary.ButtonEx btnConditionQuery;
  410. protected internal ComponentLibrary.DataGridViewEc dgvData;
  411. protected internal ComponentLibrary.TextBoxEx txtStatistics;
  412. }
  413. }