namespace Core.StlMes.Client.Qcm
{
partial class ComBasePurchaseAgreementFrm
{
///
/// 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(ComBasePurchaseAgreementFrm));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox();
this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 60);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.splitContainer1.Size = new System.Drawing.Size(1008, 538);
this.splitContainer1.SplitterDistance = 160;
this.splitContainer1.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.labelCheckBox1);
this.panel1.Controls.Add(this.labelTextBox1);
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(1008, 60);
this.panel1.TabIndex = 1;
//
// labelCheckBox1
//
//
//
//
this.labelCheckBox1.CheckBox.AutoSize = true;
this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
this.labelCheckBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
this.labelCheckBox1.CheckBox.Name = "checkBox1";
this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(89, 19);
this.labelCheckBox1.CheckBox.TabIndex = 0;
this.labelCheckBox1.CheckBox.Text = "包含无效";
this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true;
this.labelCheckBox1.Location = new System.Drawing.Point(445, 13);
this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.labelCheckBox1.Name = "labelCheckBox1";
this.labelCheckBox1.Size = new System.Drawing.Size(102, 26);
this.labelCheckBox1.TabIndex = 1;
//
// labelTextBox1
//
//
//
//
this.labelTextBox1.CheckBox.AutoSize = true;
this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
this.labelTextBox1.CheckBox.Name = "checkBox1";
this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelTextBox1.CheckBox.TabIndex = 1;
this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
//
//
//
this.labelTextBox1.Label.AutoSize = true;
this.labelTextBox1.Label.Location = new System.Drawing.Point(25, 5);
this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelTextBox1.Label.Name = "label1";
this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
this.labelTextBox1.Label.TabIndex = 0;
this.labelTextBox1.Label.Text = "采购协议";
this.labelTextBox1.Location = new System.Drawing.Point(13, 13);
this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.labelTextBox1.Name = "labelTextBox1";
this.labelTextBox1.Size = new System.Drawing.Size(409, 26);
this.labelTextBox1.TabIndex = 0;
//
//
//
this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTextBox1.TextBox.Enabled = false;
this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
this.labelTextBox1.TextBox.Name = "textBox1";
this.labelTextBox1.TextBox.Size = new System.Drawing.Size(313, 25);
this.labelTextBox1.TextBox.TabIndex = 1;
//
// ComBasePurchaseAgreementFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1008, 598);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ComBasePurchaseAgreementFrm";
this.Text = "ComBasePurchaseAgreementFrm";
this.Load += new System.EventHandler(this.ComBasePurchaseAgreementFrm_Load);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panel1;
private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1;
}
}