123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- namespace LYFZ.Software.UI.InventoryManagement
- {
- partial class FrmPurchasingManagement
- {
- /// <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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurchasingManagement));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.dataGridViewTextBoxColumn1 = 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.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.cmbPord_PurchaseStatus = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnAcceptanceManagement = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnPurchasingManagement = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.panelEx3.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(731, 431);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(731, 471);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(672, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(699, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(645, 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.dgv);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(5, 5);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(721, 421);
- this.panelEx2.TabIndex = 195;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToOrderColumns = true;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.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.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeight = 24;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- 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.dgv.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
- this.dgv.IsCompleteBonding = false;
- this.dgv.IsCopyCellValue = true;
- this.dgv.Location = new System.Drawing.Point(0, 40);
- this.dgv.MultiSelect = false;
- this.dgv.Name = "dgv";
- 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.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
- this.dgv.Size = new System.Drawing.Size(719, 355);
- this.dgv.TabIndex = 223;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "ID";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.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;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(0, 395);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(719, 24);
- this.ucPagerEx1.TabIndex = 233;
- this.ucPagerEx1.TbDataSource = null;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.btnDelete);
- this.panelEx3.Controls.Add(this.cmbPord_PurchaseStatus);
- this.panelEx3.Controls.Add(this.btnClose);
- this.panelEx3.Controls.Add(this.btnAcceptanceManagement);
- this.panelEx3.Controls.Add(this.labelEx1);
- this.panelEx3.Controls.Add(this.btnPurchasingManagement);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx3.Location = new System.Drawing.Point(0, 0);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(719, 40);
- this.panelEx3.TabIndex = 197;
- //
- // btnDelete
- //
- 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(340, 7);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 26);
- this.btnDelete.TabIndex = 223;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // 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(73, 9);
- this.cmbPord_PurchaseStatus.Name = "cmbPord_PurchaseStatus";
- this.cmbPord_PurchaseStatus.ReadOnly = true;
- this.cmbPord_PurchaseStatus.Size = new System.Drawing.Size(165, 22);
- this.cmbPord_PurchaseStatus.TabIndex = 222;
- //
- // btnClose
- //
- 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(623, 7);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 26);
- this.btnClose.TabIndex = 204;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnAcceptanceManagement
- //
- this.btnAcceptanceManagement.BackColor = System.Drawing.Color.Transparent;
- this.btnAcceptanceManagement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAcceptanceManagement.BackImg")));
- this.btnAcceptanceManagement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAcceptanceManagement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAcceptanceManagement.ForeColor = System.Drawing.Color.White;
- this.btnAcceptanceManagement.IsCustomBackImg = false;
- this.btnAcceptanceManagement.IsShowText = true;
- this.btnAcceptanceManagement.Location = new System.Drawing.Point(528, 7);
- this.btnAcceptanceManagement.Name = "btnAcceptanceManagement";
- this.btnAcceptanceManagement.Size = new System.Drawing.Size(85, 26);
- this.btnAcceptanceManagement.TabIndex = 206;
- this.btnAcceptanceManagement.Text = " 验收管理";
- this.btnAcceptanceManagement.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(11, 11);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(59, 17);
- this.labelEx1.TabIndex = 220;
- this.labelEx1.Text = "采购状态:";
- //
- // btnPurchasingManagement
- //
- this.btnPurchasingManagement.BackColor = System.Drawing.Color.Transparent;
- this.btnPurchasingManagement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchasingManagement.BackImg")));
- this.btnPurchasingManagement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPurchasingManagement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPurchasingManagement.ForeColor = System.Drawing.Color.White;
- this.btnPurchasingManagement.IsCustomBackImg = false;
- this.btnPurchasingManagement.IsShowText = true;
- this.btnPurchasingManagement.Location = new System.Drawing.Point(433, 7);
- this.btnPurchasingManagement.Name = "btnPurchasingManagement";
- this.btnPurchasingManagement.Size = new System.Drawing.Size(85, 26);
- this.btnPurchasingManagement.TabIndex = 219;
- this.btnPurchasingManagement.Text = " 采购管理";
- this.btnPurchasingManagement.UseVisualStyleBackColor = false;
- //
- // FrmPurchasingManagement
- //
- 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(731, 536);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "FrmPurchasingManagement";
- this.Text = "采购管理";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.ButtonEx btnPurchasingManagement;
- protected ComponentLibrary.ButtonEx btnAcceptanceManagement;
- protected ComponentLibrary.ButtonEx btnClose;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ComboBoxEx cmbPord_PurchaseStatus;
- protected ComponentLibrary.DataGridViewEx dgv;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- 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;
- protected UCPager.ucPagerEx ucPagerEx1;
- protected ComponentLibrary.ButtonEx btnDelete;
- }
- }
|