flowMeter/NGToolsPC/frmAddJld.Designer.cs

217 lines
10 KiB
C#

namespace NGToolsPC
{
partial class frmAddJld
{
/// <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.dataGridView2 = new System.Windows.Forms.DataGridView();
this.Label3 = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.Button4 = new System.Windows.Forms.Button();
this.Button3 = new System.Windows.Forms.Button();
this.Button2 = new System.Windows.Forms.Button();
this.Button1 = new System.Windows.Forms.Button();
this.dataGridView3 = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(360, 30);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(272, 185);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click);
//
// dataGridView2
//
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Location = new System.Drawing.Point(14, 272);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView2.Size = new System.Drawing.Size(618, 196);
this.dataGridView2.TabIndex = 1;
this.dataGridView2.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridView2_RowsAdded);
this.dataGridView2.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridView2_UserAddedRow);
//
// Label3
//
this.Label3.AutoSize = true;
this.Label3.Location = new System.Drawing.Point(12, 257);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(53, 12);
this.Label3.TabIndex = 7;
this.Label3.Text = "仪表信息";
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.Location = new System.Drawing.Point(413, 9);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(53, 12);
this.Label2.TabIndex = 6;
this.Label2.Text = "生产厂家";
//
// Button4
//
this.Button4.Location = new System.Drawing.Point(340, 479);
this.Button4.Name = "Button4";
this.Button4.Size = new System.Drawing.Size(117, 29);
this.Button4.TabIndex = 15;
this.Button4.Text = "删除选定仪表";
this.Button4.UseVisualStyleBackColor = true;
this.Button4.Click += new System.EventHandler(this.Button4_Click);
//
// Button3
//
this.Button3.Location = new System.Drawing.Point(499, 220);
this.Button3.Name = "Button3";
this.Button3.Size = new System.Drawing.Size(117, 29);
this.Button3.TabIndex = 14;
this.Button3.Text = "删除选定生产厂家";
this.Button3.UseVisualStyleBackColor = true;
this.Button3.Click += new System.EventHandler(this.Button3_Click);
//
// Button2
//
this.Button2.Location = new System.Drawing.Point(138, 479);
this.Button2.Name = "Button2";
this.Button2.Size = new System.Drawing.Size(117, 29);
this.Button2.TabIndex = 13;
this.Button2.Text = "保存仪表";
this.Button2.UseVisualStyleBackColor = true;
this.Button2.Click += new System.EventHandler(this.Button2_Click);
//
// Button1
//
this.Button1.Location = new System.Drawing.Point(376, 220);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(117, 29);
this.Button1.TabIndex = 12;
this.Button1.Text = "保存生产厂家";
this.Button1.UseVisualStyleBackColor = true;
this.Button1.Click += new System.EventHandler(this.Button1_Click);
//
// dataGridView3
//
this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView3.Location = new System.Drawing.Point(12, 30);
this.dataGridView3.Name = "dataGridView3";
this.dataGridView3.RowTemplate.Height = 23;
this.dataGridView3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView3.Size = new System.Drawing.Size(342, 185);
this.dataGridView3.TabIndex = 0;
this.dataGridView3.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView3_CellContentClick);
this.dataGridView3.Click += new System.EventHandler(this.dataGridView3_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 6;
this.label1.Text = "送检客户";
//
// button5
//
this.button5.Location = new System.Drawing.Point(47, 220);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(93, 29);
this.button5.TabIndex = 12;
this.button5.Text = "保存客户";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(162, 220);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(93, 29);
this.button6.TabIndex = 14;
this.button6.Text = "删除选定客户";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// frmAddJld
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(644, 521);
this.Controls.Add(this.Button4);
this.Controls.Add(this.button6);
this.Controls.Add(this.Button3);
this.Controls.Add(this.Button2);
this.Controls.Add(this.button5);
this.Controls.Add(this.Button1);
this.Controls.Add(this.Label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.Label2);
this.Controls.Add(this.dataGridView2);
this.Controls.Add(this.dataGridView3);
this.Controls.Add(this.dataGridView1);
this.Name = "frmAddJld";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "添加删除仪表基本信息";
this.Load += new System.EventHandler(this.frmAddJld_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridView dataGridView2;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.Button Button4;
internal System.Windows.Forms.Button Button3;
internal System.Windows.Forms.Button Button2;
internal System.Windows.Forms.Button Button1;
private System.Windows.Forms.DataGridView dataGridView3;
internal System.Windows.Forms.Label label1;
internal System.Windows.Forms.Button button5;
internal System.Windows.Forms.Button button6;
}
}