OrderControlFormMain.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. namespace LYFZ.Software.UI.CameraControlBook
  2. {
  3. partial class OrderControlFormMain
  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(OrderControlFormMain));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  35. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  36. this.tabPage_ExpiredReservationPhotographyNotPhotography = new System.Windows.Forms.TabPage();
  37. this.tabPage_ExpiredReservationLookDesignNotLookDesign = new System.Windows.Forms.TabPage();
  38. this.tabPage_ExpiredReservationPickupNotComplete = new System.Windows.Forms.TabPage();
  39. this.tabPage_ExpiredReservationPickupNotPickup = new System.Windows.Forms.TabPage();
  40. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  41. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnCloses = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.tabPage_ExpireReservationSelect = new System.Windows.Forms.TabPage();
  47. this.plExMainContainer.SuspendLayout();
  48. this.plFormMainContent.SuspendLayout();
  49. this.panelEx1.SuspendLayout();
  50. this.panelEx2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  52. this.tabControlEx1.SuspendLayout();
  53. this.flowLayoutPanel1.SuspendLayout();
  54. this.panelEx3.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // plExMainContainer
  58. //
  59. this.plExMainContainer.Controls.Add(this.panelEx1);
  60. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  61. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  62. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  63. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. //
  73. // panelEx1
  74. //
  75. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  76. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  77. this.panelEx1.BorderWidth = 1;
  78. this.panelEx1.Controls.Add(this.panelEx2);
  79. this.panelEx1.Controls.Add(this.tabControlEx1);
  80. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  81. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  83. this.panelEx1.Name = "panelEx1";
  84. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  85. this.panelEx1.Size = new System.Drawing.Size(900, 485);
  86. this.panelEx1.TabIndex = 0;
  87. //
  88. // panelEx2
  89. //
  90. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  91. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  92. this.panelEx2.BorderWidth = 1;
  93. this.panelEx2.Controls.Add(this.dgvData);
  94. this.panelEx2.Controls.Add(this.dataGridViewStatisticsCount1);
  95. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.panelEx2.Location = new System.Drawing.Point(2, 72);
  97. this.panelEx2.Name = "panelEx2";
  98. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  99. this.panelEx2.Size = new System.Drawing.Size(896, 411);
  100. this.panelEx2.TabIndex = 2;
  101. //
  102. // dgvData
  103. //
  104. this.dgvData.AllowUserToAddRows = false;
  105. this.dgvData.AllowUserToDeleteRows = false;
  106. this.dgvData.AllowUserToResizeRows = false;
  107. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  108. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  109. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  110. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  111. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  113. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  114. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  115. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  116. this.dgvData.ColumnHeadersHeight = 24;
  117. this.dgvData.dgvColumnHeadersHeight = 24;
  118. this.dgvData.dgvCurrentColumnOriginalSet = "";
  119. this.dgvData.dgvCurrentColumnWidth = "";
  120. this.dgvData.dgvCurrentHideColumn = null;
  121. this.dgvData.dgvFixedHideColumn = null;
  122. this.dgvData.dgvGuidName = null;
  123. this.dgvData.dgvUserEmployeeID = null;
  124. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.dgvData.EnableHeadersVisualStyles = false;
  126. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  127. this.dgvData.ImageHeight = 15;
  128. this.dgvData.ImageWidth = 15;
  129. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  130. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  131. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  132. this.dgvData.IsCompleteBonding = false;
  133. this.dgvData.IsCopyCellValue = true;
  134. this.dgvData.IsShowSerialNumber = false;
  135. this.dgvData.IsSortedRedraw = true;
  136. this.dgvData.IsSortMode = false;
  137. this.dgvData.Location = new System.Drawing.Point(3, 3);
  138. this.dgvData.Name = "dgvData";
  139. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  140. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  141. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  143. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  144. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  145. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  146. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  147. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  148. this.dgvData.RowHeadersWidth = 30;
  149. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  150. this.dgvData.RowTemplate.Height = 23;
  151. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  152. this.dgvData.Size = new System.Drawing.Size(890, 379);
  153. this.dgvData.StrSecondStageNull = "";
  154. this.dgvData.StrValueNullColumn = "";
  155. this.dgvData.TabIndex = 3;
  156. this.dgvData.ViceCount = 1;
  157. //
  158. // dataGridViewStatisticsCount1
  159. //
  160. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  161. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  162. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 382);
  163. this.dataGridViewStatisticsCount1.LocationX = 1;
  164. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  165. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(890, 26);
  166. this.dataGridViewStatisticsCount1.StrUnit = "单";
  167. this.dataGridViewStatisticsCount1.TabIndex = 29;
  168. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  169. //
  170. // tabControlEx1
  171. //
  172. this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  173. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  174. this.tabControlEx1.Controls.Add(this.tabPage_ExpiredReservationPhotographyNotPhotography);
  175. this.tabControlEx1.Controls.Add(this.tabPage_ExpiredReservationLookDesignNotLookDesign);
  176. this.tabControlEx1.Controls.Add(this.tabPage_ExpireReservationSelect);
  177. this.tabControlEx1.Controls.Add(this.tabPage_ExpiredReservationPickupNotComplete);
  178. this.tabControlEx1.Controls.Add(this.tabPage_ExpiredReservationPickupNotPickup);
  179. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Top;
  180. this.tabControlEx1.ItemSize = new System.Drawing.Size(130, 30);
  181. this.tabControlEx1.Location = new System.Drawing.Point(2, 40);
  182. this.tabControlEx1.Name = "tabControlEx1";
  183. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  184. this.tabControlEx1.SelectedIndex = 0;
  185. this.tabControlEx1.Size = new System.Drawing.Size(896, 32);
  186. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  187. this.tabControlEx1.TabIndex = 1;
  188. //
  189. // tabPage_ExpiredReservationPhotographyNotPhotography
  190. //
  191. this.tabPage_ExpiredReservationPhotographyNotPhotography.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  192. this.tabPage_ExpiredReservationPhotographyNotPhotography.Location = new System.Drawing.Point(4, 34);
  193. this.tabPage_ExpiredReservationPhotographyNotPhotography.Name = "tabPage_ExpiredReservationPhotographyNotPhotography";
  194. this.tabPage_ExpiredReservationPhotographyNotPhotography.Size = new System.Drawing.Size(888, 0);
  195. this.tabPage_ExpiredReservationPhotographyNotPhotography.TabIndex = 2;
  196. this.tabPage_ExpiredReservationPhotographyNotPhotography.Text = "已过预约拍照未拍照";
  197. //
  198. // tabPage_ExpiredReservationLookDesignNotLookDesign
  199. //
  200. this.tabPage_ExpiredReservationLookDesignNotLookDesign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  201. this.tabPage_ExpiredReservationLookDesignNotLookDesign.Location = new System.Drawing.Point(4, 34);
  202. this.tabPage_ExpiredReservationLookDesignNotLookDesign.Name = "tabPage_ExpiredReservationLookDesignNotLookDesign";
  203. this.tabPage_ExpiredReservationLookDesignNotLookDesign.Size = new System.Drawing.Size(888, 0);
  204. this.tabPage_ExpiredReservationLookDesignNotLookDesign.TabIndex = 3;
  205. this.tabPage_ExpiredReservationLookDesignNotLookDesign.Text = "已过预约看样未看样";
  206. //
  207. // tabPage_ExpiredReservationPickupNotComplete
  208. //
  209. this.tabPage_ExpiredReservationPickupNotComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  210. this.tabPage_ExpiredReservationPickupNotComplete.Location = new System.Drawing.Point(4, 34);
  211. this.tabPage_ExpiredReservationPickupNotComplete.Name = "tabPage_ExpiredReservationPickupNotComplete";
  212. this.tabPage_ExpiredReservationPickupNotComplete.Padding = new System.Windows.Forms.Padding(3);
  213. this.tabPage_ExpiredReservationPickupNotComplete.Size = new System.Drawing.Size(888, 0);
  214. this.tabPage_ExpiredReservationPickupNotComplete.TabIndex = 0;
  215. this.tabPage_ExpiredReservationPickupNotComplete.Text = "已过预约取件未完成";
  216. //
  217. // tabPage_ExpiredReservationPickupNotPickup
  218. //
  219. this.tabPage_ExpiredReservationPickupNotPickup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  220. this.tabPage_ExpiredReservationPickupNotPickup.Location = new System.Drawing.Point(4, 34);
  221. this.tabPage_ExpiredReservationPickupNotPickup.Name = "tabPage_ExpiredReservationPickupNotPickup";
  222. this.tabPage_ExpiredReservationPickupNotPickup.Padding = new System.Windows.Forms.Padding(3);
  223. this.tabPage_ExpiredReservationPickupNotPickup.Size = new System.Drawing.Size(888, 0);
  224. this.tabPage_ExpiredReservationPickupNotPickup.TabIndex = 1;
  225. this.tabPage_ExpiredReservationPickupNotPickup.Text = "已过预约取件未取件";
  226. //
  227. // flowLayoutPanel1
  228. //
  229. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  230. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  231. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  232. this.flowLayoutPanel1.Controls.Add(this.btnCloses);
  233. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  234. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  235. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  236. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  237. this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 38);
  238. this.flowLayoutPanel1.TabIndex = 0;
  239. //
  240. // panelEx3
  241. //
  242. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  243. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  244. this.panelEx3.BorderWidth = 1;
  245. this.panelEx3.Controls.Add(this.txtQuery);
  246. this.panelEx3.Location = new System.Drawing.Point(3, 6);
  247. this.panelEx3.Name = "panelEx3";
  248. this.panelEx3.Size = new System.Drawing.Size(165, 28);
  249. this.panelEx3.TabIndex = 4;
  250. //
  251. // txtQuery
  252. //
  253. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  254. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  255. this.txtQuery.Icon = null;
  256. this.txtQuery.IconIsButton = false;
  257. this.txtQuery.IsPasswordChat = '\0';
  258. this.txtQuery.IsSystemPasswordChar = false;
  259. this.txtQuery.Lines = new string[0];
  260. this.txtQuery.Location = new System.Drawing.Point(2, 2);
  261. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  262. this.txtQuery.MaxLength = 32767;
  263. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  264. this.txtQuery.MouseBack = null;
  265. this.txtQuery.Multiline = false;
  266. this.txtQuery.Name = "txtQuery";
  267. this.txtQuery.NormlBack = null;
  268. this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
  269. this.txtQuery.ReadOnly = false;
  270. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  271. this.txtQuery.Size = new System.Drawing.Size(160, 25);
  272. this.txtQuery.TabIndex = 2;
  273. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  274. this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
  275. this.txtQuery.WaterText = "订单号、客户姓名、电话";
  276. this.txtQuery.WordWrap = true;
  277. //
  278. // btnQuery
  279. //
  280. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  281. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  282. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  283. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  284. this.btnQuery.ForeColor = System.Drawing.Color.White;
  285. this.btnQuery.IsCustomBackImg = false;
  286. this.btnQuery.IsShowText = true;
  287. this.btnQuery.Location = new System.Drawing.Point(174, 6);
  288. this.btnQuery.Name = "btnQuery";
  289. this.btnQuery.Size = new System.Drawing.Size(80, 28);
  290. this.btnQuery.TabIndex = 5;
  291. this.btnQuery.Text = " 查 询";
  292. this.btnQuery.UseVisualStyleBackColor = false;
  293. //
  294. // btnExport
  295. //
  296. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  297. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  298. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  299. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  300. this.btnExport.ForeColor = System.Drawing.Color.White;
  301. this.btnExport.IsCustomBackImg = false;
  302. this.btnExport.IsShowText = true;
  303. this.btnExport.Location = new System.Drawing.Point(260, 6);
  304. this.btnExport.Name = "btnExport";
  305. this.btnExport.Size = new System.Drawing.Size(80, 28);
  306. this.btnExport.TabIndex = 7;
  307. this.btnExport.Text = " 导 出";
  308. this.btnExport.UseVisualStyleBackColor = false;
  309. //
  310. // btnCloses
  311. //
  312. this.btnCloses.BackColor = System.Drawing.Color.Transparent;
  313. this.btnCloses.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloses.BackImg")));
  314. this.btnCloses.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  315. this.btnCloses.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  316. this.btnCloses.ForeColor = System.Drawing.Color.White;
  317. this.btnCloses.IsCustomBackImg = false;
  318. this.btnCloses.IsShowText = true;
  319. this.btnCloses.Location = new System.Drawing.Point(346, 6);
  320. this.btnCloses.Name = "btnCloses";
  321. this.btnCloses.Size = new System.Drawing.Size(80, 28);
  322. this.btnCloses.TabIndex = 6;
  323. this.btnCloses.Text = " 关 闭";
  324. this.btnCloses.UseVisualStyleBackColor = false;
  325. //
  326. // tabPage_ExpireReservationSelect
  327. //
  328. this.tabPage_ExpireReservationSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  329. this.tabPage_ExpireReservationSelect.Location = new System.Drawing.Point(4, 34);
  330. this.tabPage_ExpireReservationSelect.Name = "tabPage_ExpireReservationSelect";
  331. this.tabPage_ExpireReservationSelect.Size = new System.Drawing.Size(888, 0);
  332. this.tabPage_ExpireReservationSelect.TabIndex = 4;
  333. this.tabPage_ExpireReservationSelect.Text = "已过预约选样未选样";
  334. //
  335. // OrderControlFormMain
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  338. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  339. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  340. this.ClientSize = new System.Drawing.Size(910, 610);
  341. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  342. this.IsShowUcNavigationTool = true;
  343. this.IsUserControlsSize = false;
  344. this.Name = "OrderControlFormMain";
  345. this.Text = "已过预约把控";
  346. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  347. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  348. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  349. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  350. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  351. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  352. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  353. this.plExMainContainer.ResumeLayout(false);
  354. this.plFormMainContent.ResumeLayout(false);
  355. this.panelEx1.ResumeLayout(false);
  356. this.panelEx2.ResumeLayout(false);
  357. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  358. this.tabControlEx1.ResumeLayout(false);
  359. this.flowLayoutPanel1.ResumeLayout(false);
  360. this.panelEx3.ResumeLayout(false);
  361. this.ResumeLayout(false);
  362. }
  363. #endregion
  364. private ComponentLibrary.PanelEx panelEx1;
  365. private System.Windows.Forms.TabPage tabPage_ExpiredReservationPickupNotComplete;
  366. private System.Windows.Forms.TabPage tabPage_ExpiredReservationPickupNotPickup;
  367. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  368. private ComponentLibrary.PanelEx panelEx2;
  369. private ComponentLibrary.PanelEx panelEx3;
  370. protected internal ComponentLibrary.TextBoxEx txtQuery;
  371. protected internal ComponentLibrary.ButtonEx btnQuery;
  372. protected internal ComponentLibrary.TabControlEx tabControlEx1;
  373. protected internal ComponentLibrary.DataGridViewEc dgvData;
  374. protected internal ComponentLibrary.ButtonEx btnCloses;
  375. private System.Windows.Forms.TabPage tabPage_ExpiredReservationPhotographyNotPhotography;
  376. private System.Windows.Forms.TabPage tabPage_ExpiredReservationLookDesignNotLookDesign;
  377. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  378. protected internal ComponentLibrary.ButtonEx btnExport;
  379. protected internal System.Windows.Forms.TabPage tabPage_ExpireReservationSelect;
  380. }
  381. }