FilmSelectionFormMain.Designer.cs 47 KB

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