AIMS/AIMSControls/PublicUI/frmSelectOperationOne.Designer.cs
2023-08-16 22:32:16 +08:00

373 lines
18 KiB
C#

namespace AIMS.PublicUI.UI
{
partial class frmSelectOperationOne
{
/// <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.dgvOperation = 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.level = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnAddOperation = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.labDown = new System.Windows.Forms.LinkLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.labUp = new System.Windows.Forms.LinkLabel();
this.labPage = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label2 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.dgvOperation)).BeginInit();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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(192, 23);
this.txtHelpCode.TabIndex = 0;
this.txtHelpCode.TextChanged += new System.EventHandler(this.txtHelpCode_TextChanged);
//
// dgvOperation
//
this.dgvOperation.AllowUserToAddRows = false;
this.dgvOperation.BackgroundColor = System.Drawing.Color.White;
this.dgvOperation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvOperation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Id,
this.IcdCodeColumn,
this.NameColumn,
this.level});
this.dgvOperation.Location = new System.Drawing.Point(6, 19);
this.dgvOperation.Name = "dgvOperation";
this.dgvOperation.RowHeadersVisible = false;
this.dgvOperation.RowTemplate.Height = 23;
this.dgvOperation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvOperation.Size = new System.Drawing.Size(447, 530);
this.dgvOperation.TabIndex = 9;
this.dgvOperation.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOperation_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;
//
// level
//
this.level.DataPropertyName = "level";
this.level.HeaderText = "手术分级";
this.level.Name = "level";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.linkLabel2);
this.groupBox1.Controls.Add(this.dgvOperation);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.linkLabel1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(25, 17);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(459, 555);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "待选手术";
//
// btnAddOperation
//
this.btnAddOperation.Location = new System.Drawing.Point(306, 3);
this.btnAddOperation.Name = "btnAddOperation";
this.btnAddOperation.Size = new System.Drawing.Size(80, 30);
this.btnAddOperation.TabIndex = 3;
this.btnAddOperation.Text = "增加手术";
this.btnAddOperation.UseVisualStyleBackColor = true;
this.btnAddOperation.Click += new System.EventHandler(this.btnAddOperation_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(398, 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);
//
// 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(295, 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);
//
// panel2
//
this.panel2.Controls.Add(this.labDown);
this.panel2.Controls.Add(this.labUp);
this.panel2.Controls.Add(this.labPage);
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(515, 575);
this.panel2.TabIndex = 4;
//
// 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(156, 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.labUp_LinkClicked);
//
// labPage
//
this.labPage.AutoSize = true;
this.labPage.Location = new System.Drawing.Point(226, 7);
this.labPage.Name = "labPage";
this.labPage.Size = new System.Drawing.Size(56, 14);
this.labPage.TabIndex = 15;
this.labPage.Text = "labPage";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.btnAddOperation);
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(515, 624);
this.panel1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 1;
this.label1.Text = "手术查询";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dataGridView1);
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(459, 555);
this.groupBox2.TabIndex = 11;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "待选手术";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4});
this.dataGridView1.Location = new System.Drawing.Point(6, 19);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(447, 530);
this.dataGridView1.TabIndex = 9;
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOperation_CellDoubleClick);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
this.dataGridViewTextBoxColumn1.Frozen = true;
this.dataGridViewTextBoxColumn1.HeaderText = "Id";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Visible = false;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "IcdCode";
this.dataGridViewTextBoxColumn2.HeaderText = "编码";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 120;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Name";
this.dataGridViewTextBoxColumn3.HeaderText = "手术名称";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 210;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "level";
this.dataGridViewTextBoxColumn4.HeaderText = "手术分级";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(196, -10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 14);
this.label2.TabIndex = 15;
this.label2.Text = "labPage";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.linkLabel1.ForeColor = System.Drawing.Color.Blue;
this.linkLabel1.Location = new System.Drawing.Point(126, -10);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(49, 14);
this.linkLabel1.TabIndex = 16;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "上一页";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labUp_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.linkLabel2.ForeColor = System.Drawing.Color.Blue;
this.linkLabel2.Location = new System.Drawing.Point(265, -9);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(49, 14);
this.linkLabel2.TabIndex = 17;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "下一页";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labDown_LinkClicked);
//
// frmSelectOperationOne
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(515, 624);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmSelectOperationOne";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.frmSelectOperationOne_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvOperation)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtHelpCode;
private System.Windows.Forms.DataGridView dgvOperation;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnAddOperation;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.LinkLabel labDown;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.LinkLabel labUp;
private System.Windows.Forms.Label labPage;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
private System.Windows.Forms.DataGridViewTextBoxColumn IcdCodeColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn level;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Label label2;
}
}