namespace UAS_MES_NEW.Make
{
partial class Make_AgingOver
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_AgingOver));
this.sncode_label = new System.Windows.Forms.Label();
this.confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.LabelDataGridView = new System.Windows.Forms.DataGridView();
this.AGD_MAKECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AGD_SNCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AGD_INDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label1 = new System.Windows.Forms.Label();
this.agcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.quxiao = new System.Windows.Forms.CheckBox();
this.agsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
this.SuspendLayout();
//
// sncode_label
//
this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.sncode_label.AutoSize = true;
this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.sncode_label.Location = new System.Drawing.Point(21, 633);
this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.sncode_label.Name = "sncode_label";
this.sncode_label.Size = new System.Drawing.Size(86, 31);
this.sncode_label.TabIndex = 190;
this.sncode_label.Text = "录入框";
//
// confirm
//
this.confirm.AllPower = null;
this.confirm.BackColor = System.Drawing.Color.Transparent;
this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
this.confirm.Image = null;
this.confirm.IsShowBorder = true;
this.confirm.Location = new System.Drawing.Point(676, 28);
this.confirm.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
this.confirm.Name = "confirm";
this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
this.confirm.Power = null;
this.confirm.Size = new System.Drawing.Size(112, 42);
this.confirm.TabIndex = 199;
this.confirm.Text = "结束老化";
this.confirm.UseVisualStyleBackColor = false;
this.confirm.Click += new System.EventHandler(this.deleteButton1_Click);
//
// sncode
//
this.sncode.AllPower = "ifall";
this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.sncode.BackColor = System.Drawing.Color.White;
this.sncode.ID = null;
this.sncode.Location = new System.Drawing.Point(147, 636);
this.sncode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.sncode.Name = "sncode";
this.sncode.Power = null;
this.sncode.Size = new System.Drawing.Size(292, 28);
this.sncode.Str = null;
this.sncode.Str1 = null;
this.sncode.Str2 = null;
this.sncode.TabIndex = 189;
this.sncode.Tag = "ifread";
this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
//
// OperateResult
//
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OperateResult.Location = new System.Drawing.Point(887, 96);
this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(212, 509);
this.OperateResult.TabIndex = 188;
this.OperateResult.Text = "";
//
// LabelDataGridView
//
this.LabelDataGridView.AllowUserToAddRows = false;
this.LabelDataGridView.AllowUserToResizeRows = false;
this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.AGD_MAKECODE,
this.AGD_SNCODE,
this.AGD_INDATE});
this.LabelDataGridView.Location = new System.Drawing.Point(13, 96);
this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4);
this.LabelDataGridView.Name = "LabelDataGridView";
this.LabelDataGridView.RowHeadersVisible = false;
this.LabelDataGridView.RowTemplate.Height = 23;
this.LabelDataGridView.Size = new System.Drawing.Size(848, 457);
this.LabelDataGridView.TabIndex = 200;
//
// AGD_MAKECODE
//
this.AGD_MAKECODE.DataPropertyName = "AGD_MAKECODE";
this.AGD_MAKECODE.HeaderText = "工单号";
this.AGD_MAKECODE.Name = "AGD_MAKECODE";
this.AGD_MAKECODE.ReadOnly = true;
this.AGD_MAKECODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// AGD_SNCODE
//
this.AGD_SNCODE.DataPropertyName = "AGD_SNCODE";
this.AGD_SNCODE.HeaderText = "SN号";
this.AGD_SNCODE.Name = "AGD_SNCODE";
this.AGD_SNCODE.ReadOnly = true;
this.AGD_SNCODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// AGD_INDATE
//
this.AGD_INDATE.DataPropertyName = "AGD_INDATE";
this.AGD_INDATE.HeaderText = "录入时间";
this.AGD_INDATE.MinimumWidth = 300;
this.AGD_INDATE.Name = "AGD_INDATE";
this.AGD_INDATE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.AGD_INDATE.Width = 300;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(9, 30);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(110, 31);
this.label1.TabIndex = 202;
this.label1.Text = "老化编号";
//
// agcode
//
this.agcode.AllPower = "ifall";
this.agcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.agcode.BackColor = System.Drawing.Color.White;
this.agcode.ID = null;
this.agcode.Location = new System.Drawing.Point(147, 33);
this.agcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.agcode.Name = "agcode";
this.agcode.Power = null;
this.agcode.Size = new System.Drawing.Size(292, 28);
this.agcode.Str = null;
this.agcode.Str1 = null;
this.agcode.Str2 = null;
this.agcode.TabIndex = 201;
this.agcode.Tag = "ifread";
this.agcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.snCollectionBox1_KeyDown);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(492, 38);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(106, 22);
this.checkBox1.TabIndex = 203;
this.checkBox1.Text = "自动生成";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.Visible = false;
//
// quxiao
//
this.quxiao.AutoSize = true;
this.quxiao.Location = new System.Drawing.Point(492, 642);
this.quxiao.Name = "quxiao";
this.quxiao.Size = new System.Drawing.Size(106, 22);
this.quxiao.TabIndex = 204;
this.quxiao.Text = "取消采集";
this.quxiao.UseVisualStyleBackColor = true;
this.quxiao.Visible = false;
//
// agsum
//
this.agsum.AutoSize = true;
this.agsum.CutLength = null;
this.agsum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.agsum.Location = new System.Drawing.Point(150, 574);
this.agsum.MaximumSize = new System.Drawing.Size(300, 0);
this.agsum.Name = "agsum";
this.agsum.Size = new System.Drawing.Size(0, 31);
this.agsum.TabIndex = 208;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(21, 574);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(62, 31);
this.label2.TabIndex = 207;
this.label2.Text = "数量";
//
// Make_AgingOver
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1112, 681);
this.Controls.Add(this.agsum);
this.Controls.Add(this.label2);
this.Controls.Add(this.quxiao);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.agcode);
this.Controls.Add(this.LabelDataGridView);
this.Controls.Add(this.confirm);
this.Controls.Add(this.sncode_label);
this.Controls.Add(this.sncode);
this.Controls.Add(this.OperateResult);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Make_AgingOver";
this.Tag = "Make!AgingOver";
this.Text = "老化结束";
this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label sncode_label;
private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private CustomControl.ButtonUtil.NormalButton confirm;
private System.Windows.Forms.DataGridView LabelDataGridView;
private System.Windows.Forms.Label label1;
private CustomControl.TextBoxWithIcon.SnCollectionBox agcode;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.DataGridViewTextBoxColumn AGD_MAKECODE;
private System.Windows.Forms.DataGridViewTextBoxColumn AGD_SNCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn AGD_INDATE;
private System.Windows.Forms.CheckBox quxiao;
private CustomControl.ValueLabel.ValueLabel agsum;
private System.Windows.Forms.Label label2;
}
}