|
|
namespace B3ButcherWeightClient {
|
|
|
partial class Livestock {
|
|
|
/// <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() {
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
this.Column3 = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// dataGridView1
|
|
|
//
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Column3,
|
|
|
this.Column1,
|
|
|
this.Column2});
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 41);
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(378, 327);
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
|
|
|
//
|
|
|
// Column3
|
|
|
//
|
|
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
this.Column3.HeaderText = "删除";
|
|
|
this.Column3.Name = "Column3";
|
|
|
this.Column3.Text = "删除";
|
|
|
this.Column3.ToolTipText = "删除";
|
|
|
this.Column3.UseColumnTextForButtonValue = true;
|
|
|
this.Column3.Width = 35;
|
|
|
//
|
|
|
// Column1
|
|
|
//
|
|
|
this.Column1.DataPropertyName = "ID";
|
|
|
this.Column1.HeaderText = "ID";
|
|
|
this.Column1.Name = "Column1";
|
|
|
//
|
|
|
// Column2
|
|
|
//
|
|
|
this.Column2.DataPropertyName = "名称";
|
|
|
this.Column2.HeaderText = "名称";
|
|
|
this.Column2.Name = "Column2";
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(303, 12);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button1.TabIndex = 1;
|
|
|
this.button1.Text = "增加";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
// textBox1
|
|
|
//
|
|
|
this.textBox1.Location = new System.Drawing.Point(32, 12);
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
this.textBox1.Size = new System.Drawing.Size(88, 21);
|
|
|
this.textBox1.TabIndex = 2;
|
|
|
//
|
|
|
// textBox2
|
|
|
//
|
|
|
this.textBox2.Location = new System.Drawing.Point(171, 12);
|
|
|
this.textBox2.Name = "textBox2";
|
|
|
this.textBox2.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBox2.TabIndex = 3;
|
|
|
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Location = new System.Drawing.Point(9, 17);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(23, 12);
|
|
|
this.label1.TabIndex = 4;
|
|
|
this.label1.Text = "ID:";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Location = new System.Drawing.Point(136, 17);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(35, 12);
|
|
|
this.label2.TabIndex = 5;
|
|
|
this.label2.Text = "名称:";
|
|
|
//
|
|
|
// button2
|
|
|
//
|
|
|
this.button2.Location = new System.Drawing.Point(152, 374);
|
|
|
this.button2.Name = "button2";
|
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button2.TabIndex = 1;
|
|
|
this.button2.Text = "保存";
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
//
|
|
|
// Livestock
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(378, 404);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.textBox2);
|
|
|
this.Controls.Add(this.textBox1);
|
|
|
this.Controls.Add(this.button2);
|
|
|
this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(this.dataGridView1);
|
|
|
this.Name = "Livestock";
|
|
|
this.Text = "级别设置";
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn Column3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
|
}
|
|
|
}
|