frmSaveN8Selection.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class frmSaveN8Selection
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSaveN8Selection));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.tx_Money = new System.Windows.Forms.TextBox();
  34. this.btn_AddMoney = new LYFZ.ComponentLibrary.ButtonForm();
  35. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.link_record = new System.Windows.Forms.LinkLabel();
  37. this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btn_Save = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.tx_album = new System.Windows.Forms.TextBox();
  40. this.tx_CustomerRequire = new System.Windows.Forms.TextBox();
  41. this.tx_films = new System.Windows.Forms.TextBox();
  42. this.tx_Customer = new System.Windows.Forms.TextBox();
  43. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.tx_OrderNumber = new System.Windows.Forms.TextBox();
  47. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  50. this.dgv_product = new LYFZ.ComponentLibrary.DataGridViewEx();
  51. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.ck_Pickup = new System.Windows.Forms.CheckBox();
  62. this.ck_Expedited = new System.Windows.Forms.CheckBox();
  63. this.dt_Pickup = new System.Windows.Forms.DateTimePicker();
  64. this.plExMainContainer.SuspendLayout();
  65. this.plFormMainContent.SuspendLayout();
  66. this.groupBoxEx1.SuspendLayout();
  67. this.groupBox1.SuspendLayout();
  68. this.groupBoxEx2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgv_product)).BeginInit();
  70. this.panel1.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // plExMainContainer
  74. //
  75. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  76. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  77. this.plExMainContainer.Size = new System.Drawing.Size(1079, 678);
  78. //
  79. // plFormMainContent
  80. //
  81. this.plFormMainContent.Size = new System.Drawing.Size(1079, 678);
  82. //
  83. // btnAppFormExit
  84. //
  85. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  86. this.btnAppFormExit.Location = new System.Drawing.Point(1047, 0);
  87. //
  88. // btnAppFormMinimize
  89. //
  90. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  91. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  92. //
  93. // groupBoxEx1
  94. //
  95. this.groupBoxEx1.BackColor = System.Drawing.Color.White;
  96. this.groupBoxEx1.Controls.Add(this.groupBox1);
  97. this.groupBoxEx1.Controls.Add(this.btn_Cancel);
  98. this.groupBoxEx1.Controls.Add(this.btn_Save);
  99. this.groupBoxEx1.Controls.Add(this.tx_album);
  100. this.groupBoxEx1.Controls.Add(this.tx_CustomerRequire);
  101. this.groupBoxEx1.Controls.Add(this.tx_films);
  102. this.groupBoxEx1.Controls.Add(this.tx_Customer);
  103. this.groupBoxEx1.Controls.Add(this.labelEx5);
  104. this.groupBoxEx1.Controls.Add(this.labelEx7);
  105. this.groupBoxEx1.Controls.Add(this.labelEx4);
  106. this.groupBoxEx1.Controls.Add(this.tx_OrderNumber);
  107. this.groupBoxEx1.Controls.Add(this.labelEx2);
  108. this.groupBoxEx1.Controls.Add(this.labelEx1);
  109. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Top;
  110. this.groupBoxEx1.Location = new System.Drawing.Point(0, 0);
  111. this.groupBoxEx1.Name = "groupBoxEx1";
  112. this.groupBoxEx1.Size = new System.Drawing.Size(1079, 153);
  113. this.groupBoxEx1.TabIndex = 0;
  114. this.groupBoxEx1.TabStop = false;
  115. this.groupBoxEx1.Text = "N8选版详情";
  116. //
  117. // groupBox1
  118. //
  119. this.groupBox1.Controls.Add(this.tx_Money);
  120. this.groupBox1.Controls.Add(this.btn_AddMoney);
  121. this.groupBox1.Controls.Add(this.labelEx6);
  122. this.groupBox1.Controls.Add(this.link_record);
  123. this.groupBox1.Location = new System.Drawing.Point(514, 53);
  124. this.groupBox1.Name = "groupBox1";
  125. this.groupBox1.Size = new System.Drawing.Size(440, 89);
  126. this.groupBox1.TabIndex = 5;
  127. this.groupBox1.TabStop = false;
  128. this.groupBox1.Text = "加挑";
  129. //
  130. // tx_Money
  131. //
  132. this.tx_Money.Location = new System.Drawing.Point(93, 39);
  133. this.tx_Money.Name = "tx_Money";
  134. this.tx_Money.ReadOnly = true;
  135. this.tx_Money.Size = new System.Drawing.Size(171, 21);
  136. this.tx_Money.TabIndex = 2;
  137. //
  138. // btn_AddMoney
  139. //
  140. this.btn_AddMoney.BackColor = System.Drawing.Color.Transparent;
  141. this.btn_AddMoney.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AddMoney.BackImg")));
  142. this.btn_AddMoney.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  143. this.btn_AddMoney.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  144. this.btn_AddMoney.ForeColor = System.Drawing.Color.White;
  145. this.btn_AddMoney.IsCustomBackImg = false;
  146. this.btn_AddMoney.IsShowText = true;
  147. this.btn_AddMoney.Location = new System.Drawing.Point(279, 36);
  148. this.btn_AddMoney.Name = "btn_AddMoney";
  149. this.btn_AddMoney.Size = new System.Drawing.Size(93, 24);
  150. this.btn_AddMoney.TabIndex = 4;
  151. this.btn_AddMoney.Text = " 添加";
  152. this.btn_AddMoney.UseVisualStyleBackColor = false;
  153. //
  154. // labelEx6
  155. //
  156. this.labelEx6.AutoSize = true;
  157. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  158. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  159. this.labelEx6.Location = new System.Drawing.Point(25, 40);
  160. this.labelEx6.Name = "labelEx6";
  161. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  162. this.labelEx6.TabIndex = 0;
  163. this.labelEx6.Text = "加挑金额:";
  164. //
  165. // link_record
  166. //
  167. this.link_record.AutoSize = true;
  168. this.link_record.Location = new System.Drawing.Point(381, 42);
  169. this.link_record.Name = "link_record";
  170. this.link_record.Size = new System.Drawing.Size(53, 12);
  171. this.link_record.TabIndex = 1;
  172. this.link_record.TabStop = true;
  173. this.link_record.Text = "查看记录";
  174. //
  175. // btn_Cancel
  176. //
  177. this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
  178. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  179. this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  180. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  181. this.btn_Cancel.ForeColor = System.Drawing.Color.White;
  182. this.btn_Cancel.IsCustomBackImg = false;
  183. this.btn_Cancel.IsShowText = true;
  184. this.btn_Cancel.Location = new System.Drawing.Point(960, 110);
  185. this.btn_Cancel.Name = "btn_Cancel";
  186. this.btn_Cancel.Size = new System.Drawing.Size(105, 28);
  187. this.btn_Cancel.TabIndex = 3;
  188. this.btn_Cancel.Text = "退出";
  189. this.btn_Cancel.UseVisualStyleBackColor = false;
  190. //
  191. // btn_Save
  192. //
  193. this.btn_Save.BackColor = System.Drawing.Color.Transparent;
  194. this.btn_Save.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Save.BackImg")));
  195. this.btn_Save.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  196. this.btn_Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  197. this.btn_Save.ForeColor = System.Drawing.Color.White;
  198. this.btn_Save.IsCustomBackImg = false;
  199. this.btn_Save.IsShowText = true;
  200. this.btn_Save.Location = new System.Drawing.Point(960, 63);
  201. this.btn_Save.Name = "btn_Save";
  202. this.btn_Save.Size = new System.Drawing.Size(105, 28);
  203. this.btn_Save.TabIndex = 3;
  204. this.btn_Save.Text = "保存";
  205. this.btn_Save.UseVisualStyleBackColor = false;
  206. //
  207. // tx_album
  208. //
  209. this.tx_album.Location = new System.Drawing.Point(849, 19);
  210. this.tx_album.Name = "tx_album";
  211. this.tx_album.ReadOnly = true;
  212. this.tx_album.Size = new System.Drawing.Size(171, 21);
  213. this.tx_album.TabIndex = 2;
  214. //
  215. // tx_CustomerRequire
  216. //
  217. this.tx_CustomerRequire.Location = new System.Drawing.Point(81, 53);
  218. this.tx_CustomerRequire.Multiline = true;
  219. this.tx_CustomerRequire.Name = "tx_CustomerRequire";
  220. this.tx_CustomerRequire.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  221. this.tx_CustomerRequire.Size = new System.Drawing.Size(413, 89);
  222. this.tx_CustomerRequire.TabIndex = 2;
  223. //
  224. // tx_films
  225. //
  226. this.tx_films.Location = new System.Drawing.Point(607, 19);
  227. this.tx_films.Name = "tx_films";
  228. this.tx_films.ReadOnly = true;
  229. this.tx_films.Size = new System.Drawing.Size(171, 21);
  230. this.tx_films.TabIndex = 2;
  231. //
  232. // tx_Customer
  233. //
  234. this.tx_Customer.Location = new System.Drawing.Point(323, 19);
  235. this.tx_Customer.Name = "tx_Customer";
  236. this.tx_Customer.ReadOnly = true;
  237. this.tx_Customer.Size = new System.Drawing.Size(171, 21);
  238. this.tx_Customer.TabIndex = 2;
  239. //
  240. // labelEx5
  241. //
  242. this.labelEx5.AutoSize = true;
  243. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  244. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  245. this.labelEx5.Location = new System.Drawing.Point(799, 21);
  246. this.labelEx5.Name = "labelEx5";
  247. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  248. this.labelEx5.TabIndex = 0;
  249. this.labelEx5.Text = "入册:";
  250. //
  251. // labelEx7
  252. //
  253. this.labelEx7.AutoSize = true;
  254. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  255. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  256. this.labelEx7.Location = new System.Drawing.Point(8, 53);
  257. this.labelEx7.Name = "labelEx7";
  258. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  259. this.labelEx7.TabIndex = 0;
  260. this.labelEx7.Text = "客人要求:";
  261. //
  262. // labelEx4
  263. //
  264. this.labelEx4.AutoSize = true;
  265. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  266. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  267. this.labelEx4.Location = new System.Drawing.Point(557, 21);
  268. this.labelEx4.Name = "labelEx4";
  269. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  270. this.labelEx4.TabIndex = 0;
  271. this.labelEx4.Text = "入底:";
  272. //
  273. // tx_OrderNumber
  274. //
  275. this.tx_OrderNumber.Location = new System.Drawing.Point(81, 19);
  276. this.tx_OrderNumber.Name = "tx_OrderNumber";
  277. this.tx_OrderNumber.ReadOnly = true;
  278. this.tx_OrderNumber.Size = new System.Drawing.Size(171, 21);
  279. this.tx_OrderNumber.TabIndex = 2;
  280. //
  281. // labelEx2
  282. //
  283. this.labelEx2.AutoSize = true;
  284. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  285. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  286. this.labelEx2.Location = new System.Drawing.Point(273, 21);
  287. this.labelEx2.Name = "labelEx2";
  288. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  289. this.labelEx2.TabIndex = 0;
  290. this.labelEx2.Text = "客人:";
  291. //
  292. // labelEx1
  293. //
  294. this.labelEx1.AutoSize = true;
  295. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  296. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  297. this.labelEx1.Location = new System.Drawing.Point(20, 21);
  298. this.labelEx1.Name = "labelEx1";
  299. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  300. this.labelEx1.TabIndex = 0;
  301. this.labelEx1.Text = "订单号:";
  302. //
  303. // groupBoxEx2
  304. //
  305. this.groupBoxEx2.BackColor = System.Drawing.Color.White;
  306. this.groupBoxEx2.Controls.Add(this.dgv_product);
  307. this.groupBoxEx2.Controls.Add(this.panel1);
  308. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  309. this.groupBoxEx2.Location = new System.Drawing.Point(0, 153);
  310. this.groupBoxEx2.Name = "groupBoxEx2";
  311. this.groupBoxEx2.Size = new System.Drawing.Size(1079, 525);
  312. this.groupBoxEx2.TabIndex = 1;
  313. this.groupBoxEx2.TabStop = false;
  314. this.groupBoxEx2.Text = "商品列表";
  315. //
  316. // dgv_product
  317. //
  318. this.dgv_product.AllowUserToAddRows = false;
  319. this.dgv_product.AllowUserToDeleteRows = false;
  320. this.dgv_product.AllowUserToResizeRows = false;
  321. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  322. this.dgv_product.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  323. this.dgv_product.BackgroundColor = System.Drawing.Color.White;
  324. this.dgv_product.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  325. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  326. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  327. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  329. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  330. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  331. this.dgv_product.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  332. this.dgv_product.ColumnHeadersHeight = 24;
  333. this.dgv_product.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  334. this.dgv_product.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  335. this.Column1,
  336. this.Column2,
  337. this.Column3,
  338. this.Column4,
  339. this.Column5,
  340. this.Column6,
  341. this.Column7,
  342. this.Column8,
  343. this.Column9});
  344. this.dgv_product.Dock = System.Windows.Forms.DockStyle.Fill;
  345. this.dgv_product.EnableHeadersVisualStyles = false;
  346. this.dgv_product.EraseCell = false;
  347. this.dgv_product.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  348. this.dgv_product.GridViewUniquelyIdentify = "_dataGridViewEx1_dgv_product_dgv_product_dgv_product";
  349. this.dgv_product.IsCompleteBonding = false;
  350. this.dgv_product.IsCopyCellValue = true;
  351. this.dgv_product.Location = new System.Drawing.Point(3, 64);
  352. this.dgv_product.Name = "dgv_product";
  353. this.dgv_product.RowHeadersVisible = false;
  354. this.dgv_product.RowTemplate.Height = 23;
  355. this.dgv_product.RowTemplate.ReadOnly = true;
  356. this.dgv_product.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  357. this.dgv_product.Size = new System.Drawing.Size(1073, 458);
  358. this.dgv_product.TabIndex = 0;
  359. //
  360. // Column1
  361. //
  362. this.Column1.HeaderText = "编号";
  363. this.Column1.Name = "Column1";
  364. //
  365. // Column2
  366. //
  367. this.Column2.HeaderText = "商品名称";
  368. this.Column2.Name = "Column2";
  369. //
  370. // Column3
  371. //
  372. this.Column3.HeaderText = "价格";
  373. this.Column3.Name = "Column3";
  374. //
  375. // Column4
  376. //
  377. this.Column4.HeaderText = "数量";
  378. this.Column4.Name = "Column4";
  379. //
  380. // Column5
  381. //
  382. this.Column5.HeaderText = "加急";
  383. this.Column5.Name = "Column5";
  384. //
  385. // Column6
  386. //
  387. this.Column6.HeaderText = "版面数量";
  388. this.Column6.Name = "Column6";
  389. //
  390. // Column7
  391. //
  392. this.Column7.HeaderText = "照片数量";
  393. this.Column7.Name = "Column7";
  394. //
  395. // Column8
  396. //
  397. this.Column8.HeaderText = "取件日期";
  398. this.Column8.Name = "Column8";
  399. //
  400. // Column9
  401. //
  402. this.Column9.HeaderText = "备注";
  403. this.Column9.Name = "Column9";
  404. //
  405. // panel1
  406. //
  407. this.panel1.BackColor = System.Drawing.Color.White;
  408. this.panel1.Controls.Add(this.ck_Pickup);
  409. this.panel1.Controls.Add(this.ck_Expedited);
  410. this.panel1.Controls.Add(this.dt_Pickup);
  411. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  412. this.panel1.Location = new System.Drawing.Point(3, 17);
  413. this.panel1.Name = "panel1";
  414. this.panel1.Size = new System.Drawing.Size(1073, 47);
  415. this.panel1.TabIndex = 4;
  416. //
  417. // ck_Pickup
  418. //
  419. this.ck_Pickup.AutoSize = true;
  420. this.ck_Pickup.Location = new System.Drawing.Point(33, 16);
  421. this.ck_Pickup.Name = "ck_Pickup";
  422. this.ck_Pickup.Size = new System.Drawing.Size(96, 16);
  423. this.ck_Pickup.TabIndex = 3;
  424. this.ck_Pickup.Text = "预约取件日期";
  425. this.ck_Pickup.UseVisualStyleBackColor = true;
  426. //
  427. // ck_Expedited
  428. //
  429. this.ck_Expedited.AutoSize = true;
  430. this.ck_Expedited.Location = new System.Drawing.Point(320, 16);
  431. this.ck_Expedited.Name = "ck_Expedited";
  432. this.ck_Expedited.Size = new System.Drawing.Size(72, 16);
  433. this.ck_Expedited.TabIndex = 3;
  434. this.ck_Expedited.Text = "全部加急";
  435. this.ck_Expedited.UseVisualStyleBackColor = true;
  436. //
  437. // dt_Pickup
  438. //
  439. this.dt_Pickup.Enabled = false;
  440. this.dt_Pickup.Location = new System.Drawing.Point(130, 13);
  441. this.dt_Pickup.Name = "dt_Pickup";
  442. this.dt_Pickup.Size = new System.Drawing.Size(122, 21);
  443. this.dt_Pickup.TabIndex = 2;
  444. //
  445. // frmSaveN8Selection
  446. //
  447. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  448. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  449. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  450. this.ClientSize = new System.Drawing.Size(1079, 743);
  451. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  452. this.MaximizeBox = false;
  453. this.MinimizeBox = false;
  454. this.Name = "frmSaveN8Selection";
  455. this.Text = "N8选版";
  456. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  457. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  458. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  459. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  460. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  461. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  462. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  463. this.plExMainContainer.ResumeLayout(false);
  464. this.plFormMainContent.ResumeLayout(false);
  465. this.groupBoxEx1.ResumeLayout(false);
  466. this.groupBoxEx1.PerformLayout();
  467. this.groupBox1.ResumeLayout(false);
  468. this.groupBox1.PerformLayout();
  469. this.groupBoxEx2.ResumeLayout(false);
  470. ((System.ComponentModel.ISupportInitialize)(this.dgv_product)).EndInit();
  471. this.panel1.ResumeLayout(false);
  472. this.panel1.PerformLayout();
  473. this.ResumeLayout(false);
  474. }
  475. #endregion
  476. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  477. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  478. private ComponentLibrary.LabelEx labelEx1;
  479. private ComponentLibrary.LabelEx labelEx2;
  480. private ComponentLibrary.LabelEx labelEx4;
  481. private ComponentLibrary.LabelEx labelEx5;
  482. private ComponentLibrary.LabelEx labelEx6;
  483. public ComponentLibrary.DataGridViewEx dgv_product;
  484. public System.Windows.Forms.TextBox tx_Customer;
  485. public System.Windows.Forms.TextBox tx_OrderNumber;
  486. public System.Windows.Forms.LinkLabel link_record;
  487. public System.Windows.Forms.TextBox tx_films;
  488. public System.Windows.Forms.TextBox tx_album;
  489. public System.Windows.Forms.TextBox tx_Money;
  490. public ComponentLibrary.ButtonForm btn_AddMoney;
  491. public ComponentLibrary.ButtonEx btn_Cancel;
  492. public ComponentLibrary.ButtonEx btn_Save;
  493. public System.Windows.Forms.TextBox tx_CustomerRequire;
  494. private ComponentLibrary.LabelEx labelEx7;
  495. private System.Windows.Forms.GroupBox groupBox1;
  496. private System.Windows.Forms.Panel panel1;
  497. public System.Windows.Forms.DateTimePicker dt_Pickup;
  498. public System.Windows.Forms.CheckBox ck_Expedited;
  499. public System.Windows.Forms.CheckBox ck_Pickup;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  509. }
  510. }