| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275 | namespace PTMedicalInsurance{    partial class AddMedInsuDirectory    {        /// <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.uiTitlePanel1 = new Sunny.UI.UITitlePanel();            this.uiPanel4 = new Sunny.UI.UIPanel();            this.rtbExceptContent = new Sunny.UI.UIRichTextBox();            this.uiLabel28 = new Sunny.UI.UILabel();            this.uiPanel7 = new Sunny.UI.UIPanel();            this.rtbInstructions = new Sunny.UI.UIRichTextBox();            this.uiLabel29 = new Sunny.UI.UILabel();            this.uiPanel5 = new Sunny.UI.UIPanel();            this.rtbLimitRange = new Sunny.UI.UIRichTextBox();            this.uiLabel27 = new Sunny.UI.UILabel();            this.uiPanel6 = new Sunny.UI.UIPanel();            this.rtbConnotation = new Sunny.UI.UIRichTextBox();            this.uiLabel26 = new Sunny.UI.UILabel();            this.uiPanel3 = new Sunny.UI.UIPanel();            this.btnNo = new Sunny.UI.UIButton();            this.btnYes = new Sunny.UI.UIButton();            this.uiFlowLayoutPanel2 = new Sunny.UI.UIFlowLayoutPanel();            this.pnlClient = new Sunny.UI.UIPanel();            this.cbxChargeItemLevel = new Sunny.UI.UIComboBox();            this.tbCompany = new Sunny.UI.UITextBox();            this.tbNationalName = new Sunny.UI.UITextBox();            this.tbPinyinSearchCode = new Sunny.UI.UITextBox();            this.tbCategory = new Sunny.UI.UITextBox();            this.tbLocateName = new Sunny.UI.UITextBox();            this.lbCompany = new Sunny.UI.UILabel();            this.lbNationalName = new Sunny.UI.UILabel();            this.lbChargeItemLevel = new Sunny.UI.UILabel();            this.lbPinyinSearchCode = new Sunny.UI.UILabel();            this.lbCategory = new Sunny.UI.UILabel();            this.lbLocateName = new Sunny.UI.UILabel();            this.tbNote = new Sunny.UI.UITextBox();            this.tbNationalCode = new Sunny.UI.UITextBox();            this.tbApprovalNO = new Sunny.UI.UITextBox();            this.tbUnitOfValuation = new Sunny.UI.UITextBox();            this.tbDosageName = new Sunny.UI.UITextBox();            this.tbLocateCode = new Sunny.UI.UITextBox();            this.lbNote = new Sunny.UI.UILabel();            this.lbNationalCode = new Sunny.UI.UILabel();            this.lbApprovalNO = new Sunny.UI.UILabel();            this.lbUnitOfValuation = new Sunny.UI.UILabel();            this.lbDosageName = new Sunny.UI.UILabel();            this.lbLocateCode = new Sunny.UI.UILabel();            this.tbUniqueRecordNO = new Sunny.UI.UITextBox();            this.tbVersionName = new Sunny.UI.UITextBox();            this.tbEndDate = new Sunny.UI.UITextBox();            this.tbUnitOfPackag = new Sunny.UI.UITextBox();            this.tbDosageCode = new Sunny.UI.UITextBox();            this.tbName = new Sunny.UI.UITextBox();            this.lbUniqueRecordNO = new Sunny.UI.UILabel();            this.lbVersionName = new Sunny.UI.UILabel();            this.lbEndDate = new Sunny.UI.UILabel();            this.lbUnitOfPackag = new Sunny.UI.UILabel();            this.lbDosageCode = new Sunny.UI.UILabel();            this.lbName = new Sunny.UI.UILabel();            this.tbManufacturers = new Sunny.UI.UITextBox();            this.tbVersionNO = new Sunny.UI.UITextBox();            this.tbStartDate = new Sunny.UI.UITextBox();            this.tbSpecification = new Sunny.UI.UITextBox();            this.tbSafetyCode = new Sunny.UI.UITextBox();            this.tbCode = new Sunny.UI.UITextBox();            this.lbManufacturers = new Sunny.UI.UILabel();            this.lbVersionNO = new Sunny.UI.UILabel();            this.lbStartDate = new Sunny.UI.UILabel();            this.lbSpecification = new Sunny.UI.UILabel();            this.lbSafetyCode = new Sunny.UI.UILabel();            this.lbCode = new Sunny.UI.UILabel();            this.uiPanel1 = new Sunny.UI.UIPanel();            this.cbValidFlag = new Sunny.UI.UICheckBox();            this.cbLimitFlag = new Sunny.UI.UICheckBox();            this.cbSpecialFlag = new Sunny.UI.UICheckBox();            this.cbUseFlag = new Sunny.UI.UICheckBox();            this.cbxDirecType = new Sunny.UI.UIComboBox();            this.uiLabel1 = new Sunny.UI.UILabel();            this.uiFlowLayoutPanel1 = new Sunny.UI.UIFlowLayoutPanel();            this.uiTitlePanel1.SuspendLayout();            this.uiPanel4.SuspendLayout();            this.uiPanel7.SuspendLayout();            this.uiPanel5.SuspendLayout();            this.uiPanel6.SuspendLayout();            this.uiPanel3.SuspendLayout();            this.pnlClient.SuspendLayout();            this.uiPanel1.SuspendLayout();            this.SuspendLayout();            //             // uiTitlePanel1            //             this.uiTitlePanel1.Controls.Add(this.uiPanel4);            this.uiTitlePanel1.Controls.Add(this.uiPanel5);            this.uiTitlePanel1.Controls.Add(this.uiPanel3);            this.uiTitlePanel1.Controls.Add(this.pnlClient);            this.uiTitlePanel1.Controls.Add(this.uiPanel1);            this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;            this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);            this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);            this.uiTitlePanel1.Name = "uiTitlePanel1";            this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);            this.uiTitlePanel1.ShowText = false;            this.uiTitlePanel1.Size = new System.Drawing.Size(1333, 810);            this.uiTitlePanel1.TabIndex = 0;            this.uiTitlePanel1.Text = "医保目录基础信息(注意:红色编辑框为必填项目)";            this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiPanel4            //             this.uiPanel4.Controls.Add(this.rtbExceptContent);            this.uiPanel4.Controls.Add(this.uiLabel28);            this.uiPanel4.Controls.Add(this.uiPanel7);            this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Bottom;            this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel4.Location = new System.Drawing.Point(0, 451);            this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel4.Name = "uiPanel4";            this.uiPanel4.Size = new System.Drawing.Size(1333, 143);            this.uiPanel4.TabIndex = 16;            this.uiPanel4.Text = null;            this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // rtbExceptContent            //             this.rtbExceptContent.Dock = System.Windows.Forms.DockStyle.Fill;            this.rtbExceptContent.FillColor = System.Drawing.Color.White;            this.rtbExceptContent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.rtbExceptContent.Location = new System.Drawing.Point(643, 29);            this.rtbExceptContent.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.rtbExceptContent.MinimumSize = new System.Drawing.Size(1, 1);            this.rtbExceptContent.Name = "rtbExceptContent";            this.rtbExceptContent.Padding = new System.Windows.Forms.Padding(2);            this.rtbExceptContent.ShowText = false;            this.rtbExceptContent.Size = new System.Drawing.Size(690, 114);            this.rtbExceptContent.TabIndex = 5;            this.rtbExceptContent.TextAlignment = System.Drawing.ContentAlignment.TopLeft;            this.rtbExceptContent.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel28            //             this.uiLabel28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.uiLabel28.Dock = System.Windows.Forms.DockStyle.Top;            this.uiLabel28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiLabel28.Location = new System.Drawing.Point(643, 0);            this.uiLabel28.Name = "uiLabel28";            this.uiLabel28.Size = new System.Drawing.Size(690, 29);            this.uiLabel28.TabIndex = 4;            this.uiLabel28.Text = "除外内容ExceptContent";            this.uiLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel28.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiPanel7            //             this.uiPanel7.Controls.Add(this.rtbInstructions);            this.uiPanel7.Controls.Add(this.uiLabel29);            this.uiPanel7.Dock = System.Windows.Forms.DockStyle.Left;            this.uiPanel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel7.Location = new System.Drawing.Point(0, 0);            this.uiPanel7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel7.Name = "uiPanel7";            this.uiPanel7.Size = new System.Drawing.Size(643, 143);            this.uiPanel7.TabIndex = 0;            this.uiPanel7.Text = null;            this.uiPanel7.TextAlignment = System.Drawing.ContentAlignment.TopLeft;            this.uiPanel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // rtbInstructions            //             this.rtbInstructions.Dock = System.Windows.Forms.DockStyle.Fill;            this.rtbInstructions.FillColor = System.Drawing.Color.White;            this.rtbInstructions.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.rtbInstructions.Location = new System.Drawing.Point(0, 29);            this.rtbInstructions.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.rtbInstructions.MinimumSize = new System.Drawing.Size(1, 1);            this.rtbInstructions.Name = "rtbInstructions";            this.rtbInstructions.Padding = new System.Windows.Forms.Padding(2);            this.rtbInstructions.ShowText = false;            this.rtbInstructions.Size = new System.Drawing.Size(643, 114);            this.rtbInstructions.TabIndex = 4;            this.rtbInstructions.TextAlignment = System.Drawing.ContentAlignment.TopLeft;            this.rtbInstructions.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel29            //             this.uiLabel29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.uiLabel29.Dock = System.Windows.Forms.DockStyle.Top;            this.uiLabel29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiLabel29.Location = new System.Drawing.Point(0, 0);            this.uiLabel29.Name = "uiLabel29";            this.uiLabel29.Size = new System.Drawing.Size(643, 29);            this.uiLabel29.TabIndex = 3;            this.uiLabel29.Text = "说明Instructions";            this.uiLabel29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel29.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiPanel5            //             this.uiPanel5.Controls.Add(this.rtbLimitRange);            this.uiPanel5.Controls.Add(this.uiLabel27);            this.uiPanel5.Controls.Add(this.uiPanel6);            this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;            this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel5.Location = new System.Drawing.Point(0, 594);            this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel5.Name = "uiPanel5";            this.uiPanel5.Size = new System.Drawing.Size(1333, 143);            this.uiPanel5.TabIndex = 15;            this.uiPanel5.Text = null;            this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // rtbLimitRange            //             this.rtbLimitRange.Dock = System.Windows.Forms.DockStyle.Fill;            this.rtbLimitRange.FillColor = System.Drawing.Color.White;            this.rtbLimitRange.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.rtbLimitRange.Location = new System.Drawing.Point(643, 29);            this.rtbLimitRange.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.rtbLimitRange.MinimumSize = new System.Drawing.Size(1, 1);            this.rtbLimitRange.Name = "rtbLimitRange";            this.rtbLimitRange.Padding = new System.Windows.Forms.Padding(2);            this.rtbLimitRange.ShowText = false;            this.rtbLimitRange.Size = new System.Drawing.Size(690, 114);            this.rtbLimitRange.TabIndex = 5;            this.rtbLimitRange.TextAlignment = System.Drawing.ContentAlignment.TopLeft;            this.rtbLimitRange.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel27            //             this.uiLabel27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.uiLabel27.Dock = System.Windows.Forms.DockStyle.Top;            this.uiLabel27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiLabel27.Location = new System.Drawing.Point(643, 0);            this.uiLabel27.Name = "uiLabel27";            this.uiLabel27.Size = new System.Drawing.Size(690, 29);            this.uiLabel27.TabIndex = 4;            this.uiLabel27.Text = "限制范围";            this.uiLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel27.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiPanel6            //             this.uiPanel6.Controls.Add(this.rtbConnotation);            this.uiPanel6.Controls.Add(this.uiLabel26);            this.uiPanel6.Dock = System.Windows.Forms.DockStyle.Left;            this.uiPanel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel6.Location = new System.Drawing.Point(0, 0);            this.uiPanel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel6.Name = "uiPanel6";            this.uiPanel6.Size = new System.Drawing.Size(643, 143);            this.uiPanel6.TabIndex = 0;            this.uiPanel6.Text = null;            this.uiPanel6.TextAlignment = System.Drawing.ContentAlignment.TopLeft;            this.uiPanel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // rtbConnotation            //             this.rtbConnotation.Dock = System.Windows.Forms.DockStyle.Fill;            this.rtbConnotation.FillColor = System.Drawing.Color.White;            this.rtbConnotation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.rtbConnotation.Location = new System.Drawing.Point(0, 29);            this.rtbConnotation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.rtbConnotation.MinimumSize = new System.Drawing.Size(1, 1);            this.rtbConnotation.Name = "rtbConnotation";            this.rtbConnotation.Padding = new System.Windows.Forms.Padding(2);            this.rtbConnotation.ShowText = false;            this.rtbConnotation.Size = new System.Drawing.Size(643, 114);            this.rtbConnotation.TabIndex = 4;            this.rtbConnotation.TextAlignment = System.Drawing.ContentAlignment.TopLeft;            this.rtbConnotation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel26            //             this.uiLabel26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.uiLabel26.Dock = System.Windows.Forms.DockStyle.Top;            this.uiLabel26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiLabel26.Location = new System.Drawing.Point(0, 0);            this.uiLabel26.Name = "uiLabel26";            this.uiLabel26.Size = new System.Drawing.Size(643, 29);            this.uiLabel26.TabIndex = 3;            this.uiLabel26.Text = "项目内涵";            this.uiLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiPanel3            //             this.uiPanel3.Controls.Add(this.btnNo);            this.uiPanel3.Controls.Add(this.btnYes);            this.uiPanel3.Controls.Add(this.uiFlowLayoutPanel2);            this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;            this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel3.Location = new System.Drawing.Point(0, 737);            this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel3.Name = "uiPanel3";            this.uiPanel3.Size = new System.Drawing.Size(1333, 73);            this.uiPanel3.TabIndex = 13;            this.uiPanel3.Text = null;            this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // btnNo            //             this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));            this.btnNo.Cursor = System.Windows.Forms.Cursors.Hand;            this.btnNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnNo.Location = new System.Drawing.Point(1192, 15);            this.btnNo.MinimumSize = new System.Drawing.Size(1, 1);            this.btnNo.Name = "btnNo";            this.btnNo.Size = new System.Drawing.Size(107, 44);            this.btnNo.TabIndex = 5;            this.btnNo.Text = "放  弃";            this.btnNo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.btnNo.Click += new System.EventHandler(this.btnNo_Click);            //             // btnYes            //             this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));            this.btnYes.Cursor = System.Windows.Forms.Cursors.Hand;            this.btnYes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnYes.Location = new System.Drawing.Point(1076, 15);            this.btnYes.MinimumSize = new System.Drawing.Size(1, 1);            this.btnYes.Name = "btnYes";            this.btnYes.Size = new System.Drawing.Size(107, 44);            this.btnYes.TabIndex = 4;            this.btnYes.Text = "确  定";            this.btnYes.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btnYes.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.btnYes.Click += new System.EventHandler(this.btnYes_Click);            //             // uiFlowLayoutPanel2            //             this.uiFlowLayoutPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiFlowLayoutPanel2.Location = new System.Drawing.Point(265, 179);            this.uiFlowLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiFlowLayoutPanel2.MinimumSize = new System.Drawing.Size(1, 1);            this.uiFlowLayoutPanel2.Name = "uiFlowLayoutPanel2";            this.uiFlowLayoutPanel2.Padding = new System.Windows.Forms.Padding(2);            this.uiFlowLayoutPanel2.ShowText = false;            this.uiFlowLayoutPanel2.Size = new System.Drawing.Size(433, 387);            this.uiFlowLayoutPanel2.TabIndex = 1;            this.uiFlowLayoutPanel2.Text = "uiFlowLayoutPanel2";            this.uiFlowLayoutPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiFlowLayoutPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // pnlClient            //             this.pnlClient.Controls.Add(this.cbxChargeItemLevel);            this.pnlClient.Controls.Add(this.tbCompany);            this.pnlClient.Controls.Add(this.tbNationalName);            this.pnlClient.Controls.Add(this.tbPinyinSearchCode);            this.pnlClient.Controls.Add(this.tbCategory);            this.pnlClient.Controls.Add(this.tbLocateName);            this.pnlClient.Controls.Add(this.lbCompany);            this.pnlClient.Controls.Add(this.lbNationalName);            this.pnlClient.Controls.Add(this.lbChargeItemLevel);            this.pnlClient.Controls.Add(this.lbPinyinSearchCode);            this.pnlClient.Controls.Add(this.lbCategory);            this.pnlClient.Controls.Add(this.lbLocateName);            this.pnlClient.Controls.Add(this.tbNote);            this.pnlClient.Controls.Add(this.tbNationalCode);            this.pnlClient.Controls.Add(this.tbApprovalNO);            this.pnlClient.Controls.Add(this.tbUnitOfValuation);            this.pnlClient.Controls.Add(this.tbDosageName);            this.pnlClient.Controls.Add(this.tbLocateCode);            this.pnlClient.Controls.Add(this.lbNote);            this.pnlClient.Controls.Add(this.lbNationalCode);            this.pnlClient.Controls.Add(this.lbApprovalNO);            this.pnlClient.Controls.Add(this.lbUnitOfValuation);            this.pnlClient.Controls.Add(this.lbDosageName);            this.pnlClient.Controls.Add(this.lbLocateCode);            this.pnlClient.Controls.Add(this.tbUniqueRecordNO);            this.pnlClient.Controls.Add(this.tbVersionName);            this.pnlClient.Controls.Add(this.tbEndDate);            this.pnlClient.Controls.Add(this.tbUnitOfPackag);            this.pnlClient.Controls.Add(this.tbDosageCode);            this.pnlClient.Controls.Add(this.tbName);            this.pnlClient.Controls.Add(this.lbUniqueRecordNO);            this.pnlClient.Controls.Add(this.lbVersionName);            this.pnlClient.Controls.Add(this.lbEndDate);            this.pnlClient.Controls.Add(this.lbUnitOfPackag);            this.pnlClient.Controls.Add(this.lbDosageCode);            this.pnlClient.Controls.Add(this.lbName);            this.pnlClient.Controls.Add(this.tbManufacturers);            this.pnlClient.Controls.Add(this.tbVersionNO);            this.pnlClient.Controls.Add(this.tbStartDate);            this.pnlClient.Controls.Add(this.tbSpecification);            this.pnlClient.Controls.Add(this.tbSafetyCode);            this.pnlClient.Controls.Add(this.tbCode);            this.pnlClient.Controls.Add(this.lbManufacturers);            this.pnlClient.Controls.Add(this.lbVersionNO);            this.pnlClient.Controls.Add(this.lbStartDate);            this.pnlClient.Controls.Add(this.lbSpecification);            this.pnlClient.Controls.Add(this.lbSafetyCode);            this.pnlClient.Controls.Add(this.lbCode);            this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;            this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.pnlClient.Location = new System.Drawing.Point(0, 96);            this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);            this.pnlClient.Name = "pnlClient";            this.pnlClient.Size = new System.Drawing.Size(1333, 714);            this.pnlClient.TabIndex = 7;            this.pnlClient.Text = null;            this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // cbxChargeItemLevel            //             this.cbxChargeItemLevel.DataSource = null;            this.cbxChargeItemLevel.FillColor = System.Drawing.Color.White;            this.cbxChargeItemLevel.FilterMaxCount = 50;            this.cbxChargeItemLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.cbxChargeItemLevel.Items.AddRange(new object[] {            "甲类",            "乙类",            "丙类"});            this.cbxChargeItemLevel.Location = new System.Drawing.Point(1102, 190);            this.cbxChargeItemLevel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.cbxChargeItemLevel.MinimumSize = new System.Drawing.Size(63, 0);            this.cbxChargeItemLevel.Name = "cbxChargeItemLevel";            this.cbxChargeItemLevel.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);            this.cbxChargeItemLevel.Size = new System.Drawing.Size(183, 29);            this.cbxChargeItemLevel.TabIndex = 51;            this.cbxChargeItemLevel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.cbxChargeItemLevel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbCompany            //             this.tbCompany.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbCompany.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbCompany.Location = new System.Drawing.Point(1102, 302);            this.tbCompany.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbCompany.MinimumSize = new System.Drawing.Size(1, 16);            this.tbCompany.Name = "tbCompany";            this.tbCompany.ShowText = false;            this.tbCompany.Size = new System.Drawing.Size(183, 29);            this.tbCompany.TabIndex = 50;            this.tbCompany.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbCompany.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbNationalName            //             this.tbNationalName.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbNationalName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbNationalName.Location = new System.Drawing.Point(1102, 246);            this.tbNationalName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbNationalName.MinimumSize = new System.Drawing.Size(1, 16);            this.tbNationalName.Name = "tbNationalName";            this.tbNationalName.ShowText = false;            this.tbNationalName.Size = new System.Drawing.Size(183, 29);            this.tbNationalName.TabIndex = 49;            this.tbNationalName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbNationalName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbPinyinSearchCode            //             this.tbPinyinSearchCode.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbPinyinSearchCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbPinyinSearchCode.Location = new System.Drawing.Point(1102, 134);            this.tbPinyinSearchCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbPinyinSearchCode.MinimumSize = new System.Drawing.Size(1, 16);            this.tbPinyinSearchCode.Name = "tbPinyinSearchCode";            this.tbPinyinSearchCode.ShowText = false;            this.tbPinyinSearchCode.Size = new System.Drawing.Size(183, 29);            this.tbPinyinSearchCode.TabIndex = 47;            this.tbPinyinSearchCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbPinyinSearchCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbCategory            //             this.tbCategory.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbCategory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbCategory.Location = new System.Drawing.Point(1102, 78);            this.tbCategory.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbCategory.MinimumSize = new System.Drawing.Size(1, 16);            this.tbCategory.Name = "tbCategory";            this.tbCategory.ShowText = false;            this.tbCategory.Size = new System.Drawing.Size(183, 29);            this.tbCategory.TabIndex = 46;            this.tbCategory.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbCategory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbLocateName            //             this.tbLocateName.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbLocateName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbLocateName.Location = new System.Drawing.Point(1102, 22);            this.tbLocateName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbLocateName.MinimumSize = new System.Drawing.Size(1, 16);            this.tbLocateName.Name = "tbLocateName";            this.tbLocateName.ShowText = false;            this.tbLocateName.Size = new System.Drawing.Size(183, 29);            this.tbLocateName.TabIndex = 45;            this.tbLocateName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbLocateName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbCompany            //             this.lbCompany.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbCompany.Location = new System.Drawing.Point(991, 302);            this.lbCompany.Name = "lbCompany";            this.lbCompany.Size = new System.Drawing.Size(107, 29);            this.lbCompany.TabIndex = 44;            this.lbCompany.Text = "销售公司";            this.lbCompany.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbCompany.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbNationalName            //             this.lbNationalName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbNationalName.Location = new System.Drawing.Point(991, 246);            this.lbNationalName.Name = "lbNationalName";            this.lbNationalName.Size = new System.Drawing.Size(107, 29);            this.lbNationalName.TabIndex = 43;            this.lbNationalName.Text = "国家项目名称";            this.lbNationalName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbNationalName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbChargeItemLevel            //             this.lbChargeItemLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbChargeItemLevel.Location = new System.Drawing.Point(991, 190);            this.lbChargeItemLevel.Name = "lbChargeItemLevel";            this.lbChargeItemLevel.Size = new System.Drawing.Size(107, 29);            this.lbChargeItemLevel.TabIndex = 42;            this.lbChargeItemLevel.Text = "收费项目等级";            this.lbChargeItemLevel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbChargeItemLevel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbPinyinSearchCode            //             this.lbPinyinSearchCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbPinyinSearchCode.Location = new System.Drawing.Point(991, 134);            this.lbPinyinSearchCode.Name = "lbPinyinSearchCode";            this.lbPinyinSearchCode.Size = new System.Drawing.Size(107, 29);            this.lbPinyinSearchCode.TabIndex = 41;            this.lbPinyinSearchCode.Text = "拼音助记码";            this.lbPinyinSearchCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbPinyinSearchCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbCategory            //             this.lbCategory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbCategory.Location = new System.Drawing.Point(991, 78);            this.lbCategory.Name = "lbCategory";            this.lbCategory.Size = new System.Drawing.Size(107, 29);            this.lbCategory.TabIndex = 40;            this.lbCategory.Text = "类  别";            this.lbCategory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbCategory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbLocateName            //             this.lbLocateName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbLocateName.Location = new System.Drawing.Point(991, 22);            this.lbLocateName.Name = "lbLocateName";            this.lbLocateName.Size = new System.Drawing.Size(107, 29);            this.lbLocateName.TabIndex = 39;            this.lbLocateName.Text = "省码对应名称";            this.lbLocateName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbLocateName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbNote            //             this.tbNote.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbNote.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbNote.Location = new System.Drawing.Point(781, 302);            this.tbNote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbNote.MinimumSize = new System.Drawing.Size(1, 16);            this.tbNote.Name = "tbNote";            this.tbNote.ShowText = false;            this.tbNote.Size = new System.Drawing.Size(183, 29);            this.tbNote.TabIndex = 38;            this.tbNote.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbNote.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbNationalCode            //             this.tbNationalCode.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbNationalCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbNationalCode.Location = new System.Drawing.Point(781, 246);            this.tbNationalCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbNationalCode.MinimumSize = new System.Drawing.Size(1, 16);            this.tbNationalCode.Name = "tbNationalCode";            this.tbNationalCode.ShowText = false;            this.tbNationalCode.Size = new System.Drawing.Size(183, 29);            this.tbNationalCode.TabIndex = 37;            this.tbNationalCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbNationalCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbApprovalNO            //             this.tbApprovalNO.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbApprovalNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbApprovalNO.Location = new System.Drawing.Point(781, 190);            this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbApprovalNO.MinimumSize = new System.Drawing.Size(1, 16);            this.tbApprovalNO.Name = "tbApprovalNO";            this.tbApprovalNO.ShowText = false;            this.tbApprovalNO.Size = new System.Drawing.Size(183, 29);            this.tbApprovalNO.TabIndex = 36;            this.tbApprovalNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbApprovalNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbUnitOfValuation            //             this.tbUnitOfValuation.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbUnitOfValuation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbUnitOfValuation.Location = new System.Drawing.Point(781, 134);            this.tbUnitOfValuation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbUnitOfValuation.MinimumSize = new System.Drawing.Size(1, 16);            this.tbUnitOfValuation.Name = "tbUnitOfValuation";            this.tbUnitOfValuation.ShowText = false;            this.tbUnitOfValuation.Size = new System.Drawing.Size(183, 29);            this.tbUnitOfValuation.TabIndex = 35;            this.tbUnitOfValuation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbUnitOfValuation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbDosageName            //             this.tbDosageName.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbDosageName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbDosageName.Location = new System.Drawing.Point(781, 78);            this.tbDosageName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbDosageName.MinimumSize = new System.Drawing.Size(1, 16);            this.tbDosageName.Name = "tbDosageName";            this.tbDosageName.ShowText = false;            this.tbDosageName.Size = new System.Drawing.Size(183, 29);            this.tbDosageName.TabIndex = 34;            this.tbDosageName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbDosageName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbLocateCode            //             this.tbLocateCode.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbLocateCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbLocateCode.Location = new System.Drawing.Point(781, 22);            this.tbLocateCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbLocateCode.MinimumSize = new System.Drawing.Size(1, 16);            this.tbLocateCode.Name = "tbLocateCode";            this.tbLocateCode.ShowText = false;            this.tbLocateCode.Size = new System.Drawing.Size(183, 29);            this.tbLocateCode.TabIndex = 33;            this.tbLocateCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbLocateCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbNote            //             this.lbNote.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbNote.Location = new System.Drawing.Point(670, 302);            this.lbNote.Name = "lbNote";            this.lbNote.Size = new System.Drawing.Size(107, 29);            this.lbNote.TabIndex = 32;            this.lbNote.Text = "备注";            this.lbNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbNote.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbNationalCode            //             this.lbNationalCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbNationalCode.Location = new System.Drawing.Point(670, 246);            this.lbNationalCode.Name = "lbNationalCode";            this.lbNationalCode.Size = new System.Drawing.Size(107, 29);            this.lbNationalCode.TabIndex = 31;            this.lbNationalCode.Text = "国家项目编码";            this.lbNationalCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbNationalCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbApprovalNO            //             this.lbApprovalNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbApprovalNO.Location = new System.Drawing.Point(670, 190);            this.lbApprovalNO.Name = "lbApprovalNO";            this.lbApprovalNO.Size = new System.Drawing.Size(107, 29);            this.lbApprovalNO.TabIndex = 30;            this.lbApprovalNO.Text = "批准文号";            this.lbApprovalNO.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbApprovalNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbUnitOfValuation            //             this.lbUnitOfValuation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbUnitOfValuation.Location = new System.Drawing.Point(670, 134);            this.lbUnitOfValuation.Name = "lbUnitOfValuation";            this.lbUnitOfValuation.Size = new System.Drawing.Size(107, 29);            this.lbUnitOfValuation.TabIndex = 29;            this.lbUnitOfValuation.Text = "计价单位";            this.lbUnitOfValuation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbUnitOfValuation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbDosageName            //             this.lbDosageName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbDosageName.Location = new System.Drawing.Point(670, 78);            this.lbDosageName.Name = "lbDosageName";            this.lbDosageName.Size = new System.Drawing.Size(107, 29);            this.lbDosageName.TabIndex = 28;            this.lbDosageName.Text = "剂型名称";            this.lbDosageName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbDosageName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbLocateCode            //             this.lbLocateCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbLocateCode.Location = new System.Drawing.Point(670, 22);            this.lbLocateCode.Name = "lbLocateCode";            this.lbLocateCode.Size = new System.Drawing.Size(107, 29);            this.lbLocateCode.TabIndex = 27;            this.lbLocateCode.Text = "省码";            this.lbLocateCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbLocateCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbUniqueRecordNO            //             this.tbUniqueRecordNO.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbUniqueRecordNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbUniqueRecordNO.Location = new System.Drawing.Point(460, 302);            this.tbUniqueRecordNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbUniqueRecordNO.MinimumSize = new System.Drawing.Size(1, 16);            this.tbUniqueRecordNO.Name = "tbUniqueRecordNO";            this.tbUniqueRecordNO.ShowText = false;            this.tbUniqueRecordNO.Size = new System.Drawing.Size(183, 29);            this.tbUniqueRecordNO.TabIndex = 26;            this.tbUniqueRecordNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbUniqueRecordNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbVersionName            //             this.tbVersionName.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbVersionName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbVersionName.Location = new System.Drawing.Point(460, 246);            this.tbVersionName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbVersionName.MinimumSize = new System.Drawing.Size(1, 16);            this.tbVersionName.Name = "tbVersionName";            this.tbVersionName.ShowText = false;            this.tbVersionName.Size = new System.Drawing.Size(183, 29);            this.tbVersionName.TabIndex = 25;            this.tbVersionName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbVersionName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbEndDate            //             this.tbEndDate.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbEndDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbEndDate.Location = new System.Drawing.Point(460, 190);            this.tbEndDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbEndDate.MinimumSize = new System.Drawing.Size(1, 16);            this.tbEndDate.Name = "tbEndDate";            this.tbEndDate.ShowText = false;            this.tbEndDate.Size = new System.Drawing.Size(183, 29);            this.tbEndDate.TabIndex = 24;            this.tbEndDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbEndDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbUnitOfPackag            //             this.tbUnitOfPackag.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbUnitOfPackag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbUnitOfPackag.Location = new System.Drawing.Point(460, 134);            this.tbUnitOfPackag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbUnitOfPackag.MinimumSize = new System.Drawing.Size(1, 16);            this.tbUnitOfPackag.Name = "tbUnitOfPackag";            this.tbUnitOfPackag.ShowText = false;            this.tbUnitOfPackag.Size = new System.Drawing.Size(183, 29);            this.tbUnitOfPackag.TabIndex = 23;            this.tbUnitOfPackag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbUnitOfPackag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbDosageCode            //             this.tbDosageCode.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbDosageCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbDosageCode.Location = new System.Drawing.Point(460, 78);            this.tbDosageCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbDosageCode.MinimumSize = new System.Drawing.Size(1, 16);            this.tbDosageCode.Name = "tbDosageCode";            this.tbDosageCode.ShowText = false;            this.tbDosageCode.Size = new System.Drawing.Size(183, 29);            this.tbDosageCode.TabIndex = 22;            this.tbDosageCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbDosageCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbName            //             this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbName.Location = new System.Drawing.Point(460, 22);            this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbName.MinimumSize = new System.Drawing.Size(1, 16);            this.tbName.Name = "tbName";            this.tbName.ShowText = false;            this.tbName.Size = new System.Drawing.Size(183, 29);            this.tbName.TabIndex = 21;            this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbUniqueRecordNO            //             this.lbUniqueRecordNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbUniqueRecordNO.Location = new System.Drawing.Point(349, 302);            this.lbUniqueRecordNO.Name = "lbUniqueRecordNO";            this.lbUniqueRecordNO.Size = new System.Drawing.Size(107, 29);            this.lbUniqueRecordNO.TabIndex = 20;            this.lbUniqueRecordNO.Text = "唯一记录号";            this.lbUniqueRecordNO.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbUniqueRecordNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbVersionName            //             this.lbVersionName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbVersionName.Location = new System.Drawing.Point(349, 246);            this.lbVersionName.Name = "lbVersionName";            this.lbVersionName.Size = new System.Drawing.Size(107, 29);            this.lbVersionName.TabIndex = 19;            this.lbVersionName.Text = "版本名称";            this.lbVersionName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbVersionName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbEndDate            //             this.lbEndDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbEndDate.Location = new System.Drawing.Point(349, 190);            this.lbEndDate.Name = "lbEndDate";            this.lbEndDate.Size = new System.Drawing.Size(107, 29);            this.lbEndDate.TabIndex = 18;            this.lbEndDate.Text = "结束日期";            this.lbEndDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbEndDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbUnitOfPackag            //             this.lbUnitOfPackag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbUnitOfPackag.Location = new System.Drawing.Point(349, 134);            this.lbUnitOfPackag.Name = "lbUnitOfPackag";            this.lbUnitOfPackag.Size = new System.Drawing.Size(107, 29);            this.lbUnitOfPackag.TabIndex = 17;            this.lbUnitOfPackag.Text = "包装单位";            this.lbUnitOfPackag.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbUnitOfPackag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbDosageCode            //             this.lbDosageCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbDosageCode.Location = new System.Drawing.Point(349, 78);            this.lbDosageCode.Name = "lbDosageCode";            this.lbDosageCode.Size = new System.Drawing.Size(107, 29);            this.lbDosageCode.TabIndex = 16;            this.lbDosageCode.Text = "剂型编码";            this.lbDosageCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbDosageCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbName            //             this.lbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbName.Location = new System.Drawing.Point(349, 22);            this.lbName.Name = "lbName";            this.lbName.Size = new System.Drawing.Size(107, 29);            this.lbName.TabIndex = 15;            this.lbName.Text = "国码对应名称";            this.lbName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbManufacturers            //             this.tbManufacturers.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbManufacturers.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbManufacturers.Location = new System.Drawing.Point(135, 302);            this.tbManufacturers.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbManufacturers.MinimumSize = new System.Drawing.Size(1, 16);            this.tbManufacturers.Name = "tbManufacturers";            this.tbManufacturers.ShowText = false;            this.tbManufacturers.Size = new System.Drawing.Size(183, 29);            this.tbManufacturers.TabIndex = 14;            this.tbManufacturers.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbManufacturers.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbVersionNO            //             this.tbVersionNO.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbVersionNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbVersionNO.Location = new System.Drawing.Point(135, 246);            this.tbVersionNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbVersionNO.MinimumSize = new System.Drawing.Size(1, 16);            this.tbVersionNO.Name = "tbVersionNO";            this.tbVersionNO.ShowText = false;            this.tbVersionNO.Size = new System.Drawing.Size(183, 29);            this.tbVersionNO.TabIndex = 13;            this.tbVersionNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbVersionNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbStartDate            //             this.tbStartDate.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbStartDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbStartDate.Location = new System.Drawing.Point(135, 190);            this.tbStartDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbStartDate.MinimumSize = new System.Drawing.Size(1, 16);            this.tbStartDate.Name = "tbStartDate";            this.tbStartDate.ShowText = false;            this.tbStartDate.Size = new System.Drawing.Size(183, 29);            this.tbStartDate.TabIndex = 12;            this.tbStartDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbStartDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbSpecification            //             this.tbSpecification.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbSpecification.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbSpecification.Location = new System.Drawing.Point(135, 134);            this.tbSpecification.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbSpecification.MinimumSize = new System.Drawing.Size(1, 16);            this.tbSpecification.Name = "tbSpecification";            this.tbSpecification.ShowText = false;            this.tbSpecification.Size = new System.Drawing.Size(183, 29);            this.tbSpecification.TabIndex = 11;            this.tbSpecification.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbSpecification.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbSafetyCode            //             this.tbSafetyCode.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbSafetyCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbSafetyCode.Location = new System.Drawing.Point(135, 78);            this.tbSafetyCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.tbSafetyCode.MinimumSize = new System.Drawing.Size(1, 16);            this.tbSafetyCode.Name = "tbSafetyCode";            this.tbSafetyCode.ShowText = false;            this.tbSafetyCode.Size = new System.Drawing.Size(183, 29);            this.tbSafetyCode.TabIndex = 10;            this.tbSafetyCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbSafetyCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // tbCode            //             this.tbCode.Cursor = System.Windows.Forms.Cursors.IBeam;            this.tbCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tbCode.Location = new System.Drawing.Point(135, 22);            this.tbCode.Margin = new System.Windows.Forms.Padding(4);            this.tbCode.MinimumSize = new System.Drawing.Size(1, 16);            this.tbCode.Name = "tbCode";            this.tbCode.ShowText = false;            this.tbCode.Size = new System.Drawing.Size(183, 29);            this.tbCode.TabIndex = 9;            this.tbCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.tbCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbManufacturers            //             this.lbManufacturers.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbManufacturers.Location = new System.Drawing.Point(43, 302);            this.lbManufacturers.Name = "lbManufacturers";            this.lbManufacturers.Size = new System.Drawing.Size(90, 29);            this.lbManufacturers.TabIndex = 8;            this.lbManufacturers.Text = "生产厂家";            this.lbManufacturers.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbManufacturers.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbVersionNO            //             this.lbVersionNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbVersionNO.Location = new System.Drawing.Point(43, 246);            this.lbVersionNO.Name = "lbVersionNO";            this.lbVersionNO.Size = new System.Drawing.Size(90, 29);            this.lbVersionNO.TabIndex = 7;            this.lbVersionNO.Text = "版本号";            this.lbVersionNO.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbVersionNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbStartDate            //             this.lbStartDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbStartDate.Location = new System.Drawing.Point(43, 190);            this.lbStartDate.Name = "lbStartDate";            this.lbStartDate.Size = new System.Drawing.Size(90, 29);            this.lbStartDate.TabIndex = 6;            this.lbStartDate.Text = "开始日期";            this.lbStartDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbStartDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbSpecification            //             this.lbSpecification.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbSpecification.Location = new System.Drawing.Point(43, 134);            this.lbSpecification.Name = "lbSpecification";            this.lbSpecification.Size = new System.Drawing.Size(90, 29);            this.lbSpecification.TabIndex = 5;            this.lbSpecification.Text = "规格";            this.lbSpecification.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbSpecification.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbSafetyCode            //             this.lbSafetyCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbSafetyCode.Location = new System.Drawing.Point(43, 78);            this.lbSafetyCode.Name = "lbSafetyCode";            this.lbSafetyCode.Size = new System.Drawing.Size(90, 29);            this.lbSafetyCode.TabIndex = 4;            this.lbSafetyCode.Text = "本位码";            this.lbSafetyCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbSafetyCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // lbCode            //             this.lbCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.lbCode.Location = new System.Drawing.Point(43, 22);            this.lbCode.Name = "lbCode";            this.lbCode.Size = new System.Drawing.Size(90, 29);            this.lbCode.TabIndex = 3;            this.lbCode.Text = "国码";            this.lbCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.lbCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiPanel1            //             this.uiPanel1.BackColor = System.Drawing.SystemColors.Control;            this.uiPanel1.Controls.Add(this.cbValidFlag);            this.uiPanel1.Controls.Add(this.cbLimitFlag);            this.uiPanel1.Controls.Add(this.cbSpecialFlag);            this.uiPanel1.Controls.Add(this.cbUseFlag);            this.uiPanel1.Controls.Add(this.cbxDirecType);            this.uiPanel1.Controls.Add(this.uiLabel1);            this.uiPanel1.Controls.Add(this.uiFlowLayoutPanel1);            this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;            this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiPanel1.Location = new System.Drawing.Point(0, 35);            this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel1.Name = "uiPanel1";            this.uiPanel1.Size = new System.Drawing.Size(1333, 61);            this.uiPanel1.TabIndex = 6;            this.uiPanel1.Text = null;            this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // cbValidFlag            //             this.cbValidFlag.Checked = true;            this.cbValidFlag.Cursor = System.Windows.Forms.Cursors.Hand;            this.cbValidFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.cbValidFlag.Location = new System.Drawing.Point(941, 16);            this.cbValidFlag.MinimumSize = new System.Drawing.Size(1, 1);            this.cbValidFlag.Name = "cbValidFlag";            this.cbValidFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);            this.cbValidFlag.Size = new System.Drawing.Size(93, 29);            this.cbValidFlag.TabIndex = 7;            this.cbValidFlag.Text = "有效标志";            this.cbValidFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // cbLimitFlag            //             this.cbLimitFlag.Cursor = System.Windows.Forms.Cursors.Hand;            this.cbLimitFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.cbLimitFlag.Location = new System.Drawing.Point(737, 16);            this.cbLimitFlag.MinimumSize = new System.Drawing.Size(1, 1);            this.cbLimitFlag.Name = "cbLimitFlag";            this.cbLimitFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);            this.cbLimitFlag.Size = new System.Drawing.Size(125, 29);            this.cbLimitFlag.TabIndex = 6;            this.cbLimitFlag.Text = "限制目录标志";            this.cbLimitFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // cbSpecialFlag            //             this.cbSpecialFlag.Cursor = System.Windows.Forms.Cursors.Hand;            this.cbSpecialFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.cbSpecialFlag.Location = new System.Drawing.Point(530, 16);            this.cbSpecialFlag.MinimumSize = new System.Drawing.Size(1, 1);            this.cbSpecialFlag.Name = "cbSpecialFlag";            this.cbSpecialFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);            this.cbSpecialFlag.Size = new System.Drawing.Size(128, 29);            this.cbSpecialFlag.TabIndex = 5;            this.cbSpecialFlag.Text = "特殊药品标志";            this.cbSpecialFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // cbUseFlag            //             this.cbUseFlag.Checked = true;            this.cbUseFlag.Cursor = System.Windows.Forms.Cursors.Hand;            this.cbUseFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.cbUseFlag.Location = new System.Drawing.Point(352, 16);            this.cbUseFlag.MinimumSize = new System.Drawing.Size(1, 1);            this.cbUseFlag.Name = "cbUseFlag";            this.cbUseFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);            this.cbUseFlag.Size = new System.Drawing.Size(99, 29);            this.cbUseFlag.TabIndex = 4;            this.cbUseFlag.Text = "使用标志";            this.cbUseFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // cbxDirecType            //             this.cbxDirecType.DataSource = null;            this.cbxDirecType.FillColor = System.Drawing.Color.White;            this.cbxDirecType.FilterMaxCount = 50;            this.cbxDirecType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.cbxDirecType.Items.AddRange(new object[] {            "药品",            "诊疗",            "材料",            "疾病诊断",            "手术",            "门诊慢特病种",            "DRGs",            "日间手术",            "字典表"});            this.cbxDirecType.Location = new System.Drawing.Point(135, 16);            this.cbxDirecType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.cbxDirecType.MinimumSize = new System.Drawing.Size(63, 0);            this.cbxDirecType.Name = "cbxDirecType";            this.cbxDirecType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);            this.cbxDirecType.Size = new System.Drawing.Size(183, 29);            this.cbxDirecType.TabIndex = 3;            this.cbxDirecType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.cbxDirecType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel1            //             this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiLabel1.Location = new System.Drawing.Point(44, 16);            this.uiLabel1.Name = "uiLabel1";            this.uiLabel1.Size = new System.Drawing.Size(61, 29);            this.uiLabel1.TabIndex = 2;            this.uiLabel1.Text = "类  型";            this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiFlowLayoutPanel1            //             this.uiFlowLayoutPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiFlowLayoutPanel1.Location = new System.Drawing.Point(265, 179);            this.uiFlowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.uiFlowLayoutPanel1.MinimumSize = new System.Drawing.Size(1, 1);            this.uiFlowLayoutPanel1.Name = "uiFlowLayoutPanel1";            this.uiFlowLayoutPanel1.Padding = new System.Windows.Forms.Padding(2);            this.uiFlowLayoutPanel1.ShowText = false;            this.uiFlowLayoutPanel1.Size = new System.Drawing.Size(433, 387);            this.uiFlowLayoutPanel1.TabIndex = 1;            this.uiFlowLayoutPanel1.Text = "uiFlowLayoutPanel1";            this.uiFlowLayoutPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiFlowLayoutPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // AddMedInsuDirectory            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.Color.AliceBlue;            this.ClientSize = new System.Drawing.Size(1333, 810);            this.Controls.Add(this.uiTitlePanel1);            this.Name = "AddMedInsuDirectory";            this.Text = "医保目录信息维护";            this.uiTitlePanel1.ResumeLayout(false);            this.uiPanel4.ResumeLayout(false);            this.uiPanel7.ResumeLayout(false);            this.uiPanel5.ResumeLayout(false);            this.uiPanel6.ResumeLayout(false);            this.uiPanel3.ResumeLayout(false);            this.pnlClient.ResumeLayout(false);            this.uiPanel1.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private Sunny.UI.UITitlePanel uiTitlePanel1;        private Sunny.UI.UIPanel uiPanel4;        private Sunny.UI.UIRichTextBox rtbExceptContent;        private Sunny.UI.UILabel uiLabel28;        private Sunny.UI.UIPanel uiPanel7;        private Sunny.UI.UIRichTextBox rtbInstructions;        private Sunny.UI.UILabel uiLabel29;        private Sunny.UI.UIPanel uiPanel5;        private Sunny.UI.UIRichTextBox rtbLimitRange;        private Sunny.UI.UILabel uiLabel27;        private Sunny.UI.UIPanel uiPanel6;        private Sunny.UI.UIRichTextBox rtbConnotation;        private Sunny.UI.UILabel uiLabel26;        private Sunny.UI.UIPanel uiPanel3;        private Sunny.UI.UIButton btnNo;        private Sunny.UI.UIButton btnYes;        private Sunny.UI.UIFlowLayoutPanel uiFlowLayoutPanel2;        private Sunny.UI.UIPanel pnlClient;        private Sunny.UI.UIComboBox cbxChargeItemLevel;        private Sunny.UI.UITextBox tbCompany;        private Sunny.UI.UITextBox tbNationalName;        private Sunny.UI.UITextBox tbPinyinSearchCode;        private Sunny.UI.UITextBox tbCategory;        private Sunny.UI.UITextBox tbLocateName;        private Sunny.UI.UILabel lbCompany;        private Sunny.UI.UILabel lbNationalName;        private Sunny.UI.UILabel lbChargeItemLevel;        private Sunny.UI.UILabel lbPinyinSearchCode;        private Sunny.UI.UILabel lbCategory;        private Sunny.UI.UILabel lbLocateName;        private Sunny.UI.UITextBox tbNote;        private Sunny.UI.UITextBox tbNationalCode;        private Sunny.UI.UITextBox tbApprovalNO;        private Sunny.UI.UITextBox tbUnitOfValuation;        private Sunny.UI.UITextBox tbDosageName;        private Sunny.UI.UITextBox tbLocateCode;        private Sunny.UI.UILabel lbNote;        private Sunny.UI.UILabel lbNationalCode;        private Sunny.UI.UILabel lbApprovalNO;        private Sunny.UI.UILabel lbUnitOfValuation;        private Sunny.UI.UILabel lbDosageName;        private Sunny.UI.UILabel lbLocateCode;        private Sunny.UI.UITextBox tbUniqueRecordNO;        private Sunny.UI.UITextBox tbVersionName;        private Sunny.UI.UITextBox tbEndDate;        private Sunny.UI.UITextBox tbUnitOfPackag;        private Sunny.UI.UITextBox tbDosageCode;        private Sunny.UI.UITextBox tbName;        private Sunny.UI.UILabel lbUniqueRecordNO;        private Sunny.UI.UILabel lbVersionName;        private Sunny.UI.UILabel lbEndDate;        private Sunny.UI.UILabel lbUnitOfPackag;        private Sunny.UI.UILabel lbDosageCode;        private Sunny.UI.UILabel lbName;        private Sunny.UI.UITextBox tbManufacturers;        private Sunny.UI.UITextBox tbVersionNO;        private Sunny.UI.UITextBox tbStartDate;        private Sunny.UI.UITextBox tbSpecification;        private Sunny.UI.UITextBox tbSafetyCode;        private Sunny.UI.UITextBox tbCode;        private Sunny.UI.UILabel lbManufacturers;        private Sunny.UI.UILabel lbVersionNO;        private Sunny.UI.UILabel lbStartDate;        private Sunny.UI.UILabel lbSpecification;        private Sunny.UI.UILabel lbSafetyCode;        private Sunny.UI.UILabel lbCode;        private Sunny.UI.UIPanel uiPanel1;        private Sunny.UI.UICheckBox cbValidFlag;        private Sunny.UI.UICheckBox cbLimitFlag;        private Sunny.UI.UICheckBox cbSpecialFlag;        private Sunny.UI.UICheckBox cbUseFlag;        private Sunny.UI.UIComboBox cbxDirecType;        private Sunny.UI.UILabel uiLabel1;        private Sunny.UI.UIFlowLayoutPanel uiFlowLayoutPanel1;    }}
 |