123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544 |
- namespace LYFZ.Software.UI.InventoryManagement
- {
- partial class FrmProcurementApplication
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProcurementApplication));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnDeleteOrder = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbPord_PurchaseStatus = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblNr = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btndelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pord_PurchaseNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pord_RequisitionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pord_RequisitionTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pord_PurchaseStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ppt_PurchaseNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ppt_PurchaseTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(690, 526);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(690, 526);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(631, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(658, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(604, 0);
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.btnDeleteOrder);
- this.panelEx2.Controls.Add(this.btnPrint);
- this.panelEx2.Controls.Add(this.btnExport);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Controls.Add(this.cmbPord_PurchaseStatus);
- this.panelEx2.Controls.Add(this.dgv2);
- this.panelEx2.Controls.Add(this.labelEx11);
- this.panelEx2.Controls.Add(this.lblNr);
- this.panelEx2.Controls.Add(this.panelEx1);
- this.panelEx2.Controls.Add(this.btndelete);
- this.panelEx2.Controls.Add(this.dgv1);
- this.panelEx2.Controls.Add(this.btnClose);
- this.panelEx2.Controls.Add(this.btnSave);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(10, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(670, 506);
- this.panelEx2.TabIndex = 197;
- //
- // btnDeleteOrder
- //
- this.btnDeleteOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnDeleteOrder.BackColor = System.Drawing.Color.Transparent;
- this.btnDeleteOrder.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteOrder.BackImg")));
- this.btnDeleteOrder.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDeleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDeleteOrder.ForeColor = System.Drawing.Color.White;
- this.btnDeleteOrder.IsCustomBackImg = false;
- this.btnDeleteOrder.IsShowText = true;
- this.btnDeleteOrder.Location = new System.Drawing.Point(580, 5);
- this.btnDeleteOrder.Name = "btnDeleteOrder";
- this.btnDeleteOrder.Size = new System.Drawing.Size(80, 25);
- this.btnDeleteOrder.TabIndex = 225;
- this.btnDeleteOrder.Text = "删除";
- this.btnDeleteOrder.UseVisualStyleBackColor = false;
- //
- // btnPrint
- //
- this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnPrint.BackColor = System.Drawing.Color.Transparent;
- this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
- this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPrint.ForeColor = System.Drawing.Color.White;
- this.btnPrint.IsCustomBackImg = false;
- this.btnPrint.IsShowText = true;
- this.btnPrint.Location = new System.Drawing.Point(494, 184);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(80, 25);
- this.btnPrint.TabIndex = 224;
- this.btnPrint.Text = "打印";
- this.btnPrint.UseVisualStyleBackColor = false;
- //
- // btnExport
- //
- this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(408, 184);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(80, 25);
- this.btnExport.TabIndex = 223;
- this.btnExport.Text = "导出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(101, 10);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(44, 17);
- this.labelEx1.TabIndex = 222;
- this.labelEx1.Text = "状态:";
- //
- // cmbPord_PurchaseStatus
- //
- this.cmbPord_PurchaseStatus.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbPord_PurchaseStatus.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbPord_PurchaseStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbPord_PurchaseStatus.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbPord_PurchaseStatus.FormattingEnabled = true;
- this.cmbPord_PurchaseStatus.IsCustomColor = false;
- this.cmbPord_PurchaseStatus.Items.AddRange(new object[] {
- "",
- "全部",
- "申请中",
- "采购中",
- "采购完成",
- "采购取消"});
- this.cmbPord_PurchaseStatus.Location = new System.Drawing.Point(148, 8);
- this.cmbPord_PurchaseStatus.Name = "cmbPord_PurchaseStatus";
- this.cmbPord_PurchaseStatus.ReadOnly = true;
- this.cmbPord_PurchaseStatus.Size = new System.Drawing.Size(101, 22);
- this.cmbPord_PurchaseStatus.TabIndex = 221;
- //
- // dgv2
- //
- this.dgv2.AllowUserToAddRows = false;
- this.dgv2.AllowUserToDeleteRows = false;
- this.dgv2.AllowUserToOrderColumns = true;
- this.dgv2.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv2.BackgroundColor = System.Drawing.Color.White;
- this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv2.ColumnHeadersHeight = 24;
- this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.PID,
- this.Pord_PurchaseNumber,
- this.Pord_RequisitionName,
- this.Pord_RequisitionTime,
- this.Pord_PurchaseStatus});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv2.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv2.EnableHeadersVisualStyles = false;
- this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv2.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
- "dgv1_dgv1_panelEx2_dgv1_dataGridViewEx1_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_" +
- "dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2_dgv2";
- this.dgv2.IsCompleteBonding = false;
- this.dgv2.IsCopyCellValue = true;
- this.dgv2.Location = new System.Drawing.Point(10, 36);
- this.dgv2.MultiSelect = false;
- this.dgv2.Name = "dgv2";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgv2.RowHeadersVisible = false;
- this.dgv2.RowTemplate.Height = 23;
- this.dgv2.RowTemplate.ReadOnly = true;
- this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
- this.dgv2.Size = new System.Drawing.Size(650, 125);
- this.dgv2.TabIndex = 220;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.BackColor = System.Drawing.Color.Transparent;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx11.Location = new System.Drawing.Point(13, 10);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(56, 17);
- this.labelEx11.TabIndex = 219;
- this.labelEx11.Text = "采购订单";
- //
- // lblNr
- //
- this.lblNr.AutoSize = true;
- this.lblNr.BackColor = System.Drawing.Color.Transparent;
- this.lblNr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.lblNr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.lblNr.Location = new System.Drawing.Point(13, 185);
- this.lblNr.Name = "lblNr";
- this.lblNr.Size = new System.Drawing.Size(56, 17);
- this.lblNr.TabIndex = 216;
- this.lblNr.Text = "采购商品";
- //
- // panelEx1
- //
- this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Location = new System.Drawing.Point(0, 170);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(667, 1);
- this.panelEx1.TabIndex = 198;
- //
- // btndelete
- //
- this.btndelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btndelete.BackColor = System.Drawing.Color.Transparent;
- this.btndelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndelete.BackImg")));
- this.btndelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btndelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btndelete.ForeColor = System.Drawing.Color.White;
- this.btndelete.IsCustomBackImg = false;
- this.btndelete.IsShowText = true;
- this.btndelete.Location = new System.Drawing.Point(322, 184);
- this.btndelete.Name = "btndelete";
- this.btndelete.Size = new System.Drawing.Size(80, 25);
- this.btndelete.TabIndex = 210;
- this.btndelete.Text = "删除";
- this.btndelete.UseVisualStyleBackColor = false;
- //
- // dgv1
- //
- this.dgv1.AllowUserToAddRows = false;
- this.dgv1.AllowUserToDeleteRows = false;
- this.dgv1.AllowUserToOrderColumns = true;
- this.dgv1.AllowUserToResizeRows = false;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
- this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv1.BackgroundColor = System.Drawing.Color.White;
- this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgv1.ColumnHeadersHeight = 24;
- this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ID,
- this.Ppt_PurchaseNumber,
- this.Ir_ProductName,
- this.Prod_Quantity,
- this.Sc_ClassName,
- this.Status,
- this.Ppt_PurchaseTime});
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv1.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgv1.EnableHeadersVisualStyles = false;
- this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
- "dgv1_dgv1_panelEx2_dgv1_dgv1_dgv1_dgv1_dgv1_panelEx2_dgv1_dgv1_dgv1_dgv1_dgv1_dg" +
- "v1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1";
- this.dgv1.IsCompleteBonding = false;
- this.dgv1.IsCopyCellValue = true;
- this.dgv1.Location = new System.Drawing.Point(10, 215);
- this.dgv1.MultiSelect = false;
- this.dgv1.Name = "dgv1";
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgv1.RowHeadersVisible = false;
- this.dgv1.RowTemplate.Height = 23;
- this.dgv1.RowTemplate.ReadOnly = true;
- this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
- this.dgv1.Size = new System.Drawing.Size(650, 280);
- this.dgv1.TabIndex = 208;
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(580, 184);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(80, 25);
- this.btnClose.TabIndex = 204;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(236, 184);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(80, 25);
- this.btnSave.TabIndex = 205;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // PID
- //
- this.PID.HeaderText = "ID";
- this.PID.Name = "PID";
- this.PID.Visible = false;
- //
- // Pord_PurchaseNumber
- //
- this.Pord_PurchaseNumber.HeaderText = "采购单号";
- this.Pord_PurchaseNumber.Name = "Pord_PurchaseNumber";
- this.Pord_PurchaseNumber.ReadOnly = true;
- //
- // Pord_RequisitionName
- //
- this.Pord_RequisitionName.HeaderText = "采购申请人";
- this.Pord_RequisitionName.Name = "Pord_RequisitionName";
- this.Pord_RequisitionName.ReadOnly = true;
- //
- // Pord_RequisitionTime
- //
- this.Pord_RequisitionTime.HeaderText = "采购申请时间";
- this.Pord_RequisitionTime.Name = "Pord_RequisitionTime";
- this.Pord_RequisitionTime.ReadOnly = true;
- //
- // Pord_PurchaseStatus
- //
- this.Pord_PurchaseStatus.HeaderText = "采购状态";
- this.Pord_PurchaseStatus.Name = "Pord_PurchaseStatus";
- this.Pord_PurchaseStatus.ReadOnly = true;
- //
- // ID
- //
- this.ID.HeaderText = "ID";
- this.ID.Name = "ID";
- this.ID.Visible = false;
- //
- // Ppt_PurchaseNumber
- //
- this.Ppt_PurchaseNumber.FillWeight = 110F;
- this.Ppt_PurchaseNumber.HeaderText = "采购单号";
- this.Ppt_PurchaseNumber.Name = "Ppt_PurchaseNumber";
- this.Ppt_PurchaseNumber.ReadOnly = true;
- //
- // Ir_ProductName
- //
- this.Ir_ProductName.FillWeight = 87.1066F;
- this.Ir_ProductName.HeaderText = "商品名称";
- this.Ir_ProductName.Name = "Ir_ProductName";
- this.Ir_ProductName.ReadOnly = true;
- //
- // Prod_Quantity
- //
- this.Prod_Quantity.FillWeight = 87.1066F;
- this.Prod_Quantity.HeaderText = "采购数量";
- this.Prod_Quantity.Name = "Prod_Quantity";
- //
- // Sc_ClassName
- //
- this.Sc_ClassName.FillWeight = 87.1066F;
- this.Sc_ClassName.HeaderText = "商品类别";
- this.Sc_ClassName.Name = "Sc_ClassName";
- this.Sc_ClassName.ReadOnly = true;
- //
- // Status
- //
- this.Status.FillWeight = 87.1066F;
- this.Status.HeaderText = "采购状态";
- this.Status.Name = "Status";
- this.Status.ReadOnly = true;
- //
- // Ppt_PurchaseTime
- //
- this.Ppt_PurchaseTime.FillWeight = 87.1066F;
- this.Ppt_PurchaseTime.HeaderText = "采购时间";
- this.Ppt_PurchaseTime.Name = "Ppt_PurchaseTime";
- this.Ppt_PurchaseTime.ReadOnly = true;
- //
- // FrmProcurementApplication
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(690, 591);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "FrmProcurementApplication";
- this.Text = "申请采购管理";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.LabelEx lblNr;
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ButtonEx btndelete;
- protected ComponentLibrary.DataGridViewEx dgv1;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnSave;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ComboBoxEx cmbPord_PurchaseStatus;
- protected ComponentLibrary.DataGridViewEx dgv2;
- private ComponentLibrary.LabelEx labelEx11;
- protected ComponentLibrary.ButtonEx btnExport;
- protected ComponentLibrary.ButtonEx btnPrint;
- protected internal ComponentLibrary.ButtonEx btnDeleteOrder;
- private System.Windows.Forms.DataGridViewTextBoxColumn PID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pord_PurchaseNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pord_RequisitionName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pord_RequisitionTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pord_PurchaseStatus;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Status;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseTime;
- }
- }
|