238 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			238 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace AIMS.PublicUI.UI
 | |
| {
 | |
|     partial class frmSelectPerson
 | |
|     {
 | |
|         /// <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.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.cboDept = new DevComponents.DotNetBar.Controls.ComboBoxEx();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.groupBox2 = new System.Windows.Forms.GroupBox();
 | |
|             this.dgvSelectPerson = new System.Windows.Forms.DataGridView();
 | |
|             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.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.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.cboDept);
 | |
|             this.panel2.Controls.Add(this.label3);
 | |
|             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;
 | |
|             // 
 | |
|             // cboDept
 | |
|             // 
 | |
|             this.cboDept.Font = new System.Drawing.Font("宋体", 11F);
 | |
|             this.cboDept.ForeColor = System.Drawing.Color.Black;
 | |
|             this.cboDept.FormattingEnabled = true;
 | |
|             this.cboDept.Location = new System.Drawing.Point(104, 15);
 | |
|             this.cboDept.Name = "cboDept";
 | |
|             this.cboDept.Size = new System.Drawing.Size(190, 23);
 | |
|             this.cboDept.TabIndex = 18;
 | |
|             this.cboDept.SelectedIndexChanged += new System.EventHandler(this.cboDept_SelectedIndexChanged);
 | |
|             this.cboDept.TextUpdate += new System.EventHandler(this.cboDept_TextUpdate);
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Font = new System.Drawing.Font("宋体", 12F);
 | |
|             this.label3.Location = new System.Drawing.Point(24, 15);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(72, 16);
 | |
|             this.label3.TabIndex = 17;
 | |
|             this.label3.Text = "选择科室";
 | |
|             // 
 | |
|             // groupBox2
 | |
|             // 
 | |
|             this.groupBox2.Controls.Add(this.dgvSelectPerson);
 | |
|             this.groupBox2.Font = new System.Drawing.Font("宋体", 9.5F);
 | |
|             this.groupBox2.Location = new System.Drawing.Point(3, 75);
 | |
|             this.groupBox2.Name = "groupBox2";
 | |
|             this.groupBox2.Size = new System.Drawing.Size(395, 404);
 | |
|             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, 383);
 | |
|             this.dgvSelectPerson.TabIndex = 3;
 | |
|             this.dgvSelectPerson.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSelectPerson_CellClick);
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Font = new System.Drawing.Font("宋体", 12F);
 | |
|             this.label2.Location = new System.Drawing.Point(56, 47);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(40, 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(308, 23);
 | |
|             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.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
 | |
|             this.txtHelpCode.Location = new System.Drawing.Point(102, 43);
 | |
|             this.txtHelpCode.Name = "txtHelpCode";
 | |
|             this.txtHelpCode.Size = new System.Drawing.Size(192, 26);
 | |
|             this.txtHelpCode.TabIndex = 4;
 | |
|             this.txtHelpCode.Click += new System.EventHandler(this.txtHelpCode_Click);
 | |
|             this.txtHelpCode.TextChanged += new System.EventHandler(this.txtHelpCode_TextChanged);
 | |
|             // 
 | |
|             // 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";
 | |
|             // 
 | |
|             // frmSelectPerson
 | |
|             // 
 | |
|             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 = "frmSelectPerson";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Load += new System.EventHandler(this.frmSelectPerson_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.Label label3;
 | |
|         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 DevComponents.DotNetBar.Controls.ComboBoxEx cboDept;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn IdColumn;
 | |
|         private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn workno;
 | |
|     }
 | |
| } |