namespace SOH.BasicSettings { partial class frmSetTiJianXiangMu { /// /// 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.lblSsks = new System.Windows.Forms.Label(); this.dgvkslist = new System.Windows.Forms.DataGridView(); this.ksbm = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ksmc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BsKs = new System.Windows.Forms.BindingSource(this.components); this.lblZyxx = new System.Windows.Forms.Label(); this.dgvtjxmxx = new System.Windows.Forms.DataGridView(); this.zxbj = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmdm = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmmc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.syxb = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.hyzk = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xssx = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.hsbm = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tqbm = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dyfw = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lis = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BsJcxm = new System.Windows.Forms.BindingSource(this.components); this.gbxjcxmbj = new System.Windows.Forms.GroupBox(); this.tblis = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tbxdyfw = new System.Windows.Forms.TextBox(); this.lbldyfw = new System.Windows.Forms.Label(); this.tbxtqbm = new System.Windows.Forms.TextBox(); this.lbltqbm = new System.Windows.Forms.Label(); this.tbxhsbm = new System.Windows.Forms.TextBox(); this.lblhsbm = new System.Windows.Forms.Label(); this.cbxjglx = new System.Windows.Forms.ComboBox(); this.tbxxssx = new System.Windows.Forms.TextBox(); this.cbxhyzk = new System.Windows.Forms.ComboBox(); this.cbxsyxb = new System.Windows.Forms.ComboBox(); this.lbljglx = new System.Windows.Forms.Label(); this.lblxxsx = new System.Windows.Forms.Label(); this.lblhyzk = new System.Windows.Forms.Label(); this.lblsyxb = new System.Windows.Forms.Label(); this.tbxzcjg = new System.Windows.Forms.TextBox(); this.lblzcjg = new System.Windows.Forms.Label(); this.tbxzbdw = new System.Windows.Forms.TextBox(); this.lblzbdw = new System.Windows.Forms.Label(); this.tbxckxx = new System.Windows.Forms.TextBox(); this.lblckxx = new System.Windows.Forms.Label(); this.tbxcksx = new System.Windows.Forms.TextBox(); this.lblcksx = new System.Windows.Forms.Label(); this.tbxksbm = new System.Windows.Forms.TextBox(); this.lblksbm = new System.Windows.Forms.Label(); this.tbxjcks = new System.Windows.Forms.TextBox(); this.lbljcks = new System.Windows.Forms.Label(); this.tbxxmjc = new System.Windows.Forms.TextBox(); this.xmjc = new System.Windows.Forms.Label(); this.tbxxmmc = new System.Windows.Forms.TextBox(); this.lblxmmc = new System.Windows.Forms.Label(); this.tbxxmbm = new System.Windows.Forms.TextBox(); this.lblxmbm = new System.Windows.Forms.Label(); this.btnxjxm = new System.Windows.Forms.Button(); this.btntj = new System.Windows.Forms.Button(); this.btnxg = new System.Windows.Forms.Button(); this.btnzxxdxm = new System.Windows.Forms.Button(); this.btnqxzx = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbxckxxN = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tbxcksxN = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvkslist)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsKs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvtjxmxx)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsJcxm)).BeginInit(); this.gbxjcxmbj.SuspendLayout(); this.SuspendLayout(); // // lblSsks // this.lblSsks.AutoSize = true; this.lblSsks.Location = new System.Drawing.Point(29, 25); this.lblSsks.Name = "lblSsks"; this.lblSsks.Size = new System.Drawing.Size(65, 12); this.lblSsks.TabIndex = 0; this.lblSsks.Text = "所属科室:"; // // dgvkslist // this.dgvkslist.AllowUserToAddRows = false; this.dgvkslist.AllowUserToResizeColumns = false; this.dgvkslist.AllowUserToResizeRows = false; this.dgvkslist.AutoGenerateColumns = false; this.dgvkslist.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvkslist.BackgroundColor = System.Drawing.Color.White; this.dgvkslist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvkslist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ksbm, this.ksmc}); this.dgvkslist.DataSource = this.BsKs; this.dgvkslist.Location = new System.Drawing.Point(31, 42); this.dgvkslist.MultiSelect = false; this.dgvkslist.Name = "dgvkslist"; this.dgvkslist.ReadOnly = true; this.dgvkslist.RowTemplate.Height = 23; this.dgvkslist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvkslist.Size = new System.Drawing.Size(404, 185); this.dgvkslist.TabIndex = 1; this.dgvkslist.SelectionChanged += new System.EventHandler(this.dgvkslist_SelectionChanged); // // ksbm // this.ksbm.DataPropertyName = "ksbm"; this.ksbm.HeaderText = "科室编码"; this.ksbm.Name = "ksbm"; this.ksbm.ReadOnly = true; // // ksmc // this.ksmc.DataPropertyName = "ksmc"; this.ksmc.HeaderText = "科室名称"; this.ksmc.Name = "ksmc"; this.ksmc.ReadOnly = true; // // lblZyxx // this.lblZyxx.AutoSize = true; this.lblZyxx.Location = new System.Drawing.Point(29, 287); this.lblZyxx.Name = "lblZyxx"; this.lblZyxx.Size = new System.Drawing.Size(113, 12); this.lblZyxx.TabIndex = 2; this.lblZyxx.Text = "体检项目主要信息:"; // // dgvtjxmxx // this.dgvtjxmxx.AllowUserToAddRows = false; this.dgvtjxmxx.AllowUserToResizeColumns = false; this.dgvtjxmxx.AllowUserToResizeRows = false; this.dgvtjxmxx.AutoGenerateColumns = false; this.dgvtjxmxx.BackgroundColor = System.Drawing.Color.White; this.dgvtjxmxx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvtjxmxx.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.zxbj, this.xmdm, this.xmmc, this.syxb, this.hyzk, this.xssx, this.hsbm, this.tqbm, this.dyfw, this.lis}); this.dgvtjxmxx.DataSource = this.BsJcxm; this.dgvtjxmxx.Location = new System.Drawing.Point(31, 307); this.dgvtjxmxx.MultiSelect = false; this.dgvtjxmxx.Name = "dgvtjxmxx"; this.dgvtjxmxx.ReadOnly = true; this.dgvtjxmxx.RowTemplate.Height = 23; this.dgvtjxmxx.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvtjxmxx.Size = new System.Drawing.Size(404, 398); this.dgvtjxmxx.TabIndex = 3; this.dgvtjxmxx.SelectionChanged += new System.EventHandler(this.dgvtjxmxx_SelectionChanged); // // zxbj // this.zxbj.DataPropertyName = "zhuxiao2"; this.zxbj.HeaderText = "注销标记"; this.zxbj.Name = "zxbj"; this.zxbj.ReadOnly = true; // // xmdm // this.xmdm.DataPropertyName = "jcxmbm"; this.xmdm.HeaderText = "项目代码"; this.xmdm.Name = "xmdm"; this.xmdm.ReadOnly = true; // // xmmc // this.xmmc.DataPropertyName = "jcxmmc"; this.xmmc.HeaderText = "项目名称"; this.xmmc.Name = "xmmc"; this.xmmc.ReadOnly = true; // // syxb // this.syxb.DataPropertyName = "sex2"; this.syxb.HeaderText = "适用性别"; this.syxb.Name = "syxb"; this.syxb.ReadOnly = true; // // hyzk // this.hyzk.DataPropertyName = "hyzk1"; this.hyzk.HeaderText = "婚姻状况"; this.hyzk.Name = "hyzk"; this.hyzk.ReadOnly = true; // // xssx // this.xssx.DataPropertyName = "xssx"; this.xssx.HeaderText = "显示顺序"; this.xssx.Name = "xssx"; this.xssx.ReadOnly = true; // // hsbm // this.hsbm.DataPropertyName = "yzbm"; this.hsbm.HeaderText = "核收编码"; this.hsbm.Name = "hsbm"; this.hsbm.ReadOnly = true; // // tqbm // this.tqbm.DataPropertyName = "tqbm"; this.tqbm.HeaderText = "提取编码"; this.tqbm.Name = "tqbm"; this.tqbm.ReadOnly = true; // // dyfw // this.dyfw.DataPropertyName = "dyckfw"; this.dyfw.HeaderText = "打印范围"; this.dyfw.Name = "dyfw"; this.dyfw.ReadOnly = true; // // lis // this.lis.HeaderText = "lis对照"; this.lis.Name = "lis"; this.lis.ReadOnly = true; // // gbxjcxmbj // this.gbxjcxmbj.Controls.Add(this.tbxckxxN); this.gbxjcxmbj.Controls.Add(this.label3); this.gbxjcxmbj.Controls.Add(this.tbxcksxN); this.gbxjcxmbj.Controls.Add(this.label4); this.gbxjcxmbj.Controls.Add(this.tblis); this.gbxjcxmbj.Controls.Add(this.label1); this.gbxjcxmbj.Controls.Add(this.tbxdyfw); this.gbxjcxmbj.Controls.Add(this.lbldyfw); this.gbxjcxmbj.Controls.Add(this.tbxtqbm); this.gbxjcxmbj.Controls.Add(this.lbltqbm); this.gbxjcxmbj.Controls.Add(this.tbxhsbm); this.gbxjcxmbj.Controls.Add(this.lblhsbm); this.gbxjcxmbj.Controls.Add(this.cbxjglx); this.gbxjcxmbj.Controls.Add(this.tbxxssx); this.gbxjcxmbj.Controls.Add(this.cbxhyzk); this.gbxjcxmbj.Controls.Add(this.cbxsyxb); this.gbxjcxmbj.Controls.Add(this.lbljglx); this.gbxjcxmbj.Controls.Add(this.lblxxsx); this.gbxjcxmbj.Controls.Add(this.lblhyzk); this.gbxjcxmbj.Controls.Add(this.lblsyxb); this.gbxjcxmbj.Controls.Add(this.tbxzcjg); this.gbxjcxmbj.Controls.Add(this.lblzcjg); this.gbxjcxmbj.Controls.Add(this.tbxzbdw); this.gbxjcxmbj.Controls.Add(this.lblzbdw); this.gbxjcxmbj.Controls.Add(this.tbxckxx); this.gbxjcxmbj.Controls.Add(this.lblckxx); this.gbxjcxmbj.Controls.Add(this.tbxcksx); this.gbxjcxmbj.Controls.Add(this.lblcksx); this.gbxjcxmbj.Controls.Add(this.tbxksbm); this.gbxjcxmbj.Controls.Add(this.lblksbm); this.gbxjcxmbj.Controls.Add(this.tbxjcks); this.gbxjcxmbj.Controls.Add(this.lbljcks); this.gbxjcxmbj.Controls.Add(this.tbxxmjc); this.gbxjcxmbj.Controls.Add(this.xmjc); this.gbxjcxmbj.Controls.Add(this.tbxxmmc); this.gbxjcxmbj.Controls.Add(this.lblxmmc); this.gbxjcxmbj.Controls.Add(this.tbxxmbm); this.gbxjcxmbj.Controls.Add(this.lblxmbm); this.gbxjcxmbj.Location = new System.Drawing.Point(498, 25); this.gbxjcxmbj.Name = "gbxjcxmbj"; this.gbxjcxmbj.Size = new System.Drawing.Size(323, 592); this.gbxjcxmbj.TabIndex = 4; this.gbxjcxmbj.TabStop = false; this.gbxjcxmbj.Text = "检查项目编辑"; // // tblis // this.tblis.Location = new System.Drawing.Point(99, 401); this.tblis.Name = "tblis"; this.tblis.Size = new System.Drawing.Size(201, 21); this.tblis.TabIndex = 33; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 404); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 12); this.label1.TabIndex = 32; this.label1.Text = "LIS对照:"; // // tbxdyfw // this.tbxdyfw.Location = new System.Drawing.Point(99, 537); this.tbxdyfw.Multiline = true; this.tbxdyfw.Name = "tbxdyfw"; this.tbxdyfw.Size = new System.Drawing.Size(201, 42); this.tbxdyfw.TabIndex = 31; // // lbldyfw // this.lbldyfw.AutoSize = true; this.lbldyfw.Location = new System.Drawing.Point(34, 540); this.lbldyfw.Name = "lbldyfw"; this.lbldyfw.Size = new System.Drawing.Size(65, 12); this.lbldyfw.TabIndex = 30; this.lbldyfw.Text = "打印范围:"; // // tbxtqbm // this.tbxtqbm.Location = new System.Drawing.Point(232, 505); this.tbxtqbm.Name = "tbxtqbm"; this.tbxtqbm.Size = new System.Drawing.Size(60, 21); this.tbxtqbm.TabIndex = 29; // // lbltqbm // this.lbltqbm.AutoSize = true; this.lbltqbm.Location = new System.Drawing.Point(165, 508); this.lbltqbm.Name = "lbltqbm"; this.lbltqbm.Size = new System.Drawing.Size(65, 12); this.lbltqbm.TabIndex = 28; this.lbltqbm.Text = "提取编码:"; // // tbxhsbm // this.tbxhsbm.Location = new System.Drawing.Point(99, 505); this.tbxhsbm.Name = "tbxhsbm"; this.tbxhsbm.Size = new System.Drawing.Size(60, 21); this.tbxhsbm.TabIndex = 27; // // lblhsbm // this.lblhsbm.AutoSize = true; this.lblhsbm.Location = new System.Drawing.Point(34, 508); this.lblhsbm.Name = "lblhsbm"; this.lblhsbm.Size = new System.Drawing.Size(65, 12); this.lblhsbm.TabIndex = 26; this.lblhsbm.Text = "核收编码:"; // // cbxjglx // this.cbxjglx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxjglx.FormattingEnabled = true; this.cbxjglx.Items.AddRange(new object[] { "数值型", "阴阳型", "说明型"}); this.cbxjglx.Location = new System.Drawing.Point(232, 469); this.cbxjglx.Name = "cbxjglx"; this.cbxjglx.Size = new System.Drawing.Size(60, 20); this.cbxjglx.TabIndex = 25; // // tbxxssx // this.tbxxssx.Location = new System.Drawing.Point(99, 469); this.tbxxssx.Name = "tbxxssx"; this.tbxxssx.Size = new System.Drawing.Size(60, 21); this.tbxxssx.TabIndex = 24; // // cbxhyzk // this.cbxhyzk.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxhyzk.FormattingEnabled = true; this.cbxhyzk.Items.AddRange(new object[] { "已婚", "未婚", "不限"}); this.cbxhyzk.Location = new System.Drawing.Point(232, 436); this.cbxhyzk.Name = "cbxhyzk"; this.cbxhyzk.Size = new System.Drawing.Size(60, 20); this.cbxhyzk.TabIndex = 23; // // cbxsyxb // this.cbxsyxb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxsyxb.FormattingEnabled = true; this.cbxsyxb.Items.AddRange(new object[] { "男", "女", "不限"}); this.cbxsyxb.Location = new System.Drawing.Point(99, 436); this.cbxsyxb.Name = "cbxsyxb"; this.cbxsyxb.Size = new System.Drawing.Size(60, 20); this.cbxsyxb.TabIndex = 22; // // lbljglx // this.lbljglx.AutoSize = true; this.lbljglx.Location = new System.Drawing.Point(165, 472); this.lbljglx.Name = "lbljglx"; this.lbljglx.Size = new System.Drawing.Size(65, 12); this.lbljglx.TabIndex = 21; this.lbljglx.Text = "结果类型:"; // // lblxxsx // this.lblxxsx.AutoSize = true; this.lblxxsx.Location = new System.Drawing.Point(34, 472); this.lblxxsx.Name = "lblxxsx"; this.lblxxsx.Size = new System.Drawing.Size(65, 12); this.lblxxsx.TabIndex = 20; this.lblxxsx.Text = "显示顺序:"; // // lblhyzk // this.lblhyzk.AutoSize = true; this.lblhyzk.Location = new System.Drawing.Point(165, 439); this.lblhyzk.Name = "lblhyzk"; this.lblhyzk.Size = new System.Drawing.Size(65, 12); this.lblhyzk.TabIndex = 19; this.lblhyzk.Text = "婚姻状况:"; // // lblsyxb // this.lblsyxb.AutoSize = true; this.lblsyxb.Location = new System.Drawing.Point(34, 439); this.lblsyxb.Name = "lblsyxb"; this.lblsyxb.Size = new System.Drawing.Size(65, 12); this.lblsyxb.TabIndex = 18; this.lblsyxb.Text = "适用性别:"; // // tbxzcjg // this.tbxzcjg.Location = new System.Drawing.Point(99, 370); this.tbxzcjg.Name = "tbxzcjg"; this.tbxzcjg.Size = new System.Drawing.Size(201, 21); this.tbxzcjg.TabIndex = 17; // // lblzcjg // this.lblzcjg.AutoSize = true; this.lblzcjg.Location = new System.Drawing.Point(34, 373); this.lblzcjg.Name = "lblzcjg"; this.lblzcjg.Size = new System.Drawing.Size(65, 12); this.lblzcjg.TabIndex = 16; this.lblzcjg.Text = "正常结果:"; // // tbxzbdw // this.tbxzbdw.Location = new System.Drawing.Point(99, 335); this.tbxzbdw.Name = "tbxzbdw"; this.tbxzbdw.Size = new System.Drawing.Size(201, 21); this.tbxzbdw.TabIndex = 15; // // lblzbdw // this.lblzbdw.AutoSize = true; this.lblzbdw.Location = new System.Drawing.Point(34, 338); this.lblzbdw.Name = "lblzbdw"; this.lblzbdw.Size = new System.Drawing.Size(65, 12); this.lblzbdw.TabIndex = 14; this.lblzbdw.Text = "指标单位:"; // // tbxckxx // this.tbxckxx.Location = new System.Drawing.Point(99, 232); this.tbxckxx.Name = "tbxckxx"; this.tbxckxx.Size = new System.Drawing.Size(201, 21); this.tbxckxx.TabIndex = 13; // // lblckxx // this.lblckxx.AutoSize = true; this.lblckxx.Location = new System.Drawing.Point(11, 235); this.lblckxx.Name = "lblckxx"; this.lblckxx.Size = new System.Drawing.Size(89, 12); this.lblckxx.TabIndex = 12; this.lblckxx.Text = "参考下限(男):"; // // tbxcksx // this.tbxcksx.Location = new System.Drawing.Point(99, 197); this.tbxcksx.Name = "tbxcksx"; this.tbxcksx.Size = new System.Drawing.Size(201, 21); this.tbxcksx.TabIndex = 11; // // lblcksx // this.lblcksx.AutoSize = true; this.lblcksx.Location = new System.Drawing.Point(11, 200); this.lblcksx.Name = "lblcksx"; this.lblcksx.Size = new System.Drawing.Size(89, 12); this.lblcksx.TabIndex = 10; this.lblcksx.Text = "参考上限(男):"; // // tbxksbm // this.tbxksbm.Location = new System.Drawing.Point(99, 162); this.tbxksbm.Name = "tbxksbm"; this.tbxksbm.ReadOnly = true; this.tbxksbm.Size = new System.Drawing.Size(201, 21); this.tbxksbm.TabIndex = 9; // // lblksbm // this.lblksbm.AutoSize = true; this.lblksbm.Location = new System.Drawing.Point(34, 165); this.lblksbm.Name = "lblksbm"; this.lblksbm.Size = new System.Drawing.Size(65, 12); this.lblksbm.TabIndex = 8; this.lblksbm.Text = "科室编码:"; // // tbxjcks // this.tbxjcks.Location = new System.Drawing.Point(99, 127); this.tbxjcks.Name = "tbxjcks"; this.tbxjcks.ReadOnly = true; this.tbxjcks.Size = new System.Drawing.Size(201, 21); this.tbxjcks.TabIndex = 7; // // lbljcks // this.lbljcks.AutoSize = true; this.lbljcks.Location = new System.Drawing.Point(34, 130); this.lbljcks.Name = "lbljcks"; this.lbljcks.Size = new System.Drawing.Size(65, 12); this.lbljcks.TabIndex = 6; this.lbljcks.Text = "检查科室:"; // // tbxxmjc // this.tbxxmjc.Location = new System.Drawing.Point(99, 92); this.tbxxmjc.Name = "tbxxmjc"; this.tbxxmjc.Size = new System.Drawing.Size(201, 21); this.tbxxmjc.TabIndex = 5; // // xmjc // this.xmjc.AutoSize = true; this.xmjc.Location = new System.Drawing.Point(34, 95); this.xmjc.Name = "xmjc"; this.xmjc.Size = new System.Drawing.Size(65, 12); this.xmjc.TabIndex = 4; this.xmjc.Text = "项目简称:"; // // tbxxmmc // this.tbxxmmc.Location = new System.Drawing.Point(99, 57); this.tbxxmmc.Name = "tbxxmmc"; this.tbxxmmc.Size = new System.Drawing.Size(201, 21); this.tbxxmmc.TabIndex = 3; // // lblxmmc // this.lblxmmc.AutoSize = true; this.lblxmmc.Location = new System.Drawing.Point(34, 60); this.lblxmmc.Name = "lblxmmc"; this.lblxmmc.Size = new System.Drawing.Size(65, 12); this.lblxmmc.TabIndex = 2; this.lblxmmc.Text = "项目名称:"; // // tbxxmbm // this.tbxxmbm.Location = new System.Drawing.Point(99, 22); this.tbxxmbm.Name = "tbxxmbm"; this.tbxxmbm.Size = new System.Drawing.Size(201, 21); this.tbxxmbm.TabIndex = 1; // // lblxmbm // this.lblxmbm.AutoSize = true; this.lblxmbm.Location = new System.Drawing.Point(34, 25); this.lblxmbm.Name = "lblxmbm"; this.lblxmbm.Size = new System.Drawing.Size(65, 12); this.lblxmbm.TabIndex = 0; this.lblxmbm.Text = "项目编码:"; // // btnxjxm // this.btnxjxm.Location = new System.Drawing.Point(498, 635); this.btnxjxm.Name = "btnxjxm"; this.btnxjxm.Size = new System.Drawing.Size(91, 23); this.btnxjxm.TabIndex = 5; this.btnxjxm.Text = "新建项目"; this.btnxjxm.UseVisualStyleBackColor = true; this.btnxjxm.Click += new System.EventHandler(this.btnxjxm_Click); // // btntj // this.btntj.Location = new System.Drawing.Point(609, 635); this.btntj.Name = "btntj"; this.btntj.Size = new System.Drawing.Size(91, 23); this.btntj.TabIndex = 6; this.btntj.Text = "添加"; this.btntj.UseVisualStyleBackColor = true; this.btntj.Click += new System.EventHandler(this.btntj_Click); // // btnxg // this.btnxg.Location = new System.Drawing.Point(720, 635); this.btnxg.Name = "btnxg"; this.btnxg.Size = new System.Drawing.Size(91, 23); this.btnxg.TabIndex = 7; this.btnxg.Text = "修改"; this.btnxg.UseVisualStyleBackColor = true; this.btnxg.Click += new System.EventHandler(this.btnxg_Click); // // btnzxxdxm // this.btnzxxdxm.Location = new System.Drawing.Point(498, 678); this.btnzxxdxm.Name = "btnzxxdxm"; this.btnzxxdxm.Size = new System.Drawing.Size(91, 23); this.btnzxxdxm.TabIndex = 8; this.btnzxxdxm.Text = "注销选定项目"; this.btnzxxdxm.UseVisualStyleBackColor = true; this.btnzxxdxm.Click += new System.EventHandler(this.btnzxxdxm_Click); // // btnqxzx // this.btnqxzx.Location = new System.Drawing.Point(609, 678); this.btnqxzx.Name = "btnqxzx"; this.btnqxzx.Size = new System.Drawing.Size(91, 23); this.btnqxzx.TabIndex = 9; this.btnqxzx.Text = "取消注销"; this.btnqxzx.UseVisualStyleBackColor = true; this.btnqxzx.Click += new System.EventHandler(this.btnqxzx_Click); // // btnUpdate // this.btnUpdate.Location = new System.Drawing.Point(720, 678); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(91, 23); this.btnUpdate.TabIndex = 10; this.btnUpdate.Text = "建议诊断维护"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(148, 250); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(141, 21); this.textBox1.TabIndex = 14; this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(53, 254); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 12); this.label2.TabIndex = 15; this.label2.Text = "检查项目名称:"; // // tbxckxxN // this.tbxckxxN.Location = new System.Drawing.Point(98, 303); this.tbxckxxN.Name = "tbxckxxN"; this.tbxckxxN.Size = new System.Drawing.Size(201, 21); this.tbxckxxN.TabIndex = 37; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(10, 306); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 12); this.label3.TabIndex = 36; this.label3.Text = "参考下限(女):"; // // tbxcksxN // this.tbxcksxN.Location = new System.Drawing.Point(98, 268); this.tbxcksxN.Name = "tbxcksxN"; this.tbxcksxN.Size = new System.Drawing.Size(201, 21); this.tbxcksxN.TabIndex = 35; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(10, 271); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 12); this.label4.TabIndex = 34; this.label4.Text = "参考上限(女):"; // // frmSetTiJianXiangMu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(850, 718); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.btnqxzx); this.Controls.Add(this.btnzxxdxm); this.Controls.Add(this.btnxg); this.Controls.Add(this.btntj); this.Controls.Add(this.btnxjxm); this.Controls.Add(this.gbxjcxmbj); this.Controls.Add(this.dgvtjxmxx); this.Controls.Add(this.lblZyxx); this.Controls.Add(this.dgvkslist); this.Controls.Add(this.lblSsks); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "frmSetTiJianXiangMu"; this.Text = "体检项目设置"; this.Load += new System.EventHandler(this.frmSetTiJianXiangMu_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvkslist)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsKs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvtjxmxx)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsJcxm)).EndInit(); this.gbxjcxmbj.ResumeLayout(false); this.gbxjcxmbj.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblSsks; private System.Windows.Forms.DataGridView dgvkslist; private System.Windows.Forms.Label lblZyxx; private System.Windows.Forms.DataGridView dgvtjxmxx; private System.Windows.Forms.GroupBox gbxjcxmbj; private System.Windows.Forms.TextBox tbxzcjg; private System.Windows.Forms.Label lblzcjg; private System.Windows.Forms.TextBox tbxzbdw; private System.Windows.Forms.Label lblzbdw; private System.Windows.Forms.TextBox tbxckxx; private System.Windows.Forms.Label lblckxx; private System.Windows.Forms.TextBox tbxcksx; private System.Windows.Forms.Label lblcksx; private System.Windows.Forms.TextBox tbxksbm; private System.Windows.Forms.Label lblksbm; private System.Windows.Forms.TextBox tbxjcks; private System.Windows.Forms.Label lbljcks; private System.Windows.Forms.TextBox tbxxmjc; private System.Windows.Forms.Label xmjc; private System.Windows.Forms.TextBox tbxxmmc; private System.Windows.Forms.Label lblxmmc; private System.Windows.Forms.TextBox tbxxmbm; private System.Windows.Forms.Label lblxmbm; private System.Windows.Forms.ComboBox cbxjglx; private System.Windows.Forms.TextBox tbxxssx; private System.Windows.Forms.ComboBox cbxhyzk; private System.Windows.Forms.ComboBox cbxsyxb; private System.Windows.Forms.Label lbljglx; private System.Windows.Forms.Label lblxxsx; private System.Windows.Forms.Label lblhyzk; private System.Windows.Forms.Label lblsyxb; private System.Windows.Forms.Button btnxjxm; private System.Windows.Forms.Button btntj; private System.Windows.Forms.Button btnxg; private System.Windows.Forms.Button btnzxxdxm; private System.Windows.Forms.Button btnqxzx; private System.Windows.Forms.BindingSource BsKs; private System.Windows.Forms.BindingSource BsJcxm; private System.Windows.Forms.DataGridViewTextBoxColumn ksbm; private System.Windows.Forms.DataGridViewTextBoxColumn ksmc; private System.Windows.Forms.TextBox tbxdyfw; private System.Windows.Forms.Label lbldyfw; private System.Windows.Forms.TextBox tbxtqbm; private System.Windows.Forms.Label lbltqbm; private System.Windows.Forms.TextBox tbxhsbm; private System.Windows.Forms.Label lblhsbm; private System.Windows.Forms.TextBox tblis; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridViewTextBoxColumn zxbj; private System.Windows.Forms.DataGridViewTextBoxColumn xmdm; private System.Windows.Forms.DataGridViewTextBoxColumn xmmc; private System.Windows.Forms.DataGridViewTextBoxColumn syxb; private System.Windows.Forms.DataGridViewTextBoxColumn hyzk; private System.Windows.Forms.DataGridViewTextBoxColumn xssx; private System.Windows.Forms.DataGridViewTextBoxColumn hsbm; private System.Windows.Forms.DataGridViewTextBoxColumn tqbm; private System.Windows.Forms.DataGridViewTextBoxColumn dyfw; private System.Windows.Forms.DataGridViewTextBoxColumn lis; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbxckxxN; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbxcksxN; private System.Windows.Forms.Label label4; } }