RepairPieceFormMain.Designer.cs 44 KB

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