frmDigitalArrangement.Designer.cs 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class frmDigitalArrangement
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDigitalArrangement));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tempPanelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.cbxMyJob = new LYFZ.ComponentLibrary.CheckBoxEx();
  35. this.btn_ArrangeWork = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.labSendData = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.labDesign = new LYFZ.ComponentLibrary.CheckBoxEx();
  39. this.labRefineRepair = new LYFZ.ComponentLibrary.CheckBoxEx();
  40. this.labEarlyRepair = new LYFZ.ComponentLibrary.CheckBoxEx();
  41. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.cbxDropDownList = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  43. this.btn_ViewPai = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.labInfoMessage = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.dgvOrderList = new LYFZ.ComponentLibrary.DataGridViewEc();
  50. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.PhotoListView = new LYFZ.ComponentLibrary.ListViewEx();
  53. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  54. this.cbxPhotoType = new LYFZ.ComponentLibrary.ComboBoxEx();
  55. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  56. this.gbDesign = new LYFZ.ComponentLibrary.GroupBoxEx();
  57. this.btnOutDesignStatistics = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.btnOutDesign = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.btnExportDesign = new LYFZ.ComponentLibrary.ButtonEx();
  60. this.btnImportDesign = new LYFZ.ComponentLibrary.ButtonEx();
  61. this.pan4 = new LYFZ.ComponentLibrary.PanelEx();
  62. this.gbRefine = new LYFZ.ComponentLibrary.GroupBoxEx();
  63. this.btnSendOutRefine = new LYFZ.ComponentLibrary.ButtonEx();
  64. this.btnExportRefine = new LYFZ.ComponentLibrary.ButtonEx();
  65. this.btnImportRefine = new LYFZ.ComponentLibrary.ButtonEx();
  66. this.btnExportSelectFilm = new LYFZ.ComponentLibrary.ButtonEx();
  67. this.pan3 = new LYFZ.ComponentLibrary.PanelEx();
  68. this.gbRepair = new LYFZ.ComponentLibrary.GroupBoxEx();
  69. this.btnSendOutRepair = new LYFZ.ComponentLibrary.ButtonEx();
  70. this.btnImportRepairFilm = new LYFZ.ComponentLibrary.ButtonEx();
  71. this.btnExportRepair = new LYFZ.ComponentLibrary.ButtonEx();
  72. this.btnSlice = new LYFZ.ComponentLibrary.ButtonEx();
  73. this.btnExportOriginalFilm = new LYFZ.ComponentLibrary.ButtonEx();
  74. this.pan2 = new LYFZ.ComponentLibrary.PanelEx();
  75. this.gbPhoto = new LYFZ.ComponentLibrary.GroupBoxEx();
  76. this.btnImportOriginalFilm = new LYFZ.ComponentLibrary.ButtonEx();
  77. this.pan1 = new LYFZ.ComponentLibrary.PanelEx();
  78. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  79. this.dgvPackage = new LYFZ.ComponentLibrary.DataGridViewEc();
  80. this.商品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.P数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.数量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.加急 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.取件日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.取件方式 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.备注 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.相片编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx();
  89. this.btn_Query = new LYFZ.ComponentLibrary.ButtonEx();
  90. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  91. this.txt_QueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  92. this.plExMainContainer.SuspendLayout();
  93. this.plFormMainContent.SuspendLayout();
  94. this.tempPanelEx1.SuspendLayout();
  95. this.panelEx3.SuspendLayout();
  96. this.panelEx4.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderList)).BeginInit();
  98. this.panelEx5.SuspendLayout();
  99. this.panelEx7.SuspendLayout();
  100. this.panelEx8.SuspendLayout();
  101. this.panelEx6.SuspendLayout();
  102. this.gbDesign.SuspendLayout();
  103. this.gbRefine.SuspendLayout();
  104. this.gbRepair.SuspendLayout();
  105. this.gbPhoto.SuspendLayout();
  106. this.groupBoxEx1.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.dgvPackage)).BeginInit();
  108. this.panelEx11.SuspendLayout();
  109. this.SuspendLayout();
  110. //
  111. // plExMainContainer
  112. //
  113. this.plExMainContainer.Controls.Add(this.panelEx4);
  114. this.plExMainContainer.Controls.Add(this.panelEx5);
  115. this.plExMainContainer.Controls.Add(this.panelEx3);
  116. this.plExMainContainer.Controls.Add(this.labelEx1);
  117. this.plExMainContainer.Controls.Add(this.tempPanelEx1);
  118. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  119. this.plExMainContainer.Size = new System.Drawing.Size(1318, 675);
  120. //
  121. // plFormMainContent
  122. //
  123. this.plFormMainContent.Size = new System.Drawing.Size(1318, 715);
  124. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  125. //
  126. // btnAppFormMaximize
  127. //
  128. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  129. this.btnAppFormMaximize.Location = new System.Drawing.Point(1259, 0);
  130. //
  131. // btnAppFormExit
  132. //
  133. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  134. this.btnAppFormExit.Location = new System.Drawing.Point(1286, 0);
  135. //
  136. // btnAppFormMinimize
  137. //
  138. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  139. this.btnAppFormMinimize.Location = new System.Drawing.Point(1232, 0);
  140. //
  141. // tempPanelEx1
  142. //
  143. this.tempPanelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  144. this.tempPanelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  145. this.tempPanelEx1.BorderWidth = 1;
  146. this.tempPanelEx1.Controls.Add(this.cbxMyJob);
  147. this.tempPanelEx1.Controls.Add(this.btn_ArrangeWork);
  148. this.tempPanelEx1.Controls.Add(this.panelEx9);
  149. this.tempPanelEx1.Controls.Add(this.labSendData);
  150. this.tempPanelEx1.Controls.Add(this.labDesign);
  151. this.tempPanelEx1.Controls.Add(this.labRefineRepair);
  152. this.tempPanelEx1.Controls.Add(this.labEarlyRepair);
  153. this.tempPanelEx1.Controls.Add(this.btn_ViewPai);
  154. this.tempPanelEx1.Controls.Add(this.panelEx11);
  155. this.tempPanelEx1.Controls.Add(this.panelEx10);
  156. this.tempPanelEx1.Controls.Add(this.cbxDropDownList);
  157. this.tempPanelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  158. this.tempPanelEx1.Location = new System.Drawing.Point(0, 0);
  159. this.tempPanelEx1.Name = "tempPanelEx1";
  160. this.tempPanelEx1.Padding = new System.Windows.Forms.Padding(10, 10, 10, 5);
  161. this.tempPanelEx1.Size = new System.Drawing.Size(1318, 45);
  162. this.tempPanelEx1.TabIndex = 0;
  163. //
  164. // cbxMyJob
  165. //
  166. this.cbxMyJob.AutoSize = true;
  167. this.cbxMyJob.BackColor = System.Drawing.Color.Transparent;
  168. this.cbxMyJob.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  169. this.cbxMyJob.Dock = System.Windows.Forms.DockStyle.Right;
  170. this.cbxMyJob.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  171. this.cbxMyJob.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  172. this.cbxMyJob.Fourstates = false;
  173. this.cbxMyJob.IsGreenTick = false;
  174. this.cbxMyJob.Location = new System.Drawing.Point(1053, 10);
  175. this.cbxMyJob.Name = "cbxMyJob";
  176. this.cbxMyJob.Size = new System.Drawing.Size(75, 30);
  177. this.cbxMyJob.TabIndex = 12;
  178. this.cbxMyJob.Text = "我的工作";
  179. this.cbxMyJob.UseVisualStyleBackColor = false;
  180. //
  181. // btn_ArrangeWork
  182. //
  183. this.btn_ArrangeWork.BackColor = System.Drawing.Color.Transparent;
  184. this.btn_ArrangeWork.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_ArrangeWork.BackImg")));
  185. this.btn_ArrangeWork.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  186. this.btn_ArrangeWork.Dock = System.Windows.Forms.DockStyle.Right;
  187. this.btn_ArrangeWork.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  188. this.btn_ArrangeWork.ForeColor = System.Drawing.Color.White;
  189. this.btn_ArrangeWork.IsCustomBackImg = false;
  190. this.btn_ArrangeWork.IsShowText = true;
  191. this.btn_ArrangeWork.Location = new System.Drawing.Point(1128, 10);
  192. this.btn_ArrangeWork.Name = "btn_ArrangeWork";
  193. this.btn_ArrangeWork.Size = new System.Drawing.Size(85, 30);
  194. this.btn_ArrangeWork.TabIndex = 0;
  195. this.btn_ArrangeWork.Text = " 安排工作";
  196. this.btn_ArrangeWork.UseVisualStyleBackColor = false;
  197. //
  198. // panelEx9
  199. //
  200. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  201. this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  202. this.panelEx9.BorderWidth = 1;
  203. this.panelEx9.Dock = System.Windows.Forms.DockStyle.Right;
  204. this.panelEx9.Location = new System.Drawing.Point(1213, 10);
  205. this.panelEx9.Name = "panelEx9";
  206. this.panelEx9.Size = new System.Drawing.Size(10, 30);
  207. this.panelEx9.TabIndex = 2;
  208. this.panelEx9.Visible = false;
  209. //
  210. // labSendData
  211. //
  212. this.labSendData.AutoSize = true;
  213. this.labSendData.BackColor = System.Drawing.Color.Transparent;
  214. this.labSendData.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
  215. this.labSendData.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  216. this.labSendData.Dock = System.Windows.Forms.DockStyle.Left;
  217. this.labSendData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  218. this.labSendData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  219. this.labSendData.Fourstates = false;
  220. this.labSendData.IsGreenTick = false;
  221. this.labSendData.Location = new System.Drawing.Point(648, 10);
  222. this.labSendData.Name = "labSendData";
  223. this.labSendData.Size = new System.Drawing.Size(99, 30);
  224. this.labSendData.TabIndex = 10;
  225. this.labSendData.Text = "发片(加载)";
  226. this.labSendData.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  227. this.labSendData.UseVisualStyleBackColor = false;
  228. //
  229. // labDesign
  230. //
  231. this.labDesign.AutoSize = true;
  232. this.labDesign.BackColor = System.Drawing.Color.Transparent;
  233. this.labDesign.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
  234. this.labDesign.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  235. this.labDesign.Dock = System.Windows.Forms.DockStyle.Left;
  236. this.labDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  237. this.labDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  238. this.labDesign.Fourstates = false;
  239. this.labDesign.IsGreenTick = false;
  240. this.labDesign.Location = new System.Drawing.Point(549, 10);
  241. this.labDesign.Name = "labDesign";
  242. this.labDesign.Size = new System.Drawing.Size(99, 30);
  243. this.labDesign.TabIndex = 9;
  244. this.labDesign.Text = "设计(加载)";
  245. this.labDesign.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  246. this.labDesign.UseVisualStyleBackColor = false;
  247. //
  248. // labRefineRepair
  249. //
  250. this.labRefineRepair.AutoSize = true;
  251. this.labRefineRepair.BackColor = System.Drawing.Color.Transparent;
  252. this.labRefineRepair.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
  253. this.labRefineRepair.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  254. this.labRefineRepair.Dock = System.Windows.Forms.DockStyle.Left;
  255. this.labRefineRepair.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  256. this.labRefineRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  257. this.labRefineRepair.Fourstates = false;
  258. this.labRefineRepair.IsGreenTick = false;
  259. this.labRefineRepair.Location = new System.Drawing.Point(450, 10);
  260. this.labRefineRepair.Name = "labRefineRepair";
  261. this.labRefineRepair.Size = new System.Drawing.Size(99, 30);
  262. this.labRefineRepair.TabIndex = 8;
  263. this.labRefineRepair.Text = "精修(加载)";
  264. this.labRefineRepair.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  265. this.labRefineRepair.UseVisualStyleBackColor = false;
  266. //
  267. // labEarlyRepair
  268. //
  269. this.labEarlyRepair.AutoSize = true;
  270. this.labEarlyRepair.BackColor = System.Drawing.Color.Transparent;
  271. this.labEarlyRepair.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
  272. this.labEarlyRepair.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  273. this.labEarlyRepair.Dock = System.Windows.Forms.DockStyle.Left;
  274. this.labEarlyRepair.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  275. this.labEarlyRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  276. this.labEarlyRepair.Fourstates = false;
  277. this.labEarlyRepair.IsGreenTick = false;
  278. this.labEarlyRepair.Location = new System.Drawing.Point(351, 10);
  279. this.labEarlyRepair.Name = "labEarlyRepair";
  280. this.labEarlyRepair.Size = new System.Drawing.Size(99, 30);
  281. this.labEarlyRepair.TabIndex = 7;
  282. this.labEarlyRepair.Text = "初修(加载)";
  283. this.labEarlyRepair.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  284. this.labEarlyRepair.UseVisualStyleBackColor = false;
  285. //
  286. // panelEx10
  287. //
  288. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  289. this.panelEx10.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  290. this.panelEx10.BorderWidth = 1;
  291. this.panelEx10.Dock = System.Windows.Forms.DockStyle.Left;
  292. this.panelEx10.Location = new System.Drawing.Point(131, 10);
  293. this.panelEx10.Name = "panelEx10";
  294. this.panelEx10.Size = new System.Drawing.Size(10, 30);
  295. this.panelEx10.TabIndex = 11;
  296. //
  297. // cbxDropDownList
  298. //
  299. this.cbxDropDownList.AfterSelectLevelFirstNode = true;
  300. this.cbxDropDownList.Dock = System.Windows.Forms.DockStyle.Left;
  301. this.cbxDropDownList.DropDownHeight = 220;
  302. this.cbxDropDownList.DropDownShow = false;
  303. this.cbxDropDownList.Font = new System.Drawing.Font("宋体", 10.5F);
  304. this.cbxDropDownList.FormattingEnabled = true;
  305. this.cbxDropDownList.IntegralHeight = false;
  306. this.cbxDropDownList.IsNodeMouseClick = true;
  307. this.cbxDropDownList.IsSelectParentNode = false;
  308. this.cbxDropDownList.Location = new System.Drawing.Point(10, 10);
  309. this.cbxDropDownList.Name = "cbxDropDownList";
  310. this.cbxDropDownList.ReadOnly = true;
  311. this.cbxDropDownList.SelectedNode = null;
  312. this.cbxDropDownList.Size = new System.Drawing.Size(121, 22);
  313. this.cbxDropDownList.StrGetName = "";
  314. this.cbxDropDownList.StrGetTagName = "";
  315. this.cbxDropDownList.StrKey = null;
  316. this.cbxDropDownList.TabIndex = 6;
  317. //
  318. // btn_ViewPai
  319. //
  320. this.btn_ViewPai.BackColor = System.Drawing.Color.Transparent;
  321. this.btn_ViewPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_ViewPai.BackImg")));
  322. this.btn_ViewPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  323. this.btn_ViewPai.Dock = System.Windows.Forms.DockStyle.Right;
  324. this.btn_ViewPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  325. this.btn_ViewPai.ForeColor = System.Drawing.Color.White;
  326. this.btn_ViewPai.IsCustomBackImg = false;
  327. this.btn_ViewPai.IsShowText = true;
  328. this.btn_ViewPai.Location = new System.Drawing.Point(1223, 10);
  329. this.btn_ViewPai.Name = "btn_ViewPai";
  330. this.btn_ViewPai.Size = new System.Drawing.Size(85, 30);
  331. this.btn_ViewPai.TabIndex = 3;
  332. this.btn_ViewPai.Text = "查看工作";
  333. this.btn_ViewPai.UseVisualStyleBackColor = false;
  334. this.btn_ViewPai.Visible = false;
  335. //
  336. // labelEx1
  337. //
  338. this.labelEx1.BackColor = System.Drawing.SystemColors.ScrollBar;
  339. this.labelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  340. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  341. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  342. this.labelEx1.Location = new System.Drawing.Point(0, 45);
  343. this.labelEx1.Name = "labelEx1";
  344. this.labelEx1.Size = new System.Drawing.Size(1318, 1);
  345. this.labelEx1.TabIndex = 1;
  346. //
  347. // panelEx3
  348. //
  349. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  350. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  351. this.panelEx3.BorderWidth = 1;
  352. this.panelEx3.Controls.Add(this.labInfoMessage);
  353. this.panelEx3.Controls.Add(this.labelEx2);
  354. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  355. this.panelEx3.Location = new System.Drawing.Point(0, 46);
  356. this.panelEx3.Name = "panelEx3";
  357. this.panelEx3.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
  358. this.panelEx3.Size = new System.Drawing.Size(1318, 30);
  359. this.panelEx3.TabIndex = 3;
  360. //
  361. // labInfoMessage
  362. //
  363. this.labInfoMessage.Dock = System.Windows.Forms.DockStyle.Fill;
  364. this.labInfoMessage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  365. this.labInfoMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  366. this.labInfoMessage.Location = new System.Drawing.Point(72, 0);
  367. this.labInfoMessage.Name = "labInfoMessage";
  368. this.labInfoMessage.Size = new System.Drawing.Size(1246, 30);
  369. this.labInfoMessage.TabIndex = 1;
  370. this.labInfoMessage.Text = "()";
  371. this.labInfoMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  372. this.labInfoMessage.Visible = false;
  373. //
  374. // labelEx2
  375. //
  376. this.labelEx2.Dock = System.Windows.Forms.DockStyle.Left;
  377. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  378. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  379. this.labelEx2.Location = new System.Drawing.Point(10, 0);
  380. this.labelEx2.Name = "labelEx2";
  381. this.labelEx2.Size = new System.Drawing.Size(62, 30);
  382. this.labelEx2.TabIndex = 0;
  383. this.labelEx2.Text = "订单资料";
  384. this.labelEx2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  385. //
  386. // panelEx4
  387. //
  388. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  389. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  390. this.panelEx4.BorderWidth = 1;
  391. this.panelEx4.Controls.Add(this.dgvOrderList);
  392. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
  393. this.panelEx4.Location = new System.Drawing.Point(0, 76);
  394. this.panelEx4.Name = "panelEx4";
  395. this.panelEx4.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
  396. this.panelEx4.Size = new System.Drawing.Size(1318, 193);
  397. this.panelEx4.TabIndex = 4;
  398. //
  399. // dgvOrderList
  400. //
  401. this.dgvOrderList.AllowUserToAddRows = false;
  402. this.dgvOrderList.AllowUserToDeleteRows = false;
  403. this.dgvOrderList.AllowUserToResizeRows = false;
  404. this.dgvOrderList.BackgroundColor = System.Drawing.Color.White;
  405. this.dgvOrderList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  406. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  407. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  408. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  410. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  411. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  412. this.dgvOrderList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  413. this.dgvOrderList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  414. this.dgvOrderList.dgvColumnHeadersHeight = 24;
  415. this.dgvOrderList.dgvCurrentColumnOriginalSet = "";
  416. this.dgvOrderList.dgvCurrentColumnWidth = "";
  417. this.dgvOrderList.dgvCurrentHideColumn = null;
  418. this.dgvOrderList.dgvFixedHideColumn = "";
  419. this.dgvOrderList.dgvGuidName = null;
  420. this.dgvOrderList.dgvUserEmployeeID = null;
  421. this.dgvOrderList.Dock = System.Windows.Forms.DockStyle.Fill;
  422. this.dgvOrderList.EnableHeadersVisualStyles = false;
  423. this.dgvOrderList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  424. this.dgvOrderList.ImageHeight = 15;
  425. this.dgvOrderList.ImageWidth = 15;
  426. this.dgvOrderList.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvOrderList.ImgCollapse")));
  427. this.dgvOrderList.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvOrderList.ImgExpand")));
  428. this.dgvOrderList.IsAutomaticDrawSingleOrDoubleRow = false;
  429. this.dgvOrderList.IsCompleteBonding = false;
  430. this.dgvOrderList.IsCopyCellValue = true;
  431. this.dgvOrderList.IsShowSerialNumber = false;
  432. this.dgvOrderList.IsSortedRedraw = true;
  433. this.dgvOrderList.IsSortMode = false;
  434. this.dgvOrderList.Location = new System.Drawing.Point(10, 0);
  435. this.dgvOrderList.Name = "dgvOrderList";
  436. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  437. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  438. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  440. dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(41);
  441. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  442. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  443. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  444. this.dgvOrderList.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  445. this.dgvOrderList.RowHeadersWidth = 25;
  446. this.dgvOrderList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  447. this.dgvOrderList.RowTemplate.Height = 23;
  448. this.dgvOrderList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  449. this.dgvOrderList.Size = new System.Drawing.Size(1298, 193);
  450. this.dgvOrderList.StrSecondStageNull = "";
  451. this.dgvOrderList.StrValueNullColumn = "";
  452. this.dgvOrderList.TabIndex = 5;
  453. this.dgvOrderList.ViceCount = 1;
  454. //
  455. // panelEx5
  456. //
  457. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  458. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  459. this.panelEx5.BorderWidth = 1;
  460. this.panelEx5.Controls.Add(this.panelEx7);
  461. this.panelEx5.Controls.Add(this.panelEx6);
  462. this.panelEx5.Controls.Add(this.groupBoxEx1);
  463. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Bottom;
  464. this.panelEx5.Location = new System.Drawing.Point(0, 269);
  465. this.panelEx5.Name = "panelEx5";
  466. this.panelEx5.Padding = new System.Windows.Forms.Padding(10);
  467. this.panelEx5.Size = new System.Drawing.Size(1318, 406);
  468. this.panelEx5.TabIndex = 5;
  469. //
  470. // panelEx7
  471. //
  472. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  473. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  474. this.panelEx7.BorderWidth = 1;
  475. this.panelEx7.Controls.Add(this.PhotoListView);
  476. this.panelEx7.Controls.Add(this.panelEx8);
  477. this.panelEx7.Dock = System.Windows.Forms.DockStyle.Fill;
  478. this.panelEx7.Location = new System.Drawing.Point(633, 10);
  479. this.panelEx7.Name = "panelEx7";
  480. this.panelEx7.Padding = new System.Windows.Forms.Padding(5, 0, 5, 5);
  481. this.panelEx7.Size = new System.Drawing.Size(452, 386);
  482. this.panelEx7.TabIndex = 2;
  483. //
  484. // PhotoListView
  485. //
  486. this.PhotoListView.Dock = System.Windows.Forms.DockStyle.Fill;
  487. this.PhotoListView.IsDefaultShowGroups = false;
  488. this.PhotoListView.Location = new System.Drawing.Point(5, 26);
  489. this.PhotoListView.Name = "PhotoListView";
  490. this.PhotoListView.Size = new System.Drawing.Size(442, 355);
  491. this.PhotoListView.TabIndex = 1;
  492. this.PhotoListView.UseCompatibleStateImageBehavior = false;
  493. //
  494. // panelEx8
  495. //
  496. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  497. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  498. this.panelEx8.BorderWidth = 1;
  499. this.panelEx8.Controls.Add(this.cbxPhotoType);
  500. this.panelEx8.Dock = System.Windows.Forms.DockStyle.Top;
  501. this.panelEx8.Location = new System.Drawing.Point(5, 0);
  502. this.panelEx8.Name = "panelEx8";
  503. this.panelEx8.Size = new System.Drawing.Size(442, 26);
  504. this.panelEx8.TabIndex = 0;
  505. //
  506. // cbxPhotoType
  507. //
  508. this.cbxPhotoType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  509. this.cbxPhotoType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  510. this.cbxPhotoType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  511. this.cbxPhotoType.Dock = System.Windows.Forms.DockStyle.Left;
  512. this.cbxPhotoType.Font = new System.Drawing.Font("宋体", 10.5F);
  513. this.cbxPhotoType.FormattingEnabled = true;
  514. this.cbxPhotoType.IsCustomColor = false;
  515. this.cbxPhotoType.Items.AddRange(new object[] {
  516. "原 片",
  517. "初 修",
  518. "精 修",
  519. "设 计"});
  520. this.cbxPhotoType.Location = new System.Drawing.Point(0, 0);
  521. this.cbxPhotoType.Name = "cbxPhotoType";
  522. this.cbxPhotoType.ReadOnly = true;
  523. this.cbxPhotoType.Size = new System.Drawing.Size(100, 22);
  524. this.cbxPhotoType.TabIndex = 0;
  525. //
  526. // panelEx6
  527. //
  528. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  529. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  530. this.panelEx6.BorderWidth = 1;
  531. this.panelEx6.Controls.Add(this.gbDesign);
  532. this.panelEx6.Controls.Add(this.pan4);
  533. this.panelEx6.Controls.Add(this.gbRefine);
  534. this.panelEx6.Controls.Add(this.pan3);
  535. this.panelEx6.Controls.Add(this.gbRepair);
  536. this.panelEx6.Controls.Add(this.pan2);
  537. this.panelEx6.Controls.Add(this.gbPhoto);
  538. this.panelEx6.Controls.Add(this.pan1);
  539. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Right;
  540. this.panelEx6.Location = new System.Drawing.Point(1085, 10);
  541. this.panelEx6.Name = "panelEx6";
  542. this.panelEx6.Size = new System.Drawing.Size(223, 386);
  543. this.panelEx6.TabIndex = 1;
  544. //
  545. // gbDesign
  546. //
  547. this.gbDesign.Controls.Add(this.btnOutDesignStatistics);
  548. this.gbDesign.Controls.Add(this.btnOutDesign);
  549. this.gbDesign.Controls.Add(this.btnExportDesign);
  550. this.gbDesign.Controls.Add(this.btnImportDesign);
  551. this.gbDesign.Dock = System.Windows.Forms.DockStyle.Top;
  552. this.gbDesign.Location = new System.Drawing.Point(0, 295);
  553. this.gbDesign.Name = "gbDesign";
  554. this.gbDesign.Padding = new System.Windows.Forms.Padding(10);
  555. this.gbDesign.Size = new System.Drawing.Size(223, 125);
  556. this.gbDesign.TabIndex = 7;
  557. this.gbDesign.TabStop = false;
  558. this.gbDesign.Text = "设计";
  559. //
  560. // btnOutDesignStatistics
  561. //
  562. this.btnOutDesignStatistics.BackColor = System.Drawing.Color.Transparent;
  563. this.btnOutDesignStatistics.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOutDesignStatistics.BackImg")));
  564. this.btnOutDesignStatistics.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  565. this.btnOutDesignStatistics.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  566. this.btnOutDesignStatistics.ForeColor = System.Drawing.Color.White;
  567. this.btnOutDesignStatistics.IsCustomBackImg = false;
  568. this.btnOutDesignStatistics.IsShowText = true;
  569. this.btnOutDesignStatistics.Location = new System.Drawing.Point(9, 55);
  570. this.btnOutDesignStatistics.Name = "btnOutDesignStatistics";
  571. this.btnOutDesignStatistics.Size = new System.Drawing.Size(100, 30);
  572. this.btnOutDesignStatistics.TabIndex = 13;
  573. this.btnOutDesignStatistics.Text = " 外发统计";
  574. this.btnOutDesignStatistics.UseVisualStyleBackColor = false;
  575. //
  576. // btnOutDesign
  577. //
  578. this.btnOutDesign.BackColor = System.Drawing.Color.Transparent;
  579. this.btnOutDesign.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOutDesign.BackImg")));
  580. this.btnOutDesign.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  581. this.btnOutDesign.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  582. this.btnOutDesign.ForeColor = System.Drawing.Color.White;
  583. this.btnOutDesign.IsCustomBackImg = false;
  584. this.btnOutDesign.IsShowText = true;
  585. this.btnOutDesign.Location = new System.Drawing.Point(114, 55);
  586. this.btnOutDesign.Name = "btnOutDesign";
  587. this.btnOutDesign.Size = new System.Drawing.Size(100, 30);
  588. this.btnOutDesign.TabIndex = 9;
  589. this.btnOutDesign.Text = " 外发设计";
  590. this.btnOutDesign.UseVisualStyleBackColor = false;
  591. //
  592. // btnExportDesign
  593. //
  594. this.btnExportDesign.BackColor = System.Drawing.Color.Transparent;
  595. this.btnExportDesign.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportDesign.BackImg")));
  596. this.btnExportDesign.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  597. this.btnExportDesign.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  598. this.btnExportDesign.ForeColor = System.Drawing.Color.White;
  599. this.btnExportDesign.IsCustomBackImg = false;
  600. this.btnExportDesign.IsShowText = true;
  601. this.btnExportDesign.Location = new System.Drawing.Point(8, 18);
  602. this.btnExportDesign.Name = "btnExportDesign";
  603. this.btnExportDesign.Size = new System.Drawing.Size(100, 30);
  604. this.btnExportDesign.TabIndex = 10;
  605. this.btnExportDesign.Text = " 导出设计";
  606. this.btnExportDesign.UseVisualStyleBackColor = false;
  607. //
  608. // btnImportDesign
  609. //
  610. this.btnImportDesign.BackColor = System.Drawing.Color.Transparent;
  611. this.btnImportDesign.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportDesign.BackImg")));
  612. this.btnImportDesign.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  613. this.btnImportDesign.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  614. this.btnImportDesign.ForeColor = System.Drawing.Color.White;
  615. this.btnImportDesign.IsCustomBackImg = false;
  616. this.btnImportDesign.IsShowText = true;
  617. this.btnImportDesign.Location = new System.Drawing.Point(114, 18);
  618. this.btnImportDesign.Name = "btnImportDesign";
  619. this.btnImportDesign.Size = new System.Drawing.Size(100, 30);
  620. this.btnImportDesign.TabIndex = 11;
  621. this.btnImportDesign.Text = " 导入设计片";
  622. this.btnImportDesign.UseVisualStyleBackColor = false;
  623. //
  624. // pan4
  625. //
  626. this.pan4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  627. this.pan4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  628. this.pan4.BorderWidth = 1;
  629. this.pan4.Dock = System.Windows.Forms.DockStyle.Top;
  630. this.pan4.Location = new System.Drawing.Point(0, 290);
  631. this.pan4.Name = "pan4";
  632. this.pan4.Size = new System.Drawing.Size(223, 5);
  633. this.pan4.TabIndex = 6;
  634. //
  635. // gbRefine
  636. //
  637. this.gbRefine.Controls.Add(this.btnSendOutRefine);
  638. this.gbRefine.Controls.Add(this.btnExportRefine);
  639. this.gbRefine.Controls.Add(this.btnImportRefine);
  640. this.gbRefine.Controls.Add(this.btnExportSelectFilm);
  641. this.gbRefine.Dock = System.Windows.Forms.DockStyle.Top;
  642. this.gbRefine.Location = new System.Drawing.Point(0, 198);
  643. this.gbRefine.Name = "gbRefine";
  644. this.gbRefine.Padding = new System.Windows.Forms.Padding(10);
  645. this.gbRefine.Size = new System.Drawing.Size(223, 92);
  646. this.gbRefine.TabIndex = 5;
  647. this.gbRefine.TabStop = false;
  648. this.gbRefine.Text = "精修";
  649. //
  650. // btnSendOutRefine
  651. //
  652. this.btnSendOutRefine.BackColor = System.Drawing.Color.Transparent;
  653. this.btnSendOutRefine.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendOutRefine.BackImg")));
  654. this.btnSendOutRefine.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  655. this.btnSendOutRefine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  656. this.btnSendOutRefine.ForeColor = System.Drawing.Color.White;
  657. this.btnSendOutRefine.IsCustomBackImg = false;
  658. this.btnSendOutRefine.IsShowText = true;
  659. this.btnSendOutRefine.Location = new System.Drawing.Point(114, 55);
  660. this.btnSendOutRefine.Name = "btnSendOutRefine";
  661. this.btnSendOutRefine.Size = new System.Drawing.Size(100, 30);
  662. this.btnSendOutRefine.TabIndex = 5;
  663. this.btnSendOutRefine.Text = " 外发精修片";
  664. this.btnSendOutRefine.UseVisualStyleBackColor = false;
  665. //
  666. // btnExportRefine
  667. //
  668. this.btnExportRefine.BackColor = System.Drawing.Color.Transparent;
  669. this.btnExportRefine.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportRefine.BackImg")));
  670. this.btnExportRefine.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  671. this.btnExportRefine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  672. this.btnExportRefine.ForeColor = System.Drawing.Color.White;
  673. this.btnExportRefine.IsCustomBackImg = false;
  674. this.btnExportRefine.IsShowText = true;
  675. this.btnExportRefine.Location = new System.Drawing.Point(8, 55);
  676. this.btnExportRefine.Name = "btnExportRefine";
  677. this.btnExportRefine.Size = new System.Drawing.Size(100, 30);
  678. this.btnExportRefine.TabIndex = 6;
  679. this.btnExportRefine.Text = " 导出精修片";
  680. this.btnExportRefine.UseVisualStyleBackColor = false;
  681. //
  682. // btnImportRefine
  683. //
  684. this.btnImportRefine.BackColor = System.Drawing.Color.Transparent;
  685. this.btnImportRefine.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportRefine.BackImg")));
  686. this.btnImportRefine.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  687. this.btnImportRefine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  688. this.btnImportRefine.ForeColor = System.Drawing.Color.White;
  689. this.btnImportRefine.IsCustomBackImg = false;
  690. this.btnImportRefine.IsShowText = true;
  691. this.btnImportRefine.Location = new System.Drawing.Point(114, 18);
  692. this.btnImportRefine.Name = "btnImportRefine";
  693. this.btnImportRefine.Size = new System.Drawing.Size(100, 30);
  694. this.btnImportRefine.TabIndex = 7;
  695. this.btnImportRefine.Text = " 导入精修片";
  696. this.btnImportRefine.UseVisualStyleBackColor = false;
  697. //
  698. // btnExportSelectFilm
  699. //
  700. this.btnExportSelectFilm.BackColor = System.Drawing.Color.Transparent;
  701. this.btnExportSelectFilm.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportSelectFilm.BackImg")));
  702. this.btnExportSelectFilm.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  703. this.btnExportSelectFilm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  704. this.btnExportSelectFilm.ForeColor = System.Drawing.Color.White;
  705. this.btnExportSelectFilm.IsCustomBackImg = false;
  706. this.btnExportSelectFilm.IsShowText = true;
  707. this.btnExportSelectFilm.Location = new System.Drawing.Point(8, 18);
  708. this.btnExportSelectFilm.Name = "btnExportSelectFilm";
  709. this.btnExportSelectFilm.Size = new System.Drawing.Size(100, 30);
  710. this.btnExportSelectFilm.TabIndex = 8;
  711. this.btnExportSelectFilm.Text = " 导出选好的片";
  712. this.btnExportSelectFilm.UseVisualStyleBackColor = false;
  713. //
  714. // pan3
  715. //
  716. this.pan3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  717. this.pan3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  718. this.pan3.BorderWidth = 1;
  719. this.pan3.Dock = System.Windows.Forms.DockStyle.Top;
  720. this.pan3.Location = new System.Drawing.Point(0, 193);
  721. this.pan3.Name = "pan3";
  722. this.pan3.Size = new System.Drawing.Size(223, 5);
  723. this.pan3.TabIndex = 4;
  724. //
  725. // gbRepair
  726. //
  727. this.gbRepair.Controls.Add(this.btnSendOutRepair);
  728. this.gbRepair.Controls.Add(this.btnImportRepairFilm);
  729. this.gbRepair.Controls.Add(this.btnExportRepair);
  730. this.gbRepair.Controls.Add(this.btnSlice);
  731. this.gbRepair.Controls.Add(this.btnExportOriginalFilm);
  732. this.gbRepair.Dock = System.Windows.Forms.DockStyle.Top;
  733. this.gbRepair.Location = new System.Drawing.Point(0, 65);
  734. this.gbRepair.Name = "gbRepair";
  735. this.gbRepair.Padding = new System.Windows.Forms.Padding(10);
  736. this.gbRepair.Size = new System.Drawing.Size(223, 128);
  737. this.gbRepair.TabIndex = 3;
  738. this.gbRepair.TabStop = false;
  739. this.gbRepair.Text = "修片";
  740. //
  741. // btnSendOutRepair
  742. //
  743. this.btnSendOutRepair.BackColor = System.Drawing.Color.Transparent;
  744. this.btnSendOutRepair.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendOutRepair.BackImg")));
  745. this.btnSendOutRepair.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  746. this.btnSendOutRepair.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  747. this.btnSendOutRepair.ForeColor = System.Drawing.Color.White;
  748. this.btnSendOutRepair.IsCustomBackImg = false;
  749. this.btnSendOutRepair.IsShowText = true;
  750. this.btnSendOutRepair.Location = new System.Drawing.Point(8, 91);
  751. this.btnSendOutRepair.Name = "btnSendOutRepair";
  752. this.btnSendOutRepair.Size = new System.Drawing.Size(100, 30);
  753. this.btnSendOutRepair.TabIndex = 4;
  754. this.btnSendOutRepair.Text = " 外发初修";
  755. this.btnSendOutRepair.UseVisualStyleBackColor = false;
  756. //
  757. // btnImportRepairFilm
  758. //
  759. this.btnImportRepairFilm.BackColor = System.Drawing.Color.Transparent;
  760. this.btnImportRepairFilm.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportRepairFilm.BackImg")));
  761. this.btnImportRepairFilm.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  762. this.btnImportRepairFilm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  763. this.btnImportRepairFilm.ForeColor = System.Drawing.Color.White;
  764. this.btnImportRepairFilm.IsCustomBackImg = false;
  765. this.btnImportRepairFilm.IsShowText = true;
  766. this.btnImportRepairFilm.Location = new System.Drawing.Point(114, 55);
  767. this.btnImportRepairFilm.Name = "btnImportRepairFilm";
  768. this.btnImportRepairFilm.Size = new System.Drawing.Size(100, 30);
  769. this.btnImportRepairFilm.TabIndex = 4;
  770. this.btnImportRepairFilm.Text = " 导入修片";
  771. this.btnImportRepairFilm.UseVisualStyleBackColor = false;
  772. //
  773. // btnExportRepair
  774. //
  775. this.btnExportRepair.BackColor = System.Drawing.Color.Transparent;
  776. this.btnExportRepair.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportRepair.BackImg")));
  777. this.btnExportRepair.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  778. this.btnExportRepair.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  779. this.btnExportRepair.ForeColor = System.Drawing.Color.White;
  780. this.btnExportRepair.IsCustomBackImg = false;
  781. this.btnExportRepair.IsShowText = true;
  782. this.btnExportRepair.Location = new System.Drawing.Point(8, 55);
  783. this.btnExportRepair.Name = "btnExportRepair";
  784. this.btnExportRepair.Size = new System.Drawing.Size(100, 30);
  785. this.btnExportRepair.TabIndex = 4;
  786. this.btnExportRepair.Text = " 导出修片";
  787. this.btnExportRepair.UseVisualStyleBackColor = false;
  788. //
  789. // btnSlice
  790. //
  791. this.btnSlice.BackColor = System.Drawing.Color.Transparent;
  792. this.btnSlice.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlice.BackImg")));
  793. this.btnSlice.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  794. this.btnSlice.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  795. this.btnSlice.ForeColor = System.Drawing.Color.White;
  796. this.btnSlice.IsCustomBackImg = false;
  797. this.btnSlice.IsShowText = true;
  798. this.btnSlice.Location = new System.Drawing.Point(114, 18);
  799. this.btnSlice.Name = "btnSlice";
  800. this.btnSlice.Size = new System.Drawing.Size(100, 30);
  801. this.btnSlice.TabIndex = 4;
  802. this.btnSlice.Text = " 分 片";
  803. this.btnSlice.UseVisualStyleBackColor = false;
  804. //
  805. // btnExportOriginalFilm
  806. //
  807. this.btnExportOriginalFilm.BackColor = System.Drawing.Color.Transparent;
  808. this.btnExportOriginalFilm.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportOriginalFilm.BackImg")));
  809. this.btnExportOriginalFilm.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  810. this.btnExportOriginalFilm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  811. this.btnExportOriginalFilm.ForeColor = System.Drawing.Color.White;
  812. this.btnExportOriginalFilm.IsCustomBackImg = false;
  813. this.btnExportOriginalFilm.IsShowText = true;
  814. this.btnExportOriginalFilm.Location = new System.Drawing.Point(8, 18);
  815. this.btnExportOriginalFilm.Name = "btnExportOriginalFilm";
  816. this.btnExportOriginalFilm.Size = new System.Drawing.Size(100, 30);
  817. this.btnExportOriginalFilm.TabIndex = 4;
  818. this.btnExportOriginalFilm.Text = " 导出原片";
  819. this.btnExportOriginalFilm.UseVisualStyleBackColor = false;
  820. //
  821. // pan2
  822. //
  823. this.pan2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  824. this.pan2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  825. this.pan2.BorderWidth = 1;
  826. this.pan2.Dock = System.Windows.Forms.DockStyle.Top;
  827. this.pan2.Location = new System.Drawing.Point(0, 60);
  828. this.pan2.Name = "pan2";
  829. this.pan2.Size = new System.Drawing.Size(223, 5);
  830. this.pan2.TabIndex = 2;
  831. //
  832. // gbPhoto
  833. //
  834. this.gbPhoto.Controls.Add(this.btnImportOriginalFilm);
  835. this.gbPhoto.Dock = System.Windows.Forms.DockStyle.Top;
  836. this.gbPhoto.Location = new System.Drawing.Point(0, 5);
  837. this.gbPhoto.Name = "gbPhoto";
  838. this.gbPhoto.Padding = new System.Windows.Forms.Padding(10);
  839. this.gbPhoto.Size = new System.Drawing.Size(223, 55);
  840. this.gbPhoto.TabIndex = 1;
  841. this.gbPhoto.TabStop = false;
  842. this.gbPhoto.Text = "拍照";
  843. //
  844. // btnImportOriginalFilm
  845. //
  846. this.btnImportOriginalFilm.BackColor = System.Drawing.Color.Transparent;
  847. this.btnImportOriginalFilm.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportOriginalFilm.BackImg")));
  848. this.btnImportOriginalFilm.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  849. this.btnImportOriginalFilm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  850. this.btnImportOriginalFilm.ForeColor = System.Drawing.Color.White;
  851. this.btnImportOriginalFilm.IsCustomBackImg = false;
  852. this.btnImportOriginalFilm.IsShowText = true;
  853. this.btnImportOriginalFilm.Location = new System.Drawing.Point(8, 18);
  854. this.btnImportOriginalFilm.Name = "btnImportOriginalFilm";
  855. this.btnImportOriginalFilm.Size = new System.Drawing.Size(100, 30);
  856. this.btnImportOriginalFilm.TabIndex = 4;
  857. this.btnImportOriginalFilm.Text = "导入原片";
  858. this.btnImportOriginalFilm.UseVisualStyleBackColor = false;
  859. //
  860. // pan1
  861. //
  862. this.pan1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  863. this.pan1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  864. this.pan1.BorderWidth = 1;
  865. this.pan1.Dock = System.Windows.Forms.DockStyle.Top;
  866. this.pan1.Location = new System.Drawing.Point(0, 0);
  867. this.pan1.Name = "pan1";
  868. this.pan1.Size = new System.Drawing.Size(223, 5);
  869. this.pan1.TabIndex = 0;
  870. //
  871. // groupBoxEx1
  872. //
  873. this.groupBoxEx1.Controls.Add(this.dgvPackage);
  874. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Left;
  875. this.groupBoxEx1.Location = new System.Drawing.Point(10, 10);
  876. this.groupBoxEx1.Name = "groupBoxEx1";
  877. this.groupBoxEx1.Padding = new System.Windows.Forms.Padding(5, 10, 5, 5);
  878. this.groupBoxEx1.Size = new System.Drawing.Size(623, 386);
  879. this.groupBoxEx1.TabIndex = 0;
  880. this.groupBoxEx1.TabStop = false;
  881. this.groupBoxEx1.Text = "套餐内容";
  882. //
  883. // dgvPackage
  884. //
  885. this.dgvPackage.AllowUserToAddRows = false;
  886. this.dgvPackage.AllowUserToDeleteRows = false;
  887. this.dgvPackage.AllowUserToResizeRows = false;
  888. this.dgvPackage.BackgroundColor = System.Drawing.Color.White;
  889. this.dgvPackage.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  890. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  891. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  892. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  893. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  894. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  895. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  896. this.dgvPackage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  897. this.dgvPackage.ColumnHeadersHeight = 24;
  898. this.dgvPackage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  899. this.商品名称,
  900. this.P数,
  901. this.数量,
  902. this.加急,
  903. this.取件日期,
  904. this.取件方式,
  905. this.备注,
  906. this.相片编号});
  907. this.dgvPackage.dgvColumnHeadersHeight = 25;
  908. this.dgvPackage.dgvCurrentColumnOriginalSet = "";
  909. this.dgvPackage.dgvCurrentColumnWidth = "";
  910. this.dgvPackage.dgvCurrentHideColumn = null;
  911. this.dgvPackage.dgvFixedHideColumn = "";
  912. this.dgvPackage.dgvGuidName = null;
  913. this.dgvPackage.dgvUserEmployeeID = null;
  914. this.dgvPackage.Dock = System.Windows.Forms.DockStyle.Fill;
  915. this.dgvPackage.EnableHeadersVisualStyles = false;
  916. this.dgvPackage.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  917. this.dgvPackage.ImageHeight = 15;
  918. this.dgvPackage.ImageWidth = 15;
  919. this.dgvPackage.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvPackage.ImgCollapse")));
  920. this.dgvPackage.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvPackage.ImgExpand")));
  921. this.dgvPackage.IsAutomaticDrawSingleOrDoubleRow = false;
  922. this.dgvPackage.IsCompleteBonding = false;
  923. this.dgvPackage.IsCopyCellValue = true;
  924. this.dgvPackage.IsShowSerialNumber = false;
  925. this.dgvPackage.IsSortedRedraw = true;
  926. this.dgvPackage.IsSortMode = false;
  927. this.dgvPackage.Location = new System.Drawing.Point(5, 24);
  928. this.dgvPackage.Name = "dgvPackage";
  929. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  930. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  931. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  932. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  933. dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(41);
  934. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  935. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  936. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  937. this.dgvPackage.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  938. this.dgvPackage.RowHeadersWidth = 25;
  939. this.dgvPackage.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  940. this.dgvPackage.RowTemplate.Height = 23;
  941. this.dgvPackage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  942. this.dgvPackage.Size = new System.Drawing.Size(613, 357);
  943. this.dgvPackage.StrSecondStageNull = "";
  944. this.dgvPackage.StrValueNullColumn = "";
  945. this.dgvPackage.TabIndex = 6;
  946. this.dgvPackage.ViceCount = 1;
  947. //
  948. // 商品名称
  949. //
  950. this.商品名称.HeaderText = "商品名称";
  951. this.商品名称.Name = "商品名称";
  952. this.商品名称.ReadOnly = true;
  953. //
  954. // P数
  955. //
  956. this.P数.HeaderText = " P数";
  957. this.P数.Name = "P数";
  958. this.P数.ReadOnly = true;
  959. this.P数.Width = 50;
  960. //
  961. // 数量
  962. //
  963. this.数量.HeaderText = "数量";
  964. this.数量.Name = "数量";
  965. this.数量.ReadOnly = true;
  966. this.数量.Width = 50;
  967. //
  968. // 加急
  969. //
  970. this.加急.HeaderText = "加急";
  971. this.加急.Name = "加急";
  972. this.加急.ReadOnly = true;
  973. this.加急.Width = 50;
  974. //
  975. // 取件日期
  976. //
  977. this.取件日期.HeaderText = "取件日期";
  978. this.取件日期.Name = "取件日期";
  979. this.取件日期.ReadOnly = true;
  980. this.取件日期.Width = 80;
  981. //
  982. // 取件方式
  983. //
  984. this.取件方式.HeaderText = "取件方式";
  985. this.取件方式.Name = "取件方式";
  986. this.取件方式.ReadOnly = true;
  987. this.取件方式.Width = 80;
  988. //
  989. // 备注
  990. //
  991. this.备注.HeaderText = "备注";
  992. this.备注.Name = "备注";
  993. this.备注.ReadOnly = true;
  994. //
  995. // 相片编号
  996. //
  997. this.相片编号.HeaderText = "相片编号";
  998. this.相片编号.Name = "相片编号";
  999. this.相片编号.ReadOnly = true;
  1000. this.相片编号.Width = 73;
  1001. //
  1002. // panelEx11
  1003. //
  1004. this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1005. this.panelEx11.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1006. this.panelEx11.BorderWidth = 1;
  1007. this.panelEx11.Controls.Add(this.btn_Query);
  1008. this.panelEx11.Controls.Add(this.panelEx1);
  1009. this.panelEx11.Controls.Add(this.txt_QueryText);
  1010. this.panelEx11.Dock = System.Windows.Forms.DockStyle.Left;
  1011. this.panelEx11.Location = new System.Drawing.Point(141, 10);
  1012. this.panelEx11.Name = "panelEx11";
  1013. this.panelEx11.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5);
  1014. this.panelEx11.Size = new System.Drawing.Size(210, 30);
  1015. this.panelEx11.TabIndex = 17;
  1016. //
  1017. // btn_Query
  1018. //
  1019. this.btn_Query.BackColor = System.Drawing.Color.Transparent;
  1020. this.btn_Query.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Query.BackImg")));
  1021. this.btn_Query.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1022. this.btn_Query.Dock = System.Windows.Forms.DockStyle.Left;
  1023. this.btn_Query.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1024. this.btn_Query.ForeColor = System.Drawing.Color.White;
  1025. this.btn_Query.IsCustomBackImg = false;
  1026. this.btn_Query.IsShowText = true;
  1027. this.btn_Query.Location = new System.Drawing.Point(136, 0);
  1028. this.btn_Query.Name = "btn_Query";
  1029. this.btn_Query.Size = new System.Drawing.Size(63, 25);
  1030. this.btn_Query.TabIndex = 18;
  1031. this.btn_Query.Text = " 查 询";
  1032. this.btn_Query.UseVisualStyleBackColor = false;
  1033. //
  1034. // panelEx1
  1035. //
  1036. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1037. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1038. this.panelEx1.BorderWidth = 1;
  1039. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
  1040. this.panelEx1.Location = new System.Drawing.Point(126, 0);
  1041. this.panelEx1.Name = "panelEx1";
  1042. this.panelEx1.Size = new System.Drawing.Size(10, 25);
  1043. this.panelEx1.TabIndex = 17;
  1044. //
  1045. // txt_QueryText
  1046. //
  1047. this.txt_QueryText.BackColor = System.Drawing.Color.Transparent;
  1048. this.txt_QueryText.Dock = System.Windows.Forms.DockStyle.Left;
  1049. this.txt_QueryText.Icon = null;
  1050. this.txt_QueryText.IconIsButton = false;
  1051. this.txt_QueryText.IsPasswordChat = '\0';
  1052. this.txt_QueryText.IsSystemPasswordChar = false;
  1053. this.txt_QueryText.Lines = new string[0];
  1054. this.txt_QueryText.Location = new System.Drawing.Point(0, 0);
  1055. this.txt_QueryText.Margin = new System.Windows.Forms.Padding(0, 0, 0, 5);
  1056. this.txt_QueryText.MaxLength = 32767;
  1057. this.txt_QueryText.MinimumSize = new System.Drawing.Size(0, 26);
  1058. this.txt_QueryText.MouseBack = null;
  1059. this.txt_QueryText.Multiline = false;
  1060. this.txt_QueryText.Name = "txt_QueryText";
  1061. this.txt_QueryText.NormlBack = null;
  1062. this.txt_QueryText.Padding = new System.Windows.Forms.Padding(5, 2, 5, 0);
  1063. this.txt_QueryText.ReadOnly = false;
  1064. this.txt_QueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1065. this.txt_QueryText.Size = new System.Drawing.Size(126, 26);
  1066. this.txt_QueryText.TabIndex = 16;
  1067. this.txt_QueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1068. this.txt_QueryText.WaterColor = System.Drawing.Color.DarkGray;
  1069. this.txt_QueryText.WaterText = "单号,客户名,电话号";
  1070. this.txt_QueryText.WordWrap = true;
  1071. //
  1072. // frmDigitalArrangement
  1073. //
  1074. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1075. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1076. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1077. this.ClientSize = new System.Drawing.Size(1318, 780);
  1078. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1079. this.IsShowUcNavigationTool = true;
  1080. this.Name = "frmDigitalArrangement";
  1081. this.Text = "数码安排";
  1082. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1083. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1084. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1085. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1086. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1087. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1088. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1089. this.plExMainContainer.ResumeLayout(false);
  1090. this.plFormMainContent.ResumeLayout(false);
  1091. this.tempPanelEx1.ResumeLayout(false);
  1092. this.tempPanelEx1.PerformLayout();
  1093. this.panelEx3.ResumeLayout(false);
  1094. this.panelEx4.ResumeLayout(false);
  1095. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderList)).EndInit();
  1096. this.panelEx5.ResumeLayout(false);
  1097. this.panelEx7.ResumeLayout(false);
  1098. this.panelEx8.ResumeLayout(false);
  1099. this.panelEx6.ResumeLayout(false);
  1100. this.gbDesign.ResumeLayout(false);
  1101. this.gbRefine.ResumeLayout(false);
  1102. this.gbRepair.ResumeLayout(false);
  1103. this.gbPhoto.ResumeLayout(false);
  1104. this.groupBoxEx1.ResumeLayout(false);
  1105. ((System.ComponentModel.ISupportInitialize)(this.dgvPackage)).EndInit();
  1106. this.panelEx11.ResumeLayout(false);
  1107. this.ResumeLayout(false);
  1108. }
  1109. #endregion
  1110. private ComponentLibrary.LabelEx labelEx1;
  1111. private ComponentLibrary.PanelEx panelEx3;
  1112. protected internal ComponentLibrary.LabelEx labInfoMessage;
  1113. private ComponentLibrary.LabelEx labelEx2;
  1114. private ComponentLibrary.PanelEx panelEx4;
  1115. private ComponentLibrary.PanelEx panelEx5;
  1116. private ComponentLibrary.PanelEx panelEx7;
  1117. private ComponentLibrary.PanelEx panelEx6;
  1118. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  1119. protected internal ComponentLibrary.DataGridViewEc dgvPackage;
  1120. private System.Windows.Forms.DataGridViewTextBoxColumn 商品名称;
  1121. private System.Windows.Forms.DataGridViewTextBoxColumn P数;
  1122. private System.Windows.Forms.DataGridViewTextBoxColumn 数量;
  1123. private System.Windows.Forms.DataGridViewTextBoxColumn 加急;
  1124. private System.Windows.Forms.DataGridViewTextBoxColumn 取件日期;
  1125. private System.Windows.Forms.DataGridViewTextBoxColumn 取件方式;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn 备注;
  1127. private System.Windows.Forms.DataGridViewTextBoxColumn 相片编号;
  1128. private ComponentLibrary.PanelEx panelEx8;
  1129. protected internal ComponentLibrary.ButtonEx btn_ArrangeWork;
  1130. protected internal ComponentLibrary.ComboBoxEx cbxPhotoType;
  1131. protected internal ComponentLibrary.ListViewEx PhotoListView;
  1132. protected internal ComponentLibrary.DataGridViewEc dgvOrderList;
  1133. protected internal ComponentLibrary.ButtonEx btn_ViewPai;
  1134. private ComponentLibrary.PanelEx panelEx9;
  1135. protected internal ComponentLibrary.ButtonEx btnOutDesign;
  1136. protected internal ComponentLibrary.ButtonEx btnExportDesign;
  1137. protected internal ComponentLibrary.ButtonEx btnImportDesign;
  1138. protected internal ComponentLibrary.ButtonEx btnSendOutRefine;
  1139. protected internal ComponentLibrary.ButtonEx btnImportRefine;
  1140. protected internal ComponentLibrary.ButtonEx btnExportSelectFilm;
  1141. protected internal ComponentLibrary.ButtonEx btnSendOutRepair;
  1142. protected internal ComponentLibrary.ButtonEx btnExportRepair;
  1143. protected internal ComponentLibrary.ButtonEx btnSlice;
  1144. protected internal ComponentLibrary.ButtonEx btnExportOriginalFilm;
  1145. protected internal ComponentLibrary.ButtonEx btnImportOriginalFilm;
  1146. protected internal ComponentLibrary.ButtonEx btnOutDesignStatistics;
  1147. protected internal ComponentLibrary.GroupBoxEx gbDesign;
  1148. protected internal ComponentLibrary.PanelEx pan4;
  1149. protected internal ComponentLibrary.GroupBoxEx gbRefine;
  1150. protected internal ComponentLibrary.PanelEx pan3;
  1151. protected internal ComponentLibrary.GroupBoxEx gbRepair;
  1152. protected internal ComponentLibrary.PanelEx pan2;
  1153. protected internal ComponentLibrary.GroupBoxEx gbPhoto;
  1154. protected internal ComponentLibrary.PanelEx pan1;
  1155. private ComponentLibrary.PanelEx panelEx10;
  1156. protected internal ComponentLibrary.ComboBoxTreeViewEx cbxDropDownList;
  1157. protected internal ComponentLibrary.PanelEx tempPanelEx1;
  1158. protected internal ComponentLibrary.ButtonEx btnImportRepairFilm;
  1159. protected internal ComponentLibrary.ButtonEx btnExportRefine;
  1160. public ComponentLibrary.CheckBoxEx cbxMyJob;
  1161. public ComponentLibrary.CheckBoxEx labSendData;
  1162. public ComponentLibrary.CheckBoxEx labDesign;
  1163. public ComponentLibrary.CheckBoxEx labRefineRepair;
  1164. public ComponentLibrary.CheckBoxEx labEarlyRepair;
  1165. private ComponentLibrary.PanelEx panelEx11;
  1166. private ComponentLibrary.PanelEx panelEx1;
  1167. protected internal ComponentLibrary.ButtonEx btn_Query;
  1168. protected internal ComponentLibrary.TextBoxEx txt_QueryText;
  1169. }
  1170. }