AcceptanceManagement.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. namespace LYFZ.Software.UI.InventoryManagement.PurchasingManagement
  2. {
  3. partial class AcceptanceManagement
  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(AcceptanceManagement));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Ppt_PurchaseNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Prod_AlarmQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Prod_PreSaleQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Prod_Class = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Prod_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Ppt_PurchasePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Ppt_PurchaseVendor = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Ppt_PurchasePerson = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Ppt_PurchaseTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Ppt_AcceptanceQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Ppt_AcceptanceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Ppt_AcceptanceTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.BcAcceptance = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.btnNotPurchase = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.lblNr = new LYFZ.ComponentLibrary.LabelEx();
  57. this.btnPurchase = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  60. this.plExMainContainer.SuspendLayout();
  61. this.plFormMainContent.SuspendLayout();
  62. this.panelEx2.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // plExMainContainer
  67. //
  68. this.plExMainContainer.Controls.Add(this.panelEx2);
  69. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  70. //
  71. // btnAppFormMaximize
  72. //
  73. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. //
  83. // panelEx2
  84. //
  85. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  86. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  87. this.panelEx2.BorderWidth = 1;
  88. this.panelEx2.Controls.Add(this.btnPrint);
  89. this.panelEx2.Controls.Add(this.btnExport);
  90. this.panelEx2.Controls.Add(this.dgv1);
  91. this.panelEx2.Controls.Add(this.btnNotPurchase);
  92. this.panelEx2.Controls.Add(this.lblNr);
  93. this.panelEx2.Controls.Add(this.btnPurchase);
  94. this.panelEx2.Controls.Add(this.btnClose);
  95. this.panelEx2.Controls.Add(this.btnSave);
  96. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  98. this.panelEx2.Name = "panelEx2";
  99. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  100. this.panelEx2.TabIndex = 199;
  101. //
  102. // btnPrint
  103. //
  104. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  105. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  106. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  107. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  108. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  109. this.btnPrint.ForeColor = System.Drawing.Color.White;
  110. this.btnPrint.IsCustomBackImg = false;
  111. this.btnPrint.IsShowText = true;
  112. this.btnPrint.Location = new System.Drawing.Point(702, 8);
  113. this.btnPrint.Name = "btnPrint";
  114. this.btnPrint.Size = new System.Drawing.Size(85, 26);
  115. this.btnPrint.TabIndex = 226;
  116. this.btnPrint.Text = " 打 印";
  117. this.btnPrint.UseVisualStyleBackColor = false;
  118. //
  119. // btnExport
  120. //
  121. this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  122. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  123. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  124. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  125. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  126. this.btnExport.ForeColor = System.Drawing.Color.White;
  127. this.btnExport.IsCustomBackImg = false;
  128. this.btnExport.IsShowText = true;
  129. this.btnExport.Location = new System.Drawing.Point(611, 8);
  130. this.btnExport.Name = "btnExport";
  131. this.btnExport.Size = new System.Drawing.Size(85, 26);
  132. this.btnExport.TabIndex = 225;
  133. this.btnExport.Text = " 导 出";
  134. this.btnExport.UseVisualStyleBackColor = false;
  135. //
  136. // dgv1
  137. //
  138. this.dgv1.AllowUserToAddRows = false;
  139. this.dgv1.AllowUserToDeleteRows = false;
  140. this.dgv1.AllowUserToOrderColumns = true;
  141. this.dgv1.AllowUserToResizeRows = false;
  142. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  143. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  144. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  145. | System.Windows.Forms.AnchorStyles.Left)
  146. | System.Windows.Forms.AnchorStyles.Right)));
  147. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  148. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  149. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  150. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  151. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  152. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  153. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  155. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  156. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  157. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  158. this.dgv1.ColumnHeadersHeight = 24;
  159. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  160. this.ID,
  161. this.Ppt_PurchaseNumber,
  162. this.Ir_ProductName,
  163. this.Prod_Quantity,
  164. this.Sc_ClassName,
  165. this.Prod_AlarmQuantity,
  166. this.Prod_PreSaleQuantity,
  167. this.Prod_Class,
  168. this.Prod_Number,
  169. this.Ppt_PurchasePrice,
  170. this.Ppt_PurchaseVendor,
  171. this.Status,
  172. this.Ppt_PurchasePerson,
  173. this.Ppt_PurchaseTime,
  174. this.Ppt_AcceptanceQuantity,
  175. this.Ppt_AcceptanceName,
  176. this.Ppt_AcceptanceTime,
  177. this.BcAcceptance});
  178. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  179. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  180. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  182. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  183. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  184. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  185. this.dgv1.DefaultCellStyle = dataGridViewCellStyle3;
  186. this.dgv1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  187. this.dgv1.EnableHeadersVisualStyles = false;
  188. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  189. this.dgv1.GridViewUniquelyIdentify = resources.GetString("dgv1.GridViewUniquelyIdentify");
  190. this.dgv1.IsCompleteBonding = false;
  191. this.dgv1.IsCopyCellValue = true;
  192. this.dgv1.Location = new System.Drawing.Point(9, 46);
  193. this.dgv1.Name = "dgv1";
  194. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  195. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  196. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  198. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  199. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  200. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  201. this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  202. this.dgv1.RowHeadersVisible = false;
  203. this.dgv1.RowTemplate.Height = 23;
  204. this.dgv1.RowTemplate.ReadOnly = true;
  205. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  206. this.dgv1.Size = new System.Drawing.Size(869, 469);
  207. this.dgv1.TabIndex = 220;
  208. //
  209. // ID
  210. //
  211. this.ID.HeaderText = "ID";
  212. this.ID.Name = "ID";
  213. this.ID.Visible = false;
  214. //
  215. // Ppt_PurchaseNumber
  216. //
  217. this.Ppt_PurchaseNumber.HeaderText = "采购单号";
  218. this.Ppt_PurchaseNumber.Name = "Ppt_PurchaseNumber";
  219. this.Ppt_PurchaseNumber.ReadOnly = true;
  220. //
  221. // Ir_ProductName
  222. //
  223. this.Ir_ProductName.HeaderText = "商品名称";
  224. this.Ir_ProductName.Name = "Ir_ProductName";
  225. this.Ir_ProductName.ReadOnly = true;
  226. //
  227. // Prod_Quantity
  228. //
  229. this.Prod_Quantity.HeaderText = "采购数量";
  230. this.Prod_Quantity.Name = "Prod_Quantity";
  231. this.Prod_Quantity.ReadOnly = true;
  232. //
  233. // Sc_ClassName
  234. //
  235. this.Sc_ClassName.HeaderText = "商品类别";
  236. this.Sc_ClassName.Name = "Sc_ClassName";
  237. this.Sc_ClassName.ReadOnly = true;
  238. //
  239. // Prod_AlarmQuantity
  240. //
  241. this.Prod_AlarmQuantity.HeaderText = "报警数量";
  242. this.Prod_AlarmQuantity.Name = "Prod_AlarmQuantity";
  243. this.Prod_AlarmQuantity.ReadOnly = true;
  244. this.Prod_AlarmQuantity.Visible = false;
  245. //
  246. // Prod_PreSaleQuantity
  247. //
  248. this.Prod_PreSaleQuantity.HeaderText = "预售数量";
  249. this.Prod_PreSaleQuantity.Name = "Prod_PreSaleQuantity";
  250. this.Prod_PreSaleQuantity.ReadOnly = true;
  251. this.Prod_PreSaleQuantity.Visible = false;
  252. //
  253. // Prod_Class
  254. //
  255. this.Prod_Class.HeaderText = "商品类别编号";
  256. this.Prod_Class.Name = "Prod_Class";
  257. this.Prod_Class.ReadOnly = true;
  258. this.Prod_Class.Visible = false;
  259. //
  260. // Prod_Number
  261. //
  262. this.Prod_Number.HeaderText = "商品编号";
  263. this.Prod_Number.Name = "Prod_Number";
  264. this.Prod_Number.ReadOnly = true;
  265. this.Prod_Number.Visible = false;
  266. //
  267. // Ppt_PurchasePrice
  268. //
  269. this.Ppt_PurchasePrice.HeaderText = "商品单价";
  270. this.Ppt_PurchasePrice.Name = "Ppt_PurchasePrice";
  271. this.Ppt_PurchasePrice.ReadOnly = true;
  272. //
  273. // Ppt_PurchaseVendor
  274. //
  275. this.Ppt_PurchaseVendor.HeaderText = "商品厂商";
  276. this.Ppt_PurchaseVendor.Name = "Ppt_PurchaseVendor";
  277. this.Ppt_PurchaseVendor.ReadOnly = true;
  278. this.Ppt_PurchaseVendor.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  279. //
  280. // Status
  281. //
  282. this.Status.HeaderText = "采购状态";
  283. this.Status.Name = "Status";
  284. this.Status.ReadOnly = true;
  285. //
  286. // Ppt_PurchasePerson
  287. //
  288. this.Ppt_PurchasePerson.HeaderText = "采购人";
  289. this.Ppt_PurchasePerson.Name = "Ppt_PurchasePerson";
  290. this.Ppt_PurchasePerson.ReadOnly = true;
  291. //
  292. // Ppt_PurchaseTime
  293. //
  294. this.Ppt_PurchaseTime.HeaderText = "采购时间";
  295. this.Ppt_PurchaseTime.Name = "Ppt_PurchaseTime";
  296. this.Ppt_PurchaseTime.ReadOnly = true;
  297. //
  298. // Ppt_AcceptanceQuantity
  299. //
  300. this.Ppt_AcceptanceQuantity.HeaderText = "总验收数量";
  301. this.Ppt_AcceptanceQuantity.Name = "Ppt_AcceptanceQuantity";
  302. this.Ppt_AcceptanceQuantity.ReadOnly = true;
  303. //
  304. // Ppt_AcceptanceName
  305. //
  306. this.Ppt_AcceptanceName.HeaderText = "验收人";
  307. this.Ppt_AcceptanceName.Name = "Ppt_AcceptanceName";
  308. this.Ppt_AcceptanceName.ReadOnly = true;
  309. this.Ppt_AcceptanceName.Visible = false;
  310. //
  311. // Ppt_AcceptanceTime
  312. //
  313. this.Ppt_AcceptanceTime.HeaderText = "验收时间";
  314. this.Ppt_AcceptanceTime.Name = "Ppt_AcceptanceTime";
  315. this.Ppt_AcceptanceTime.ReadOnly = true;
  316. this.Ppt_AcceptanceTime.Visible = false;
  317. //
  318. // BcAcceptance
  319. //
  320. this.BcAcceptance.HeaderText = "本次验收数量";
  321. this.BcAcceptance.Name = "BcAcceptance";
  322. //
  323. // btnNotPurchase
  324. //
  325. this.btnNotPurchase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  326. this.btnNotPurchase.BackColor = System.Drawing.Color.Transparent;
  327. this.btnNotPurchase.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotPurchase.BackImg")));
  328. this.btnNotPurchase.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  329. this.btnNotPurchase.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  330. this.btnNotPurchase.ForeColor = System.Drawing.Color.White;
  331. this.btnNotPurchase.IsCustomBackImg = false;
  332. this.btnNotPurchase.IsShowText = true;
  333. this.btnNotPurchase.Location = new System.Drawing.Point(520, 8);
  334. this.btnNotPurchase.Name = "btnNotPurchase";
  335. this.btnNotPurchase.Size = new System.Drawing.Size(85, 26);
  336. this.btnNotPurchase.TabIndex = 217;
  337. this.btnNotPurchase.Text = " 取消验收";
  338. this.btnNotPurchase.UseVisualStyleBackColor = false;
  339. //
  340. // lblNr
  341. //
  342. this.lblNr.AutoSize = true;
  343. this.lblNr.BackColor = System.Drawing.Color.Transparent;
  344. this.lblNr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  345. this.lblNr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  346. this.lblNr.Location = new System.Drawing.Point(10, 9);
  347. this.lblNr.Name = "lblNr";
  348. this.lblNr.Size = new System.Drawing.Size(56, 17);
  349. this.lblNr.TabIndex = 216;
  350. this.lblNr.Text = "验收商品";
  351. //
  352. // btnPurchase
  353. //
  354. this.btnPurchase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  355. this.btnPurchase.BackColor = System.Drawing.Color.Transparent;
  356. this.btnPurchase.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchase.BackImg")));
  357. this.btnPurchase.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  358. this.btnPurchase.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  359. this.btnPurchase.ForeColor = System.Drawing.Color.White;
  360. this.btnPurchase.IsCustomBackImg = false;
  361. this.btnPurchase.IsShowText = true;
  362. this.btnPurchase.Location = new System.Drawing.Point(429, 8);
  363. this.btnPurchase.Name = "btnPurchase";
  364. this.btnPurchase.Size = new System.Drawing.Size(85, 26);
  365. this.btnPurchase.TabIndex = 210;
  366. this.btnPurchase.Text = " 验收并入库";
  367. this.btnPurchase.UseVisualStyleBackColor = false;
  368. //
  369. // btnClose
  370. //
  371. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  372. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  373. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  374. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  375. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  376. this.btnClose.ForeColor = System.Drawing.Color.White;
  377. this.btnClose.IsCustomBackImg = false;
  378. this.btnClose.IsShowText = true;
  379. this.btnClose.Location = new System.Drawing.Point(793, 8);
  380. this.btnClose.Name = "btnClose";
  381. this.btnClose.Size = new System.Drawing.Size(85, 26);
  382. this.btnClose.TabIndex = 204;
  383. this.btnClose.Text = " 关 闭";
  384. this.btnClose.UseVisualStyleBackColor = false;
  385. //
  386. // btnSave
  387. //
  388. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  389. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  390. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  391. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  392. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  393. this.btnSave.ForeColor = System.Drawing.Color.White;
  394. this.btnSave.IsCustomBackImg = false;
  395. this.btnSave.IsShowText = true;
  396. this.btnSave.Location = new System.Drawing.Point(338, 8);
  397. this.btnSave.Name = "btnSave";
  398. this.btnSave.Size = new System.Drawing.Size(85, 26);
  399. this.btnSave.TabIndex = 205;
  400. this.btnSave.Text = " 保存更改";
  401. this.btnSave.UseVisualStyleBackColor = false;
  402. this.btnSave.Visible = false;
  403. //
  404. // AcceptanceManagement
  405. //
  406. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  407. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  408. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  409. this.ClientSize = new System.Drawing.Size(910, 610);
  410. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  411. this.Name = "AcceptanceManagement";
  412. this.Text = "验收管理";
  413. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  414. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  415. this.plExMainContainer.ResumeLayout(false);
  416. this.plFormMainContent.ResumeLayout(false);
  417. this.panelEx2.ResumeLayout(false);
  418. this.panelEx2.PerformLayout();
  419. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  420. this.ResumeLayout(false);
  421. }
  422. #endregion
  423. private ComponentLibrary.PanelEx panelEx2;
  424. protected ComponentLibrary.ButtonEx btnNotPurchase;
  425. protected ComponentLibrary.LabelEx lblNr;
  426. protected ComponentLibrary.ButtonEx btnPurchase;
  427. protected ComponentLibrary.ButtonEx btnClose;
  428. protected ComponentLibrary.ButtonEx btnSave;
  429. protected ComponentLibrary.DataGridViewEx dgv1;
  430. protected ComponentLibrary.ButtonEx btnPrint;
  431. protected ComponentLibrary.ButtonEx btnExport;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  433. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseNumber;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_AlarmQuantity;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_PreSaleQuantity;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Class;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Number;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchasePrice;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseVendor;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchasePerson;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseTime;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_AcceptanceQuantity;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_AcceptanceName;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_AcceptanceTime;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn BcAcceptance;
  450. }
  451. }