245 lines
12 KiB
C#
245 lines
12 KiB
C#
namespace SOH.KeFu
|
|
{
|
|
partial class frmShouQuanXiuGai
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmShouQuanXiuGai));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btn_cx = new System.Windows.Forms.Button();
|
|
this.txt_tmh = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dtp_tjrq = new System.Windows.Forms.DateTimePicker();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.dgvAll = new System.Windows.Forms.DataGridView();
|
|
this.dtogzbBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.tmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.hyhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.xmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.vxbDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.csrqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.nlDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tjrqDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.vhyzkDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvAll)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtogzbBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btn_cx);
|
|
this.panel1.Controls.Add(this.txt_tmh);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.dtp_tjrq);
|
|
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(914, 38);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// btn_cx
|
|
//
|
|
this.btn_cx.Location = new System.Drawing.Point(398, 9);
|
|
this.btn_cx.Name = "btn_cx";
|
|
this.btn_cx.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_cx.TabIndex = 4;
|
|
this.btn_cx.Text = "查询";
|
|
this.btn_cx.UseVisualStyleBackColor = true;
|
|
this.btn_cx.Click += new System.EventHandler(this.btn_cx_Click);
|
|
//
|
|
// txt_tmh
|
|
//
|
|
this.txt_tmh.Location = new System.Drawing.Point(253, 10);
|
|
this.txt_tmh.Name = "txt_tmh";
|
|
this.txt_tmh.Size = new System.Drawing.Size(124, 21);
|
|
this.txt_tmh.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(200, 15);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(47, 12);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "条码号:";
|
|
//
|
|
// dtp_tjrq
|
|
//
|
|
this.dtp_tjrq.CustomFormat = "yyyy-MM-dd";
|
|
this.dtp_tjrq.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtp_tjrq.Location = new System.Drawing.Point(77, 11);
|
|
this.dtp_tjrq.Name = "dtp_tjrq";
|
|
this.dtp_tjrq.Size = new System.Drawing.Size(117, 21);
|
|
this.dtp_tjrq.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 15);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "体检日期:";
|
|
//
|
|
// dgvAll
|
|
//
|
|
this.dgvAll.AllowUserToAddRows = false;
|
|
this.dgvAll.AllowUserToDeleteRows = false;
|
|
this.dgvAll.AllowUserToResizeColumns = false;
|
|
this.dgvAll.AllowUserToResizeRows = false;
|
|
this.dgvAll.AutoGenerateColumns = false;
|
|
this.dgvAll.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.tmDataGridViewTextBoxColumn,
|
|
this.hyhDataGridViewTextBoxColumn,
|
|
this.xmDataGridViewTextBoxColumn,
|
|
this.vxbDataGridViewTextBoxColumn,
|
|
this.csrqDataGridViewTextBoxColumn,
|
|
this.nlDataGridViewTextBoxColumn,
|
|
this.tjrqDataGridViewTextBoxColumn,
|
|
this.vhyzkDataGridViewTextBoxColumn});
|
|
this.dgvAll.DataSource = this.dtogzbBindingSource;
|
|
this.dgvAll.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvAll.GridColor = System.Drawing.Color.White;
|
|
this.dgvAll.Location = new System.Drawing.Point(0, 38);
|
|
this.dgvAll.Name = "dgvAll";
|
|
this.dgvAll.ReadOnly = true;
|
|
this.dgvAll.RowHeadersVisible = false;
|
|
this.dgvAll.RowTemplate.Height = 23;
|
|
this.dgvAll.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvAll.Size = new System.Drawing.Size(914, 464);
|
|
this.dgvAll.TabIndex = 1;
|
|
this.dgvAll.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAll_CellDoubleClick);
|
|
//
|
|
// dtogzbBindingSource
|
|
//
|
|
this.dtogzbBindingSource.DataSource = typeof(SOH.Entities.DTO.dto_gzb);
|
|
//
|
|
// tmDataGridViewTextBoxColumn
|
|
//
|
|
this.tmDataGridViewTextBoxColumn.DataPropertyName = "tm";
|
|
this.tmDataGridViewTextBoxColumn.HeaderText = "条码";
|
|
this.tmDataGridViewTextBoxColumn.Name = "tmDataGridViewTextBoxColumn";
|
|
this.tmDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// hyhDataGridViewTextBoxColumn
|
|
//
|
|
this.hyhDataGridViewTextBoxColumn.DataPropertyName = "hyh";
|
|
this.hyhDataGridViewTextBoxColumn.HeaderText = "会员号";
|
|
this.hyhDataGridViewTextBoxColumn.Name = "hyhDataGridViewTextBoxColumn";
|
|
this.hyhDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// xmDataGridViewTextBoxColumn
|
|
//
|
|
this.xmDataGridViewTextBoxColumn.DataPropertyName = "xm";
|
|
this.xmDataGridViewTextBoxColumn.HeaderText = "姓名";
|
|
this.xmDataGridViewTextBoxColumn.Name = "xmDataGridViewTextBoxColumn";
|
|
this.xmDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// vxbDataGridViewTextBoxColumn
|
|
//
|
|
this.vxbDataGridViewTextBoxColumn.DataPropertyName = "v_xb";
|
|
this.vxbDataGridViewTextBoxColumn.HeaderText = "性别";
|
|
this.vxbDataGridViewTextBoxColumn.Name = "vxbDataGridViewTextBoxColumn";
|
|
this.vxbDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// csrqDataGridViewTextBoxColumn
|
|
//
|
|
this.csrqDataGridViewTextBoxColumn.DataPropertyName = "csrq";
|
|
dataGridViewCellStyle1.Format = "d";
|
|
dataGridViewCellStyle1.NullValue = null;
|
|
this.csrqDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.csrqDataGridViewTextBoxColumn.HeaderText = "出生日期";
|
|
this.csrqDataGridViewTextBoxColumn.Name = "csrqDataGridViewTextBoxColumn";
|
|
this.csrqDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// nlDataGridViewTextBoxColumn
|
|
//
|
|
this.nlDataGridViewTextBoxColumn.DataPropertyName = "nl";
|
|
this.nlDataGridViewTextBoxColumn.HeaderText = "年龄";
|
|
this.nlDataGridViewTextBoxColumn.Name = "nlDataGridViewTextBoxColumn";
|
|
this.nlDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// tjrqDataGridViewTextBoxColumn
|
|
//
|
|
this.tjrqDataGridViewTextBoxColumn.DataPropertyName = "tjrq";
|
|
this.tjrqDataGridViewTextBoxColumn.HeaderText = "体检日期";
|
|
this.tjrqDataGridViewTextBoxColumn.Name = "tjrqDataGridViewTextBoxColumn";
|
|
this.tjrqDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// vhyzkDataGridViewTextBoxColumn
|
|
//
|
|
this.vhyzkDataGridViewTextBoxColumn.DataPropertyName = "v_hyzk";
|
|
this.vhyzkDataGridViewTextBoxColumn.HeaderText = "婚姻状况";
|
|
this.vhyzkDataGridViewTextBoxColumn.Name = "vhyzkDataGridViewTextBoxColumn";
|
|
this.vhyzkDataGridViewTextBoxColumn.ReadOnly = true;
|
|
//
|
|
// frmShouQuanXiuGai
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(914, 502);
|
|
this.Controls.Add(this.dgvAll);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frmShouQuanXiuGai";
|
|
this.Text = "修改授权";
|
|
this.Load += new System.EventHandler(this.frmShouQuanXiuGai_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvAll)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtogzbBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.DateTimePicker dtp_tjrq;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btn_cx;
|
|
private System.Windows.Forms.TextBox txt_tmh;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DataGridView dgvAll;
|
|
private System.Windows.Forms.BindingSource dtogzbBindingSource;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tmDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn hyhDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn xmDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn vxbDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn csrqDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nlDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn tjrqDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn vhyzkDataGridViewTextBoxColumn;
|
|
}
|
|
} |