namespace SOH.BasicSettings { partial class frmJianYiMiaoShu { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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 助记码; } }