| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 | namespace PTMedicalInsurance.Forms{    partial class AddSingleDictionary    {        /// <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.pnlBottom = new System.Windows.Forms.Panel();            this.btnNo = new System.Windows.Forms.Button();            this.btnYes = new System.Windows.Forms.Button();            this.pnlClient = new System.Windows.Forms.Panel();            this.gbConnotation = new System.Windows.Forms.GroupBox();            this.tbStopDate = new System.Windows.Forms.TextBox();            this.label2 = new System.Windows.Forms.Label();            this.tbStartDate = new System.Windows.Forms.TextBox();            this.label3 = new System.Windows.Forms.Label();            this.tbPinyinSearchCode = new System.Windows.Forms.TextBox();            this.lbLocateCode = new System.Windows.Forms.Label();            this.tbDescripts = new System.Windows.Forms.TextBox();            this.lbName = new System.Windows.Forms.Label();            this.tbCode = new System.Windows.Forms.TextBox();            this.lbCode = new System.Windows.Forms.Label();            this.groupBox1 = new System.Windows.Forms.GroupBox();            this.tbInsuCodeStopDate = new System.Windows.Forms.TextBox();            this.label1 = new System.Windows.Forms.Label();            this.tbInsuCodeStartDate = new System.Windows.Forms.TextBox();            this.label6 = new System.Windows.Forms.Label();            this.tbInsuDesc = new System.Windows.Forms.TextBox();            this.label7 = new System.Windows.Forms.Label();            this.tbInsuCode = new System.Windows.Forms.TextBox();            this.label8 = new System.Windows.Forms.Label();            this.label24 = new System.Windows.Forms.Label();            this.cbxDirecType = new System.Windows.Forms.ComboBox();            this.pnlTop = new System.Windows.Forms.Panel();            this.pnlBottom.SuspendLayout();            this.pnlClient.SuspendLayout();            this.gbConnotation.SuspendLayout();            this.groupBox1.SuspendLayout();            this.pnlTop.SuspendLayout();            this.SuspendLayout();            //             // pnlBottom            //             this.pnlBottom.Controls.Add(this.btnNo);            this.pnlBottom.Controls.Add(this.btnYes);            this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;            this.pnlBottom.Location = new System.Drawing.Point(0, 424);            this.pnlBottom.Margin = new System.Windows.Forms.Padding(7);            this.pnlBottom.Name = "pnlBottom";            this.pnlBottom.Size = new System.Drawing.Size(1333, 110);            this.pnlBottom.TabIndex = 3;            //             // btnNo            //             this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));            this.btnNo.Location = new System.Drawing.Point(979, 30);            this.btnNo.Margin = new System.Windows.Forms.Padding(7);            this.btnNo.Name = "btnNo";            this.btnNo.Size = new System.Drawing.Size(233, 51);            this.btnNo.TabIndex = 1;            this.btnNo.Text = "放弃";            this.btnNo.UseVisualStyleBackColor = true;            this.btnNo.Click += new System.EventHandler(this.btnNo_Click);            //             // btnYes            //             this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));            this.btnYes.Location = new System.Drawing.Point(695, 30);            this.btnYes.Margin = new System.Windows.Forms.Padding(7);            this.btnYes.Name = "btnYes";            this.btnYes.Size = new System.Drawing.Size(233, 51);            this.btnYes.TabIndex = 0;            this.btnYes.Text = "确定";            this.btnYes.UseVisualStyleBackColor = true;            this.btnYes.Click += new System.EventHandler(this.btnYes_Click);            //             // pnlClient            //             this.pnlClient.Controls.Add(this.gbConnotation);            this.pnlClient.Controls.Add(this.groupBox1);            this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;            this.pnlClient.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.pnlClient.Location = new System.Drawing.Point(0, 66);            this.pnlClient.Margin = new System.Windows.Forms.Padding(7);            this.pnlClient.Name = "pnlClient";            this.pnlClient.Size = new System.Drawing.Size(1333, 358);            this.pnlClient.TabIndex = 4;            //             // gbConnotation            //             this.gbConnotation.Controls.Add(this.tbStopDate);            this.gbConnotation.Controls.Add(this.label2);            this.gbConnotation.Controls.Add(this.tbStartDate);            this.gbConnotation.Controls.Add(this.label3);            this.gbConnotation.Controls.Add(this.tbPinyinSearchCode);            this.gbConnotation.Controls.Add(this.lbLocateCode);            this.gbConnotation.Controls.Add(this.tbDescripts);            this.gbConnotation.Controls.Add(this.lbName);            this.gbConnotation.Controls.Add(this.tbCode);            this.gbConnotation.Controls.Add(this.lbCode);            this.gbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;            this.gbConnotation.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.gbConnotation.Location = new System.Drawing.Point(0, 162);            this.gbConnotation.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);            this.gbConnotation.Name = "gbConnotation";            this.gbConnotation.Padding = new System.Windows.Forms.Padding(6, 5, 6, 5);            this.gbConnotation.Size = new System.Drawing.Size(1333, 196);            this.gbConnotation.TabIndex = 79;            this.gbConnotation.TabStop = false;            this.gbConnotation.Text = "字典明细";            //             // tbStopDate            //             this.tbStopDate.Location = new System.Drawing.Point(835, 77);            this.tbStopDate.Margin = new System.Windows.Forms.Padding(7);            this.tbStopDate.Name = "tbStopDate";            this.tbStopDate.Size = new System.Drawing.Size(415, 31);            this.tbStopDate.TabIndex = 73;            //             // label2            //             this.label2.AutoSize = true;            this.label2.ForeColor = System.Drawing.Color.Black;            this.label2.Location = new System.Drawing.Point(691, 80);            this.label2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(136, 21);            this.label2.TabIndex = 72;            this.label2.Text = "明细失效日期";            //             // tbStartDate            //             this.tbStartDate.Location = new System.Drawing.Point(189, 77);            this.tbStartDate.Margin = new System.Windows.Forms.Padding(7);            this.tbStartDate.Name = "tbStartDate";            this.tbStartDate.Size = new System.Drawing.Size(415, 31);            this.tbStartDate.TabIndex = 71;            //             // label3            //             this.label3.AutoSize = true;            this.label3.ForeColor = System.Drawing.Color.Red;            this.label3.Location = new System.Drawing.Point(39, 80);            this.label3.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(136, 21);            this.label3.TabIndex = 70;            this.label3.Text = "明细生效日期";            //             // tbPinyinSearchCode            //             this.tbPinyinSearchCode.Location = new System.Drawing.Point(189, 130);            this.tbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(7);            this.tbPinyinSearchCode.Name = "tbPinyinSearchCode";            this.tbPinyinSearchCode.Size = new System.Drawing.Size(415, 31);            this.tbPinyinSearchCode.TabIndex = 67;            //             // lbLocateCode            //             this.lbLocateCode.AutoSize = true;            this.lbLocateCode.Location = new System.Drawing.Point(60, 131);            this.lbLocateCode.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.lbLocateCode.Name = "lbLocateCode";            this.lbLocateCode.Size = new System.Drawing.Size(115, 21);            this.lbLocateCode.TabIndex = 66;            this.lbLocateCode.Text = "拼音查找码";            //             // tbDescripts            //             this.tbDescripts.Location = new System.Drawing.Point(835, 24);            this.tbDescripts.Margin = new System.Windows.Forms.Padding(7);            this.tbDescripts.Name = "tbDescripts";            this.tbDescripts.Size = new System.Drawing.Size(415, 31);            this.tbDescripts.TabIndex = 65;            //             // lbName            //             this.lbName.AutoSize = true;            this.lbName.ForeColor = System.Drawing.Color.Red;            this.lbName.Location = new System.Drawing.Point(691, 29);            this.lbName.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.lbName.Name = "lbName";            this.lbName.Size = new System.Drawing.Size(136, 21);            this.lbName.TabIndex = 64;            this.lbName.Text = "明细编码描述";            //             // tbCode            //             this.tbCode.Location = new System.Drawing.Point(189, 24);            this.tbCode.Margin = new System.Windows.Forms.Padding(7);            this.tbCode.Name = "tbCode";            this.tbCode.Size = new System.Drawing.Size(415, 31);            this.tbCode.TabIndex = 63;            //             // lbCode            //             this.lbCode.AutoSize = true;            this.lbCode.ForeColor = System.Drawing.Color.Red;            this.lbCode.Location = new System.Drawing.Point(39, 28);            this.lbCode.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.lbCode.Name = "lbCode";            this.lbCode.Size = new System.Drawing.Size(136, 21);            this.lbCode.TabIndex = 62;            this.lbCode.Text = "字典明细编码";            //             // groupBox1            //             this.groupBox1.Controls.Add(this.tbInsuCodeStopDate);            this.groupBox1.Controls.Add(this.label1);            this.groupBox1.Controls.Add(this.tbInsuCodeStartDate);            this.groupBox1.Controls.Add(this.label6);            this.groupBox1.Controls.Add(this.tbInsuDesc);            this.groupBox1.Controls.Add(this.label7);            this.groupBox1.Controls.Add(this.tbInsuCode);            this.groupBox1.Controls.Add(this.label8);            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;            this.groupBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.groupBox1.Location = new System.Drawing.Point(0, 0);            this.groupBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);            this.groupBox1.Name = "groupBox1";            this.groupBox1.Padding = new System.Windows.Forms.Padding(6, 5, 6, 5);            this.groupBox1.Size = new System.Drawing.Size(1333, 162);            this.groupBox1.TabIndex = 78;            this.groupBox1.TabStop = false;            this.groupBox1.Text = "字典大类";            //             // tbInsuCodeStopDate            //             this.tbInsuCodeStopDate.Location = new System.Drawing.Point(835, 89);            this.tbInsuCodeStopDate.Margin = new System.Windows.Forms.Padding(7);            this.tbInsuCodeStopDate.Name = "tbInsuCodeStopDate";            this.tbInsuCodeStopDate.Size = new System.Drawing.Size(415, 31);            this.tbInsuCodeStopDate.TabIndex = 11;            //             // label1            //             this.label1.AutoSize = true;            this.label1.ForeColor = System.Drawing.Color.Black;            this.label1.Location = new System.Drawing.Point(691, 91);            this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(136, 21);            this.label1.TabIndex = 10;            this.label1.Text = "大类失效日期";            //             // tbInsuCodeStartDate            //             this.tbInsuCodeStartDate.Location = new System.Drawing.Point(189, 89);            this.tbInsuCodeStartDate.Margin = new System.Windows.Forms.Padding(7);            this.tbInsuCodeStartDate.Name = "tbInsuCodeStartDate";            this.tbInsuCodeStartDate.Size = new System.Drawing.Size(415, 31);            this.tbInsuCodeStartDate.TabIndex = 9;            //             // label6            //             this.label6.AutoSize = true;            this.label6.ForeColor = System.Drawing.Color.Red;            this.label6.Location = new System.Drawing.Point(39, 91);            this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.label6.Name = "label6";            this.label6.Size = new System.Drawing.Size(136, 21);            this.label6.TabIndex = 8;            this.label6.Text = "大类生效日期";            //             // tbInsuDesc            //             this.tbInsuDesc.Location = new System.Drawing.Point(835, 36);            this.tbInsuDesc.Margin = new System.Windows.Forms.Padding(7);            this.tbInsuDesc.Name = "tbInsuDesc";            this.tbInsuDesc.Size = new System.Drawing.Size(415, 31);            this.tbInsuDesc.TabIndex = 7;            //             // label7            //             this.label7.AutoSize = true;            this.label7.ForeColor = System.Drawing.Color.Red;            this.label7.Location = new System.Drawing.Point(691, 44);            this.label7.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.label7.Name = "label7";            this.label7.Size = new System.Drawing.Size(136, 21);            this.label7.TabIndex = 6;            this.label7.Text = "字典大类描述";            //             // tbInsuCode            //             this.tbInsuCode.Location = new System.Drawing.Point(189, 36);            this.tbInsuCode.Margin = new System.Windows.Forms.Padding(7);            this.tbInsuCode.Name = "tbInsuCode";            this.tbInsuCode.Size = new System.Drawing.Size(415, 31);            this.tbInsuCode.TabIndex = 5;            //             // label8            //             this.label8.AutoSize = true;            this.label8.ForeColor = System.Drawing.Color.Red;            this.label8.Location = new System.Drawing.Point(39, 44);            this.label8.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.label8.Name = "label8";            this.label8.Size = new System.Drawing.Size(136, 21);            this.label8.TabIndex = 4;            this.label8.Text = "字典大类代码";            //             // label24            //             this.label24.AutoSize = true;            this.label24.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label24.Location = new System.Drawing.Point(37, 28);            this.label24.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);            this.label24.Name = "label24";            this.label24.Size = new System.Drawing.Size(52, 21);            this.label24.TabIndex = 6;            this.label24.Text = "类型";            //             // cbxDirecType            //             this.cbxDirecType.Enabled = false;            this.cbxDirecType.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.cbxDirecType.FormattingEnabled = true;            this.cbxDirecType.Items.AddRange(new object[] {            "药品",            "诊疗",            "材料",            "疾病诊断",            "手术",            "门诊慢特病种",            "DRGs",            "日间手术",            "字典表"});            this.cbxDirecType.Location = new System.Drawing.Point(117, 20);            this.cbxDirecType.Margin = new System.Windows.Forms.Padding(7);            this.cbxDirecType.Name = "cbxDirecType";            this.cbxDirecType.Size = new System.Drawing.Size(351, 29);            this.cbxDirecType.TabIndex = 7;            //             // pnlTop            //             this.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;            this.pnlTop.Controls.Add(this.cbxDirecType);            this.pnlTop.Controls.Add(this.label24);            this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;            this.pnlTop.Location = new System.Drawing.Point(0, 0);            this.pnlTop.Margin = new System.Windows.Forms.Padding(7);            this.pnlTop.Name = "pnlTop";            this.pnlTop.Size = new System.Drawing.Size(1333, 66);            this.pnlTop.TabIndex = 1;            //             // AddSingleDictionary            //             this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1333, 534);            this.Controls.Add(this.pnlClient);            this.Controls.Add(this.pnlBottom);            this.Controls.Add(this.pnlTop);            this.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);            this.Name = "AddSingleDictionary";            this.Text = "AddSingleDictionary";            this.pnlBottom.ResumeLayout(false);            this.pnlClient.ResumeLayout(false);            this.gbConnotation.ResumeLayout(false);            this.gbConnotation.PerformLayout();            this.groupBox1.ResumeLayout(false);            this.groupBox1.PerformLayout();            this.pnlTop.ResumeLayout(false);            this.pnlTop.PerformLayout();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.Panel pnlBottom;        private System.Windows.Forms.Button btnNo;        private System.Windows.Forms.Button btnYes;        private System.Windows.Forms.Panel pnlClient;        private System.Windows.Forms.GroupBox gbConnotation;        private System.Windows.Forms.TextBox tbStopDate;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.TextBox tbStartDate;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.TextBox tbPinyinSearchCode;        private System.Windows.Forms.Label lbLocateCode;        private System.Windows.Forms.TextBox tbDescripts;        private System.Windows.Forms.Label lbName;        private System.Windows.Forms.TextBox tbCode;        private System.Windows.Forms.Label lbCode;        private System.Windows.Forms.GroupBox groupBox1;        private System.Windows.Forms.TextBox tbInsuCodeStopDate;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.TextBox tbInsuCodeStartDate;        private System.Windows.Forms.Label label6;        private System.Windows.Forms.TextBox tbInsuDesc;        private System.Windows.Forms.Label label7;        private System.Windows.Forms.TextBox tbInsuCode;        private System.Windows.Forms.Label label8;        private System.Windows.Forms.Label label24;        private System.Windows.Forms.ComboBox cbxDirecType;        private System.Windows.Forms.Panel pnlTop;    }}
 |