| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883 |
-
- namespace PTMedicalInsurance.Forms.BasicDatas
- {
- partial class DataDownload
- {
- /// <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.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panel1 = new System.Windows.Forms.Panel();
- this.dgvDirectory = new Sunny.UI.UIDataGridView();
- this.pgDownload = new Sunny.UI.UIPagination();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btUpdateLevelInfo = new System.Windows.Forms.Button();
- this.btBatchUpdateSelfRatioInfo = new System.Windows.Forms.Button();
- this.btBatchUpdateLimitPriceInfo = new System.Windows.Forms.Button();
- this.btBatchUpdateAuxInfo = new System.Windows.Forms.Button();
- this.btExit = new System.Windows.Forms.Button();
- this.btSignIn = new System.Windows.Forms.Button();
- this.btModify = new System.Windows.Forms.Button();
- this.btAdd = new System.Windows.Forms.Button();
- this.btDownload = new System.Windows.Forms.Button();
- this.btQuery = new System.Windows.Forms.Button();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.tbCbd = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.tbName = new System.Windows.Forms.TextBox();
- this.tbCurPage = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tbPageCount = new System.Windows.Forms.TextBox();
- this.tbUpdateTime = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbCode = new System.Windows.Forms.TextBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.btnGetMaxVersion = new System.Windows.Forms.Button();
- this.rbLoopDownload = new System.Windows.Forms.RadioButton();
- this.rbSingleDownload = new System.Windows.Forms.RadioButton();
- this.label1 = new System.Windows.Forms.Label();
- this.tbVersionNO = new System.Windows.Forms.TextBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.rbSelfPaymentRatio = new System.Windows.Forms.RadioButton();
- this.rbPriceLimits = new System.Windows.Forms.RadioButton();
- this.rbHealthcareInstitutionDirectoryMatching = new System.Windows.Forms.RadioButton();
- this.rbMedicalAndHealthInsuranceDirectoryMatching = new System.Windows.Forms.RadioButton();
- this.rbDirectoryInformationInquiry = new System.Windows.Forms.RadioButton();
- this.rbInstitutionInformation = new System.Windows.Forms.RadioButton();
- this.rbTCMSyndromeCatalog = new System.Windows.Forms.RadioButton();
- this.rbTCMDiseaseCatalog = new System.Windows.Forms.RadioButton();
- this.rbTumorMorphology = new System.Windows.Forms.RadioButton();
- this.rbEthnicMedicines = new System.Windows.Forms.RadioButton();
- this.rbHospMadeMedicines = new System.Windows.Forms.RadioButton();
- this.rbChineseHerbalPieces = new System.Windows.Forms.RadioButton();
- this.rbDictionary = new System.Windows.Forms.RadioButton();
- this.rbDaySurgery = new System.Windows.Forms.RadioButton();
- this.rbDrgs = new System.Windows.Forms.RadioButton();
- this.rbChronicSpecialDiseases = new System.Windows.Forms.RadioButton();
- this.rbSurgery = new System.Windows.Forms.RadioButton();
- this.rbDiagnosis = new System.Windows.Forms.RadioButton();
- this.rbConsumables = new System.Windows.Forms.RadioButton();
- this.rbMedicalServices = new System.Windows.Forms.RadioButton();
- this.rbDrug = new System.Windows.Forms.RadioButton();
- this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
- this.helpProvider1 = new System.Windows.Forms.HelpProvider();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDirectory)).BeginInit();
- this.panel2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.dgvDirectory);
- this.panel1.Controls.Add(this.pgDownload);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1570, 661);
- this.panel1.TabIndex = 1;
- //
- // dgvDirectory
- //
- this.dgvDirectory.AllowUserToAddRows = false;
- this.dgvDirectory.AllowUserToDeleteRows = false;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvDirectory.BackgroundColor = System.Drawing.Color.White;
- this.dgvDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvDirectory.DefaultCellStyle = dataGridViewCellStyle8;
- this.dgvDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvDirectory.EnableHeadersVisualStyles = false;
- this.dgvDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.dgvDirectory.Location = new System.Drawing.Point(0, 0);
- this.dgvDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvDirectory.Name = "dgvDirectory";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvDirectory.RowHeadersWidth = 51;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDirectory.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvDirectory.RowTemplate.Height = 23;
- this.dgvDirectory.SelectedIndex = -1;
- this.dgvDirectory.Size = new System.Drawing.Size(1570, 446);
- this.dgvDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvDirectory.TabIndex = 3;
- this.dgvDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // pgDownload
- //
- this.pgDownload.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pgDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pgDownload.Location = new System.Drawing.Point(0, 446);
- this.pgDownload.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.pgDownload.MinimumSize = new System.Drawing.Size(2, 2);
- this.pgDownload.Name = "pgDownload";
- this.pgDownload.PagerCount = 13;
- this.pgDownload.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
- this.pgDownload.ShowJumpButton = false;
- this.pgDownload.ShowText = false;
- this.pgDownload.Size = new System.Drawing.Size(1570, 30);
- this.pgDownload.TabIndex = 2;
- this.pgDownload.Text = "uiPagination1";
- this.pgDownload.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pgDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.pgDownload.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.pgDownload_PageChanged);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btUpdateLevelInfo);
- this.panel2.Controls.Add(this.btBatchUpdateSelfRatioInfo);
- this.panel2.Controls.Add(this.btBatchUpdateLimitPriceInfo);
- this.panel2.Controls.Add(this.btBatchUpdateAuxInfo);
- this.panel2.Controls.Add(this.btExit);
- this.panel2.Controls.Add(this.btSignIn);
- this.panel2.Controls.Add(this.btModify);
- this.panel2.Controls.Add(this.btAdd);
- this.panel2.Controls.Add(this.btDownload);
- this.panel2.Controls.Add(this.btQuery);
- this.panel2.Controls.Add(this.groupBox3);
- this.panel2.Controls.Add(this.groupBox2);
- this.panel2.Controls.Add(this.groupBox1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panel2.Location = new System.Drawing.Point(0, 476);
- this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1570, 185);
- this.panel2.TabIndex = 1;
- //
- // btUpdateLevelInfo
- //
- this.btUpdateLevelInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btUpdateLevelInfo.Location = new System.Drawing.Point(1076, 140);
- this.btUpdateLevelInfo.Name = "btUpdateLevelInfo";
- this.btUpdateLevelInfo.Size = new System.Drawing.Size(215, 22);
- this.btUpdateLevelInfo.TabIndex = 39;
- this.btUpdateLevelInfo.Text = "批量更新等级类别信息(慎用)";
- this.btUpdateLevelInfo.UseVisualStyleBackColor = true;
- //
- // btBatchUpdateSelfRatioInfo
- //
- this.btBatchUpdateSelfRatioInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btBatchUpdateSelfRatioInfo.Location = new System.Drawing.Point(1076, 106);
- this.btBatchUpdateSelfRatioInfo.Name = "btBatchUpdateSelfRatioInfo";
- this.btBatchUpdateSelfRatioInfo.Size = new System.Drawing.Size(215, 22);
- this.btBatchUpdateSelfRatioInfo.TabIndex = 38;
- this.btBatchUpdateSelfRatioInfo.Text = "批量更新自付比例信息(慎用)";
- this.btBatchUpdateSelfRatioInfo.UseVisualStyleBackColor = true;
- //
- // btBatchUpdateLimitPriceInfo
- //
- this.btBatchUpdateLimitPriceInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btBatchUpdateLimitPriceInfo.Location = new System.Drawing.Point(1076, 70);
- this.btBatchUpdateLimitPriceInfo.Name = "btBatchUpdateLimitPriceInfo";
- this.btBatchUpdateLimitPriceInfo.Size = new System.Drawing.Size(215, 22);
- this.btBatchUpdateLimitPriceInfo.TabIndex = 37;
- this.btBatchUpdateLimitPriceInfo.Text = "批量更新限价信息(慎用)";
- this.btBatchUpdateLimitPriceInfo.UseVisualStyleBackColor = true;
- //
- // btBatchUpdateAuxInfo
- //
- this.btBatchUpdateAuxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btBatchUpdateAuxInfo.Location = new System.Drawing.Point(1076, 31);
- this.btBatchUpdateAuxInfo.Name = "btBatchUpdateAuxInfo";
- this.btBatchUpdateAuxInfo.Size = new System.Drawing.Size(215, 22);
- this.btBatchUpdateAuxInfo.TabIndex = 36;
- this.btBatchUpdateAuxInfo.Text = "批量更新附属信息(慎用)";
- this.btBatchUpdateAuxInfo.UseVisualStyleBackColor = true;
- this.btBatchUpdateAuxInfo.Click += new System.EventHandler(this.btBatchUpdateAuxInfo_Click);
- //
- // btExit
- //
- this.btExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btExit.Location = new System.Drawing.Point(1444, 105);
- this.btExit.Name = "btExit";
- this.btExit.Size = new System.Drawing.Size(99, 22);
- this.btExit.TabIndex = 35;
- this.btExit.Text = "退出";
- this.btExit.UseVisualStyleBackColor = true;
- this.btExit.Click += new System.EventHandler(this.btExit_Click);
- //
- // btSignIn
- //
- this.btSignIn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btSignIn.Location = new System.Drawing.Point(1319, 105);
- this.btSignIn.Name = "btSignIn";
- this.btSignIn.Size = new System.Drawing.Size(99, 22);
- this.btSignIn.TabIndex = 34;
- this.btSignIn.Text = "签到";
- this.btSignIn.UseVisualStyleBackColor = true;
- //
- // btModify
- //
- this.btModify.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btModify.Location = new System.Drawing.Point(1444, 70);
- this.btModify.Name = "btModify";
- this.btModify.Size = new System.Drawing.Size(99, 22);
- this.btModify.TabIndex = 33;
- this.btModify.Text = "修改";
- this.btModify.UseVisualStyleBackColor = true;
- this.btModify.Click += new System.EventHandler(this.btModify_Click);
- //
- // btAdd
- //
- this.btAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btAdd.Location = new System.Drawing.Point(1319, 70);
- this.btAdd.Name = "btAdd";
- this.btAdd.Size = new System.Drawing.Size(99, 22);
- this.btAdd.TabIndex = 32;
- this.btAdd.Text = "新增";
- this.btAdd.UseVisualStyleBackColor = false;
- this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
- //
- // btDownload
- //
- this.btDownload.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btDownload.Location = new System.Drawing.Point(1444, 31);
- this.btDownload.Name = "btDownload";
- this.btDownload.Size = new System.Drawing.Size(99, 22);
- this.btDownload.TabIndex = 31;
- this.btDownload.Text = "下载";
- this.btDownload.UseVisualStyleBackColor = true;
- this.btDownload.Click += new System.EventHandler(this.btDownload_Click);
- //
- // btQuery
- //
- this.btQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btQuery.Location = new System.Drawing.Point(1319, 31);
- this.btQuery.Name = "btQuery";
- this.btQuery.Size = new System.Drawing.Size(99, 22);
- this.btQuery.TabIndex = 30;
- this.btQuery.Text = "查询";
- this.btQuery.UseVisualStyleBackColor = true;
- this.btQuery.Click += new System.EventHandler(this.btQuery_Click);
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.label7);
- this.groupBox3.Controls.Add(this.label3);
- this.groupBox3.Controls.Add(this.tbCbd);
- this.groupBox3.Controls.Add(this.label4);
- this.groupBox3.Controls.Add(this.label6);
- this.groupBox3.Controls.Add(this.tbName);
- this.groupBox3.Controls.Add(this.tbCurPage);
- this.groupBox3.Controls.Add(this.label2);
- this.groupBox3.Controls.Add(this.tbPageCount);
- this.groupBox3.Controls.Add(this.tbUpdateTime);
- this.groupBox3.Controls.Add(this.label5);
- this.groupBox3.Controls.Add(this.tbCode);
- this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
- this.groupBox3.Location = new System.Drawing.Point(630, 0);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(312, 185);
- this.groupBox3.TabIndex = 28;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "精确查询";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(33, 161);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(52, 16);
- this.label7.TabIndex = 19;
- this.label7.Text = "参保地";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(46, 52);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(37, 16);
- this.label3.TabIndex = 5;
- this.label3.Text = "名称";
- //
- // tbCbd
- //
- this.tbCbd.Location = new System.Drawing.Point(98, 158);
- this.tbCbd.Name = "tbCbd";
- this.tbCbd.Size = new System.Drawing.Size(180, 22);
- this.tbCbd.TabIndex = 18;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(20, 82);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(67, 16);
- this.label4.TabIndex = 13;
- this.label4.Text = "更新时间";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(20, 134);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(67, 16);
- this.label6.TabIndex = 17;
- this.label6.Text = "本页条数";
- //
- // tbName
- //
- this.tbName.Location = new System.Drawing.Point(98, 49);
- this.tbName.Name = "tbName";
- this.tbName.Size = new System.Drawing.Size(180, 22);
- this.tbName.TabIndex = 4;
- //
- // tbCurPage
- //
- this.tbCurPage.Location = new System.Drawing.Point(98, 103);
- this.tbCurPage.Name = "tbCurPage";
- this.tbCurPage.Size = new System.Drawing.Size(180, 22);
- this.tbCurPage.TabIndex = 14;
- this.tbCurPage.Text = "1";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(46, 23);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(37, 16);
- this.label2.TabIndex = 3;
- this.label2.Text = "编码";
- //
- // tbPageCount
- //
- this.tbPageCount.Location = new System.Drawing.Point(98, 131);
- this.tbPageCount.Name = "tbPageCount";
- this.tbPageCount.Size = new System.Drawing.Size(180, 22);
- this.tbPageCount.TabIndex = 16;
- this.tbPageCount.Text = "20";
- //
- // tbUpdateTime
- //
- this.tbUpdateTime.Location = new System.Drawing.Point(98, 79);
- this.tbUpdateTime.Name = "tbUpdateTime";
- this.tbUpdateTime.Size = new System.Drawing.Size(180, 22);
- this.tbUpdateTime.TabIndex = 12;
- this.tbUpdateTime.Text = "2021-01-01";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(20, 106);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(67, 16);
- this.label5.TabIndex = 15;
- this.label5.Text = "当前页数";
- //
- // tbCode
- //
- this.tbCode.Location = new System.Drawing.Point(98, 20);
- this.tbCode.Name = "tbCode";
- this.tbCode.Size = new System.Drawing.Size(180, 22);
- this.tbCode.TabIndex = 2;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.btnGetMaxVersion);
- this.groupBox2.Controls.Add(this.rbLoopDownload);
- this.groupBox2.Controls.Add(this.rbSingleDownload);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.tbVersionNO);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
- this.groupBox2.Location = new System.Drawing.Point(438, 0);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(192, 185);
- this.groupBox2.TabIndex = 27;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "下载条件";
- //
- // btnGetMaxVersion
- //
- this.btnGetMaxVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnGetMaxVersion.Location = new System.Drawing.Point(9, 52);
- this.btnGetMaxVersion.Name = "btnGetMaxVersion";
- this.btnGetMaxVersion.Size = new System.Drawing.Size(170, 22);
- this.btnGetMaxVersion.TabIndex = 43;
- this.btnGetMaxVersion.Text = "获取最大版本号";
- this.btnGetMaxVersion.UseVisualStyleBackColor = true;
- this.btnGetMaxVersion.Click += new System.EventHandler(this.btnGetMaxVersion_Click);
- //
- // rbLoopDownload
- //
- this.rbLoopDownload.AutoSize = true;
- this.rbLoopDownload.Location = new System.Drawing.Point(19, 125);
- this.rbLoopDownload.Name = "rbLoopDownload";
- this.rbLoopDownload.Size = new System.Drawing.Size(85, 20);
- this.rbLoopDownload.TabIndex = 42;
- this.rbLoopDownload.TabStop = true;
- this.rbLoopDownload.Text = "循环下载";
- this.rbLoopDownload.UseVisualStyleBackColor = true;
- //
- // rbSingleDownload
- //
- this.rbSingleDownload.AutoSize = true;
- this.rbSingleDownload.Location = new System.Drawing.Point(19, 90);
- this.rbSingleDownload.Name = "rbSingleDownload";
- this.rbSingleDownload.Size = new System.Drawing.Size(100, 20);
- this.rbSingleDownload.TabIndex = 41;
- this.rbSingleDownload.TabStop = true;
- this.rbSingleDownload.Text = "单版本下载";
- this.rbSingleDownload.UseVisualStyleBackColor = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 26);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(52, 16);
- this.label1.TabIndex = 1;
- this.label1.Text = "版本号";
- //
- // tbVersionNO
- //
- this.tbVersionNO.Location = new System.Drawing.Point(58, 23);
- this.tbVersionNO.Name = "tbVersionNO";
- this.tbVersionNO.Size = new System.Drawing.Size(121, 22);
- this.tbVersionNO.TabIndex = 0;
- this.tbVersionNO.Text = "0";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.rbSelfPaymentRatio);
- this.groupBox1.Controls.Add(this.rbPriceLimits);
- this.groupBox1.Controls.Add(this.rbHealthcareInstitutionDirectoryMatching);
- this.groupBox1.Controls.Add(this.rbMedicalAndHealthInsuranceDirectoryMatching);
- this.groupBox1.Controls.Add(this.rbDirectoryInformationInquiry);
- this.groupBox1.Controls.Add(this.rbInstitutionInformation);
- this.groupBox1.Controls.Add(this.rbTCMSyndromeCatalog);
- this.groupBox1.Controls.Add(this.rbTCMDiseaseCatalog);
- this.groupBox1.Controls.Add(this.rbTumorMorphology);
- this.groupBox1.Controls.Add(this.rbEthnicMedicines);
- this.groupBox1.Controls.Add(this.rbHospMadeMedicines);
- this.groupBox1.Controls.Add(this.rbChineseHerbalPieces);
- this.groupBox1.Controls.Add(this.rbDictionary);
- this.groupBox1.Controls.Add(this.rbDaySurgery);
- this.groupBox1.Controls.Add(this.rbDrgs);
- this.groupBox1.Controls.Add(this.rbChronicSpecialDiseases);
- this.groupBox1.Controls.Add(this.rbSurgery);
- this.groupBox1.Controls.Add(this.rbDiagnosis);
- this.groupBox1.Controls.Add(this.rbConsumables);
- this.groupBox1.Controls.Add(this.rbMedicalServices);
- this.groupBox1.Controls.Add(this.rbDrug);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(438, 185);
- this.groupBox1.TabIndex = 26;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "下载类型";
- //
- // rbSelfPaymentRatio
- //
- this.rbSelfPaymentRatio.AutoSize = true;
- this.rbSelfPaymentRatio.Location = new System.Drawing.Point(13, 162);
- this.rbSelfPaymentRatio.Name = "rbSelfPaymentRatio";
- this.rbSelfPaymentRatio.Size = new System.Drawing.Size(145, 20);
- this.rbSelfPaymentRatio.TabIndex = 48;
- this.rbSelfPaymentRatio.TabStop = true;
- this.rbSelfPaymentRatio.Text = "医保目录自付比例";
- this.rbSelfPaymentRatio.UseVisualStyleBackColor = true;
- this.rbSelfPaymentRatio.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbPriceLimits
- //
- this.rbPriceLimits.AutoSize = true;
- this.rbPriceLimits.Location = new System.Drawing.Point(322, 133);
- this.rbPriceLimits.Name = "rbPriceLimits";
- this.rbPriceLimits.Size = new System.Drawing.Size(115, 20);
- this.rbPriceLimits.TabIndex = 47;
- this.rbPriceLimits.TabStop = true;
- this.rbPriceLimits.Text = "医保目录限价";
- this.rbPriceLimits.UseVisualStyleBackColor = true;
- this.rbPriceLimits.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbHealthcareInstitutionDirectoryMatching
- //
- this.rbHealthcareInstitutionDirectoryMatching.AutoSize = true;
- this.rbHealthcareInstitutionDirectoryMatching.Location = new System.Drawing.Point(161, 162);
- this.rbHealthcareInstitutionDirectoryMatching.Name = "rbHealthcareInstitutionDirectoryMatching";
- this.rbHealthcareInstitutionDirectoryMatching.Size = new System.Drawing.Size(145, 20);
- this.rbHealthcareInstitutionDirectoryMatching.TabIndex = 46;
- this.rbHealthcareInstitutionDirectoryMatching.TabStop = true;
- this.rbHealthcareInstitutionDirectoryMatching.Text = "医药机构目录匹配";
- this.rbHealthcareInstitutionDirectoryMatching.UseVisualStyleBackColor = true;
- this.rbHealthcareInstitutionDirectoryMatching.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbMedicalAndHealthInsuranceDirectoryMatching
- //
- this.rbMedicalAndHealthInsuranceDirectoryMatching.AutoSize = true;
- this.rbMedicalAndHealthInsuranceDirectoryMatching.Location = new System.Drawing.Point(161, 133);
- this.rbMedicalAndHealthInsuranceDirectoryMatching.Name = "rbMedicalAndHealthInsuranceDirectoryMatching";
- this.rbMedicalAndHealthInsuranceDirectoryMatching.Size = new System.Drawing.Size(160, 20);
- this.rbMedicalAndHealthInsuranceDirectoryMatching.TabIndex = 45;
- this.rbMedicalAndHealthInsuranceDirectoryMatching.TabStop = true;
- this.rbMedicalAndHealthInsuranceDirectoryMatching.Text = "医疗与医保目录匹配";
- this.rbMedicalAndHealthInsuranceDirectoryMatching.UseVisualStyleBackColor = true;
- this.rbMedicalAndHealthInsuranceDirectoryMatching.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbDirectoryInformationInquiry
- //
- this.rbDirectoryInformationInquiry.AutoSize = true;
- this.rbDirectoryInformationInquiry.Location = new System.Drawing.Point(13, 133);
- this.rbDirectoryInformationInquiry.Name = "rbDirectoryInformationInquiry";
- this.rbDirectoryInformationInquiry.Size = new System.Drawing.Size(115, 20);
- this.rbDirectoryInformationInquiry.TabIndex = 44;
- this.rbDirectoryInformationInquiry.TabStop = true;
- this.rbDirectoryInformationInquiry.Text = "目录信息查询";
- this.rbDirectoryInformationInquiry.UseVisualStyleBackColor = true;
- this.rbDirectoryInformationInquiry.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbInstitutionInformation
- //
- this.rbInstitutionInformation.AutoSize = true;
- this.rbInstitutionInformation.Location = new System.Drawing.Point(320, 104);
- this.rbInstitutionInformation.Name = "rbInstitutionInformation";
- this.rbInstitutionInformation.Size = new System.Drawing.Size(85, 20);
- this.rbInstitutionInformation.TabIndex = 43;
- this.rbInstitutionInformation.TabStop = true;
- this.rbInstitutionInformation.Text = "机构信息";
- this.rbInstitutionInformation.UseVisualStyleBackColor = true;
- this.rbInstitutionInformation.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbTCMSyndromeCatalog
- //
- this.rbTCMSyndromeCatalog.AutoSize = true;
- this.rbTCMSyndromeCatalog.Location = new System.Drawing.Point(320, 75);
- this.rbTCMSyndromeCatalog.Name = "rbTCMSyndromeCatalog";
- this.rbTCMSyndromeCatalog.Size = new System.Drawing.Size(115, 20);
- this.rbTCMSyndromeCatalog.TabIndex = 42;
- this.rbTCMSyndromeCatalog.TabStop = true;
- this.rbTCMSyndromeCatalog.Text = "中医证候目录";
- this.rbTCMSyndromeCatalog.UseVisualStyleBackColor = true;
- this.rbTCMSyndromeCatalog.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbTCMDiseaseCatalog
- //
- this.rbTCMDiseaseCatalog.AutoSize = true;
- this.rbTCMDiseaseCatalog.Location = new System.Drawing.Point(320, 46);
- this.rbTCMDiseaseCatalog.Name = "rbTCMDiseaseCatalog";
- this.rbTCMDiseaseCatalog.Size = new System.Drawing.Size(115, 20);
- this.rbTCMDiseaseCatalog.TabIndex = 41;
- this.rbTCMDiseaseCatalog.TabStop = true;
- this.rbTCMDiseaseCatalog.Text = "中医疾病目录";
- this.rbTCMDiseaseCatalog.UseVisualStyleBackColor = true;
- this.rbTCMDiseaseCatalog.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbTumorMorphology
- //
- this.rbTumorMorphology.AutoSize = true;
- this.rbTumorMorphology.Location = new System.Drawing.Point(320, 17);
- this.rbTumorMorphology.Name = "rbTumorMorphology";
- this.rbTumorMorphology.Size = new System.Drawing.Size(100, 20);
- this.rbTumorMorphology.TabIndex = 40;
- this.rbTumorMorphology.TabStop = true;
- this.rbTumorMorphology.Text = "肿瘤形态学";
- this.rbTumorMorphology.UseVisualStyleBackColor = true;
- this.rbTumorMorphology.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbEthnicMedicines
- //
- this.rbEthnicMedicines.AutoSize = true;
- this.rbEthnicMedicines.Location = new System.Drawing.Point(207, 104);
- this.rbEthnicMedicines.Name = "rbEthnicMedicines";
- this.rbEthnicMedicines.Size = new System.Drawing.Size(85, 20);
- this.rbEthnicMedicines.TabIndex = 39;
- this.rbEthnicMedicines.TabStop = true;
- this.rbEthnicMedicines.Text = "民族药品";
- this.rbEthnicMedicines.UseVisualStyleBackColor = true;
- this.rbEthnicMedicines.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbHospMadeMedicines
- //
- this.rbHospMadeMedicines.AutoSize = true;
- this.rbHospMadeMedicines.Location = new System.Drawing.Point(207, 75);
- this.rbHospMadeMedicines.Name = "rbHospMadeMedicines";
- this.rbHospMadeMedicines.Size = new System.Drawing.Size(115, 20);
- this.rbHospMadeMedicines.TabIndex = 38;
- this.rbHospMadeMedicines.TabStop = true;
- this.rbHospMadeMedicines.Text = "医疗机构制剂";
- this.rbHospMadeMedicines.UseVisualStyleBackColor = true;
- this.rbHospMadeMedicines.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbChineseHerbalPieces
- //
- this.rbChineseHerbalPieces.AutoSize = true;
- this.rbChineseHerbalPieces.Location = new System.Drawing.Point(207, 46);
- this.rbChineseHerbalPieces.Name = "rbChineseHerbalPieces";
- this.rbChineseHerbalPieces.Size = new System.Drawing.Size(85, 20);
- this.rbChineseHerbalPieces.TabIndex = 37;
- this.rbChineseHerbalPieces.TabStop = true;
- this.rbChineseHerbalPieces.Text = "中药饮片";
- this.rbChineseHerbalPieces.UseVisualStyleBackColor = true;
- this.rbChineseHerbalPieces.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbDictionary
- //
- this.rbDictionary.AutoSize = true;
- this.rbDictionary.Location = new System.Drawing.Point(209, 17);
- this.rbDictionary.Name = "rbDictionary";
- this.rbDictionary.Size = new System.Drawing.Size(70, 20);
- this.rbDictionary.TabIndex = 36;
- this.rbDictionary.TabStop = true;
- this.rbDictionary.Text = "字典表";
- this.rbDictionary.UseVisualStyleBackColor = true;
- this.rbDictionary.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbDaySurgery
- //
- this.rbDaySurgery.AutoSize = true;
- this.rbDaySurgery.Location = new System.Drawing.Point(111, 104);
- this.rbDaySurgery.Name = "rbDaySurgery";
- this.rbDaySurgery.Size = new System.Drawing.Size(85, 20);
- this.rbDaySurgery.TabIndex = 35;
- this.rbDaySurgery.TabStop = true;
- this.rbDaySurgery.Text = "日间手术";
- this.rbDaySurgery.UseVisualStyleBackColor = true;
- this.rbDaySurgery.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbDrgs
- //
- this.rbDrgs.AutoSize = true;
- this.rbDrgs.Location = new System.Drawing.Point(111, 75);
- this.rbDrgs.Name = "rbDrgs";
- this.rbDrgs.Size = new System.Drawing.Size(62, 20);
- this.rbDrgs.TabIndex = 34;
- this.rbDrgs.TabStop = true;
- this.rbDrgs.Text = "DRGs";
- this.rbDrgs.UseVisualStyleBackColor = true;
- this.rbDrgs.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbChronicSpecialDiseases
- //
- this.rbChronicSpecialDiseases.AutoSize = true;
- this.rbChronicSpecialDiseases.Location = new System.Drawing.Point(111, 46);
- this.rbChronicSpecialDiseases.Name = "rbChronicSpecialDiseases";
- this.rbChronicSpecialDiseases.Size = new System.Drawing.Size(115, 20);
- this.rbChronicSpecialDiseases.TabIndex = 33;
- this.rbChronicSpecialDiseases.TabStop = true;
- this.rbChronicSpecialDiseases.Text = "门诊慢特病种";
- this.rbChronicSpecialDiseases.UseVisualStyleBackColor = true;
- this.rbChronicSpecialDiseases.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbSurgery
- //
- this.rbSurgery.AutoSize = true;
- this.rbSurgery.Location = new System.Drawing.Point(111, 17);
- this.rbSurgery.Name = "rbSurgery";
- this.rbSurgery.Size = new System.Drawing.Size(55, 20);
- this.rbSurgery.TabIndex = 32;
- this.rbSurgery.TabStop = true;
- this.rbSurgery.Text = "手术";
- this.rbSurgery.UseVisualStyleBackColor = true;
- this.rbSurgery.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbDiagnosis
- //
- this.rbDiagnosis.AutoSize = true;
- this.rbDiagnosis.Location = new System.Drawing.Point(13, 104);
- this.rbDiagnosis.Name = "rbDiagnosis";
- this.rbDiagnosis.Size = new System.Drawing.Size(85, 20);
- this.rbDiagnosis.TabIndex = 31;
- this.rbDiagnosis.TabStop = true;
- this.rbDiagnosis.Text = "疾病诊断";
- this.rbDiagnosis.UseVisualStyleBackColor = true;
- this.rbDiagnosis.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbConsumables
- //
- this.rbConsumables.AutoSize = true;
- this.rbConsumables.Location = new System.Drawing.Point(13, 75);
- this.rbConsumables.Name = "rbConsumables";
- this.rbConsumables.Size = new System.Drawing.Size(55, 20);
- this.rbConsumables.TabIndex = 30;
- this.rbConsumables.TabStop = true;
- this.rbConsumables.Text = "材料";
- this.rbConsumables.UseVisualStyleBackColor = true;
- this.rbConsumables.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbMedicalServices
- //
- this.rbMedicalServices.AutoSize = true;
- this.rbMedicalServices.Location = new System.Drawing.Point(13, 46);
- this.rbMedicalServices.Name = "rbMedicalServices";
- this.rbMedicalServices.Size = new System.Drawing.Size(55, 20);
- this.rbMedicalServices.TabIndex = 29;
- this.rbMedicalServices.TabStop = true;
- this.rbMedicalServices.Text = "诊疗";
- this.rbMedicalServices.UseVisualStyleBackColor = true;
- this.rbMedicalServices.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // rbDrug
- //
- this.rbDrug.AutoSize = true;
- this.rbDrug.Location = new System.Drawing.Point(13, 17);
- this.rbDrug.Name = "rbDrug";
- this.rbDrug.Size = new System.Drawing.Size(55, 20);
- this.rbDrug.TabIndex = 28;
- this.rbDrug.TabStop = true;
- this.rbDrug.Text = "药品";
- this.rbDrug.UseVisualStyleBackColor = true;
- this.rbDrug.CheckedChanged += new System.EventHandler(this.rbDirecotryType_CheckChanged);
- //
- // errorProvider1
- //
- this.errorProvider1.ContainerControl = this;
- //
- // DataDownload
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1570, 661);
- this.Controls.Add(this.panel1);
- this.Name = "DataDownload";
- this.Text = "数据下载";
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDirectory)).EndInit();
- this.panel2.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private Sunny.UI.UIDataGridView dgvDirectory;
- private Sunny.UI.UIPagination pgDownload;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.RadioButton rbDiagnosis;
- private System.Windows.Forms.RadioButton rbConsumables;
- private System.Windows.Forms.RadioButton rbMedicalServices;
- private System.Windows.Forms.RadioButton rbDrug;
- private System.Windows.Forms.RadioButton rbInstitutionInformation;
- private System.Windows.Forms.RadioButton rbTCMSyndromeCatalog;
- private System.Windows.Forms.RadioButton rbTCMDiseaseCatalog;
- private System.Windows.Forms.RadioButton rbTumorMorphology;
- private System.Windows.Forms.RadioButton rbEthnicMedicines;
- private System.Windows.Forms.RadioButton rbHospMadeMedicines;
- private System.Windows.Forms.RadioButton rbChineseHerbalPieces;
- private System.Windows.Forms.RadioButton rbDictionary;
- private System.Windows.Forms.RadioButton rbDaySurgery;
- private System.Windows.Forms.RadioButton rbDrgs;
- private System.Windows.Forms.RadioButton rbChronicSpecialDiseases;
- private System.Windows.Forms.RadioButton rbSurgery;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.RadioButton rbLoopDownload;
- private System.Windows.Forms.RadioButton rbSingleDownload;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbVersionNO;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbCode;
- private System.Windows.Forms.Button btDownload;
- private System.Windows.Forms.Button btQuery;
- private System.Windows.Forms.Button btExit;
- private System.Windows.Forms.Button btSignIn;
- private System.Windows.Forms.Button btModify;
- private System.Windows.Forms.Button btAdd;
- private System.Windows.Forms.RadioButton rbSelfPaymentRatio;
- private System.Windows.Forms.RadioButton rbPriceLimits;
- private System.Windows.Forms.RadioButton rbHealthcareInstitutionDirectoryMatching;
- private System.Windows.Forms.RadioButton rbMedicalAndHealthInsuranceDirectoryMatching;
- private System.Windows.Forms.RadioButton rbDirectoryInformationInquiry;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tbCbd;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbCurPage;
- private System.Windows.Forms.TextBox tbPageCount;
- private System.Windows.Forms.TextBox tbUpdateTime;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ErrorProvider errorProvider1;
- private System.Windows.Forms.HelpProvider helpProvider1;
- private System.Windows.Forms.Button btBatchUpdateAuxInfo;
- private System.Windows.Forms.Button btBatchUpdateSelfRatioInfo;
- private System.Windows.Forms.Button btBatchUpdateLimitPriceInfo;
- private System.Windows.Forms.Button btUpdateLevelInfo;
- private System.Windows.Forms.Button btnGetMaxVersion;
- }
- }
|