FrmProcurementApplication.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmProcurementApplication
  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(FrmProcurementApplication));
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.btnDeleteOrder = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.cmbPord_PurchaseStatus = new LYFZ.ComponentLibrary.ComboBoxEx();
  43. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  44. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.lblNr = new LYFZ.ComponentLibrary.LabelEx();
  46. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.btndelete = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  49. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Pord_PurchaseNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Pord_RequisitionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Pord_RequisitionTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Pord_PurchaseStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Ppt_PurchaseNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Ppt_PurchaseTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.plExMainContainer.SuspendLayout();
  64. this.plFormMainContent.SuspendLayout();
  65. this.panelEx2.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // plExMainContainer
  71. //
  72. this.plExMainContainer.Controls.Add(this.panelEx2);
  73. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  74. this.plExMainContainer.Size = new System.Drawing.Size(690, 526);
  75. //
  76. // plFormMainContent
  77. //
  78. this.plFormMainContent.Size = new System.Drawing.Size(690, 526);
  79. //
  80. // btnAppFormMaximize
  81. //
  82. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  83. this.btnAppFormMaximize.Location = new System.Drawing.Point(631, 0);
  84. //
  85. // btnAppFormExit
  86. //
  87. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  88. this.btnAppFormExit.Location = new System.Drawing.Point(658, 0);
  89. //
  90. // btnAppFormMinimize
  91. //
  92. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  93. this.btnAppFormMinimize.Location = new System.Drawing.Point(604, 0);
  94. //
  95. // panelEx2
  96. //
  97. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  98. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  99. this.panelEx2.BorderWidth = 1;
  100. this.panelEx2.Controls.Add(this.btnDeleteOrder);
  101. this.panelEx2.Controls.Add(this.btnPrint);
  102. this.panelEx2.Controls.Add(this.btnExport);
  103. this.panelEx2.Controls.Add(this.labelEx1);
  104. this.panelEx2.Controls.Add(this.cmbPord_PurchaseStatus);
  105. this.panelEx2.Controls.Add(this.dgv2);
  106. this.panelEx2.Controls.Add(this.labelEx11);
  107. this.panelEx2.Controls.Add(this.lblNr);
  108. this.panelEx2.Controls.Add(this.panelEx1);
  109. this.panelEx2.Controls.Add(this.btndelete);
  110. this.panelEx2.Controls.Add(this.dgv1);
  111. this.panelEx2.Controls.Add(this.btnClose);
  112. this.panelEx2.Controls.Add(this.btnSave);
  113. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  115. this.panelEx2.Name = "panelEx2";
  116. this.panelEx2.Size = new System.Drawing.Size(670, 506);
  117. this.panelEx2.TabIndex = 197;
  118. //
  119. // btnDeleteOrder
  120. //
  121. this.btnDeleteOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  122. this.btnDeleteOrder.BackColor = System.Drawing.Color.Transparent;
  123. this.btnDeleteOrder.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteOrder.BackImg")));
  124. this.btnDeleteOrder.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  125. this.btnDeleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  126. this.btnDeleteOrder.ForeColor = System.Drawing.Color.White;
  127. this.btnDeleteOrder.IsCustomBackImg = false;
  128. this.btnDeleteOrder.IsShowText = true;
  129. this.btnDeleteOrder.Location = new System.Drawing.Point(580, 5);
  130. this.btnDeleteOrder.Name = "btnDeleteOrder";
  131. this.btnDeleteOrder.Size = new System.Drawing.Size(80, 25);
  132. this.btnDeleteOrder.TabIndex = 225;
  133. this.btnDeleteOrder.Text = "删除";
  134. this.btnDeleteOrder.UseVisualStyleBackColor = false;
  135. //
  136. // btnPrint
  137. //
  138. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  139. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  140. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  141. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  142. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  143. this.btnPrint.ForeColor = System.Drawing.Color.White;
  144. this.btnPrint.IsCustomBackImg = false;
  145. this.btnPrint.IsShowText = true;
  146. this.btnPrint.Location = new System.Drawing.Point(494, 184);
  147. this.btnPrint.Name = "btnPrint";
  148. this.btnPrint.Size = new System.Drawing.Size(80, 25);
  149. this.btnPrint.TabIndex = 224;
  150. this.btnPrint.Text = "打印";
  151. this.btnPrint.UseVisualStyleBackColor = false;
  152. //
  153. // btnExport
  154. //
  155. this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  156. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  157. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  158. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  159. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  160. this.btnExport.ForeColor = System.Drawing.Color.White;
  161. this.btnExport.IsCustomBackImg = false;
  162. this.btnExport.IsShowText = true;
  163. this.btnExport.Location = new System.Drawing.Point(408, 184);
  164. this.btnExport.Name = "btnExport";
  165. this.btnExport.Size = new System.Drawing.Size(80, 25);
  166. this.btnExport.TabIndex = 223;
  167. this.btnExport.Text = "导出";
  168. this.btnExport.UseVisualStyleBackColor = false;
  169. //
  170. // labelEx1
  171. //
  172. this.labelEx1.AutoSize = true;
  173. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  174. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  175. this.labelEx1.Location = new System.Drawing.Point(101, 10);
  176. this.labelEx1.Name = "labelEx1";
  177. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  178. this.labelEx1.TabIndex = 222;
  179. this.labelEx1.Text = "状态:";
  180. //
  181. // cmbPord_PurchaseStatus
  182. //
  183. this.cmbPord_PurchaseStatus.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  184. this.cmbPord_PurchaseStatus.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  185. this.cmbPord_PurchaseStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  186. this.cmbPord_PurchaseStatus.Font = new System.Drawing.Font("宋体", 10.5F);
  187. this.cmbPord_PurchaseStatus.FormattingEnabled = true;
  188. this.cmbPord_PurchaseStatus.IsCustomColor = false;
  189. this.cmbPord_PurchaseStatus.Items.AddRange(new object[] {
  190. "",
  191. "全部",
  192. "申请中",
  193. "采购中",
  194. "采购完成",
  195. "采购取消"});
  196. this.cmbPord_PurchaseStatus.Location = new System.Drawing.Point(148, 8);
  197. this.cmbPord_PurchaseStatus.Name = "cmbPord_PurchaseStatus";
  198. this.cmbPord_PurchaseStatus.ReadOnly = true;
  199. this.cmbPord_PurchaseStatus.Size = new System.Drawing.Size(101, 22);
  200. this.cmbPord_PurchaseStatus.TabIndex = 221;
  201. //
  202. // dgv2
  203. //
  204. this.dgv2.AllowUserToAddRows = false;
  205. this.dgv2.AllowUserToDeleteRows = false;
  206. this.dgv2.AllowUserToOrderColumns = true;
  207. this.dgv2.AllowUserToResizeRows = false;
  208. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  209. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  210. this.dgv2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  211. | System.Windows.Forms.AnchorStyles.Right)));
  212. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  213. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  214. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  215. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  216. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  217. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  218. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  220. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  221. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  222. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  223. this.dgv2.ColumnHeadersHeight = 24;
  224. this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  225. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  226. this.PID,
  227. this.Pord_PurchaseNumber,
  228. this.Pord_RequisitionName,
  229. this.Pord_RequisitionTime,
  230. this.Pord_PurchaseStatus});
  231. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  232. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  233. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  235. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  236. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  237. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  238. this.dgv2.DefaultCellStyle = dataGridViewCellStyle3;
  239. this.dgv2.EnableHeadersVisualStyles = false;
  240. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  241. this.dgv2.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
  242. "dgv1_dgv1_panelEx2_dgv1_dataGridViewEx1_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_" +
  243. "dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2";
  244. this.dgv2.IsCompleteBonding = false;
  245. this.dgv2.IsCopyCellValue = true;
  246. this.dgv2.Location = new System.Drawing.Point(10, 36);
  247. this.dgv2.MultiSelect = false;
  248. this.dgv2.Name = "dgv2";
  249. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  250. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  251. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  253. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  254. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  255. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  256. this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  257. this.dgv2.RowHeadersVisible = false;
  258. this.dgv2.RowTemplate.Height = 23;
  259. this.dgv2.RowTemplate.ReadOnly = true;
  260. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  261. this.dgv2.Size = new System.Drawing.Size(650, 125);
  262. this.dgv2.TabIndex = 220;
  263. //
  264. // labelEx11
  265. //
  266. this.labelEx11.AutoSize = true;
  267. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  268. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  269. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  270. this.labelEx11.Location = new System.Drawing.Point(13, 10);
  271. this.labelEx11.Name = "labelEx11";
  272. this.labelEx11.Size = new System.Drawing.Size(56, 17);
  273. this.labelEx11.TabIndex = 219;
  274. this.labelEx11.Text = "采购订单";
  275. //
  276. // lblNr
  277. //
  278. this.lblNr.AutoSize = true;
  279. this.lblNr.BackColor = System.Drawing.Color.Transparent;
  280. this.lblNr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  281. this.lblNr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  282. this.lblNr.Location = new System.Drawing.Point(13, 185);
  283. this.lblNr.Name = "lblNr";
  284. this.lblNr.Size = new System.Drawing.Size(56, 17);
  285. this.lblNr.TabIndex = 216;
  286. this.lblNr.Text = "采购商品";
  287. //
  288. // panelEx1
  289. //
  290. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  291. | System.Windows.Forms.AnchorStyles.Right)));
  292. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  293. this.panelEx1.BorderWidth = 1;
  294. this.panelEx1.Location = new System.Drawing.Point(0, 170);
  295. this.panelEx1.Name = "panelEx1";
  296. this.panelEx1.Size = new System.Drawing.Size(667, 1);
  297. this.panelEx1.TabIndex = 198;
  298. //
  299. // btndelete
  300. //
  301. this.btndelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  302. this.btndelete.BackColor = System.Drawing.Color.Transparent;
  303. this.btndelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndelete.BackImg")));
  304. this.btndelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  305. this.btndelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  306. this.btndelete.ForeColor = System.Drawing.Color.White;
  307. this.btndelete.IsCustomBackImg = false;
  308. this.btndelete.IsShowText = true;
  309. this.btndelete.Location = new System.Drawing.Point(322, 184);
  310. this.btndelete.Name = "btndelete";
  311. this.btndelete.Size = new System.Drawing.Size(80, 25);
  312. this.btndelete.TabIndex = 210;
  313. this.btndelete.Text = "删除";
  314. this.btndelete.UseVisualStyleBackColor = false;
  315. //
  316. // dgv1
  317. //
  318. this.dgv1.AllowUserToAddRows = false;
  319. this.dgv1.AllowUserToDeleteRows = false;
  320. this.dgv1.AllowUserToOrderColumns = true;
  321. this.dgv1.AllowUserToResizeRows = false;
  322. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  323. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  324. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  325. | System.Windows.Forms.AnchorStyles.Left)
  326. | System.Windows.Forms.AnchorStyles.Right)));
  327. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  328. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  329. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  330. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  331. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  332. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  333. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  335. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  336. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  337. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  338. this.dgv1.ColumnHeadersHeight = 24;
  339. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  340. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  341. this.ID,
  342. this.Ppt_PurchaseNumber,
  343. this.Ir_ProductName,
  344. this.Prod_Quantity,
  345. this.Sc_ClassName,
  346. this.Status,
  347. this.Ppt_PurchaseTime});
  348. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  349. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  350. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  352. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  353. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  354. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  355. this.dgv1.DefaultCellStyle = dataGridViewCellStyle7;
  356. this.dgv1.EnableHeadersVisualStyles = false;
  357. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  358. this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
  359. "dgv1_dgv1_panelEx2_dgv1_dgv1_dgv1_dgv1_dgv1_panelEx2_dgv1_dgv1_dgv1_dgv1_dgv1_dg" +
  360. "v1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1";
  361. this.dgv1.IsCompleteBonding = false;
  362. this.dgv1.IsCopyCellValue = true;
  363. this.dgv1.Location = new System.Drawing.Point(10, 215);
  364. this.dgv1.MultiSelect = false;
  365. this.dgv1.Name = "dgv1";
  366. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  367. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  368. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  370. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  371. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  372. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  373. this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  374. this.dgv1.RowHeadersVisible = false;
  375. this.dgv1.RowTemplate.Height = 23;
  376. this.dgv1.RowTemplate.ReadOnly = true;
  377. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  378. this.dgv1.Size = new System.Drawing.Size(650, 280);
  379. this.dgv1.TabIndex = 208;
  380. //
  381. // btnClose
  382. //
  383. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  384. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  385. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  386. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  387. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  388. this.btnClose.ForeColor = System.Drawing.Color.White;
  389. this.btnClose.IsCustomBackImg = false;
  390. this.btnClose.IsShowText = true;
  391. this.btnClose.Location = new System.Drawing.Point(580, 184);
  392. this.btnClose.Name = "btnClose";
  393. this.btnClose.Size = new System.Drawing.Size(80, 25);
  394. this.btnClose.TabIndex = 204;
  395. this.btnClose.Text = "关闭";
  396. this.btnClose.UseVisualStyleBackColor = false;
  397. //
  398. // btnSave
  399. //
  400. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  401. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  402. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  403. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  404. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  405. this.btnSave.ForeColor = System.Drawing.Color.White;
  406. this.btnSave.IsCustomBackImg = false;
  407. this.btnSave.IsShowText = true;
  408. this.btnSave.Location = new System.Drawing.Point(236, 184);
  409. this.btnSave.Name = "btnSave";
  410. this.btnSave.Size = new System.Drawing.Size(80, 25);
  411. this.btnSave.TabIndex = 205;
  412. this.btnSave.Text = "保存";
  413. this.btnSave.UseVisualStyleBackColor = false;
  414. //
  415. // PID
  416. //
  417. this.PID.HeaderText = "ID";
  418. this.PID.Name = "PID";
  419. this.PID.Visible = false;
  420. //
  421. // Pord_PurchaseNumber
  422. //
  423. this.Pord_PurchaseNumber.HeaderText = "采购单号";
  424. this.Pord_PurchaseNumber.Name = "Pord_PurchaseNumber";
  425. this.Pord_PurchaseNumber.ReadOnly = true;
  426. //
  427. // Pord_RequisitionName
  428. //
  429. this.Pord_RequisitionName.HeaderText = "采购申请人";
  430. this.Pord_RequisitionName.Name = "Pord_RequisitionName";
  431. this.Pord_RequisitionName.ReadOnly = true;
  432. //
  433. // Pord_RequisitionTime
  434. //
  435. this.Pord_RequisitionTime.HeaderText = "采购申请时间";
  436. this.Pord_RequisitionTime.Name = "Pord_RequisitionTime";
  437. this.Pord_RequisitionTime.ReadOnly = true;
  438. //
  439. // Pord_PurchaseStatus
  440. //
  441. this.Pord_PurchaseStatus.HeaderText = "采购状态";
  442. this.Pord_PurchaseStatus.Name = "Pord_PurchaseStatus";
  443. this.Pord_PurchaseStatus.ReadOnly = true;
  444. //
  445. // ID
  446. //
  447. this.ID.HeaderText = "ID";
  448. this.ID.Name = "ID";
  449. this.ID.Visible = false;
  450. //
  451. // Ppt_PurchaseNumber
  452. //
  453. this.Ppt_PurchaseNumber.FillWeight = 110F;
  454. this.Ppt_PurchaseNumber.HeaderText = "采购单号";
  455. this.Ppt_PurchaseNumber.Name = "Ppt_PurchaseNumber";
  456. this.Ppt_PurchaseNumber.ReadOnly = true;
  457. //
  458. // Ir_ProductName
  459. //
  460. this.Ir_ProductName.FillWeight = 87.1066F;
  461. this.Ir_ProductName.HeaderText = "商品名称";
  462. this.Ir_ProductName.Name = "Ir_ProductName";
  463. this.Ir_ProductName.ReadOnly = true;
  464. //
  465. // Prod_Quantity
  466. //
  467. this.Prod_Quantity.FillWeight = 87.1066F;
  468. this.Prod_Quantity.HeaderText = "采购数量";
  469. this.Prod_Quantity.Name = "Prod_Quantity";
  470. //
  471. // Sc_ClassName
  472. //
  473. this.Sc_ClassName.FillWeight = 87.1066F;
  474. this.Sc_ClassName.HeaderText = "商品类别";
  475. this.Sc_ClassName.Name = "Sc_ClassName";
  476. this.Sc_ClassName.ReadOnly = true;
  477. //
  478. // Status
  479. //
  480. this.Status.FillWeight = 87.1066F;
  481. this.Status.HeaderText = "采购状态";
  482. this.Status.Name = "Status";
  483. this.Status.ReadOnly = true;
  484. //
  485. // Ppt_PurchaseTime
  486. //
  487. this.Ppt_PurchaseTime.FillWeight = 87.1066F;
  488. this.Ppt_PurchaseTime.HeaderText = "采购时间";
  489. this.Ppt_PurchaseTime.Name = "Ppt_PurchaseTime";
  490. this.Ppt_PurchaseTime.ReadOnly = true;
  491. //
  492. // FrmProcurementApplication
  493. //
  494. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  495. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  496. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  497. this.ClientSize = new System.Drawing.Size(690, 591);
  498. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  499. this.Name = "FrmProcurementApplication";
  500. this.Text = "申请采购管理";
  501. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  502. this.plExMainContainer.ResumeLayout(false);
  503. this.plFormMainContent.ResumeLayout(false);
  504. this.panelEx2.ResumeLayout(false);
  505. this.panelEx2.PerformLayout();
  506. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  507. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  508. this.ResumeLayout(false);
  509. }
  510. #endregion
  511. private ComponentLibrary.PanelEx panelEx2;
  512. protected ComponentLibrary.LabelEx lblNr;
  513. private ComponentLibrary.PanelEx panelEx1;
  514. protected ComponentLibrary.ButtonEx btndelete;
  515. protected ComponentLibrary.DataGridViewEx dgv1;
  516. protected ComponentLibrary.ButtonEx btnClose;
  517. protected ComponentLibrary.ButtonEx btnSave;
  518. private ComponentLibrary.LabelEx labelEx1;
  519. protected ComponentLibrary.ComboBoxEx cmbPord_PurchaseStatus;
  520. protected ComponentLibrary.DataGridViewEx dgv2;
  521. private ComponentLibrary.LabelEx labelEx11;
  522. protected ComponentLibrary.ButtonEx btnExport;
  523. protected ComponentLibrary.ButtonEx btnPrint;
  524. protected internal ComponentLibrary.ButtonEx btnDeleteOrder;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn PID;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn Pord_PurchaseNumber;
  527. private System.Windows.Forms.DataGridViewTextBoxColumn Pord_RequisitionName;
  528. private System.Windows.Forms.DataGridViewTextBoxColumn Pord_RequisitionTime;
  529. private System.Windows.Forms.DataGridViewTextBoxColumn Pord_PurchaseStatus;
  530. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseNumber;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseTime;
  537. }
  538. }