namespace UAS_MES_NEW.Make
{
partial class Make_UpdateDownLine
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.Line = new System.Windows.Forms.ComboBox();
this.panel1 = new System.Windows.Forms.Panel();
this.Down = new System.Windows.Forms.Button();
this.DGV = new System.Windows.Forms.DataGridView();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(74, 94);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 28);
this.label1.TabIndex = 0;
this.label1.Text = "线体";
//
// Line
//
this.Line.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Line.FormattingEnabled = true;
this.Line.Location = new System.Drawing.Point(156, 91);
this.Line.Name = "Line";
this.Line.Size = new System.Drawing.Size(254, 36);
this.Line.TabIndex = 1;
//
// panel1
//
this.panel1.Controls.Add(this.Down);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.Line);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1344, 220);
this.panel1.TabIndex = 2;
//
// Down
//
this.Down.Cursor = System.Windows.Forms.Cursors.Hand;
this.Down.Enabled = false;
this.Down.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Down.Location = new System.Drawing.Point(450, 85);
this.Down.Name = "Down";
this.Down.Size = new System.Drawing.Size(146, 46);
this.Down.TabIndex = 2;
this.Down.Text = "确认下线";
this.Down.UseVisualStyleBackColor = true;
this.Down.Click += new System.EventHandler(this.Down_Click);
//
// DGV
//
this.DGV.AllowUserToAddRows = false;
this.DGV.AllowUserToDeleteRows = false;
this.DGV.BackgroundColor = System.Drawing.SystemColors.Control;
this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGV.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGV.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.DGV.Location = new System.Drawing.Point(0, 220);
this.DGV.Name = "DGV";
this.DGV.ReadOnly = true;
this.DGV.RowHeadersWidth = 62;
this.DGV.RowTemplate.Height = 30;
this.DGV.Size = new System.Drawing.Size(1344, 492);
this.DGV.TabIndex = 3;
//
// Make_UpdateDownLine
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1344, 712);
this.Controls.Add(this.DGV);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Make_UpdateDownLine";
this.Text = "Make_UpdateDownLine";
this.Load += new System.EventHandler(this.Make_UpdateDownLine_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox Line;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button Down;
private System.Windows.Forms.DataGridView DGV;
}
}