tijian_jichuang/Code/ShouFei/frmTJWJRY.Designer.cs
2025-02-20 11:54:48 +08:00

273 lines
12 KiB
C#

namespace SOH.ShouFei
{
partial class frmTJWJRY
{
/// <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.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.btnDC = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnCancleAll = new System.Windows.Forms.Button();
this.btnSelectAll = new System.Windows.Forms.Button();
this.gvWJRYList = new System.Windows.Forms.DataGridView();
this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gvWJRS = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvWJRYList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvWJRS)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(343, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(98, 15);
this.label1.TabIndex = 0;
this.label1.Text = "未 检 人 员";
//
// panel1
//
this.panel1.Controls.Add(this.label1);
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(774, 32);
this.panel1.TabIndex = 1;
//
// panel2
//
this.panel2.Controls.Add(this.btnDC);
this.panel2.Controls.Add(this.btnDelete);
this.panel2.Controls.Add(this.btnCancleAll);
this.panel2.Controls.Add(this.btnSelectAll);
this.panel2.Controls.Add(this.gvWJRYList);
this.panel2.Controls.Add(this.gvWJRS);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 32);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(774, 370);
this.panel2.TabIndex = 2;
//
// btnDC
//
this.btnDC.Location = new System.Drawing.Point(641, 332);
this.btnDC.Name = "btnDC";
this.btnDC.Size = new System.Drawing.Size(75, 23);
this.btnDC.TabIndex = 5;
this.btnDC.Text = "批量待查";
this.btnDC.UseVisualStyleBackColor = true;
this.btnDC.Click += new System.EventHandler(this.btnDC_Click);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(531, 332);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 4;
this.btnDelete.Text = "批量删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnCancleAll
//
this.btnCancleAll.Location = new System.Drawing.Point(420, 332);
this.btnCancleAll.Name = "btnCancleAll";
this.btnCancleAll.Size = new System.Drawing.Size(75, 23);
this.btnCancleAll.TabIndex = 3;
this.btnCancleAll.Text = "全部取消";
this.btnCancleAll.UseVisualStyleBackColor = true;
this.btnCancleAll.Click += new System.EventHandler(this.btnCancleAll_Click);
//
// btnSelectAll
//
this.btnSelectAll.Location = new System.Drawing.Point(305, 332);
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(75, 23);
this.btnSelectAll.TabIndex = 2;
this.btnSelectAll.Text = "全部选中";
this.btnSelectAll.UseVisualStyleBackColor = true;
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// gvWJRYList
//
this.gvWJRYList.AllowUserToAddRows = false;
this.gvWJRYList.AllowUserToDeleteRows = false;
this.gvWJRYList.AllowUserToResizeRows = false;
this.gvWJRYList.BackgroundColor = System.Drawing.Color.White;
this.gvWJRYList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column3,
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column9});
this.gvWJRYList.Dock = System.Windows.Forms.DockStyle.Top;
this.gvWJRYList.Location = new System.Drawing.Point(225, 0);
this.gvWJRYList.Name = "gvWJRYList";
this.gvWJRYList.ReadOnly = true;
this.gvWJRYList.RowHeadersVisible = false;
this.gvWJRYList.RowTemplate.Height = 23;
this.gvWJRYList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvWJRYList.Size = new System.Drawing.Size(549, 310);
this.gvWJRYList.TabIndex = 1;
//
// Column3
//
this.Column3.HeaderText = "选中列";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.Column3.Width = 90;
//
// Column5
//
this.Column5.DataPropertyName = "tm";
this.Column5.HeaderText = "条码号";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.DataPropertyName = "xm";
this.Column6.HeaderText = "姓名";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 90;
//
// Column7
//
this.Column7.DataPropertyName = "sex2";
this.Column7.HeaderText = "性别";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Width = 80;
//
// Column8
//
this.Column8.DataPropertyName = "nl";
this.Column8.HeaderText = "年龄";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
this.Column8.Width = 80;
//
// Column9
//
this.Column9.DataPropertyName = "hyzk2";
this.Column9.HeaderText = "婚姻状况";
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
//
// gvWJRS
//
this.gvWJRS.AllowUserToAddRows = false;
this.gvWJRS.AllowUserToDeleteRows = false;
this.gvWJRS.AllowUserToResizeRows = false;
this.gvWJRS.BackgroundColor = System.Drawing.Color.White;
this.gvWJRS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvWJRS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2});
this.gvWJRS.Dock = System.Windows.Forms.DockStyle.Left;
this.gvWJRS.Location = new System.Drawing.Point(0, 0);
this.gvWJRS.Name = "gvWJRS";
this.gvWJRS.ReadOnly = true;
this.gvWJRS.RowHeadersVisible = false;
this.gvWJRS.RowTemplate.Height = 23;
this.gvWJRS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvWJRS.Size = new System.Drawing.Size(225, 370);
this.gvWJRS.TabIndex = 0;
this.gvWJRS.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvWJRS_CellClick);
//
// Column1
//
this.Column1.DataPropertyName = "htfzmc";
this.Column1.HeaderText = "分组名称";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 120;
//
// Column2
//
this.Column2.DataPropertyName = "wjrs";
this.Column2.HeaderText = "未检人数";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// frmTJWJRY
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(774, 402);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmTJWJRY";
this.Text = "未检人员";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gvWJRYList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvWJRS)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView gvWJRS;
private System.Windows.Forms.DataGridView gvWJRYList;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnCancleAll;
private System.Windows.Forms.Button btnSelectAll;
private System.Windows.Forms.Button btnDC;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
}
}