366 lines
17 KiB
C#
366 lines
17 KiB
C#
namespace AIMS.PublicUI.UI
|
|
{
|
|
partial class frmSelectDisease
|
|
{
|
|
/// <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.txtHelpCode = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.labDown = new System.Windows.Forms.LinkLabel();
|
|
this.labUp = new System.Windows.Forms.LinkLabel();
|
|
this.labPage = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.dgvSelectDisease = new System.Windows.Forms.DataGridView();
|
|
this.SelectIdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SelectIcdCodeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SelectNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btnDown = new System.Windows.Forms.Button();
|
|
this.btnToLeft = new System.Windows.Forms.Button();
|
|
this.btnUp = new System.Windows.Forms.Button();
|
|
this.btnToRight = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.dgvDisease = new System.Windows.Forms.DataGridView();
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IcdCodeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btnAddDisease = new System.Windows.Forms.Button();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSelectDisease)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDisease)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtHelpCode
|
|
//
|
|
this.txtHelpCode.ForeColor = System.Drawing.Color.Black;
|
|
this.txtHelpCode.Location = new System.Drawing.Point(108, 8);
|
|
this.txtHelpCode.Name = "txtHelpCode";
|
|
this.txtHelpCode.Size = new System.Drawing.Size(302, 23);
|
|
this.txtHelpCode.TabIndex = 0;
|
|
this.txtHelpCode.TextChanged += new System.EventHandler(this.txtHelpCode_TextChanged);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Controls.Add(this.btnAddDisease);
|
|
this.panel1.Controls.Add(this.btnOk);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.txtHelpCode);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Font = new System.Drawing.Font("宋体", 10.5F);
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(833, 467);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.labDown);
|
|
this.panel2.Controls.Add(this.labUp);
|
|
this.panel2.Controls.Add(this.labPage);
|
|
this.panel2.Controls.Add(this.groupBox2);
|
|
this.panel2.Controls.Add(this.btnDown);
|
|
this.panel2.Controls.Add(this.btnToLeft);
|
|
this.panel2.Controls.Add(this.btnUp);
|
|
this.panel2.Controls.Add(this.btnToRight);
|
|
this.panel2.Controls.Add(this.groupBox1);
|
|
this.panel2.Location = new System.Drawing.Point(0, 37);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(833, 427);
|
|
this.panel2.TabIndex = 4;
|
|
//
|
|
// labDown
|
|
//
|
|
this.labDown.AutoSize = true;
|
|
this.labDown.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labDown.ForeColor = System.Drawing.Color.Blue;
|
|
this.labDown.Location = new System.Drawing.Point(235, 8);
|
|
this.labDown.Name = "labDown";
|
|
this.labDown.Size = new System.Drawing.Size(49, 14);
|
|
this.labDown.TabIndex = 17;
|
|
this.labDown.TabStop = true;
|
|
this.labDown.Text = "下一页";
|
|
this.labDown.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labDown_LinkClicked);
|
|
//
|
|
// labUp
|
|
//
|
|
this.labUp.AutoSize = true;
|
|
this.labUp.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labUp.ForeColor = System.Drawing.Color.Blue;
|
|
this.labUp.Location = new System.Drawing.Point(96, 7);
|
|
this.labUp.Name = "labUp";
|
|
this.labUp.Size = new System.Drawing.Size(49, 14);
|
|
this.labUp.TabIndex = 16;
|
|
this.labUp.TabStop = true;
|
|
this.labUp.Text = "上一页";
|
|
this.labUp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkUp_LinkClicked);
|
|
//
|
|
// labPage
|
|
//
|
|
this.labPage.AutoSize = true;
|
|
this.labPage.Location = new System.Drawing.Point(166, 7);
|
|
this.labPage.Name = "labPage";
|
|
this.labPage.Size = new System.Drawing.Size(56, 14);
|
|
this.labPage.TabIndex = 15;
|
|
this.labPage.Text = "labPage";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.dgvSelectDisease);
|
|
this.groupBox2.Location = new System.Drawing.Point(418, 20);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(366, 394);
|
|
this.groupBox2.TabIndex = 14;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "已选诊断";
|
|
//
|
|
// dgvSelectDisease
|
|
//
|
|
this.dgvSelectDisease.AllowUserToAddRows = false;
|
|
this.dgvSelectDisease.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvSelectDisease.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvSelectDisease.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.SelectIdColumn,
|
|
this.SelectIcdCodeColumn,
|
|
this.SelectNameColumn});
|
|
this.dgvSelectDisease.Location = new System.Drawing.Point(6, 14);
|
|
this.dgvSelectDisease.Name = "dgvSelectDisease";
|
|
this.dgvSelectDisease.RowHeadersVisible = false;
|
|
this.dgvSelectDisease.RowTemplate.Height = 23;
|
|
this.dgvSelectDisease.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvSelectDisease.Size = new System.Drawing.Size(354, 374);
|
|
this.dgvSelectDisease.TabIndex = 10;
|
|
this.dgvSelectDisease.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSelectDisease_CellDoubleClick);
|
|
//
|
|
// SelectIdColumn
|
|
//
|
|
this.SelectIdColumn.DataPropertyName = "Id";
|
|
this.SelectIdColumn.Frozen = true;
|
|
this.SelectIdColumn.HeaderText = "Id";
|
|
this.SelectIdColumn.Name = "SelectIdColumn";
|
|
this.SelectIdColumn.ReadOnly = true;
|
|
this.SelectIdColumn.Visible = false;
|
|
//
|
|
// SelectIcdCodeColumn
|
|
//
|
|
this.SelectIcdCodeColumn.HeaderText = "编码";
|
|
this.SelectIcdCodeColumn.Name = "SelectIcdCodeColumn";
|
|
this.SelectIcdCodeColumn.ReadOnly = true;
|
|
this.SelectIcdCodeColumn.Width = 120;
|
|
//
|
|
// SelectNameColumn
|
|
//
|
|
this.SelectNameColumn.DataPropertyName = "Name";
|
|
this.SelectNameColumn.HeaderText = "诊断名称";
|
|
this.SelectNameColumn.Name = "SelectNameColumn";
|
|
this.SelectNameColumn.ReadOnly = true;
|
|
this.SelectNameColumn.Width = 210;
|
|
//
|
|
// btnDown
|
|
//
|
|
this.btnDown.Font = new System.Drawing.Font("宋体", 20.5F);
|
|
this.btnDown.Location = new System.Drawing.Point(792, 105);
|
|
this.btnDown.Name = "btnDown";
|
|
this.btnDown.Size = new System.Drawing.Size(31, 63);
|
|
this.btnDown.TabIndex = 13;
|
|
this.btnDown.Text = "↓";
|
|
this.btnDown.UseVisualStyleBackColor = true;
|
|
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
|
|
//
|
|
// btnToLeft
|
|
//
|
|
this.btnToLeft.Location = new System.Drawing.Point(379, 200);
|
|
this.btnToLeft.Name = "btnToLeft";
|
|
this.btnToLeft.Size = new System.Drawing.Size(31, 91);
|
|
this.btnToLeft.TabIndex = 13;
|
|
this.btnToLeft.Text = "删\r\n\r\n除";
|
|
this.btnToLeft.UseVisualStyleBackColor = true;
|
|
this.btnToLeft.Click += new System.EventHandler(this.btnToLeft_Click);
|
|
//
|
|
// btnUp
|
|
//
|
|
this.btnUp.Font = new System.Drawing.Font("宋体", 20.5F);
|
|
this.btnUp.Location = new System.Drawing.Point(792, 36);
|
|
this.btnUp.Name = "btnUp";
|
|
this.btnUp.Size = new System.Drawing.Size(31, 63);
|
|
this.btnUp.TabIndex = 12;
|
|
this.btnUp.Text = "↑";
|
|
this.btnUp.UseVisualStyleBackColor = true;
|
|
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
|
|
//
|
|
// btnToRight
|
|
//
|
|
this.btnToRight.Location = new System.Drawing.Point(379, 75);
|
|
this.btnToRight.Name = "btnToRight";
|
|
this.btnToRight.Size = new System.Drawing.Size(31, 91);
|
|
this.btnToRight.TabIndex = 12;
|
|
this.btnToRight.Text = "添\r\n\r\n加";
|
|
this.btnToRight.UseVisualStyleBackColor = true;
|
|
this.btnToRight.Click += new System.EventHandler(this.btnToRight_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.dgvDisease);
|
|
this.groupBox1.Location = new System.Drawing.Point(6, 17);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(366, 397);
|
|
this.groupBox1.TabIndex = 11;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "待选诊断";
|
|
//
|
|
// dgvDisease
|
|
//
|
|
this.dgvDisease.AllowUserToAddRows = false;
|
|
this.dgvDisease.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvDisease.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvDisease.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Id,
|
|
this.IcdCodeColumn,
|
|
this.NameColumn});
|
|
this.dgvDisease.Location = new System.Drawing.Point(6, 19);
|
|
this.dgvDisease.Name = "dgvDisease";
|
|
this.dgvDisease.RowHeadersVisible = false;
|
|
this.dgvDisease.RowTemplate.Height = 23;
|
|
this.dgvDisease.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvDisease.Size = new System.Drawing.Size(354, 372);
|
|
this.dgvDisease.TabIndex = 9;
|
|
this.dgvDisease.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDisease_CellDoubleClick);
|
|
//
|
|
// Id
|
|
//
|
|
this.Id.DataPropertyName = "Id";
|
|
this.Id.Frozen = true;
|
|
this.Id.HeaderText = "Id";
|
|
this.Id.Name = "Id";
|
|
this.Id.ReadOnly = true;
|
|
this.Id.Visible = false;
|
|
//
|
|
// IcdCodeColumn
|
|
//
|
|
this.IcdCodeColumn.DataPropertyName = "IcdCode";
|
|
this.IcdCodeColumn.HeaderText = "编码";
|
|
this.IcdCodeColumn.Name = "IcdCodeColumn";
|
|
this.IcdCodeColumn.ReadOnly = true;
|
|
this.IcdCodeColumn.Width = 120;
|
|
//
|
|
// NameColumn
|
|
//
|
|
this.NameColumn.DataPropertyName = "Name";
|
|
this.NameColumn.HeaderText = "诊断名称";
|
|
this.NameColumn.Name = "NameColumn";
|
|
this.NameColumn.ReadOnly = true;
|
|
this.NameColumn.Width = 210;
|
|
//
|
|
// btnAddDisease
|
|
//
|
|
this.btnAddDisease.Location = new System.Drawing.Point(462, 3);
|
|
this.btnAddDisease.Name = "btnAddDisease";
|
|
this.btnAddDisease.Size = new System.Drawing.Size(80, 30);
|
|
this.btnAddDisease.TabIndex = 3;
|
|
this.btnAddDisease.Text = "新增诊断";
|
|
this.btnAddDisease.UseVisualStyleBackColor = true;
|
|
this.btnAddDisease.Visible = false;
|
|
this.btnAddDisease.Click += new System.EventHandler(this.btnAddDisease_Click);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(688, 3);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(80, 30);
|
|
this.btnOk.TabIndex = 2;
|
|
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(30, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 14);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "诊断查询";
|
|
//
|
|
// frmSelectDisease
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(833, 467);
|
|
this.Controls.Add(this.panel1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmSelectDisease";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "选择诊断";
|
|
this.Load += new System.EventHandler(this.frmSelectDisease_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSelectDisease)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDisease)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtHelpCode;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnAddDisease;
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.DataGridView dgvSelectDisease;
|
|
private System.Windows.Forms.Button btnToLeft;
|
|
private System.Windows.Forms.Button btnToRight;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.DataGridView dgvDisease;
|
|
private System.Windows.Forms.Label labPage;
|
|
|
|
private System.Windows.Forms.LinkLabel labUp;
|
|
private System.Windows.Forms.LinkLabel labDown;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IcdCodeColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SelectIdColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SelectIcdCodeColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SelectNameColumn;
|
|
private System.Windows.Forms.Button btnDown;
|
|
private System.Windows.Forms.Button btnUp;
|
|
}
|
|
} |