namespace DrawGraph
{
partial class SelectPerson
{
///
/// 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.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgvSelectPerson = new System.Windows.Forms.DataGridView();
this.IdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.workno = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label2 = new System.Windows.Forms.Label();
this.btnOk = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtHelpCode = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSelectPerson)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(398, 482);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.AliceBlue;
this.panel2.Controls.Add(this.groupBox2);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.btnOk);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.txtHelpCode);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(398, 482);
this.panel2.TabIndex = 2;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dgvSelectPerson);
this.groupBox2.Font = new System.Drawing.Font("宋体", 9.5F);
this.groupBox2.Location = new System.Drawing.Point(3, 48);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(395, 431);
this.groupBox2.TabIndex = 15;
this.groupBox2.TabStop = false;
//
// dgvSelectPerson
//
this.dgvSelectPerson.AllowUserToAddRows = false;
this.dgvSelectPerson.BackgroundColor = System.Drawing.Color.White;
this.dgvSelectPerson.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvSelectPerson.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.IdColumn,
this.CheckBoxColumn,
this.NameColumn,
this.workno});
this.dgvSelectPerson.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvSelectPerson.Location = new System.Drawing.Point(3, 18);
this.dgvSelectPerson.Name = "dgvSelectPerson";
this.dgvSelectPerson.RowHeadersVisible = false;
this.dgvSelectPerson.RowTemplate.Height = 23;
this.dgvSelectPerson.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvSelectPerson.Size = new System.Drawing.Size(389, 410);
this.dgvSelectPerson.TabIndex = 3;
this.dgvSelectPerson.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSelectPerson_CellClick);
//
// IdColumn
//
this.IdColumn.DataPropertyName = "Id";
this.IdColumn.Frozen = true;
this.IdColumn.HeaderText = "Id";
this.IdColumn.Name = "IdColumn";
this.IdColumn.ReadOnly = true;
this.IdColumn.Visible = false;
//
// CheckBoxColumn
//
this.CheckBoxColumn.HeaderText = "选择";
this.CheckBoxColumn.Name = "CheckBoxColumn";
this.CheckBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.CheckBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.CheckBoxColumn.Width = 70;
//
// NameColumn
//
this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.NameColumn.DataPropertyName = "Name";
this.NameColumn.HeaderText = "名称";
this.NameColumn.Name = "NameColumn";
this.NameColumn.ReadOnly = true;
//
// workno
//
this.workno.DataPropertyName = "No";
this.workno.HeaderText = "工号";
this.workno.Name = "workno";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F);
this.label2.Location = new System.Drawing.Point(40, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(39, 16);
this.label2.TabIndex = 7;
this.label2.Text = "查询";
//
// btnOk
//
this.btnOk.Font = new System.Drawing.Font("宋体", 9.5F);
this.btnOk.Location = new System.Drawing.Point(290, 12);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(80, 30);
this.btnOk.TabIndex = 6;
this.btnOk.Text = "确定";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(-75, 127);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 5;
this.label1.Text = "诊断查询";
//
// txtHelpCode
//
this.txtHelpCode.Font = new System.Drawing.Font("宋体", 12F);
this.txtHelpCode.ForeColor = System.Drawing.Color.Black;
this.txtHelpCode.Location = new System.Drawing.Point(86, 14);
this.txtHelpCode.Name = "txtHelpCode";
this.txtHelpCode.Size = new System.Drawing.Size(192, 26);
this.txtHelpCode.TabIndex = 4;
this.txtHelpCode.TextChanged += new System.EventHandler(this.txtHelpCode_TextChanged);
//
// SelectPerson
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(398, 482);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SelectPerson";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.SelectPerson_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvSelectPerson)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtHelpCode;
private System.Windows.Forms.DataGridView dgvSelectPerson;
private System.Windows.Forms.DataGridViewTextBoxColumn IdColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn workno;
}
}