namespace Core.StlMes.Client.SaleOrder
{
partial class orderLineYesNo
{
///
/// 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.buttonFromBut = new System.Windows.Forms.Button();
this.buttonCol = new System.Windows.Forms.Button();
this.buttonClar = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonFromBut
//
this.buttonFromBut.Location = new System.Drawing.Point(-1, 0);
this.buttonFromBut.Name = "buttonFromBut";
this.buttonFromBut.Size = new System.Drawing.Size(65, 23);
this.buttonFromBut.TabIndex = 0;
this.buttonFromBut.UseVisualStyleBackColor = true;
this.buttonFromBut.Click += new System.EventHandler(this.buttonFromBut_Click);
//
// buttonCol
//
this.buttonCol.Location = new System.Drawing.Point(137, 0);
this.buttonCol.Name = "buttonCol";
this.buttonCol.Size = new System.Drawing.Size(65, 23);
this.buttonCol.TabIndex = 0;
this.buttonCol.Text = "关闭";
this.buttonCol.UseVisualStyleBackColor = true;
this.buttonCol.Click += new System.EventHandler(this.buttonCol_Click);
//
// buttonClar
//
this.buttonClar.Location = new System.Drawing.Point(68, 0);
this.buttonClar.Name = "buttonClar";
this.buttonClar.Size = new System.Drawing.Size(65, 23);
this.buttonClar.TabIndex = 0;
this.buttonClar.Text = "清空数据";
this.buttonClar.UseVisualStyleBackColor = true;
this.buttonClar.Click += new System.EventHandler(this.buttonClar_Click);
//
// orderLineYesNo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.SystemColors.ButtonFace;
this.ClientSize = new System.Drawing.Size(201, 23);
this.Controls.Add(this.buttonClar);
this.Controls.Add(this.buttonCol);
this.Controls.Add(this.buttonFromBut);
this.ForeColor = System.Drawing.SystemColors.ControlText;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "orderLineYesNo";
this.ShowIcon = false;
this.Load += new System.EventHandler(this.orderLineYesNo_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonFromBut;
private System.Windows.Forms.Button buttonCol;
private System.Windows.Forms.Button buttonClar;
}
}