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

361 lines
17 KiB
C#

namespace TiJianJieGuo
{
partial class frmMoBan
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.txtPY = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.mrxz = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.jl = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ms = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jyms = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jcxmbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zdbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jbbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.msbm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zjm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xssx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jcxm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zdms = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jymc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jymbms = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jybm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.txtPY);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.button1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1202, 70);
this.panel1.TabIndex = 0;
//
// txtPY
//
this.txtPY.Location = new System.Drawing.Point(84, 36);
this.txtPY.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtPY.Name = "txtPY";
this.txtPY.Size = new System.Drawing.Size(1044, 25);
this.txtPY.TabIndex = 1;
this.txtPY.TextChanged += new System.EventHandler(this.txtPY_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 42);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 3;
this.label1.Text = "搜索选项:";
//
// button3
//
this.button3.FlatAppearance.BorderSize = 0;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button3.Location = new System.Drawing.Point(88, 4);
this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(67, 28);
this.button3.TabIndex = 2;
this.button3.Text = "关闭";
this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button1
//
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(9, 4);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(67, 28);
this.button1.TabIndex = 0;
this.button1.Text = "确定";
this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// panel2
//
this.panel2.Controls.Add(this.dataGridView1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 70);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1202, 664);
this.panel2.TabIndex = 1;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Menu;
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.mrxz,
this.jl,
this.ms,
this.jyms,
this.jcxmbm,
this.zdbm,
this.jbbm,
this.msbm,
this.zjm,
this.xssx,
this.jcxm,
this.zdms,
this.jymc,
this.jymbms,
this.jybm});
dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle33.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle33.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle33.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.White;
dataGridViewCellStyle33.SelectionForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle33;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.RowTemplate.ReadOnly = true;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1202, 664);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick);
//
// mrxz
//
this.mrxz.DataPropertyName = "默认选中";
this.mrxz.FalseValue = "0";
this.mrxz.HeaderText = "选中";
this.mrxz.Name = "mrxz";
this.mrxz.ReadOnly = true;
this.mrxz.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.mrxz.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.mrxz.TrueValue = "1";
//
// jl
//
this.jl.DataPropertyName = "诊断";
this.jl.HeaderText = "诊断";
this.jl.Name = "jl";
this.jl.ReadOnly = true;
this.jl.Width = 230;
//
// ms
//
this.ms.DataPropertyName = "描述";
this.ms.HeaderText = "小结";
this.ms.Name = "ms";
this.ms.ReadOnly = true;
this.ms.Width = 480;
//
// jyms
//
this.jyms.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.jyms.DataPropertyName = "建议模板描述";
this.jyms.HeaderText = "建议描述";
this.jyms.Name = "jyms";
this.jyms.ReadOnly = true;
this.jyms.Width = 350;
//
// jcxmbm
//
this.jcxmbm.DataPropertyName = "项目ID";
this.jcxmbm.HeaderText = "项目编码";
this.jcxmbm.Name = "jcxmbm";
this.jcxmbm.ReadOnly = true;
this.jcxmbm.Visible = false;
//
// zdbm
//
this.zdbm.DataPropertyName = "诊断ID";
this.zdbm.HeaderText = "诊断编码";
this.zdbm.Name = "zdbm";
this.zdbm.ReadOnly = true;
this.zdbm.Visible = false;
//
// jbbm
//
this.jbbm.DataPropertyName = "疾病分类";
this.jbbm.HeaderText = "疾病名称";
this.jbbm.Name = "jbbm";
this.jbbm.ReadOnly = true;
this.jbbm.Visible = false;
//
// msbm
//
this.msbm.DataPropertyName = "描述ID";
this.msbm.HeaderText = "描述编码";
this.msbm.Name = "msbm";
this.msbm.ReadOnly = true;
this.msbm.Visible = false;
//
// zjm
//
this.zjm.DataPropertyName = "简拼";
this.zjm.HeaderText = "助记码";
this.zjm.Name = "zjm";
this.zjm.ReadOnly = true;
this.zjm.Visible = false;
//
// xssx
//
this.xssx.DataPropertyName = "显示顺序";
this.xssx.HeaderText = "显示顺序";
this.xssx.Name = "xssx";
this.xssx.ReadOnly = true;
this.xssx.Visible = false;
//
// jcxm
//
this.jcxm.DataPropertyName = "指标";
this.jcxm.HeaderText = "检查项目";
this.jcxm.Name = "jcxm";
this.jcxm.ReadOnly = true;
this.jcxm.Visible = false;
//
// zdms
//
this.zdms.DataPropertyName = "诊断描述";
this.zdms.HeaderText = "诊断描述";
this.zdms.Name = "zdms";
this.zdms.ReadOnly = true;
this.zdms.Visible = false;
//
// jymc
//
this.jymc.DataPropertyName = "建议模板名称";
this.jymc.HeaderText = "建议名称";
this.jymc.Name = "jymc";
this.jymc.ReadOnly = true;
this.jymc.Visible = false;
//
// jymbms
//
this.jymbms.DataPropertyName = "建议模板描述";
this.jymbms.HeaderText = "建议模板描述";
this.jymbms.Name = "jymbms";
this.jymbms.ReadOnly = true;
this.jymbms.Visible = false;
//
// jybm
//
this.jybm.DataPropertyName = "建议ID";
this.jybm.HeaderText = "建议编码";
this.jybm.Name = "jybm";
this.jybm.ReadOnly = true;
this.jybm.Visible = false;
//
// frmMoBan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(1202, 734);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "frmMoBan";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Load += new System.EventHandler(this.frmMoBan_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtPY;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewCheckBoxColumn mrxz;
private System.Windows.Forms.DataGridViewTextBoxColumn jl;
private System.Windows.Forms.DataGridViewTextBoxColumn ms;
private System.Windows.Forms.DataGridViewTextBoxColumn jyms;
private System.Windows.Forms.DataGridViewTextBoxColumn jcxmbm;
private System.Windows.Forms.DataGridViewTextBoxColumn zdbm;
private System.Windows.Forms.DataGridViewTextBoxColumn jbbm;
private System.Windows.Forms.DataGridViewTextBoxColumn msbm;
private System.Windows.Forms.DataGridViewTextBoxColumn zjm;
private System.Windows.Forms.DataGridViewTextBoxColumn xssx;
private System.Windows.Forms.DataGridViewTextBoxColumn jcxm;
private System.Windows.Forms.DataGridViewTextBoxColumn zdms;
private System.Windows.Forms.DataGridViewTextBoxColumn jymc;
private System.Windows.Forms.DataGridViewTextBoxColumn jymbms;
private System.Windows.Forms.DataGridViewTextBoxColumn jybm;
}
}