namespace PTMedicalInsurance.Forms
{
partial class DownLoad
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
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.Tctrl_Main = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.pgDownload = new Sunny.UI.UIPagination();
this.dgvDirectoy = new Sunny.UI.UIDataGridView();
this.panel2 = new System.Windows.Forms.Panel();
this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
this.TexBYSJL = new Sunny.UI.UITextBox();
this.TexDQYS = new Sunny.UI.UITextBox();
this.TexDate = new Sunny.UI.UITextBox();
this.btnExit = new Sunny.UI.UIButton();
this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
this.tbDicType = new Sunny.UI.UITextBox();
this.tbDicDate = new Sunny.UI.UITextBox();
this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
this.cbxInterface_down = new Sunny.UI.UIComboBox();
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
this.tbDircetoryName = new Sunny.UI.UITextBox();
this.tbDirectoryCode = new Sunny.UI.UITextBox();
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
this.rbAutoDown = new Sunny.UI.UIRadioButton();
this.rbSingleDown = new Sunny.UI.UIRadioButton();
this.tbVer = new Sunny.UI.UITextBox();
this.rbgDirecType = new Sunny.UI.UIRadioButtonGroup();
this.btnQuery = new Sunny.UI.UIButton();
this.btnDownload = new Sunny.UI.UIButton();
this.uiProcessBar1 = new Sunny.UI.UIProcessBar();
this.TexYYMC = new Sunny.UI.UITextBox();
this.Tctrl_Main.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).BeginInit();
this.panel2.SuspendLayout();
this.uiGroupBox3.SuspendLayout();
this.uiGroupBox5.SuspendLayout();
this.uiGroupBox4.SuspendLayout();
this.uiGroupBox2.SuspendLayout();
this.uiGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// Tctrl_Main
//
this.Tctrl_Main.Controls.Add(this.tabPage1);
this.Tctrl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.Tctrl_Main.Location = new System.Drawing.Point(0, 0);
this.Tctrl_Main.Name = "Tctrl_Main";
this.Tctrl_Main.SelectedIndex = 0;
this.Tctrl_Main.Size = new System.Drawing.Size(1659, 701);
this.Tctrl_Main.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.pgDownload);
this.tabPage1.Controls.Add(this.dgvDirectoy);
this.tabPage1.Controls.Add(this.panel2);
this.tabPage1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1651, 672);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "医保字典及目录下载";
this.tabPage1.UseVisualStyleBackColor = true;
//
// 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(3, 401);
this.pgDownload.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.pgDownload.MinimumSize = new System.Drawing.Size(1, 1);
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(1645, 39);
this.pgDownload.TabIndex = 8;
this.pgDownload.Text = "uiPagination1";
this.pgDownload.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.pgDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// dgvDirectoy
//
this.dgvDirectoy.AllowUserToAddRows = false;
this.dgvDirectoy.AllowUserToDeleteRows = false;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvDirectoy.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvDirectoy.BackgroundColor = System.Drawing.Color.White;
this.dgvDirectoy.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.dgvDirectoy.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvDirectoy.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.dgvDirectoy.DefaultCellStyle = dataGridViewCellStyle8;
this.dgvDirectoy.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvDirectoy.EnableHeadersVisualStyles = false;
this.dgvDirectoy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvDirectoy.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.dgvDirectoy.Location = new System.Drawing.Point(3, 3);
this.dgvDirectoy.Margin = new System.Windows.Forms.Padding(4);
this.dgvDirectoy.Name = "dgvDirectoy";
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.dgvDirectoy.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.dgvDirectoy.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.dgvDirectoy.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.dgvDirectoy.RowTemplate.Height = 23;
this.dgvDirectoy.SelectedIndex = -1;
this.dgvDirectoy.Size = new System.Drawing.Size(1645, 437);
this.dgvDirectoy.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgvDirectoy.TabIndex = 7;
this.dgvDirectoy.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// panel2
//
this.panel2.Controls.Add(this.uiGroupBox3);
this.panel2.Controls.Add(this.btnExit);
this.panel2.Controls.Add(this.uiGroupBox5);
this.panel2.Controls.Add(this.uiGroupBox4);
this.panel2.Controls.Add(this.uiGroupBox2);
this.panel2.Controls.Add(this.uiGroupBox1);
this.panel2.Controls.Add(this.rbgDirecType);
this.panel2.Controls.Add(this.btnQuery);
this.panel2.Controls.Add(this.btnDownload);
this.panel2.Controls.Add(this.uiProcessBar1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Font = new System.Drawing.Font("华文隶书", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel2.Location = new System.Drawing.Point(3, 440);
this.panel2.Margin = new System.Windows.Forms.Padding(4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1645, 229);
this.panel2.TabIndex = 6;
//
// uiGroupBox3
//
this.uiGroupBox3.Controls.Add(this.TexYYMC);
this.uiGroupBox3.Controls.Add(this.TexBYSJL);
this.uiGroupBox3.Controls.Add(this.TexDQYS);
this.uiGroupBox3.Controls.Add(this.TexDate);
this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox3.Location = new System.Drawing.Point(1364, 21);
this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox3.Name = "uiGroupBox3";
this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
this.uiGroupBox3.Size = new System.Drawing.Size(173, 201);
this.uiGroupBox3.TabIndex = 21;
this.uiGroupBox3.Text = "查询条件";
this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiGroupBox3.Visible = false;
this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// TexBYSJL
//
this.TexBYSJL.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TexBYSJL.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TexBYSJL.Location = new System.Drawing.Point(4, 117);
this.TexBYSJL.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TexBYSJL.MinimumSize = new System.Drawing.Size(1, 16);
this.TexBYSJL.Name = "TexBYSJL";
this.TexBYSJL.ShowText = false;
this.TexBYSJL.Size = new System.Drawing.Size(161, 24);
this.TexBYSJL.TabIndex = 6;
this.TexBYSJL.Text = "本页数据量";
this.TexBYSJL.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.TexBYSJL.Watermark = "字典下载类型";
this.TexBYSJL.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// TexDQYS
//
this.TexDQYS.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TexDQYS.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TexDQYS.Location = new System.Drawing.Point(4, 76);
this.TexDQYS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TexDQYS.MinimumSize = new System.Drawing.Size(1, 16);
this.TexDQYS.Name = "TexDQYS";
this.TexDQYS.ShowText = false;
this.TexDQYS.Size = new System.Drawing.Size(161, 24);
this.TexDQYS.TabIndex = 5;
this.TexDQYS.Text = "当前页数";
this.TexDQYS.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.TexDQYS.Watermark = "字典下载类型";
this.TexDQYS.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// TexDate
//
this.TexDate.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TexDate.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TexDate.Location = new System.Drawing.Point(4, 35);
this.TexDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TexDate.MinimumSize = new System.Drawing.Size(1, 16);
this.TexDate.Name = "TexDate";
this.TexDate.ShowText = false;
this.TexDate.Size = new System.Drawing.Size(161, 24);
this.TexDate.TabIndex = 4;
this.TexDate.Text = "输入日期(2021-01-01)";
this.TexDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.TexDate.Watermark = "输入日期(2021-01-01)";
this.TexDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.Location = new System.Drawing.Point(1546, 182);
this.btnExit.Margin = new System.Windows.Forms.Padding(4);
this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(89, 40);
this.btnExit.TabIndex = 20;
this.btnExit.Text = "退出";
this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// uiGroupBox5
//
this.uiGroupBox5.Controls.Add(this.tbDicType);
this.uiGroupBox5.Controls.Add(this.tbDicDate);
this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox5.Location = new System.Drawing.Point(1187, 21);
this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox5.Name = "uiGroupBox5";
this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
this.uiGroupBox5.Size = new System.Drawing.Size(173, 156);
this.uiGroupBox5.TabIndex = 17;
this.uiGroupBox5.Text = "字典下载";
this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tbDicType
//
this.tbDicType.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tbDicType.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbDicType.Location = new System.Drawing.Point(6, 73);
this.tbDicType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tbDicType.MinimumSize = new System.Drawing.Size(1, 16);
this.tbDicType.Name = "tbDicType";
this.tbDicType.ShowText = false;
this.tbDicType.Size = new System.Drawing.Size(161, 24);
this.tbDicType.TabIndex = 5;
this.tbDicType.Text = "字典下载类型";
this.tbDicType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tbDicType.Watermark = "字典下载类型";
this.tbDicType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tbDicDate
//
this.tbDicDate.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tbDicDate.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbDicDate.Location = new System.Drawing.Point(6, 35);
this.tbDicDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tbDicDate.MinimumSize = new System.Drawing.Size(1, 16);
this.tbDicDate.Name = "tbDicDate";
this.tbDicDate.ShowText = false;
this.tbDicDate.Size = new System.Drawing.Size(161, 24);
this.tbDicDate.TabIndex = 4;
this.tbDicDate.Text = "输入日期(2021-01-01)";
this.tbDicDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tbDicDate.Watermark = "字典下载输入日期(2021-01-01)";
this.tbDicDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiGroupBox4
//
this.uiGroupBox4.Controls.Add(this.cbxInterface_down);
this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox4.Location = new System.Drawing.Point(667, 21);
this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox4.Name = "uiGroupBox4";
this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
this.uiGroupBox4.Size = new System.Drawing.Size(156, 156);
this.uiGroupBox4.TabIndex = 16;
this.uiGroupBox4.Text = "接口选择";
this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiGroupBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// cbxInterface_down
//
this.cbxInterface_down.DataSource = null;
this.cbxInterface_down.FillColor = System.Drawing.Color.White;
this.cbxInterface_down.FilterMaxCount = 50;
this.cbxInterface_down.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbxInterface_down.Location = new System.Drawing.Point(7, 38);
this.cbxInterface_down.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cbxInterface_down.MinimumSize = new System.Drawing.Size(63, 0);
this.cbxInterface_down.Name = "cbxInterface_down";
this.cbxInterface_down.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cbxInterface_down.Size = new System.Drawing.Size(140, 23);
this.cbxInterface_down.TabIndex = 0;
this.cbxInterface_down.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cbxInterface_down.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiGroupBox2
//
this.uiGroupBox2.Controls.Add(this.tbDircetoryName);
this.uiGroupBox2.Controls.Add(this.tbDirectoryCode);
this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox2.Location = new System.Drawing.Point(1007, 21);
this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox2.Name = "uiGroupBox2";
this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
this.uiGroupBox2.Size = new System.Drawing.Size(176, 156);
this.uiGroupBox2.TabIndex = 15;
this.uiGroupBox2.Text = "查询";
this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tbDircetoryName
//
this.tbDircetoryName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tbDircetoryName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbDircetoryName.Location = new System.Drawing.Point(4, 76);
this.tbDircetoryName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tbDircetoryName.MinimumSize = new System.Drawing.Size(1, 16);
this.tbDircetoryName.Name = "tbDircetoryName";
this.tbDircetoryName.ShowText = false;
this.tbDircetoryName.Size = new System.Drawing.Size(166, 24);
this.tbDircetoryName.TabIndex = 2;
this.tbDircetoryName.Text = "名称";
this.tbDircetoryName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tbDircetoryName.Watermark = "名称";
this.tbDircetoryName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tbDirectoryCode
//
this.tbDirectoryCode.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tbDirectoryCode.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbDirectoryCode.Location = new System.Drawing.Point(4, 35);
this.tbDirectoryCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tbDirectoryCode.MinimumSize = new System.Drawing.Size(1, 16);
this.tbDirectoryCode.Name = "tbDirectoryCode";
this.tbDirectoryCode.ShowText = false;
this.tbDirectoryCode.Size = new System.Drawing.Size(166, 24);
this.tbDirectoryCode.TabIndex = 1;
this.tbDirectoryCode.Text = "编码";
this.tbDirectoryCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tbDirectoryCode.Watermark = "编码";
this.tbDirectoryCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// uiGroupBox1
//
this.uiGroupBox1.Controls.Add(this.rbAutoDown);
this.uiGroupBox1.Controls.Add(this.rbSingleDown);
this.uiGroupBox1.Controls.Add(this.tbVer);
this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox1.Location = new System.Drawing.Point(827, 21);
this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox1.Name = "uiGroupBox1";
this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
this.uiGroupBox1.Size = new System.Drawing.Size(176, 156);
this.uiGroupBox1.TabIndex = 14;
this.uiGroupBox1.Text = "目录下载";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// rbAutoDown
//
this.rbAutoDown.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbAutoDown.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbAutoDown.Location = new System.Drawing.Point(3, 112);
this.rbAutoDown.MinimumSize = new System.Drawing.Size(1, 1);
this.rbAutoDown.Name = "rbAutoDown";
this.rbAutoDown.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.rbAutoDown.Size = new System.Drawing.Size(167, 20);
this.rbAutoDown.TabIndex = 2;
this.rbAutoDown.Text = "自动检索最大版本号";
this.rbAutoDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// rbSingleDown
//
this.rbSingleDown.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbSingleDown.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbSingleDown.Location = new System.Drawing.Point(3, 78);
this.rbSingleDown.MinimumSize = new System.Drawing.Size(1, 1);
this.rbSingleDown.Name = "rbSingleDown";
this.rbSingleDown.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.rbSingleDown.Size = new System.Drawing.Size(143, 19);
this.rbSingleDown.TabIndex = 1;
this.rbSingleDown.Text = "手工输入版本号";
this.rbSingleDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tbVer
//
this.tbVer.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tbVer.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbVer.Location = new System.Drawing.Point(8, 35);
this.tbVer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tbVer.MinimumSize = new System.Drawing.Size(1, 16);
this.tbVer.Name = "tbVer";
this.tbVer.ShowText = false;
this.tbVer.Size = new System.Drawing.Size(149, 24);
this.tbVer.TabIndex = 0;
this.tbVer.Text = "版本号";
this.tbVer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tbVer.Watermark = "版本号";
this.tbVer.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// rbgDirecType
//
this.rbgDirecType.ColumnCount = 3;
this.rbgDirecType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbgDirecType.Items.AddRange(new object[] {
"西药/中成药-1301",
"医疗服务-1305",
"医用耗材-1306",
"疾病/诊断-1307",
"手术-1308",
"门诊慢特病-1309",
"按病种付费-1310",
"日间手术治疗-1311",
"字典表-1901",
"√中药饮片-1302",
"√医疗机构制剂-1303",
"√肿瘤形态学-1313",
"√中医疾病-1314",
"√中医证候-1315",
"民族药品-1304",
"目录信息查询-1312",
"医疗与医保目录匹配-1316",
"医药机构目录匹配-1317",
"医保目录限价-1318",
"医保目录先自付比例-1319",
"医药机构信息-1201"});
this.rbgDirecType.ItemSize = new System.Drawing.Size(220, 26);
this.rbgDirecType.Location = new System.Drawing.Point(5, 6);
this.rbgDirecType.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.rbgDirecType.MinimumSize = new System.Drawing.Size(1, 1);
this.rbgDirecType.Name = "rbgDirecType";
this.rbgDirecType.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
this.rbgDirecType.Size = new System.Drawing.Size(657, 218);
this.rbgDirecType.TabIndex = 1;
this.rbgDirecType.Text = "请选择下载类型";
this.rbgDirecType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.rbgDirecType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.rbgDirecType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgDirecType_ValueChanged);
//
// btnQuery
//
this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnQuery.Location = new System.Drawing.Point(1546, 36);
this.btnQuery.Margin = new System.Windows.Forms.Padding(4);
this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(89, 40);
this.btnQuery.TabIndex = 13;
this.btnQuery.Text = "查询";
this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// btnDownload
//
this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnDownload.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDownload.Location = new System.Drawing.Point(1546, 109);
this.btnDownload.Margin = new System.Windows.Forms.Padding(4);
this.btnDownload.MinimumSize = new System.Drawing.Size(1, 1);
this.btnDownload.Name = "btnDownload";
this.btnDownload.Size = new System.Drawing.Size(89, 40);
this.btnDownload.TabIndex = 12;
this.btnDownload.Text = "下载";
this.btnDownload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
// uiProcessBar1
//
this.uiProcessBar1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uiProcessBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiProcessBar1.Location = new System.Drawing.Point(667, 181);
this.uiProcessBar1.Margin = new System.Windows.Forms.Padding(4);
this.uiProcessBar1.MinimumSize = new System.Drawing.Size(93, 4);
this.uiProcessBar1.Name = "uiProcessBar1";
this.uiProcessBar1.Size = new System.Drawing.Size(693, 43);
this.uiProcessBar1.TabIndex = 11;
this.uiProcessBar1.Text = "uiProcessBar1";
this.uiProcessBar1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// TexYYMC
//
this.TexYYMC.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TexYYMC.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TexYYMC.Location = new System.Drawing.Point(4, 158);
this.TexYYMC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TexYYMC.MinimumSize = new System.Drawing.Size(1, 16);
this.TexYYMC.Name = "TexYYMC";
this.TexYYMC.ShowText = false;
this.TexYYMC.Size = new System.Drawing.Size(161, 24);
this.TexYYMC.TabIndex = 7;
this.TexYYMC.Text = "输入医院名称模糊查找";
this.TexYYMC.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.TexYYMC.Watermark = "字典下载类型";
this.TexYYMC.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// DownLoad
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1659, 701);
this.Controls.Add(this.Tctrl_Main);
this.Name = "DownLoad";
this.Text = "中心数据下载";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DownLoad_FormClosed);
this.Load += new System.EventHandler(this.FormDownLoad_Load);
this.Tctrl_Main.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).EndInit();
this.panel2.ResumeLayout(false);
this.uiGroupBox3.ResumeLayout(false);
this.uiGroupBox5.ResumeLayout(false);
this.uiGroupBox4.ResumeLayout(false);
this.uiGroupBox2.ResumeLayout(false);
this.uiGroupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl Tctrl_Main;
private System.Windows.Forms.TabPage tabPage1;
private Sunny.UI.UIPagination pgDownload;
private Sunny.UI.UIDataGridView dgvDirectoy;
private System.Windows.Forms.Panel panel2;
private Sunny.UI.UIGroupBox uiGroupBox5;
private Sunny.UI.UITextBox tbDicType;
private Sunny.UI.UITextBox tbDicDate;
private Sunny.UI.UIGroupBox uiGroupBox4;
private Sunny.UI.UIComboBox cbxInterface_down;
private Sunny.UI.UIGroupBox uiGroupBox2;
private Sunny.UI.UITextBox tbDircetoryName;
private Sunny.UI.UITextBox tbDirectoryCode;
private Sunny.UI.UIGroupBox uiGroupBox1;
private Sunny.UI.UIRadioButton rbAutoDown;
private Sunny.UI.UIRadioButton rbSingleDown;
private Sunny.UI.UITextBox tbVer;
private Sunny.UI.UIRadioButtonGroup rbgDirecType;
private Sunny.UI.UIButton btnQuery;
private Sunny.UI.UIButton btnDownload;
private Sunny.UI.UIButton btnExit;
private Sunny.UI.UIProcessBar uiProcessBar1;
private Sunny.UI.UIGroupBox uiGroupBox3;
private Sunny.UI.UITextBox TexBYSJL;
private Sunny.UI.UITextBox TexDQYS;
private Sunny.UI.UITextBox TexDate;
private Sunny.UI.UITextBox TexYYMC;
}
}