RefinedRepairFormMain.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class RefinedRepairFormMain
  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(RefinedRepairFormMain));
  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.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  35. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  36. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  37. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  38. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  39. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  41. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnHasSelectionNotRepair = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnExportSelectedGoodSlices = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnImportRefinedRepairPiece = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnViewRefinedPiece = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.btnExportRefinedPiece = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnOutSendRefineRepair = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btn_CusOssUpload = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.panelDressVersion = new LYFZ.ComponentLibrary.PanelEx();
  53. this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  54. this.panelKidsVersion = new LYFZ.ComponentLibrary.PanelEx();
  55. this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  56. this.panelPortraitVersion = new LYFZ.ComponentLibrary.PanelEx();
  57. this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  59. this.chkCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
  60. this.fbd = new System.Windows.Forms.FolderBrowserDialog();
  61. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  62. this.btn_Refined = new LYFZ.ComponentLibrary.ButtonEx();
  63. this.plExMainContainer.SuspendLayout();
  64. this.plFormMainContent.SuspendLayout();
  65. this.panelEx1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  67. this.flowLayoutPanel1.SuspendLayout();
  68. this.panelStoreName.SuspendLayout();
  69. this.panelEx3.SuspendLayout();
  70. this.panelDressVersion.SuspendLayout();
  71. this.panelKidsVersion.SuspendLayout();
  72. this.panelPortraitVersion.SuspendLayout();
  73. this.panelEx2.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // plExMainContainer
  77. //
  78. this.plExMainContainer.AutoScroll = true;
  79. this.plExMainContainer.Controls.Add(this.panelEx1);
  80. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  81. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  82. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  83. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  84. //
  85. // btnAppFormMaximize
  86. //
  87. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  88. //
  89. // btnAppFormExit
  90. //
  91. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  92. //
  93. // btnAppFormMinimize
  94. //
  95. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  96. //
  97. // panelEx1
  98. //
  99. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  100. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  101. this.panelEx1.BorderWidth = 1;
  102. this.panelEx1.Controls.Add(this.dgvData);
  103. this.panelEx1.Controls.Add(this.ucPagerEx1);
  104. this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
  105. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  106. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  108. this.panelEx1.Name = "panelEx1";
  109. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  110. this.panelEx1.Size = new System.Drawing.Size(900, 495);
  111. this.panelEx1.TabIndex = 8;
  112. //
  113. // dgvData
  114. //
  115. this.dgvData.AllowUserToAddRows = false;
  116. this.dgvData.AllowUserToDeleteRows = false;
  117. this.dgvData.AllowUserToOrderColumns = true;
  118. this.dgvData.AllowUserToResizeRows = false;
  119. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  120. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  121. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  122. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  123. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  125. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  126. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  127. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  128. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  129. this.dgvData.ContextMenuStrip = this.cntmenu;
  130. this.dgvData.dgvColumnHeadersHeight = 24;
  131. this.dgvData.dgvCurrentColumnOriginalSet = "";
  132. this.dgvData.dgvCurrentColumnWidth = "";
  133. this.dgvData.dgvCurrentHideColumn = null;
  134. this.dgvData.dgvFixedHideColumn = null;
  135. this.dgvData.dgvGuidName = null;
  136. this.dgvData.dgvUserEmployeeID = null;
  137. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.dgvData.EnableHeadersVisualStyles = false;
  139. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  140. this.dgvData.ImageHeight = 15;
  141. this.dgvData.ImageWidth = 15;
  142. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  143. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  144. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  145. this.dgvData.IsCompleteBonding = false;
  146. this.dgvData.IsCopyCellValue = true;
  147. this.dgvData.IsShowSerialNumber = false;
  148. this.dgvData.IsSortedRedraw = true;
  149. this.dgvData.IsSortMode = false;
  150. this.dgvData.Location = new System.Drawing.Point(3, 93);
  151. this.dgvData.Name = "dgvData";
  152. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  153. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  154. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  156. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  157. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  158. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  159. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  160. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  161. this.dgvData.RowHeadersWidth = 25;
  162. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  163. this.dgvData.RowTemplate.Height = 23;
  164. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  165. this.dgvData.Size = new System.Drawing.Size(894, 343);
  166. this.dgvData.StrSecondStageNull = "";
  167. this.dgvData.StrValueNullColumn = "";
  168. this.dgvData.TabIndex = 25;
  169. this.dgvData.ViceCount = 1;
  170. //
  171. // cntmenu
  172. //
  173. this.cntmenu.Name = "cntmenu";
  174. this.cntmenu.Size = new System.Drawing.Size(61, 4);
  175. //
  176. // ucPagerEx1
  177. //
  178. this.ucPagerEx1.CurrentPageCount = 0;
  179. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  180. this.ucPagerEx1.Location = new System.Drawing.Point(3, 436);
  181. this.ucPagerEx1.Name = "ucPagerEx1";
  182. this.ucPagerEx1.NMax = 0;
  183. this.ucPagerEx1.PageCount = 0;
  184. this.ucPagerEx1.PageCurrent = 1;
  185. this.ucPagerEx1.PageSize = 20;
  186. this.ucPagerEx1.Size = new System.Drawing.Size(894, 30);
  187. this.ucPagerEx1.TabIndex = 32;
  188. this.ucPagerEx1.TbDataSource = null;
  189. //
  190. // dataGridViewStatisticsCount1
  191. //
  192. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  193. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  194. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 466);
  195. this.dataGridViewStatisticsCount1.LocationX = 1;
  196. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  197. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(894, 26);
  198. this.dataGridViewStatisticsCount1.StrUnit = "单";
  199. this.dataGridViewStatisticsCount1.TabIndex = 27;
  200. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  201. this.dataGridViewStatisticsCount1.Visible = false;
  202. //
  203. // flowLayoutPanel1
  204. //
  205. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  206. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  207. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  208. this.flowLayoutPanel1.Controls.Add(this.btnHasSelectionNotRepair);
  209. this.flowLayoutPanel1.Controls.Add(this.btnConditionQuery);
  210. this.flowLayoutPanel1.Controls.Add(this.btnExportSelectedGoodSlices);
  211. this.flowLayoutPanel1.Controls.Add(this.btnImportRefinedRepairPiece);
  212. this.flowLayoutPanel1.Controls.Add(this.btnViewRefinedPiece);
  213. this.flowLayoutPanel1.Controls.Add(this.btnExportRefinedPiece);
  214. this.flowLayoutPanel1.Controls.Add(this.btnOutSendRefineRepair);
  215. this.flowLayoutPanel1.Controls.Add(this.btn_Refined);
  216. this.flowLayoutPanel1.Controls.Add(this.btn_CusOssUpload);
  217. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  218. this.flowLayoutPanel1.Controls.Add(this.panelDressVersion);
  219. this.flowLayoutPanel1.Controls.Add(this.panelKidsVersion);
  220. this.flowLayoutPanel1.Controls.Add(this.panelPortraitVersion);
  221. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  222. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  223. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  224. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  225. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
  226. this.flowLayoutPanel1.Size = new System.Drawing.Size(894, 90);
  227. this.flowLayoutPanel1.TabIndex = 26;
  228. //
  229. // panelStoreName
  230. //
  231. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  232. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  233. this.panelStoreName.BorderWidth = 1;
  234. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  235. this.panelStoreName.Location = new System.Drawing.Point(1, 4);
  236. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  237. this.panelStoreName.Name = "panelStoreName";
  238. this.panelStoreName.Size = new System.Drawing.Size(210, 28);
  239. this.panelStoreName.TabIndex = 211;
  240. //
  241. // cmbtreevStoreName
  242. //
  243. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  244. this.cmbtreevStoreName.DropDownHeight = 220;
  245. this.cmbtreevStoreName.DropDownShow = false;
  246. this.cmbtreevStoreName.FormattingEnabled = true;
  247. this.cmbtreevStoreName.IntegralHeight = false;
  248. this.cmbtreevStoreName.IsNodeMouseClick = true;
  249. this.cmbtreevStoreName.IsSelectParentNode = false;
  250. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  251. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  252. this.cmbtreevStoreName.ReadOnly = true;
  253. this.cmbtreevStoreName.SelectedNode = null;
  254. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  255. this.cmbtreevStoreName.StrGetName = "";
  256. this.cmbtreevStoreName.StrGetTagName = "";
  257. this.cmbtreevStoreName.StrKey = null;
  258. this.cmbtreevStoreName.TabIndex = 274;
  259. //
  260. // panelEx3
  261. //
  262. this.panelEx3.BackColor = System.Drawing.Color.Transparent;
  263. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  264. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  265. this.panelEx3.BorderWidth = 1;
  266. this.panelEx3.Controls.Add(this.cmbQueryText);
  267. this.panelEx3.Location = new System.Drawing.Point(213, 4);
  268. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  269. this.panelEx3.Name = "panelEx3";
  270. this.panelEx3.Size = new System.Drawing.Size(180, 28);
  271. this.panelEx3.TabIndex = 27;
  272. //
  273. // cmbQueryText
  274. //
  275. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  276. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  277. this.cmbQueryText.Icon = null;
  278. this.cmbQueryText.IconIsButton = false;
  279. this.cmbQueryText.IsPasswordChat = '\0';
  280. this.cmbQueryText.IsSystemPasswordChar = false;
  281. this.cmbQueryText.Lines = new string[0];
  282. this.cmbQueryText.Location = new System.Drawing.Point(0, 0);
  283. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  284. this.cmbQueryText.MaxLength = 32767;
  285. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  286. this.cmbQueryText.MouseBack = null;
  287. this.cmbQueryText.Multiline = false;
  288. this.cmbQueryText.Name = "cmbQueryText";
  289. this.cmbQueryText.NormlBack = null;
  290. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  291. this.cmbQueryText.ReadOnly = false;
  292. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  293. this.cmbQueryText.Size = new System.Drawing.Size(175, 28);
  294. this.cmbQueryText.TabIndex = 10;
  295. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  296. this.toolTip1.SetToolTip(this.cmbQueryText, "可根据:订单号、客户姓名、客户电话、接单人 进行查询");
  297. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  298. this.cmbQueryText.WaterText = "订单号、客户姓名、客户电话";
  299. this.cmbQueryText.WordWrap = true;
  300. //
  301. // btnQuery
  302. //
  303. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  304. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  305. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  306. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  307. this.btnQuery.ForeColor = System.Drawing.Color.White;
  308. this.btnQuery.IsCustomBackImg = false;
  309. this.btnQuery.IsShowText = true;
  310. this.btnQuery.Location = new System.Drawing.Point(397, 4);
  311. this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  312. this.btnQuery.Name = "btnQuery";
  313. this.btnQuery.Size = new System.Drawing.Size(71, 28);
  314. this.btnQuery.TabIndex = 2;
  315. this.btnQuery.Text = " 查 询";
  316. this.btnQuery.UseVisualStyleBackColor = false;
  317. //
  318. // btnHasSelectionNotRepair
  319. //
  320. this.btnHasSelectionNotRepair.BackColor = System.Drawing.Color.Transparent;
  321. this.btnHasSelectionNotRepair.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnHasSelectionNotRepair.BackImg")));
  322. this.btnHasSelectionNotRepair.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  323. this.btnHasSelectionNotRepair.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  324. this.btnHasSelectionNotRepair.ForeColor = System.Drawing.Color.White;
  325. this.btnHasSelectionNotRepair.IsCustomBackImg = false;
  326. this.btnHasSelectionNotRepair.IsShowText = true;
  327. this.btnHasSelectionNotRepair.Location = new System.Drawing.Point(474, 4);
  328. this.btnHasSelectionNotRepair.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  329. this.btnHasSelectionNotRepair.Name = "btnHasSelectionNotRepair";
  330. this.btnHasSelectionNotRepair.Size = new System.Drawing.Size(71, 28);
  331. this.btnHasSelectionNotRepair.TabIndex = 3;
  332. this.btnHasSelectionNotRepair.Text = " 已选未修";
  333. this.btnHasSelectionNotRepair.UseVisualStyleBackColor = false;
  334. //
  335. // btnConditionQuery
  336. //
  337. this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
  338. this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
  339. this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
  342. this.btnConditionQuery.IsCustomBackImg = false;
  343. this.btnConditionQuery.IsShowText = true;
  344. this.btnConditionQuery.Location = new System.Drawing.Point(551, 4);
  345. this.btnConditionQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  346. this.btnConditionQuery.Name = "btnConditionQuery";
  347. this.btnConditionQuery.Size = new System.Drawing.Size(71, 28);
  348. this.btnConditionQuery.TabIndex = 4;
  349. this.btnConditionQuery.Text = " 条件查询";
  350. this.btnConditionQuery.UseVisualStyleBackColor = false;
  351. //
  352. // btnExportSelectedGoodSlices
  353. //
  354. this.btnExportSelectedGoodSlices.BackColor = System.Drawing.Color.Transparent;
  355. this.btnExportSelectedGoodSlices.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportSelectedGoodSlices.BackImg")));
  356. this.btnExportSelectedGoodSlices.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  357. this.btnExportSelectedGoodSlices.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  358. this.btnExportSelectedGoodSlices.ForeColor = System.Drawing.Color.White;
  359. this.btnExportSelectedGoodSlices.IsCustomBackImg = false;
  360. this.btnExportSelectedGoodSlices.IsShowText = true;
  361. this.btnExportSelectedGoodSlices.Location = new System.Drawing.Point(628, 4);
  362. this.btnExportSelectedGoodSlices.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  363. this.btnExportSelectedGoodSlices.Name = "btnExportSelectedGoodSlices";
  364. this.btnExportSelectedGoodSlices.Size = new System.Drawing.Size(95, 28);
  365. this.btnExportSelectedGoodSlices.TabIndex = 9;
  366. this.btnExportSelectedGoodSlices.Text = " 导出选好的片";
  367. this.btnExportSelectedGoodSlices.UseVisualStyleBackColor = false;
  368. //
  369. // btnImportRefinedRepairPiece
  370. //
  371. this.btnImportRefinedRepairPiece.BackColor = System.Drawing.Color.Transparent;
  372. this.btnImportRefinedRepairPiece.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportRefinedRepairPiece.BackImg")));
  373. this.btnImportRefinedRepairPiece.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  374. this.btnImportRefinedRepairPiece.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  375. this.btnImportRefinedRepairPiece.ForeColor = System.Drawing.Color.White;
  376. this.btnImportRefinedRepairPiece.IsCustomBackImg = false;
  377. this.btnImportRefinedRepairPiece.IsShowText = true;
  378. this.btnImportRefinedRepairPiece.Location = new System.Drawing.Point(729, 4);
  379. this.btnImportRefinedRepairPiece.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  380. this.btnImportRefinedRepairPiece.Name = "btnImportRefinedRepairPiece";
  381. this.btnImportRefinedRepairPiece.Size = new System.Drawing.Size(83, 28);
  382. this.btnImportRefinedRepairPiece.TabIndex = 5;
  383. this.btnImportRefinedRepairPiece.Text = " 导入精修片";
  384. this.btnImportRefinedRepairPiece.UseVisualStyleBackColor = false;
  385. //
  386. // btnViewRefinedPiece
  387. //
  388. this.btnViewRefinedPiece.BackColor = System.Drawing.Color.Transparent;
  389. this.btnViewRefinedPiece.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnViewRefinedPiece.BackImg")));
  390. this.btnViewRefinedPiece.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  391. this.btnViewRefinedPiece.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  392. this.btnViewRefinedPiece.ForeColor = System.Drawing.Color.White;
  393. this.btnViewRefinedPiece.IsCustomBackImg = false;
  394. this.btnViewRefinedPiece.IsShowText = true;
  395. this.btnViewRefinedPiece.Location = new System.Drawing.Point(3, 36);
  396. this.btnViewRefinedPiece.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  397. this.btnViewRefinedPiece.Name = "btnViewRefinedPiece";
  398. this.btnViewRefinedPiece.Size = new System.Drawing.Size(83, 28);
  399. this.btnViewRefinedPiece.TabIndex = 6;
  400. this.btnViewRefinedPiece.Text = " 查看精修片";
  401. this.btnViewRefinedPiece.UseVisualStyleBackColor = false;
  402. //
  403. // btnExportRefinedPiece
  404. //
  405. this.btnExportRefinedPiece.BackColor = System.Drawing.Color.Transparent;
  406. this.btnExportRefinedPiece.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportRefinedPiece.BackImg")));
  407. this.btnExportRefinedPiece.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  408. this.btnExportRefinedPiece.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  409. this.btnExportRefinedPiece.ForeColor = System.Drawing.Color.White;
  410. this.btnExportRefinedPiece.IsCustomBackImg = false;
  411. this.btnExportRefinedPiece.IsShowText = true;
  412. this.btnExportRefinedPiece.Location = new System.Drawing.Point(92, 36);
  413. this.btnExportRefinedPiece.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  414. this.btnExportRefinedPiece.Name = "btnExportRefinedPiece";
  415. this.btnExportRefinedPiece.Size = new System.Drawing.Size(83, 28);
  416. this.btnExportRefinedPiece.TabIndex = 7;
  417. this.btnExportRefinedPiece.Text = " 导出精修片";
  418. this.btnExportRefinedPiece.UseVisualStyleBackColor = false;
  419. //
  420. // btnOutSendRefineRepair
  421. //
  422. this.btnOutSendRefineRepair.BackColor = System.Drawing.Color.Transparent;
  423. this.btnOutSendRefineRepair.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOutSendRefineRepair.BackImg")));
  424. this.btnOutSendRefineRepair.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  425. this.btnOutSendRefineRepair.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  426. this.btnOutSendRefineRepair.ForeColor = System.Drawing.Color.White;
  427. this.btnOutSendRefineRepair.IsCustomBackImg = false;
  428. this.btnOutSendRefineRepair.IsShowText = true;
  429. this.btnOutSendRefineRepair.Location = new System.Drawing.Point(181, 36);
  430. this.btnOutSendRefineRepair.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  431. this.btnOutSendRefineRepair.Name = "btnOutSendRefineRepair";
  432. this.btnOutSendRefineRepair.Size = new System.Drawing.Size(83, 28);
  433. this.btnOutSendRefineRepair.TabIndex = 214;
  434. this.btnOutSendRefineRepair.Text = " 外发精修片";
  435. this.btnOutSendRefineRepair.UseVisualStyleBackColor = false;
  436. //
  437. // btn_CusOssUpload
  438. //
  439. this.btn_CusOssUpload.BackColor = System.Drawing.Color.Transparent;
  440. this.btn_CusOssUpload.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_CusOssUpload.BackImg")));
  441. this.btn_CusOssUpload.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  442. this.btn_CusOssUpload.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  443. this.btn_CusOssUpload.ForeColor = System.Drawing.Color.White;
  444. this.btn_CusOssUpload.IsCustomBackImg = false;
  445. this.btn_CusOssUpload.IsShowText = true;
  446. this.btn_CusOssUpload.Location = new System.Drawing.Point(359, 36);
  447. this.btn_CusOssUpload.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  448. this.btn_CusOssUpload.Name = "btn_CusOssUpload";
  449. this.btn_CusOssUpload.Size = new System.Drawing.Size(71, 28);
  450. this.btn_CusOssUpload.TabIndex = 218;
  451. this.btn_CusOssUpload.Text = " 客照云传";
  452. this.btn_CusOssUpload.UseVisualStyleBackColor = false;
  453. //
  454. // btnClose
  455. //
  456. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  457. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  458. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  459. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  460. this.btnClose.ForeColor = System.Drawing.Color.White;
  461. this.btnClose.IsCustomBackImg = false;
  462. this.btnClose.IsShowText = true;
  463. this.btnClose.Location = new System.Drawing.Point(436, 36);
  464. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  465. this.btnClose.Name = "btnClose";
  466. this.btnClose.Size = new System.Drawing.Size(71, 28);
  467. this.btnClose.TabIndex = 8;
  468. this.btnClose.Text = " 关 闭";
  469. this.btnClose.UseVisualStyleBackColor = false;
  470. //
  471. // panelDressVersion
  472. //
  473. this.panelDressVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  474. this.panelDressVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  475. this.panelDressVersion.BorderWidth = 1;
  476. this.panelDressVersion.Controls.Add(this.chkDressVersion);
  477. this.panelDressVersion.Location = new System.Drawing.Point(511, 36);
  478. this.panelDressVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  479. this.panelDressVersion.Name = "panelDressVersion";
  480. this.panelDressVersion.Size = new System.Drawing.Size(60, 28);
  481. this.panelDressVersion.TabIndex = 212;
  482. //
  483. // chkDressVersion
  484. //
  485. this.chkDressVersion.AutoSize = true;
  486. this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
  487. this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  488. this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  489. this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  490. this.chkDressVersion.Fourstates = false;
  491. this.chkDressVersion.IsGreenTick = false;
  492. this.chkDressVersion.Location = new System.Drawing.Point(3, 3);
  493. this.chkDressVersion.Name = "chkDressVersion";
  494. this.chkDressVersion.Size = new System.Drawing.Size(51, 21);
  495. this.chkDressVersion.TabIndex = 12;
  496. this.chkDressVersion.Text = "婚纱";
  497. this.chkDressVersion.UseVisualStyleBackColor = false;
  498. //
  499. // panelKidsVersion
  500. //
  501. this.panelKidsVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  502. this.panelKidsVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  503. this.panelKidsVersion.BorderWidth = 1;
  504. this.panelKidsVersion.Controls.Add(this.chkKidsVersion);
  505. this.panelKidsVersion.Location = new System.Drawing.Point(573, 36);
  506. this.panelKidsVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  507. this.panelKidsVersion.Name = "panelKidsVersion";
  508. this.panelKidsVersion.Size = new System.Drawing.Size(60, 28);
  509. this.panelKidsVersion.TabIndex = 213;
  510. //
  511. // chkKidsVersion
  512. //
  513. this.chkKidsVersion.AutoSize = true;
  514. this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
  515. this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  516. this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  517. this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  518. this.chkKidsVersion.Fourstates = false;
  519. this.chkKidsVersion.IsGreenTick = false;
  520. this.chkKidsVersion.Location = new System.Drawing.Point(3, 3);
  521. this.chkKidsVersion.Name = "chkKidsVersion";
  522. this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);
  523. this.chkKidsVersion.TabIndex = 13;
  524. this.chkKidsVersion.Text = "儿童";
  525. this.chkKidsVersion.UseVisualStyleBackColor = false;
  526. //
  527. // panelPortraitVersion
  528. //
  529. this.panelPortraitVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  530. this.panelPortraitVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  531. this.panelPortraitVersion.BorderWidth = 1;
  532. this.panelPortraitVersion.Controls.Add(this.chkPortraitVersion);
  533. this.panelPortraitVersion.Location = new System.Drawing.Point(635, 36);
  534. this.panelPortraitVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  535. this.panelPortraitVersion.Name = "panelPortraitVersion";
  536. this.panelPortraitVersion.Size = new System.Drawing.Size(60, 28);
  537. this.panelPortraitVersion.TabIndex = 213;
  538. //
  539. // chkPortraitVersion
  540. //
  541. this.chkPortraitVersion.AutoSize = true;
  542. this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
  543. this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  544. this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
  545. this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  546. this.chkPortraitVersion.Fourstates = false;
  547. this.chkPortraitVersion.IsGreenTick = false;
  548. this.chkPortraitVersion.Location = new System.Drawing.Point(3, 3);
  549. this.chkPortraitVersion.Name = "chkPortraitVersion";
  550. this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);
  551. this.chkPortraitVersion.TabIndex = 22;
  552. this.chkPortraitVersion.Text = "写真";
  553. this.chkPortraitVersion.UseVisualStyleBackColor = false;
  554. //
  555. // panelEx2
  556. //
  557. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  558. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  559. this.panelEx2.BorderWidth = 1;
  560. this.panelEx2.Controls.Add(this.chkCompleteOrder);
  561. this.panelEx2.Location = new System.Drawing.Point(697, 36);
  562. this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  563. this.panelEx2.Name = "panelEx2";
  564. this.panelEx2.Size = new System.Drawing.Size(97, 28);
  565. this.panelEx2.TabIndex = 217;
  566. //
  567. // chkCompleteOrder
  568. //
  569. this.chkCompleteOrder.AutoSize = true;
  570. this.chkCompleteOrder.BackColor = System.Drawing.Color.Transparent;
  571. this.chkCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  572. this.chkCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F);
  573. this.chkCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  574. this.chkCompleteOrder.Fourstates = false;
  575. this.chkCompleteOrder.IsGreenTick = false;
  576. this.chkCompleteOrder.Location = new System.Drawing.Point(3, 3);
  577. this.chkCompleteOrder.Name = "chkCompleteOrder";
  578. this.chkCompleteOrder.Size = new System.Drawing.Size(87, 21);
  579. this.chkCompleteOrder.TabIndex = 22;
  580. this.chkCompleteOrder.Text = "已完成订单";
  581. this.chkCompleteOrder.UseVisualStyleBackColor = false;
  582. //
  583. // btn_Refined
  584. //
  585. this.btn_Refined.BackColor = System.Drawing.Color.Transparent;
  586. this.btn_Refined.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Refined.BackImg")));
  587. this.btn_Refined.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  588. this.btn_Refined.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  589. this.btn_Refined.ForeColor = System.Drawing.Color.White;
  590. this.btn_Refined.IsCustomBackImg = false;
  591. this.btn_Refined.IsShowText = true;
  592. this.btn_Refined.Location = new System.Drawing.Point(270, 36);
  593. this.btn_Refined.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
  594. this.btn_Refined.Name = "btn_Refined";
  595. this.btn_Refined.Size = new System.Drawing.Size(83, 28);
  596. this.btn_Refined.TabIndex = 214;
  597. this.btn_Refined.Text = " 精修统计";
  598. this.btn_Refined.UseVisualStyleBackColor = false;
  599. //
  600. // RefinedRepairFormMain
  601. //
  602. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  603. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  604. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  605. this.ClientSize = new System.Drawing.Size(910, 610);
  606. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  607. this.IsShowUcNavigationTool = true;
  608. this.Name = "RefinedRepairFormMain";
  609. this.Text = "精修";
  610. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  611. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  612. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  613. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  614. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  615. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  616. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  617. this.plExMainContainer.ResumeLayout(false);
  618. this.plFormMainContent.ResumeLayout(false);
  619. this.panelEx1.ResumeLayout(false);
  620. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  621. this.flowLayoutPanel1.ResumeLayout(false);
  622. this.panelStoreName.ResumeLayout(false);
  623. this.panelEx3.ResumeLayout(false);
  624. this.panelDressVersion.ResumeLayout(false);
  625. this.panelDressVersion.PerformLayout();
  626. this.panelKidsVersion.ResumeLayout(false);
  627. this.panelKidsVersion.PerformLayout();
  628. this.panelPortraitVersion.ResumeLayout(false);
  629. this.panelPortraitVersion.PerformLayout();
  630. this.panelEx2.ResumeLayout(false);
  631. this.panelEx2.PerformLayout();
  632. this.ResumeLayout(false);
  633. }
  634. #endregion
  635. protected ComponentLibrary.PanelEx panelEx1;
  636. protected System.Windows.Forms.FolderBrowserDialog fbd;
  637. private System.Windows.Forms.ToolTip toolTip1;
  638. protected internal ComponentLibrary.ContextMenuStripEx cntmenu;
  639. protected internal ComponentLibrary.DataGridViewEc dgvData;
  640. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  641. private ComponentLibrary.PanelEx panelEx3;
  642. protected ComponentLibrary.TextBoxEx cmbQueryText;
  643. protected ComponentLibrary.ButtonEx btnQuery;
  644. protected ComponentLibrary.ButtonEx btnHasSelectionNotRepair;
  645. protected ComponentLibrary.ButtonEx btnConditionQuery;
  646. protected ComponentLibrary.ButtonEx btnExportSelectedGoodSlices;
  647. protected ComponentLibrary.ButtonEx btnImportRefinedRepairPiece;
  648. protected ComponentLibrary.ButtonEx btnViewRefinedPiece;
  649. protected ComponentLibrary.ButtonEx btnExportRefinedPiece;
  650. protected ComponentLibrary.ButtonEx btnClose;
  651. protected ComponentLibrary.CheckBoxEx chkDressVersion;
  652. protected ComponentLibrary.CheckBoxEx chkKidsVersion;
  653. protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
  654. protected internal ComponentLibrary.PanelEx panelStoreName;
  655. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  656. protected internal ComponentLibrary.PanelEx panelDressVersion;
  657. protected internal ComponentLibrary.PanelEx panelKidsVersion;
  658. protected internal ComponentLibrary.PanelEx panelPortraitVersion;
  659. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  660. protected internal ComponentLibrary.ButtonEx btnOutSendRefineRepair;
  661. protected UCPager.ucPagerEx ucPagerEx1;
  662. protected internal ComponentLibrary.PanelEx panelEx2;
  663. protected ComponentLibrary.CheckBoxEx chkCompleteOrder;
  664. protected ComponentLibrary.ButtonEx btn_CusOssUpload;
  665. protected internal ComponentLibrary.ButtonEx btn_Refined;
  666. }
  667. }