TotakePieceFormMain.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class TotakePieceFormMain
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TotakePieceFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  35. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  36. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  37. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  38. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  39. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnQueryCompleted = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnRecentPickup = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnHairPiecePickData = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnMonthPieces = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnNotAlreadySentBack = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnMonthRework = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.btnByVendorSendOutProduct = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnByVendorBackPieceProduct = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnPrintBarcode = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnScanCodeBackPiece = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnScanCodeTakePickup = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.btn_ExportData = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.panelDressVersion = new LYFZ.ComponentLibrary.PanelEx();
  56. this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  57. this.panelKidsVersion = new LYFZ.ComponentLibrary.PanelEx();
  58. this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  59. this.panelPortraitVersion = new LYFZ.ComponentLibrary.PanelEx();
  60. this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  61. this.panelWeddingCelebration = new LYFZ.ComponentLibrary.PanelEx();
  62. this.chkWeddingCelebration = new LYFZ.ComponentLibrary.CheckBoxEx();
  63. this.panelShowCompleteOrder = new LYFZ.ComponentLibrary.PanelEx();
  64. this.chkShowCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
  65. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  66. this.cbxDesignNotProduct = new LYFZ.ComponentLibrary.CheckBoxEx();
  67. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  68. this.cb_PartTaken = new LYFZ.ComponentLibrary.CheckBoxEx();
  69. this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  70. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  71. this.plExMainContainer.SuspendLayout();
  72. this.plFormMainContent.SuspendLayout();
  73. this.panelEx1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  75. this.flowLayoutPanel1.SuspendLayout();
  76. this.panelStoreName.SuspendLayout();
  77. this.panelEx3.SuspendLayout();
  78. this.panelDressVersion.SuspendLayout();
  79. this.panelKidsVersion.SuspendLayout();
  80. this.panelPortraitVersion.SuspendLayout();
  81. this.panelWeddingCelebration.SuspendLayout();
  82. this.panelShowCompleteOrder.SuspendLayout();
  83. this.panelEx2.SuspendLayout();
  84. this.panelEx4.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // plExMainContainer
  88. //
  89. this.plExMainContainer.AutoScroll = true;
  90. this.plExMainContainer.Controls.Add(this.panelEx1);
  91. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  92. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  93. this.plExMainContainer.Size = new System.Drawing.Size(809, 505);
  94. //
  95. // plFormMainContent
  96. //
  97. this.plFormMainContent.Size = new System.Drawing.Size(809, 545);
  98. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  99. //
  100. // btnAppFormMaximize
  101. //
  102. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  103. this.btnAppFormMaximize.Location = new System.Drawing.Point(750, 0);
  104. //
  105. // btnAppFormExit
  106. //
  107. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  108. this.btnAppFormExit.Location = new System.Drawing.Point(777, 0);
  109. //
  110. // btnAppFormMinimize
  111. //
  112. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  113. this.btnAppFormMinimize.Location = new System.Drawing.Point(723, 0);
  114. //
  115. // panelEx1
  116. //
  117. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  118. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  119. this.panelEx1.BorderWidth = 1;
  120. this.panelEx1.Controls.Add(this.dgvData);
  121. this.panelEx1.Controls.Add(this.ucPagerEx1);
  122. this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
  123. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  124. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  126. this.panelEx1.Name = "panelEx1";
  127. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  128. this.panelEx1.Size = new System.Drawing.Size(799, 495);
  129. this.panelEx1.TabIndex = 10;
  130. //
  131. // dgvData
  132. //
  133. this.dgvData.AllowUserToAddRows = false;
  134. this.dgvData.AllowUserToDeleteRows = false;
  135. this.dgvData.AllowUserToOrderColumns = true;
  136. this.dgvData.AllowUserToResizeRows = false;
  137. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  138. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  139. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  140. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  141. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  143. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  144. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  145. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  146. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  147. this.dgvData.dgvColumnHeadersHeight = 24;
  148. this.dgvData.dgvCurrentColumnOriginalSet = "";
  149. this.dgvData.dgvCurrentColumnWidth = "";
  150. this.dgvData.dgvCurrentHideColumn = null;
  151. this.dgvData.dgvFixedHideColumn = null;
  152. this.dgvData.dgvGuidName = null;
  153. this.dgvData.dgvUserEmployeeID = null;
  154. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.dgvData.EnableHeadersVisualStyles = false;
  156. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  157. this.dgvData.ImageHeight = 15;
  158. this.dgvData.ImageWidth = 15;
  159. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  160. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  161. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  162. this.dgvData.IsCompleteBonding = false;
  163. this.dgvData.IsCopyCellValue = true;
  164. this.dgvData.IsShowSerialNumber = false;
  165. this.dgvData.IsSortedRedraw = true;
  166. this.dgvData.IsSortMode = false;
  167. this.dgvData.Location = new System.Drawing.Point(3, 117);
  168. this.dgvData.Name = "dgvData";
  169. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  170. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  171. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  173. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  174. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  175. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  176. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  177. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  178. this.dgvData.RowHeadersWidth = 25;
  179. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  180. this.dgvData.RowTemplate.Height = 23;
  181. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  182. this.dgvData.Size = new System.Drawing.Size(793, 319);
  183. this.dgvData.StrSecondStageNull = "";
  184. this.dgvData.StrValueNullColumn = "";
  185. this.dgvData.TabIndex = 24;
  186. this.dgvData.ViceCount = 1;
  187. //
  188. // ucPagerEx1
  189. //
  190. this.ucPagerEx1.CurrentPageCount = 0;
  191. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  192. this.ucPagerEx1.Location = new System.Drawing.Point(3, 436);
  193. this.ucPagerEx1.Name = "ucPagerEx1";
  194. this.ucPagerEx1.NMax = 0;
  195. this.ucPagerEx1.PageCount = 0;
  196. this.ucPagerEx1.PageCurrent = 1;
  197. this.ucPagerEx1.PageSize = 20;
  198. this.ucPagerEx1.Size = new System.Drawing.Size(793, 30);
  199. this.ucPagerEx1.TabIndex = 37;
  200. this.ucPagerEx1.TbDataSource = null;
  201. //
  202. // dataGridViewStatisticsCount1
  203. //
  204. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  205. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  206. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 466);
  207. this.dataGridViewStatisticsCount1.LocationX = 1;
  208. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  209. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(793, 26);
  210. this.dataGridViewStatisticsCount1.StrUnit = "单";
  211. this.dataGridViewStatisticsCount1.TabIndex = 31;
  212. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  213. this.dataGridViewStatisticsCount1.Visible = false;
  214. //
  215. // flowLayoutPanel1
  216. //
  217. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  218. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  219. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  220. this.flowLayoutPanel1.Controls.Add(this.btnQueryCompleted);
  221. this.flowLayoutPanel1.Controls.Add(this.btnRecentPickup);
  222. this.flowLayoutPanel1.Controls.Add(this.btnHairPiecePickData);
  223. this.flowLayoutPanel1.Controls.Add(this.btnMonthPieces);
  224. this.flowLayoutPanel1.Controls.Add(this.btnNotAlreadySentBack);
  225. this.flowLayoutPanel1.Controls.Add(this.btnMonthRework);
  226. this.flowLayoutPanel1.Controls.Add(this.btnByVendorSendOutProduct);
  227. this.flowLayoutPanel1.Controls.Add(this.btnByVendorBackPieceProduct);
  228. this.flowLayoutPanel1.Controls.Add(this.btnPrintBarcode);
  229. this.flowLayoutPanel1.Controls.Add(this.btnScanCodeBackPiece);
  230. this.flowLayoutPanel1.Controls.Add(this.btnScanCodeTakePickup);
  231. this.flowLayoutPanel1.Controls.Add(this.btn_ExportData);
  232. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  233. this.flowLayoutPanel1.Controls.Add(this.panelDressVersion);
  234. this.flowLayoutPanel1.Controls.Add(this.panelKidsVersion);
  235. this.flowLayoutPanel1.Controls.Add(this.panelPortraitVersion);
  236. this.flowLayoutPanel1.Controls.Add(this.panelWeddingCelebration);
  237. this.flowLayoutPanel1.Controls.Add(this.panelShowCompleteOrder);
  238. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  239. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  240. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  241. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  242. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  243. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  244. this.flowLayoutPanel1.Size = new System.Drawing.Size(793, 114);
  245. this.flowLayoutPanel1.TabIndex = 30;
  246. //
  247. // panelStoreName
  248. //
  249. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  250. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  251. this.panelStoreName.BorderWidth = 1;
  252. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  253. this.panelStoreName.Location = new System.Drawing.Point(1, 4);
  254. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  255. this.panelStoreName.Name = "panelStoreName";
  256. this.panelStoreName.Size = new System.Drawing.Size(210, 28);
  257. this.panelStoreName.TabIndex = 211;
  258. //
  259. // cmbtreevStoreName
  260. //
  261. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  262. this.cmbtreevStoreName.DropDownHeight = 220;
  263. this.cmbtreevStoreName.DropDownShow = false;
  264. this.cmbtreevStoreName.FormattingEnabled = true;
  265. this.cmbtreevStoreName.IntegralHeight = false;
  266. this.cmbtreevStoreName.IsNodeMouseClick = true;
  267. this.cmbtreevStoreName.IsSelectParentNode = false;
  268. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  269. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  270. this.cmbtreevStoreName.ReadOnly = true;
  271. this.cmbtreevStoreName.SelectedNode = null;
  272. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  273. this.cmbtreevStoreName.StrGetName = "";
  274. this.cmbtreevStoreName.StrGetTagName = "";
  275. this.cmbtreevStoreName.StrKey = null;
  276. this.cmbtreevStoreName.TabIndex = 274;
  277. //
  278. // panelEx3
  279. //
  280. this.panelEx3.BackColor = System.Drawing.Color.Transparent;
  281. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  282. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  283. this.panelEx3.BorderWidth = 1;
  284. this.panelEx3.Controls.Add(this.cmbQueryText);
  285. this.panelEx3.Location = new System.Drawing.Point(213, 4);
  286. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  287. this.panelEx3.Name = "panelEx3";
  288. this.panelEx3.Size = new System.Drawing.Size(180, 28);
  289. this.panelEx3.TabIndex = 28;
  290. //
  291. // cmbQueryText
  292. //
  293. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  294. this.cmbQueryText.Icon = null;
  295. this.cmbQueryText.IconIsButton = false;
  296. this.cmbQueryText.IsPasswordChat = '\0';
  297. this.cmbQueryText.IsSystemPasswordChar = false;
  298. this.cmbQueryText.Lines = new string[0];
  299. this.cmbQueryText.Location = new System.Drawing.Point(0, 0);
  300. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  301. this.cmbQueryText.MaxLength = 32767;
  302. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 26);
  303. this.cmbQueryText.MouseBack = null;
  304. this.cmbQueryText.Multiline = false;
  305. this.cmbQueryText.Name = "cmbQueryText";
  306. this.cmbQueryText.NormlBack = null;
  307. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  308. this.cmbQueryText.ReadOnly = false;
  309. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  310. this.cmbQueryText.Size = new System.Drawing.Size(175, 28);
  311. this.cmbQueryText.TabIndex = 13;
  312. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  313. this.toolTip1.SetToolTip(this.cmbQueryText, "可根据:订单号、客户姓名、客户电话、接单人 进行查询");
  314. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  315. this.cmbQueryText.WaterText = "订单号、客户姓名、客户电话";
  316. this.cmbQueryText.WordWrap = true;
  317. //
  318. // btnQuery
  319. //
  320. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  321. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  322. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  323. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  324. this.btnQuery.ForeColor = System.Drawing.Color.White;
  325. this.btnQuery.IsCustomBackImg = false;
  326. this.btnQuery.IsShowText = true;
  327. this.btnQuery.Location = new System.Drawing.Point(397, 4);
  328. this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  329. this.btnQuery.Name = "btnQuery";
  330. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  331. this.btnQuery.TabIndex = 2;
  332. this.btnQuery.Text = " 查 询";
  333. this.btnQuery.UseVisualStyleBackColor = false;
  334. //
  335. // btnQueryCompleted
  336. //
  337. this.btnQueryCompleted.BackColor = System.Drawing.Color.Transparent;
  338. this.btnQueryCompleted.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQueryCompleted.BackImg")));
  339. this.btnQueryCompleted.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.btnQueryCompleted.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btnQueryCompleted.ForeColor = System.Drawing.Color.White;
  342. this.btnQueryCompleted.IsCustomBackImg = false;
  343. this.btnQueryCompleted.IsShowText = true;
  344. this.btnQueryCompleted.Location = new System.Drawing.Point(488, 4);
  345. this.btnQueryCompleted.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  346. this.btnQueryCompleted.Name = "btnQueryCompleted";
  347. this.btnQueryCompleted.Size = new System.Drawing.Size(85, 28);
  348. this.btnQueryCompleted.TabIndex = 4;
  349. this.btnQueryCompleted.Text = " 查询完成";
  350. this.btnQueryCompleted.UseVisualStyleBackColor = false;
  351. this.btnQueryCompleted.Visible = false;
  352. //
  353. // btnRecentPickup
  354. //
  355. this.btnRecentPickup.BackColor = System.Drawing.Color.Transparent;
  356. this.btnRecentPickup.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecentPickup.BackImg")));
  357. this.btnRecentPickup.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  358. this.btnRecentPickup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  359. this.btnRecentPickup.ForeColor = System.Drawing.Color.White;
  360. this.btnRecentPickup.IsCustomBackImg = false;
  361. this.btnRecentPickup.IsShowText = true;
  362. this.btnRecentPickup.Location = new System.Drawing.Point(579, 4);
  363. this.btnRecentPickup.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  364. this.btnRecentPickup.Name = "btnRecentPickup";
  365. this.btnRecentPickup.Size = new System.Drawing.Size(85, 28);
  366. this.btnRecentPickup.TabIndex = 9;
  367. this.btnRecentPickup.Text = " 条件查询";
  368. this.btnRecentPickup.UseVisualStyleBackColor = false;
  369. //
  370. // btnHairPiecePickData
  371. //
  372. this.btnHairPiecePickData.BackColor = System.Drawing.Color.Transparent;
  373. this.btnHairPiecePickData.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnHairPiecePickData.BackImg")));
  374. this.btnHairPiecePickData.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  375. this.btnHairPiecePickData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  376. this.btnHairPiecePickData.ForeColor = System.Drawing.Color.White;
  377. this.btnHairPiecePickData.IsCustomBackImg = false;
  378. this.btnHairPiecePickData.IsShowText = true;
  379. this.btnHairPiecePickData.Location = new System.Drawing.Point(670, 4);
  380. this.btnHairPiecePickData.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  381. this.btnHairPiecePickData.Name = "btnHairPiecePickData";
  382. this.btnHairPiecePickData.Size = new System.Drawing.Size(95, 28);
  383. this.btnHairPiecePickData.TabIndex = 11;
  384. this.btnHairPiecePickData.Text = " 发片取件资料";
  385. this.btnHairPiecePickData.UseVisualStyleBackColor = false;
  386. //
  387. // btnMonthPieces
  388. //
  389. this.btnMonthPieces.BackColor = System.Drawing.Color.Transparent;
  390. this.btnMonthPieces.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMonthPieces.BackImg")));
  391. this.btnMonthPieces.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  392. this.btnMonthPieces.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  393. this.btnMonthPieces.ForeColor = System.Drawing.Color.White;
  394. this.btnMonthPieces.IsCustomBackImg = false;
  395. this.btnMonthPieces.IsShowText = true;
  396. this.btnMonthPieces.Location = new System.Drawing.Point(3, 36);
  397. this.btnMonthPieces.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  398. this.btnMonthPieces.Name = "btnMonthPieces";
  399. this.btnMonthPieces.Size = new System.Drawing.Size(85, 28);
  400. this.btnMonthPieces.TabIndex = 10;
  401. this.btnMonthPieces.Text = " 本月出件";
  402. this.btnMonthPieces.UseVisualStyleBackColor = false;
  403. //
  404. // btnNotAlreadySentBack
  405. //
  406. this.btnNotAlreadySentBack.BackColor = System.Drawing.Color.Transparent;
  407. this.btnNotAlreadySentBack.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotAlreadySentBack.BackImg")));
  408. this.btnNotAlreadySentBack.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  409. this.btnNotAlreadySentBack.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  410. this.btnNotAlreadySentBack.ForeColor = System.Drawing.Color.White;
  411. this.btnNotAlreadySentBack.IsCustomBackImg = false;
  412. this.btnNotAlreadySentBack.IsShowText = true;
  413. this.btnNotAlreadySentBack.Location = new System.Drawing.Point(94, 36);
  414. this.btnNotAlreadySentBack.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  415. this.btnNotAlreadySentBack.Name = "btnNotAlreadySentBack";
  416. this.btnNotAlreadySentBack.Size = new System.Drawing.Size(85, 28);
  417. this.btnNotAlreadySentBack.TabIndex = 6;
  418. this.btnNotAlreadySentBack.Text = " 已发未回";
  419. this.btnNotAlreadySentBack.UseVisualStyleBackColor = false;
  420. //
  421. // btnMonthRework
  422. //
  423. this.btnMonthRework.BackColor = System.Drawing.Color.Transparent;
  424. this.btnMonthRework.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMonthRework.BackImg")));
  425. this.btnMonthRework.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  426. this.btnMonthRework.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  427. this.btnMonthRework.ForeColor = System.Drawing.Color.White;
  428. this.btnMonthRework.IsCustomBackImg = false;
  429. this.btnMonthRework.IsShowText = true;
  430. this.btnMonthRework.Location = new System.Drawing.Point(185, 36);
  431. this.btnMonthRework.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  432. this.btnMonthRework.Name = "btnMonthRework";
  433. this.btnMonthRework.Size = new System.Drawing.Size(85, 28);
  434. this.btnMonthRework.TabIndex = 7;
  435. this.btnMonthRework.Text = " 本月返工";
  436. this.btnMonthRework.UseVisualStyleBackColor = false;
  437. //
  438. // btnByVendorSendOutProduct
  439. //
  440. this.btnByVendorSendOutProduct.BackColor = System.Drawing.Color.Transparent;
  441. this.btnByVendorSendOutProduct.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnByVendorSendOutProduct.BackImg")));
  442. this.btnByVendorSendOutProduct.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  443. this.btnByVendorSendOutProduct.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  444. this.btnByVendorSendOutProduct.ForeColor = System.Drawing.Color.White;
  445. this.btnByVendorSendOutProduct.IsCustomBackImg = false;
  446. this.btnByVendorSendOutProduct.IsShowText = true;
  447. this.btnByVendorSendOutProduct.Location = new System.Drawing.Point(276, 36);
  448. this.btnByVendorSendOutProduct.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  449. this.btnByVendorSendOutProduct.Name = "btnByVendorSendOutProduct";
  450. this.btnByVendorSendOutProduct.Size = new System.Drawing.Size(85, 28);
  451. this.btnByVendorSendOutProduct.TabIndex = 30;
  452. this.btnByVendorSendOutProduct.Text = " 按厂家发片";
  453. this.btnByVendorSendOutProduct.UseVisualStyleBackColor = false;
  454. //
  455. // btnByVendorBackPieceProduct
  456. //
  457. this.btnByVendorBackPieceProduct.BackColor = System.Drawing.Color.Transparent;
  458. this.btnByVendorBackPieceProduct.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnByVendorBackPieceProduct.BackImg")));
  459. this.btnByVendorBackPieceProduct.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  460. this.btnByVendorBackPieceProduct.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  461. this.btnByVendorBackPieceProduct.ForeColor = System.Drawing.Color.White;
  462. this.btnByVendorBackPieceProduct.IsCustomBackImg = false;
  463. this.btnByVendorBackPieceProduct.IsShowText = true;
  464. this.btnByVendorBackPieceProduct.Location = new System.Drawing.Point(367, 36);
  465. this.btnByVendorBackPieceProduct.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  466. this.btnByVendorBackPieceProduct.Name = "btnByVendorBackPieceProduct";
  467. this.btnByVendorBackPieceProduct.Size = new System.Drawing.Size(85, 28);
  468. this.btnByVendorBackPieceProduct.TabIndex = 31;
  469. this.btnByVendorBackPieceProduct.Text = " 按厂家回片";
  470. this.btnByVendorBackPieceProduct.UseVisualStyleBackColor = false;
  471. //
  472. // btnPrintBarcode
  473. //
  474. this.btnPrintBarcode.BackColor = System.Drawing.Color.Transparent;
  475. this.btnPrintBarcode.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrintBarcode.BackImg")));
  476. this.btnPrintBarcode.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  477. this.btnPrintBarcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  478. this.btnPrintBarcode.ForeColor = System.Drawing.Color.White;
  479. this.btnPrintBarcode.IsCustomBackImg = false;
  480. this.btnPrintBarcode.IsShowText = true;
  481. this.btnPrintBarcode.Location = new System.Drawing.Point(458, 36);
  482. this.btnPrintBarcode.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  483. this.btnPrintBarcode.Name = "btnPrintBarcode";
  484. this.btnPrintBarcode.Size = new System.Drawing.Size(85, 28);
  485. this.btnPrintBarcode.TabIndex = 32;
  486. this.btnPrintBarcode.Text = " 打印条码";
  487. this.btnPrintBarcode.UseVisualStyleBackColor = false;
  488. //
  489. // btnScanCodeBackPiece
  490. //
  491. this.btnScanCodeBackPiece.BackColor = System.Drawing.Color.Transparent;
  492. this.btnScanCodeBackPiece.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnScanCodeBackPiece.BackImg")));
  493. this.btnScanCodeBackPiece.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  494. this.btnScanCodeBackPiece.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  495. this.btnScanCodeBackPiece.ForeColor = System.Drawing.Color.White;
  496. this.btnScanCodeBackPiece.IsCustomBackImg = false;
  497. this.btnScanCodeBackPiece.IsShowText = true;
  498. this.btnScanCodeBackPiece.Location = new System.Drawing.Point(549, 36);
  499. this.btnScanCodeBackPiece.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  500. this.btnScanCodeBackPiece.Name = "btnScanCodeBackPiece";
  501. this.btnScanCodeBackPiece.Size = new System.Drawing.Size(85, 28);
  502. this.btnScanCodeBackPiece.TabIndex = 33;
  503. this.btnScanCodeBackPiece.Text = " 扫码回件";
  504. this.btnScanCodeBackPiece.UseVisualStyleBackColor = false;
  505. //
  506. // btnScanCodeTakePickup
  507. //
  508. this.btnScanCodeTakePickup.BackColor = System.Drawing.Color.Transparent;
  509. this.btnScanCodeTakePickup.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnScanCodeTakePickup.BackImg")));
  510. this.btnScanCodeTakePickup.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  511. this.btnScanCodeTakePickup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  512. this.btnScanCodeTakePickup.ForeColor = System.Drawing.Color.White;
  513. this.btnScanCodeTakePickup.IsCustomBackImg = false;
  514. this.btnScanCodeTakePickup.IsShowText = true;
  515. this.btnScanCodeTakePickup.Location = new System.Drawing.Point(640, 36);
  516. this.btnScanCodeTakePickup.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  517. this.btnScanCodeTakePickup.Name = "btnScanCodeTakePickup";
  518. this.btnScanCodeTakePickup.Size = new System.Drawing.Size(85, 28);
  519. this.btnScanCodeTakePickup.TabIndex = 34;
  520. this.btnScanCodeTakePickup.Text = " 扫码取件";
  521. this.btnScanCodeTakePickup.UseVisualStyleBackColor = false;
  522. //
  523. // btn_ExportData
  524. //
  525. this.btn_ExportData.BackColor = System.Drawing.Color.Transparent;
  526. this.btn_ExportData.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_ExportData.BackImg")));
  527. this.btn_ExportData.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  528. this.btn_ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  529. this.btn_ExportData.ForeColor = System.Drawing.Color.White;
  530. this.btn_ExportData.IsCustomBackImg = false;
  531. this.btn_ExportData.IsShowText = true;
  532. this.btn_ExportData.Location = new System.Drawing.Point(3, 68);
  533. this.btn_ExportData.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  534. this.btn_ExportData.Name = "btn_ExportData";
  535. this.btn_ExportData.Size = new System.Drawing.Size(85, 28);
  536. this.btn_ExportData.TabIndex = 212;
  537. this.btn_ExportData.Text = " 导 出";
  538. this.btn_ExportData.UseVisualStyleBackColor = false;
  539. //
  540. // btnClose
  541. //
  542. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  543. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  544. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  545. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  546. this.btnClose.ForeColor = System.Drawing.Color.White;
  547. this.btnClose.IsCustomBackImg = false;
  548. this.btnClose.IsShowText = true;
  549. this.btnClose.Location = new System.Drawing.Point(94, 68);
  550. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  551. this.btnClose.Name = "btnClose";
  552. this.btnClose.Size = new System.Drawing.Size(85, 28);
  553. this.btnClose.TabIndex = 8;
  554. this.btnClose.Text = " 关 闭";
  555. this.btnClose.UseVisualStyleBackColor = false;
  556. //
  557. // panelDressVersion
  558. //
  559. this.panelDressVersion.BackColor = System.Drawing.Color.Transparent;
  560. this.panelDressVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  561. this.panelDressVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  562. this.panelDressVersion.BorderWidth = 1;
  563. this.panelDressVersion.Controls.Add(this.chkDressVersion);
  564. this.panelDressVersion.Location = new System.Drawing.Point(183, 68);
  565. this.panelDressVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  566. this.panelDressVersion.Name = "panelDressVersion";
  567. this.panelDressVersion.Size = new System.Drawing.Size(60, 28);
  568. this.panelDressVersion.TabIndex = 31;
  569. //
  570. // chkDressVersion
  571. //
  572. this.chkDressVersion.AutoSize = true;
  573. this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
  574. this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  575. this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  576. this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  577. this.chkDressVersion.Fourstates = false;
  578. this.chkDressVersion.IsGreenTick = false;
  579. this.chkDressVersion.Location = new System.Drawing.Point(3, 3);
  580. this.chkDressVersion.Name = "chkDressVersion";
  581. this.chkDressVersion.Size = new System.Drawing.Size(51, 21);
  582. this.chkDressVersion.TabIndex = 12;
  583. this.chkDressVersion.Text = "婚纱";
  584. this.chkDressVersion.UseVisualStyleBackColor = false;
  585. //
  586. // panelKidsVersion
  587. //
  588. this.panelKidsVersion.BackColor = System.Drawing.Color.Transparent;
  589. this.panelKidsVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  590. this.panelKidsVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  591. this.panelKidsVersion.BorderWidth = 1;
  592. this.panelKidsVersion.Controls.Add(this.chkKidsVersion);
  593. this.panelKidsVersion.Location = new System.Drawing.Point(245, 68);
  594. this.panelKidsVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  595. this.panelKidsVersion.Name = "panelKidsVersion";
  596. this.panelKidsVersion.Size = new System.Drawing.Size(60, 28);
  597. this.panelKidsVersion.TabIndex = 32;
  598. //
  599. // chkKidsVersion
  600. //
  601. this.chkKidsVersion.AutoSize = true;
  602. this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
  603. this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  604. this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  605. this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  606. this.chkKidsVersion.Fourstates = false;
  607. this.chkKidsVersion.IsGreenTick = false;
  608. this.chkKidsVersion.Location = new System.Drawing.Point(3, 3);
  609. this.chkKidsVersion.Name = "chkKidsVersion";
  610. this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);
  611. this.chkKidsVersion.TabIndex = 13;
  612. this.chkKidsVersion.Text = "儿童";
  613. this.chkKidsVersion.UseVisualStyleBackColor = false;
  614. //
  615. // panelPortraitVersion
  616. //
  617. this.panelPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  618. this.panelPortraitVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  619. this.panelPortraitVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  620. this.panelPortraitVersion.BorderWidth = 1;
  621. this.panelPortraitVersion.Controls.Add(this.chkPortraitVersion);
  622. this.panelPortraitVersion.Location = new System.Drawing.Point(307, 68);
  623. this.panelPortraitVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  624. this.panelPortraitVersion.Name = "panelPortraitVersion";
  625. this.panelPortraitVersion.Size = new System.Drawing.Size(60, 28);
  626. this.panelPortraitVersion.TabIndex = 32;
  627. //
  628. // chkPortraitVersion
  629. //
  630. this.chkPortraitVersion.AutoSize = true;
  631. this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  632. this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  633. this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  634. this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  635. this.chkPortraitVersion.Fourstates = false;
  636. this.chkPortraitVersion.IsGreenTick = false;
  637. this.chkPortraitVersion.Location = new System.Drawing.Point(3, 3);
  638. this.chkPortraitVersion.Name = "chkPortraitVersion";
  639. this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);
  640. this.chkPortraitVersion.TabIndex = 22;
  641. this.chkPortraitVersion.Text = "写真";
  642. this.chkPortraitVersion.UseVisualStyleBackColor = false;
  643. //
  644. // panelWeddingCelebration
  645. //
  646. this.panelWeddingCelebration.BackColor = System.Drawing.Color.Transparent;
  647. this.panelWeddingCelebration.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  648. this.panelWeddingCelebration.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  649. this.panelWeddingCelebration.BorderWidth = 1;
  650. this.panelWeddingCelebration.Controls.Add(this.chkWeddingCelebration);
  651. this.panelWeddingCelebration.Location = new System.Drawing.Point(369, 68);
  652. this.panelWeddingCelebration.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  653. this.panelWeddingCelebration.Name = "panelWeddingCelebration";
  654. this.panelWeddingCelebration.Size = new System.Drawing.Size(60, 28);
  655. this.panelWeddingCelebration.TabIndex = 32;
  656. //
  657. // chkWeddingCelebration
  658. //
  659. this.chkWeddingCelebration.AutoSize = true;
  660. this.chkWeddingCelebration.BackColor = System.Drawing.Color.Transparent;
  661. this.chkWeddingCelebration.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  662. this.chkWeddingCelebration.Font = new System.Drawing.Font("微软雅黑", 9F);
  663. this.chkWeddingCelebration.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  664. this.chkWeddingCelebration.Fourstates = false;
  665. this.chkWeddingCelebration.IsGreenTick = false;
  666. this.chkWeddingCelebration.Location = new System.Drawing.Point(3, 3);
  667. this.chkWeddingCelebration.Name = "chkWeddingCelebration";
  668. this.chkWeddingCelebration.Size = new System.Drawing.Size(51, 21);
  669. this.chkWeddingCelebration.TabIndex = 137;
  670. this.chkWeddingCelebration.Text = "婚庆";
  671. this.chkWeddingCelebration.UseVisualStyleBackColor = false;
  672. //
  673. // panelShowCompleteOrder
  674. //
  675. this.panelShowCompleteOrder.BackColor = System.Drawing.Color.Transparent;
  676. this.panelShowCompleteOrder.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  677. this.panelShowCompleteOrder.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  678. this.panelShowCompleteOrder.BorderWidth = 1;
  679. this.panelShowCompleteOrder.Controls.Add(this.chkShowCompleteOrder);
  680. this.panelShowCompleteOrder.Location = new System.Drawing.Point(431, 68);
  681. this.panelShowCompleteOrder.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  682. this.panelShowCompleteOrder.Name = "panelShowCompleteOrder";
  683. this.panelShowCompleteOrder.Size = new System.Drawing.Size(110, 28);
  684. this.panelShowCompleteOrder.TabIndex = 32;
  685. //
  686. // chkShowCompleteOrder
  687. //
  688. this.chkShowCompleteOrder.AutoSize = true;
  689. this.chkShowCompleteOrder.BackColor = System.Drawing.Color.Transparent;
  690. this.chkShowCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  691. this.chkShowCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F);
  692. this.chkShowCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  693. this.chkShowCompleteOrder.Fourstates = false;
  694. this.chkShowCompleteOrder.IsGreenTick = false;
  695. this.chkShowCompleteOrder.Location = new System.Drawing.Point(4, 3);
  696. this.chkShowCompleteOrder.Name = "chkShowCompleteOrder";
  697. this.chkShowCompleteOrder.Size = new System.Drawing.Size(99, 21);
  698. this.chkShowCompleteOrder.TabIndex = 140;
  699. this.chkShowCompleteOrder.Text = "显示完成订单";
  700. this.chkShowCompleteOrder.UseVisualStyleBackColor = false;
  701. //
  702. // panelEx2
  703. //
  704. this.panelEx2.BackColor = System.Drawing.Color.Transparent;
  705. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  706. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  707. this.panelEx2.BorderWidth = 1;
  708. this.panelEx2.Controls.Add(this.cbxDesignNotProduct);
  709. this.panelEx2.Location = new System.Drawing.Point(543, 68);
  710. this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  711. this.panelEx2.Name = "panelEx2";
  712. this.panelEx2.Size = new System.Drawing.Size(120, 28);
  713. this.panelEx2.TabIndex = 32;
  714. //
  715. // cbxDesignNotProduct
  716. //
  717. this.cbxDesignNotProduct.AutoSize = true;
  718. this.cbxDesignNotProduct.BackColor = System.Drawing.Color.Transparent;
  719. this.cbxDesignNotProduct.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  720. this.cbxDesignNotProduct.Font = new System.Drawing.Font("微软雅黑", 9F);
  721. this.cbxDesignNotProduct.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  722. this.cbxDesignNotProduct.Fourstates = false;
  723. this.cbxDesignNotProduct.IsGreenTick = false;
  724. this.cbxDesignNotProduct.Location = new System.Drawing.Point(3, 3);
  725. this.cbxDesignNotProduct.Name = "cbxDesignNotProduct";
  726. this.cbxDesignNotProduct.Size = new System.Drawing.Size(111, 21);
  727. this.cbxDesignNotProduct.TabIndex = 140;
  728. this.cbxDesignNotProduct.Text = "已设计未发厂家";
  729. this.cbxDesignNotProduct.UseVisualStyleBackColor = false;
  730. //
  731. // panelEx4
  732. //
  733. this.panelEx4.BackColor = System.Drawing.Color.Transparent;
  734. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  735. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  736. this.panelEx4.BorderWidth = 1;
  737. this.panelEx4.Controls.Add(this.cb_PartTaken);
  738. this.panelEx4.Location = new System.Drawing.Point(665, 68);
  739. this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  740. this.panelEx4.Name = "panelEx4";
  741. this.panelEx4.Size = new System.Drawing.Size(87, 28);
  742. this.panelEx4.TabIndex = 32;
  743. //
  744. // cb_PartTaken
  745. //
  746. this.cb_PartTaken.AutoSize = true;
  747. this.cb_PartTaken.BackColor = System.Drawing.Color.Transparent;
  748. this.cb_PartTaken.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  749. this.cb_PartTaken.Font = new System.Drawing.Font("微软雅黑", 9F);
  750. this.cb_PartTaken.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  751. this.cb_PartTaken.Fourstates = false;
  752. this.cb_PartTaken.IsGreenTick = false;
  753. this.cb_PartTaken.Location = new System.Drawing.Point(3, 3);
  754. this.cb_PartTaken.Name = "cb_PartTaken";
  755. this.cb_PartTaken.Size = new System.Drawing.Size(75, 21);
  756. this.cb_PartTaken.TabIndex = 140;
  757. this.cb_PartTaken.Text = "部分取件";
  758. this.cb_PartTaken.UseVisualStyleBackColor = false;
  759. //
  760. // cntmenu
  761. //
  762. this.cntmenu.Name = "cntmenu";
  763. this.cntmenu.Size = new System.Drawing.Size(61, 4);
  764. //
  765. // TotakePieceFormMain
  766. //
  767. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  768. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  769. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  770. this.ClientSize = new System.Drawing.Size(809, 610);
  771. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  772. this.IsShowUcNavigationTool = true;
  773. this.Name = "TotakePieceFormMain";
  774. this.Text = "发片/取件";
  775. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  776. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  777. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  778. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  779. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  780. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  781. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  782. this.plExMainContainer.ResumeLayout(false);
  783. this.plFormMainContent.ResumeLayout(false);
  784. this.panelEx1.ResumeLayout(false);
  785. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  786. this.flowLayoutPanel1.ResumeLayout(false);
  787. this.panelStoreName.ResumeLayout(false);
  788. this.panelEx3.ResumeLayout(false);
  789. this.panelDressVersion.ResumeLayout(false);
  790. this.panelDressVersion.PerformLayout();
  791. this.panelKidsVersion.ResumeLayout(false);
  792. this.panelKidsVersion.PerformLayout();
  793. this.panelPortraitVersion.ResumeLayout(false);
  794. this.panelPortraitVersion.PerformLayout();
  795. this.panelWeddingCelebration.ResumeLayout(false);
  796. this.panelWeddingCelebration.PerformLayout();
  797. this.panelShowCompleteOrder.ResumeLayout(false);
  798. this.panelShowCompleteOrder.PerformLayout();
  799. this.panelEx2.ResumeLayout(false);
  800. this.panelEx2.PerformLayout();
  801. this.panelEx4.ResumeLayout(false);
  802. this.panelEx4.PerformLayout();
  803. this.ResumeLayout(false);
  804. }
  805. #endregion
  806. protected ComponentLibrary.ButtonEx btnHairPiecePickData;
  807. protected ComponentLibrary.ButtonEx btnMonthPieces;
  808. protected ComponentLibrary.ButtonEx btnRecentPickup;
  809. protected ComponentLibrary.ButtonEx btnClose;
  810. protected ComponentLibrary.ButtonEx btnMonthRework;
  811. protected ComponentLibrary.ButtonEx btnNotAlreadySentBack;
  812. protected ComponentLibrary.ButtonEx btnQueryCompleted;
  813. protected ComponentLibrary.ButtonEx btnQuery;
  814. protected ComponentLibrary.PanelEx panelEx1;
  815. private ComponentLibrary.ContextMenuStripEx cntmenu;
  816. private System.Windows.Forms.ToolTip toolTip1;
  817. protected ComponentLibrary.DataGridViewEc dgvData;
  818. private ComponentLibrary.PanelEx panelEx3;
  819. protected ComponentLibrary.TextBoxEx cmbQueryText;
  820. protected ComponentLibrary.CheckBoxEx chkDressVersion;
  821. protected ComponentLibrary.CheckBoxEx chkKidsVersion;
  822. protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
  823. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  824. protected internal ComponentLibrary.CheckBoxEx chkWeddingCelebration;
  825. protected ComponentLibrary.CheckBoxEx chkShowCompleteOrder;
  826. protected internal ComponentLibrary.ButtonEx btnByVendorSendOutProduct;
  827. protected internal ComponentLibrary.ButtonEx btnByVendorBackPieceProduct;
  828. protected internal ComponentLibrary.ButtonEx btnPrintBarcode;
  829. protected internal ComponentLibrary.ButtonEx btnScanCodeBackPiece;
  830. protected internal ComponentLibrary.ButtonEx btnScanCodeTakePickup;
  831. protected internal ComponentLibrary.PanelEx panelDressVersion;
  832. protected internal ComponentLibrary.PanelEx panelKidsVersion;
  833. protected internal ComponentLibrary.PanelEx panelPortraitVersion;
  834. protected internal ComponentLibrary.PanelEx panelWeddingCelebration;
  835. protected internal ComponentLibrary.PanelEx panelShowCompleteOrder;
  836. protected internal ComponentLibrary.PanelEx panelStoreName;
  837. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  838. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  839. protected internal ComponentLibrary.PanelEx panelEx2;
  840. protected ComponentLibrary.CheckBoxEx cbxDesignNotProduct;
  841. protected ComponentLibrary.ButtonEx btn_ExportData;
  842. protected internal ComponentLibrary.PanelEx panelEx4;
  843. protected ComponentLibrary.CheckBoxEx cb_PartTaken;
  844. protected UCPager.ucPagerEx ucPagerEx1;
  845. }
  846. }