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

347 lines
16 KiB
C#

namespace SOH.BasicSettings
{
partial class frmJianYiMiaoShu
{
/// <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();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ccbksbm = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbjcjy = new System.Windows.Forms.TextBox();
this.tbzyzd = new System.Windows.Forms.TextBox();
this.tbjybm = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dgvjymsList = new System.Windows.Forms.DataGridView();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tjymsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.tbSelectzdmc = new System.Windows.Forms.TextBox();
this.tbSelectzdzjm = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvjymsList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tjymsBindingSource)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.ccbksbm);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.tbjcjy);
this.groupBox1.Controls.Add(this.tbzyzd);
this.groupBox1.Controls.Add(this.tbjybm);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(906, 226);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "建议描述维护";
//
// ccbksbm
//
this.ccbksbm.DisplayMember = "ksmc";
this.ccbksbm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ccbksbm.FormattingEnabled = true;
this.ccbksbm.Location = new System.Drawing.Point(88, 47);
this.ccbksbm.Name = "ccbksbm";
this.ccbksbm.Size = new System.Drawing.Size(121, 20);
this.ccbksbm.TabIndex = 7;
this.ccbksbm.ValueMember = "ksbm";
this.ccbksbm.SelectedIndexChanged += new System.EventHandler(this.ccbksbm_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "所属科室:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 76);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 5;
this.label3.Text = "主要诊断:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 113);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 4;
this.label2.Text = "建议内容:";
//
// tbjcjy
//
this.tbjcjy.Location = new System.Drawing.Point(88, 110);
this.tbjcjy.Multiline = true;
this.tbjcjy.Name = "tbjcjy";
this.tbjcjy.Size = new System.Drawing.Size(797, 94);
this.tbjcjy.TabIndex = 3;
//
// tbzyzd
//
this.tbzyzd.Location = new System.Drawing.Point(88, 73);
this.tbzyzd.Name = "tbzyzd";
this.tbzyzd.Size = new System.Drawing.Size(797, 21);
this.tbzyzd.TabIndex = 2;
//
// tbjybm
//
this.tbjybm.Enabled = false;
this.tbjybm.Location = new System.Drawing.Point(88, 20);
this.tbjybm.Name = "tbjybm";
this.tbjybm.Size = new System.Drawing.Size(100, 21);
this.tbjybm.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "建议序号:";
//
// dgvjymsList
//
this.dgvjymsList.AllowUserToAddRows = false;
this.dgvjymsList.AllowUserToDeleteRows = false;
this.dgvjymsList.AllowUserToResizeColumns = false;
this.dgvjymsList.AllowUserToResizeRows = false;
this.dgvjymsList.AutoGenerateColumns = false;
this.dgvjymsList.BackgroundColor = System.Drawing.Color.White;
this.dgvjymsList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvjymsList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.,
this.,
this.,
this.,
this.});
this.dgvjymsList.DataSource = this.tjymsBindingSource;
this.dgvjymsList.Location = new System.Drawing.Point(0, 293);
this.dgvjymsList.Name = "dgvjymsList";
this.dgvjymsList.ReadOnly = true;
this.dgvjymsList.RowTemplate.Height = 23;
this.dgvjymsList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvjymsList.Size = new System.Drawing.Size(906, 227);
this.dgvjymsList.TabIndex = 1;
this.dgvjymsList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvjymsList_CellClick);
//
// 科室编码
//
this..DataPropertyName = "ksbm";
this..HeaderText = "科室编码";
this..Name = "科室编码";
this..ReadOnly = true;
this..Visible = false;
//
// 建议编码
//
this..DataPropertyName = "jybm";
this..HeaderText = "建议编码";
this..Name = "建议编码";
this..ReadOnly = true;
this..Visible = false;
//
// 主要诊断
//
this..DataPropertyName = "zyzd";
this..HeaderText = "主要诊断";
this..Name = "主要诊断";
this..ReadOnly = true;
this..Width = 250;
//
// 建议描述
//
this..DataPropertyName = "jcjy";
this..HeaderText = "建议描述";
this..Name = "建议描述";
this..ReadOnly = true;
this..Width = 350;
//
// 助记码
//
this..DataPropertyName = "zjm";
this..HeaderText = "助记码";
this..Name = "助记码";
this..ReadOnly = true;
//
// tjymsBindingSource
//
this.tjymsBindingSource.DataSource = typeof(SOH.Entities.t_jyms);
//
// button1
//
this.button1.Location = new System.Drawing.Point(447, 242);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(90, 39);
this.button1.TabIndex = 2;
this.button1.Text = "新建建议";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(564, 242);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(90, 39);
this.button2.TabIndex = 3;
this.button2.Text = "添加建议";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(678, 242);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(90, 39);
this.button3.TabIndex = 4;
this.button3.Text = "修改建议";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(795, 242);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(90, 39);
this.button4.TabIndex = 5;
this.button4.Text = "删除选定建议";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// tbSelectzdmc
//
this.tbSelectzdmc.Location = new System.Drawing.Point(122, 252);
this.tbSelectzdmc.Name = "tbSelectzdmc";
this.tbSelectzdmc.Size = new System.Drawing.Size(100, 21);
this.tbSelectzdmc.TabIndex = 6;
this.tbSelectzdmc.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
//
// tbSelectzdzjm
//
this.tbSelectzdzjm.Location = new System.Drawing.Point(347, 252);
this.tbSelectzdzjm.Name = "tbSelectzdzjm";
this.tbSelectzdzjm.Size = new System.Drawing.Size(67, 21);
this.tbSelectzdzjm.TabIndex = 7;
this.tbSelectzdzjm.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(23, 255);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(101, 12);
this.label4.TabIndex = 8;
this.label4.Text = "按诊断名称查询:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(228, 255);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(113, 12);
this.label5.TabIndex = 9;
this.label5.Text = "按诊断助记码查询:";
//
// frmJianYiMiaoShu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(906, 535);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.tbSelectzdzjm);
this.Controls.Add(this.tbSelectzdmc);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.dgvjymsList);
this.Controls.Add(this.groupBox1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "frmJianYiMiaoShu";
this.Text = "建议描述维护";
this.Load += new System.EventHandler(this.frmJianYiMiaoShu_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvjymsList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tjymsBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox tbzyzd;
private System.Windows.Forms.TextBox tbjybm;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dgvjymsList;
private System.Windows.Forms.TextBox tbjcjy;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox tbSelectzdmc;
private System.Windows.Forms.TextBox tbSelectzdzjm;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox ccbksbm;
private System.Windows.Forms.BindingSource tjymsBindingSource;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
}
}