123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590 |
- namespace PTMedicalInsurance.Forms
- {
- partial class BasicData
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
- 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.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.panel1 = new System.Windows.Forms.Panel();
- this.dgvDirectoy = new Sunny.UI.UIDataGridView();
- this.cmsUpdateInsuDir = new Sunny.UI.UIContextMenuStrip();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.pgDownload = new Sunny.UI.UIPagination();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btSignIn = new Sunny.UI.UIButton();
- this.cmsMapping = new Sunny.UI.UIContextMenuStrip();
- this.tsmiMapping = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmiCancleMapping = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.ToolStripMenuItem_Upload = new System.Windows.Forms.ToolStripMenuItem();
- this.ToolStripMenuItem_CancelUpload = new System.Windows.Forms.ToolStripMenuItem();
- this.rbgDirecType = new Sunny.UI.UIRadioButtonGroup();
- this.btnExit = new Sunny.UI.UIButton();
- this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
- this.TexYYMC = new Sunny.UI.UITextBox();
- this.TexBYSJL = new Sunny.UI.UITextBox();
- this.TexDQYS = new Sunny.UI.UITextBox();
- this.TexDate = new Sunny.UI.UITextBox();
- this.btEditDir = new Sunny.UI.UIButton();
- this.btAddDir = new Sunny.UI.UIButton();
- this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
- this.tbDicType = new Sunny.UI.UITextBox();
- this.tbDicDate = new Sunny.UI.UITextBox();
- 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.btnQuery = new Sunny.UI.UIButton();
- this.btnDownload = new Sunny.UI.UIButton();
- this.uiProcessBar1 = new Sunny.UI.UIProcessBar();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.panel7 = new System.Windows.Forms.Panel();
- this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
- this.panel3 = new System.Windows.Forms.Panel();
- this.dgvHISDirectory = new Sunny.UI.UIDataGridView();
- this.panel5 = new System.Windows.Forms.Panel();
- this.btnExport = new Sunny.UI.UIButton();
- this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
- this.rbSelf = new Sunny.UI.UIRadioButton();
- this.rbMain = new Sunny.UI.UIRadioButton();
- this.rbSpecial = new Sunny.UI.UIRadioButton();
- this.uiGroupBox4 = new Sunny.UI.UIGroupBox();
- this.rbAll = new Sunny.UI.UIRadioButton();
- this.rbNoMaped = new Sunny.UI.UIRadioButton();
- this.rbMaped = new Sunny.UI.UIRadioButton();
- this.btnCancelRelation = new Sunny.UI.UIButton();
- this.btnUploadRelation = new Sunny.UI.UIButton();
- this.tbMappedInfo = new Sunny.UI.UITextBox();
- this.btnQueryHISDirectory = new Sunny.UI.UIButton();
- this.tbHISDirectoryFilter = new Sunny.UI.UITextBox();
- this.pgHISDirect = new Sunny.UI.UIPagination();
- this.tbCountPerPage = new Sunny.UI.UITextBox();
- this.LabExplain = new Sunny.UI.UILabel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.dgvCenterDirectory = new Sunny.UI.UIDataGridView();
- this.panel6 = new System.Windows.Forms.Panel();
- this.rbOnlyName = new Sunny.UI.UIRadioButton();
- this.rbBoth = new Sunny.UI.UIRadioButton();
- this.rbOnlyApprNO = new Sunny.UI.UIRadioButton();
- this.tbApprovalNO = new Sunny.UI.UITextBox();
- this.tbInsuCode = new Sunny.UI.UITextBox();
- this.btnQueryCenterDirectory = new Sunny.UI.UIButton();
- this.tbCenterDirectoryFilter = new Sunny.UI.UITextBox();
- this.pgCenterDirect = new Sunny.UI.UIPagination();
- this.uiPanel3 = new Sunny.UI.UIPanel();
- this.rbgInsuDirecType_C = new Sunny.UI.UIRadioButtonGroup();
- this.rbgDirecType_C = new Sunny.UI.UIRadioButtonGroup();
- this.cmsUpdateAuxInfo = new Sunny.UI.UIContextMenuStrip();
- this.tsmiSingleUpdateAuxInfo = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmiUpdateAllAuxInfo = new System.Windows.Forms.ToolStripMenuItem();
- this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).BeginInit();
- this.cmsUpdateInsuDir.SuspendLayout();
- this.panel2.SuspendLayout();
- this.cmsMapping.SuspendLayout();
- this.uiGroupBox3.SuspendLayout();
- this.uiGroupBox5.SuspendLayout();
- this.uiGroupBox2.SuspendLayout();
- this.uiGroupBox1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.panel7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
- this.uiSplitContainer1.Panel1.SuspendLayout();
- this.uiSplitContainer1.Panel2.SuspendLayout();
- this.uiSplitContainer1.SuspendLayout();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).BeginInit();
- this.panel5.SuspendLayout();
- this.uiGroupBox6.SuspendLayout();
- this.uiGroupBox4.SuspendLayout();
- this.pgHISDirect.SuspendLayout();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).BeginInit();
- this.panel6.SuspendLayout();
- this.uiPanel3.SuspendLayout();
- this.cmsUpdateAuxInfo.SuspendLayout();
- this.SuspendLayout();
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Font = new System.Drawing.Font("华文隶书", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1525, 620);
- this.tabControl1.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.panel1);
- this.tabPage1.Location = new System.Drawing.Point(4, 31);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tabPage1.Size = new System.Drawing.Size(1460, 548);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "数据下载";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.dgvDirectoy);
- 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(3, 2);
- this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1454, 544);
- this.panel1.TabIndex = 0;
- //
- // dgvDirectoy
- //
- this.dgvDirectoy.AllowUserToAddRows = false;
- this.dgvDirectoy.AllowUserToDeleteRows = false;
- dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvDirectoy.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
- this.dgvDirectoy.BackgroundColor = System.Drawing.Color.White;
- this.dgvDirectoy.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDirectoy.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
- this.dgvDirectoy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvDirectoy.ContextMenuStrip = this.cmsUpdateInsuDir;
- dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvDirectoy.DefaultCellStyle = dataGridViewCellStyle18;
- 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(0, 0);
- this.dgvDirectoy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvDirectoy.Name = "dgvDirectoy";
- dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDirectoy.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
- this.dgvDirectoy.RowHeadersWidth = 51;
- this.dgvDirectoy.RowHeight = 0;
- dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDirectoy.RowsDefaultCellStyle = dataGridViewCellStyle20;
- this.dgvDirectoy.RowTemplate.Height = 23;
- this.dgvDirectoy.SelectedIndex = -1;
- this.dgvDirectoy.ShowGridLine = false;
- this.dgvDirectoy.ShowRect = false;
- this.dgvDirectoy.Size = new System.Drawing.Size(1454, 264);
- this.dgvDirectoy.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvDirectoy.TabIndex = 3;
- this.dgvDirectoy.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.dgvDirectoy.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvDirectoy_RowPostPaint);
- //
- // cmsUpdateInsuDir
- //
- this.cmsUpdateInsuDir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.cmsUpdateInsuDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmsUpdateInsuDir.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.cmsUpdateInsuDir.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem1,
- this.toolStripMenuItem2,
- this.toolStripSeparator2,
- this.toolStripMenuItem3});
- this.cmsUpdateInsuDir.Name = "uiContextMenuStrip1";
- this.cmsUpdateInsuDir.Size = new System.Drawing.Size(289, 88);
- this.cmsUpdateInsuDir.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(288, 26);
- this.toolStripMenuItem1.Text = "医保目录信息查询";
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(288, 26);
- this.toolStripMenuItem2.Text = "医保目录限价信息查询";
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(285, 6);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(288, 26);
- this.toolStripMenuItem3.Text = "医保目录先自付比例信息查询";
- //
- // 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, 264);
- 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(1454, 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);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btSignIn);
- this.panel2.Controls.Add(this.rbgDirecType);
- this.panel2.Controls.Add(this.btnExit);
- this.panel2.Controls.Add(this.uiGroupBox3);
- this.panel2.Controls.Add(this.btEditDir);
- this.panel2.Controls.Add(this.btAddDir);
- this.panel2.Controls.Add(this.uiGroupBox5);
- this.panel2.Controls.Add(this.uiGroupBox2);
- this.panel2.Controls.Add(this.uiGroupBox1);
- 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(0, 294);
- this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1454, 250);
- this.panel2.TabIndex = 1;
- //
- // btSignIn
- //
- this.btSignIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btSignIn.ContextMenuStrip = this.cmsMapping;
- this.btSignIn.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btSignIn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btSignIn.Location = new System.Drawing.Point(1297, 26);
- this.btSignIn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btSignIn.MinimumSize = new System.Drawing.Size(2, 2);
- this.btSignIn.Name = "btSignIn";
- this.btSignIn.Size = new System.Drawing.Size(140, 32);
- this.btSignIn.TabIndex = 25;
- this.btSignIn.Text = "签到";
- this.btSignIn.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btSignIn.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btSignIn.Click += new System.EventHandler(this.btSignIn_Click);
- //
- // cmsMapping
- //
- this.cmsMapping.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.cmsMapping.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmsMapping.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.cmsMapping.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsmiMapping,
- this.tsmiCancleMapping,
- this.toolStripSeparator1,
- this.ToolStripMenuItem_Upload,
- this.ToolStripMenuItem_CancelUpload});
- this.cmsMapping.Name = "uiContextMenuStrip1";
- this.cmsMapping.Size = new System.Drawing.Size(273, 114);
- this.cmsMapping.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tsmiMapping
- //
- this.tsmiMapping.Name = "tsmiMapping";
- this.tsmiMapping.Size = new System.Drawing.Size(272, 26);
- this.tsmiMapping.Text = "对照";
- this.tsmiMapping.Click += new System.EventHandler(this.tsmiMapping_Click);
- //
- // tsmiCancleMapping
- //
- this.tsmiCancleMapping.Name = "tsmiCancleMapping";
- this.tsmiCancleMapping.Size = new System.Drawing.Size(272, 26);
- this.tsmiCancleMapping.Text = "取消对照";
- this.tsmiCancleMapping.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(269, 6);
- //
- // ToolStripMenuItem_Upload
- //
- this.ToolStripMenuItem_Upload.Name = "ToolStripMenuItem_Upload";
- this.ToolStripMenuItem_Upload.Size = new System.Drawing.Size(272, 26);
- this.ToolStripMenuItem_Upload.Text = "单条目录对照关系上传";
- this.ToolStripMenuItem_Upload.Click += new System.EventHandler(this.ToolStripMenuItem_Upload_Click);
- //
- // ToolStripMenuItem_CancelUpload
- //
- this.ToolStripMenuItem_CancelUpload.Name = "ToolStripMenuItem_CancelUpload";
- this.ToolStripMenuItem_CancelUpload.Size = new System.Drawing.Size(272, 26);
- this.ToolStripMenuItem_CancelUpload.Text = "单条目录对照关系上传撤销";
- this.ToolStripMenuItem_CancelUpload.Click += new System.EventHandler(this.ToolStripMenuItem_CancelUpload_Click);
- //
- // rbgDirecType
- //
- this.rbgDirecType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.rbgDirecType.AutoSize = true;
- 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[] {
- "药品",
- "诊疗",
- "材料",
- "疾病诊断",
- "手术",
- "门诊慢特病种",
- "按病种付费",
- "日间手术",
- "字典表",
- "中药饮片",
- "医疗机构制剂",
- "肿瘤形态学",
- "中医疾病",
- "中医证候",
- "民族药品",
- "目录信息查询",
- "医疗与医保目录匹配",
- "医药机构目录匹配",
- "医保目录限价",
- "医保目录先自付比例",
- "医药机构信息"});
- this.rbgDirecType.ItemSize = new System.Drawing.Size(150, 30);
- this.rbgDirecType.Location = new System.Drawing.Point(7, -8);
- this.rbgDirecType.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.rbgDirecType.MinimumSize = new System.Drawing.Size(2, 2);
- this.rbgDirecType.Name = "rbgDirecType";
- this.rbgDirecType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbgDirecType.Size = new System.Drawing.Size(480, 242);
- this.rbgDirecType.TabIndex = 24;
- 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);
- //
- // btnExit
- //
- this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnExit.ContextMenuStrip = this.cmsMapping;
- 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(1296, 134);
- this.btnExit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnExit.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(142, 32);
- this.btnExit.TabIndex = 23;
- 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);
- //
- // uiGroupBox3
- //
- this.uiGroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.uiGroupBox3.AutoSize = true;
- 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(1042, 18);
- this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.uiGroupBox3.MinimumSize = new System.Drawing.Size(2, 2);
- this.uiGroupBox3.Name = "uiGroupBox3";
- this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox3.Size = new System.Drawing.Size(176, 216);
- this.uiGroupBox3.TabIndex = 22;
- this.uiGroupBox3.Text = "查询条件";
- this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // TexYYMC
- //
- this.TexYYMC.AutoSize = true;
- 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(9, 150);
- 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(158, 27);
- this.TexYYMC.TabIndex = 7;
- this.TexYYMC.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.TexYYMC.Watermark = "输入医院名称模糊查找";
- this.TexYYMC.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // TexBYSJL
- //
- this.TexBYSJL.AutoSize = true;
- 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(9, 111);
- 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(158, 27);
- this.TexBYSJL.TabIndex = 6;
- this.TexBYSJL.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.TexBYSJL.Watermark = "本页数据量";
- this.TexBYSJL.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // TexDQYS
- //
- this.TexDQYS.AutoSize = true;
- 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(9, 72);
- 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(158, 27);
- this.TexDQYS.TabIndex = 5;
- this.TexDQYS.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.TexDQYS.Watermark = "当前页数";
- this.TexDQYS.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // TexDate
- //
- this.TexDate.AutoSize = true;
- 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(9, 33);
- 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(158, 27);
- this.TexDate.TabIndex = 4;
- this.TexDate.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.TexDate.Watermark = "输入日期 2021-01-01";
- this.TexDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btEditDir
- //
- this.btEditDir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btEditDir.ContextMenuStrip = this.cmsMapping;
- this.btEditDir.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btEditDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btEditDir.Location = new System.Drawing.Point(1370, 98);
- this.btEditDir.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btEditDir.MinimumSize = new System.Drawing.Size(2, 2);
- this.btEditDir.Name = "btEditDir";
- this.btEditDir.Size = new System.Drawing.Size(67, 32);
- this.btEditDir.TabIndex = 19;
- this.btEditDir.Text = "修改";
- this.btEditDir.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btEditDir.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btEditDir.Click += new System.EventHandler(this.btEditDir_Click);
- //
- // btAddDir
- //
- this.btAddDir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btAddDir.ContextMenuStrip = this.cmsMapping;
- this.btAddDir.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btAddDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btAddDir.Location = new System.Drawing.Point(1370, 62);
- this.btAddDir.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btAddDir.MinimumSize = new System.Drawing.Size(2, 2);
- this.btAddDir.Name = "btAddDir";
- this.btAddDir.Size = new System.Drawing.Size(67, 32);
- this.btAddDir.TabIndex = 18;
- this.btAddDir.Text = "新增";
- this.btAddDir.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btAddDir.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btAddDir.Click += new System.EventHandler(this.btAddDir_Click);
- //
- // uiGroupBox5
- //
- this.uiGroupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.uiGroupBox5.AutoSize = true;
- 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(688, -94);
- this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.uiGroupBox5.MinimumSize = new System.Drawing.Size(2, 2);
- this.uiGroupBox5.Name = "uiGroupBox5";
- this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox5.Size = new System.Drawing.Size(170, 290);
- 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.tbDicType.AutoSize = true;
- 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(12, 181);
- 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(153, 27);
- this.tbDicType.TabIndex = 5;
- this.tbDicType.Text = "med_type";
- this.tbDicType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbDicType.Watermark = "med_type";
- this.tbDicType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbDicDate
- //
- this.tbDicDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.tbDicDate.AutoSize = true;
- 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(13, 144);
- 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(153, 27);
- 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);
- //
- // uiGroupBox2
- //
- this.uiGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.uiGroupBox2.AutoSize = true;
- 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(862, -94);
- this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.uiGroupBox2.MinimumSize = new System.Drawing.Size(2, 2);
- this.uiGroupBox2.Name = "uiGroupBox2";
- this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox2.Size = new System.Drawing.Size(175, 290);
- 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.tbDircetoryName.AutoSize = true;
- 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(11, 183);
- 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(156, 27);
- this.tbDircetoryName.TabIndex = 2;
- this.tbDircetoryName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbDircetoryName.Watermark = "名称";
- this.tbDircetoryName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbDirectoryCode
- //
- this.tbDirectoryCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.tbDirectoryCode.AutoSize = true;
- 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(11, 144);
- 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(156, 27);
- this.tbDirectoryCode.TabIndex = 1;
- this.tbDirectoryCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbDirectoryCode.Watermark = "编码";
- this.tbDirectoryCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiGroupBox1
- //
- this.uiGroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.uiGroupBox1.AutoSize = true;
- 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(492, -98);
- this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.uiGroupBox1.MinimumSize = new System.Drawing.Size(2, 2);
- this.uiGroupBox1.Name = "uiGroupBox1";
- this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox1.Size = new System.Drawing.Size(194, 294);
- 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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(15, 224);
- 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(175, 25);
- this.rbAutoDown.TabIndex = 2;
- this.rbAutoDown.Text = "自动检索最大版本号";
- this.rbAutoDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbSingleDown
- //
- this.rbSingleDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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(15, 191);
- 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(141, 25);
- this.rbSingleDown.TabIndex = 1;
- this.rbSingleDown.Text = "手工输入版本号";
- this.rbSingleDown.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbVer
- //
- this.tbVer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.tbVer.AutoSize = true;
- 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(15, 145);
- 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(147, 27);
- this.tbVer.TabIndex = 0;
- this.tbVer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbVer.Watermark = "版本号";
- this.tbVer.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnQuery
- //
- this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnQuery.ContextMenuStrip = this.cmsMapping;
- 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(1297, 62);
- this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnQuery.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(67, 32);
- 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.ContextMenuStrip = this.cmsMapping;
- 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(1296, 98);
- this.btnDownload.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnDownload.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnDownload.Name = "btnDownload";
- this.btnDownload.Size = new System.Drawing.Size(67, 32);
- 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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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(492, 204);
- this.uiProcessBar1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.uiProcessBar1.MinimumSize = new System.Drawing.Size(70, 2);
- this.uiProcessBar1.Name = "uiProcessBar1";
- this.uiProcessBar1.Size = new System.Drawing.Size(546, 30);
- this.uiProcessBar1.TabIndex = 11;
- this.uiProcessBar1.Text = "uiProcessBar1";
- this.uiProcessBar1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.panel7);
- this.tabPage2.Controls.Add(this.uiPanel3);
- this.tabPage2.Location = new System.Drawing.Point(4, 31);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tabPage2.Size = new System.Drawing.Size(1517, 585);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "数据对照";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // panel7
- //
- this.panel7.Controls.Add(this.uiSplitContainer1);
- this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel7.Location = new System.Drawing.Point(148, 2);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(1366, 581);
- this.panel7.TabIndex = 7;
- //
- // uiSplitContainer1
- //
- this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
- this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiSplitContainer1.Location = new System.Drawing.Point(0, 0);
- this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
- this.uiSplitContainer1.Name = "uiSplitContainer1";
- this.uiSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // uiSplitContainer1.Panel1
- //
- this.uiSplitContainer1.Panel1.Controls.Add(this.panel3);
- this.uiSplitContainer1.Panel1MinSize = 0;
- //
- // uiSplitContainer1.Panel2
- //
- this.uiSplitContainer1.Panel2.Controls.Add(this.panel4);
- this.uiSplitContainer1.Size = new System.Drawing.Size(1366, 581);
- this.uiSplitContainer1.SplitterDistance = 295;
- this.uiSplitContainer1.SplitterWidth = 11;
- this.uiSplitContainer1.TabIndex = 3;
- this.uiSplitContainer1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // panel3
- //
- this.panel3.Controls.Add(this.dgvHISDirectory);
- this.panel3.Controls.Add(this.panel5);
- this.panel3.Controls.Add(this.pgHISDirect);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1366, 295);
- this.panel3.TabIndex = 2;
- //
- // dgvHISDirectory
- //
- this.dgvHISDirectory.AllowUserToAddRows = false;
- this.dgvHISDirectory.AllowUserToDeleteRows = false;
- dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
- this.dgvHISDirectory.BackgroundColor = System.Drawing.Color.White;
- this.dgvHISDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
- this.dgvHISDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvHISDirectory.ContextMenuStrip = this.cmsMapping;
- dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle23;
- this.dgvHISDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvHISDirectory.EnableHeadersVisualStyles = false;
- this.dgvHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvHISDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.dgvHISDirectory.Location = new System.Drawing.Point(0, 73);
- this.dgvHISDirectory.Name = "dgvHISDirectory";
- dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
- this.dgvHISDirectory.RowHeight = 25;
- dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle25;
- this.dgvHISDirectory.RowTemplate.Height = 25;
- this.dgvHISDirectory.SelectedIndex = -1;
- this.dgvHISDirectory.ShowGridLine = false;
- this.dgvHISDirectory.ShowRect = false;
- this.dgvHISDirectory.Size = new System.Drawing.Size(1366, 187);
- this.dgvHISDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvHISDirectory.TabIndex = 4;
- this.dgvHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // panel5
- //
- this.panel5.Controls.Add(this.uiLabel1);
- this.panel5.Controls.Add(this.btnExport);
- this.panel5.Controls.Add(this.uiGroupBox6);
- this.panel5.Controls.Add(this.uiGroupBox4);
- this.panel5.Controls.Add(this.btnCancelRelation);
- this.panel5.Controls.Add(this.btnUploadRelation);
- this.panel5.Controls.Add(this.tbMappedInfo);
- this.panel5.Controls.Add(this.btnQueryHISDirectory);
- this.panel5.Controls.Add(this.tbHISDirectoryFilter);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel5.Location = new System.Drawing.Point(0, 0);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(1366, 73);
- this.panel5.TabIndex = 1;
- //
- // btnExport
- //
- this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnExport.Location = new System.Drawing.Point(10, 37);
- this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(150, 28);
- this.btnExport.TabIndex = 21;
- this.btnExport.Text = "导出";
- this.btnExport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnExport.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
- //
- // uiGroupBox6
- //
- this.uiGroupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.uiGroupBox6.Controls.Add(this.rbSelf);
- this.uiGroupBox6.Controls.Add(this.rbMain);
- this.uiGroupBox6.Controls.Add(this.rbSpecial);
- this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox6.Location = new System.Drawing.Point(835, 8);
- this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox6.Name = "uiGroupBox6";
- this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox6.Size = new System.Drawing.Size(280, 48);
- this.uiGroupBox6.TabIndex = 20;
- this.uiGroupBox6.Text = "对照关系目录选择";
- this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbSelf
- //
- this.rbSelf.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbSelf.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbSelf.Location = new System.Drawing.Point(4, 23);
- this.rbSelf.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbSelf.Name = "rbSelf";
- this.rbSelf.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbSelf.Size = new System.Drawing.Size(77, 23);
- this.rbSelf.TabIndex = 11;
- this.rbSelf.Text = "本目录";
- this.rbSelf.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbMain
- //
- this.rbMain.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbMain.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbMain.Location = new System.Drawing.Point(170, 22);
- this.rbMain.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbMain.Name = "rbMain";
- this.rbMain.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbMain.Size = new System.Drawing.Size(106, 23);
- this.rbMain.TabIndex = 10;
- this.rbMain.Text = "区域主目录";
- this.rbMain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbSpecial
- //
- this.rbSpecial.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbSpecial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbSpecial.Location = new System.Drawing.Point(87, 23);
- this.rbSpecial.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbSpecial.Name = "rbSpecial";
- this.rbSpecial.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbSpecial.Size = new System.Drawing.Size(77, 23);
- this.rbSpecial.TabIndex = 9;
- this.rbSpecial.Text = "指向目录";
- this.rbSpecial.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiGroupBox4
- //
- this.uiGroupBox4.Controls.Add(this.rbAll);
- this.uiGroupBox4.Controls.Add(this.rbNoMaped);
- this.uiGroupBox4.Controls.Add(this.rbMaped);
- this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox4.Location = new System.Drawing.Point(583, 8);
- this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox4.Name = "uiGroupBox4";
- this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox4.Size = new System.Drawing.Size(238, 48);
- this.uiGroupBox4.TabIndex = 19;
- this.uiGroupBox4.Text = "对照状态选择";
- this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbAll
- //
- this.rbAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.rbAll.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbAll.Location = new System.Drawing.Point(4, 23);
- this.rbAll.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbAll.Name = "rbAll";
- this.rbAll.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbAll.Size = new System.Drawing.Size(77, 23);
- this.rbAll.TabIndex = 11;
- this.rbAll.Text = "全部";
- this.rbAll.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbNoMaped
- //
- this.rbNoMaped.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbNoMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbNoMaped.Location = new System.Drawing.Point(152, 23);
- this.rbNoMaped.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbNoMaped.Name = "rbNoMaped";
- this.rbNoMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbNoMaped.Size = new System.Drawing.Size(77, 23);
- this.rbNoMaped.TabIndex = 10;
- this.rbNoMaped.Text = "未对照";
- this.rbNoMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbMaped
- //
- this.rbMaped.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbMaped.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbMaped.Location = new System.Drawing.Point(78, 23);
- this.rbMaped.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbMaped.Name = "rbMaped";
- this.rbMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbMaped.Size = new System.Drawing.Size(77, 23);
- this.rbMaped.TabIndex = 9;
- this.rbMaped.Text = "已对照";
- this.rbMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnCancelRelation
- //
- this.btnCancelRelation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnCancelRelation.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnCancelRelation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancelRelation.Location = new System.Drawing.Point(166, 36);
- this.btnCancelRelation.Margin = new System.Windows.Forms.Padding(2);
- this.btnCancelRelation.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnCancelRelation.Name = "btnCancelRelation";
- this.btnCancelRelation.Size = new System.Drawing.Size(140, 28);
- this.btnCancelRelation.TabIndex = 17;
- this.btnCancelRelation.Text = "撤销全部目录上传";
- this.btnCancelRelation.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancelRelation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnCancelRelation.Click += new System.EventHandler(this.btnCancelRelation_Click);
- //
- // btnUploadRelation
- //
- this.btnUploadRelation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.btnUploadRelation.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnUploadRelation.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUploadRelation.Location = new System.Drawing.Point(166, 4);
- this.btnUploadRelation.Margin = new System.Windows.Forms.Padding(2);
- this.btnUploadRelation.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnUploadRelation.Name = "btnUploadRelation";
- this.btnUploadRelation.Size = new System.Drawing.Size(140, 28);
- this.btnUploadRelation.TabIndex = 16;
- this.btnUploadRelation.Text = "全部对照目录上传";
- this.btnUploadRelation.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUploadRelation.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnUploadRelation.Click += new System.EventHandler(this.btnUploadRelation_Click);
- //
- // tbMappedInfo
- //
- this.tbMappedInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.tbMappedInfo.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbMappedInfo.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbMappedInfo.Location = new System.Drawing.Point(324, 34);
- this.tbMappedInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbMappedInfo.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbMappedInfo.Name = "tbMappedInfo";
- this.tbMappedInfo.ShowText = false;
- this.tbMappedInfo.Size = new System.Drawing.Size(242, 29);
- this.tbMappedInfo.TabIndex = 9;
- this.tbMappedInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbMappedInfo.Watermark = "已对照医保名称/编码";
- this.tbMappedInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnQueryHISDirectory
- //
- this.btnQueryHISDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnQueryHISDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQueryHISDirectory.Location = new System.Drawing.Point(11, 3);
- this.btnQueryHISDirectory.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnQueryHISDirectory.Name = "btnQueryHISDirectory";
- this.btnQueryHISDirectory.Size = new System.Drawing.Size(150, 28);
- this.btnQueryHISDirectory.TabIndex = 5;
- this.btnQueryHISDirectory.Text = "查询HIS目录";
- this.btnQueryHISDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQueryHISDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnQueryHISDirectory.Click += new System.EventHandler(this.btnQueryHISDirectory_Click);
- //
- // tbHISDirectoryFilter
- //
- this.tbHISDirectoryFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.tbHISDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbHISDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbHISDirectoryFilter.Location = new System.Drawing.Point(324, 2);
- this.tbHISDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbHISDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbHISDirectoryFilter.Name = "tbHISDirectoryFilter";
- this.tbHISDirectoryFilter.ShowText = false;
- this.tbHISDirectoryFilter.Size = new System.Drawing.Size(242, 29);
- this.tbHISDirectoryFilter.TabIndex = 4;
- this.tbHISDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbHISDirectoryFilter.Watermark = "HIS名称/编码";
- this.tbHISDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // pgHISDirect
- //
- this.pgHISDirect.Controls.Add(this.tbCountPerPage);
- this.pgHISDirect.Controls.Add(this.LabExplain);
- this.pgHISDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pgHISDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pgHISDirect.Location = new System.Drawing.Point(0, 260);
- this.pgHISDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pgHISDirect.MinimumSize = new System.Drawing.Size(1, 1);
- this.pgHISDirect.Name = "pgHISDirect";
- this.pgHISDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
- this.pgHISDirect.ShowJumpButton = false;
- this.pgHISDirect.ShowText = false;
- this.pgHISDirect.Size = new System.Drawing.Size(1366, 35);
- this.pgHISDirect.TabIndex = 6;
- this.pgHISDirect.Text = "uiPagination2";
- this.pgHISDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pgHISDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbCountPerPage
- //
- this.tbCountPerPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.tbCountPerPage.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbCountPerPage.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCountPerPage.Location = new System.Drawing.Point(1023, 1);
- this.tbCountPerPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbCountPerPage.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbCountPerPage.Name = "tbCountPerPage";
- this.tbCountPerPage.ShowText = false;
- this.tbCountPerPage.Size = new System.Drawing.Size(242, 29);
- this.tbCountPerPage.TabIndex = 28;
- this.tbCountPerPage.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbCountPerPage.Watermark = "每页显示条数";
- this.tbCountPerPage.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // LabExplain
- //
- this.LabExplain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.LabExplain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LabExplain.Location = new System.Drawing.Point(785, 0);
- this.LabExplain.Name = "LabExplain";
- this.LabExplain.Size = new System.Drawing.Size(561, 30);
- this.LabExplain.TabIndex = 27;
- this.LabExplain.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.LabExplain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // panel4
- //
- this.panel4.Controls.Add(this.dgvCenterDirectory);
- this.panel4.Controls.Add(this.panel6);
- this.panel4.Controls.Add(this.pgCenterDirect);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1366, 275);
- this.panel4.TabIndex = 3;
- //
- // dgvCenterDirectory
- //
- this.dgvCenterDirectory.AllowUserToAddRows = false;
- this.dgvCenterDirectory.AllowUserToDeleteRows = false;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvCenterDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvCenterDirectory.BackgroundColor = System.Drawing.Color.White;
- this.dgvCenterDirectory.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.dgvCenterDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvCenterDirectory.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.dgvCenterDirectory.DefaultCellStyle = dataGridViewCellStyle8;
- this.dgvCenterDirectory.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvCenterDirectory.EnableHeadersVisualStyles = false;
- this.dgvCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvCenterDirectory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.dgvCenterDirectory.Location = new System.Drawing.Point(0, 45);
- this.dgvCenterDirectory.Name = "dgvCenterDirectory";
- 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.dgvCenterDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvCenterDirectory.RowHeight = 0;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvCenterDirectory.RowTemplate.Height = 23;
- this.dgvCenterDirectory.SelectedIndex = -1;
- this.dgvCenterDirectory.ShowGridLine = false;
- this.dgvCenterDirectory.ShowRect = false;
- this.dgvCenterDirectory.Size = new System.Drawing.Size(1366, 195);
- this.dgvCenterDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvCenterDirectory.TabIndex = 4;
- this.dgvCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // panel6
- //
- this.panel6.Controls.Add(this.rbOnlyName);
- this.panel6.Controls.Add(this.rbBoth);
- this.panel6.Controls.Add(this.rbOnlyApprNO);
- this.panel6.Controls.Add(this.tbApprovalNO);
- this.panel6.Controls.Add(this.tbInsuCode);
- this.panel6.Controls.Add(this.btnQueryCenterDirectory);
- this.panel6.Controls.Add(this.tbCenterDirectoryFilter);
- this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel6.Location = new System.Drawing.Point(0, 0);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(1366, 45);
- this.panel6.TabIndex = 2;
- //
- // rbOnlyName
- //
- this.rbOnlyName.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbOnlyName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbOnlyName.Location = new System.Drawing.Point(899, 12);
- this.rbOnlyName.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbOnlyName.Name = "rbOnlyName";
- this.rbOnlyName.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbOnlyName.Size = new System.Drawing.Size(98, 23);
- this.rbOnlyName.TabIndex = 11;
- this.rbOnlyName.Text = "仅带入名称";
- this.rbOnlyName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbBoth
- //
- this.rbBoth.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbBoth.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbBoth.Location = new System.Drawing.Point(1131, 12);
- this.rbBoth.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbBoth.Name = "rbBoth";
- this.rbBoth.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbBoth.Size = new System.Drawing.Size(100, 23);
- this.rbBoth.TabIndex = 10;
- this.rbBoth.Text = "两者都带入";
- this.rbBoth.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbOnlyApprNO
- //
- this.rbOnlyApprNO.Cursor = System.Windows.Forms.Cursors.Hand;
- this.rbOnlyApprNO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbOnlyApprNO.Location = new System.Drawing.Point(1003, 12);
- this.rbOnlyApprNO.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbOnlyApprNO.Name = "rbOnlyApprNO";
- this.rbOnlyApprNO.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbOnlyApprNO.Size = new System.Drawing.Size(122, 23);
- this.rbOnlyApprNO.TabIndex = 9;
- this.rbOnlyApprNO.Text = "仅带入批准文号";
- this.rbOnlyApprNO.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("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbApprovalNO.Location = new System.Drawing.Point(727, 5);
- 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(150, 30);
- this.tbApprovalNO.TabIndex = 8;
- this.tbApprovalNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbApprovalNO.Watermark = "批准文号";
- this.tbApprovalNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbInsuCode
- //
- this.tbInsuCode.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbInsuCode.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbInsuCode.Location = new System.Drawing.Point(482, 5);
- this.tbInsuCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbInsuCode.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbInsuCode.Name = "tbInsuCode";
- this.tbInsuCode.ShowText = false;
- this.tbInsuCode.Size = new System.Drawing.Size(230, 30);
- this.tbInsuCode.TabIndex = 7;
- this.tbInsuCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbInsuCode.Watermark = "输入准确编码";
- this.tbInsuCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnQueryCenterDirectory
- //
- this.btnQueryCenterDirectory.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnQueryCenterDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQueryCenterDirectory.Location = new System.Drawing.Point(11, 5);
- this.btnQueryCenterDirectory.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnQueryCenterDirectory.Name = "btnQueryCenterDirectory";
- this.btnQueryCenterDirectory.Size = new System.Drawing.Size(149, 31);
- this.btnQueryCenterDirectory.TabIndex = 6;
- this.btnQueryCenterDirectory.Text = "查询中心目录";
- this.btnQueryCenterDirectory.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnQueryCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnQueryCenterDirectory.Click += new System.EventHandler(this.btnQueryCenterDirectory_Click);
- //
- // tbCenterDirectoryFilter
- //
- this.tbCenterDirectoryFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbCenterDirectoryFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbCenterDirectoryFilter.Location = new System.Drawing.Point(176, 5);
- this.tbCenterDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbCenterDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbCenterDirectoryFilter.Name = "tbCenterDirectoryFilter";
- this.tbCenterDirectoryFilter.ShowText = false;
- this.tbCenterDirectoryFilter.Size = new System.Drawing.Size(298, 30);
- this.tbCenterDirectoryFilter.TabIndex = 5;
- this.tbCenterDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbCenterDirectoryFilter.Watermark = "名称/缩写";
- this.tbCenterDirectoryFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // pgCenterDirect
- //
- this.pgCenterDirect.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pgCenterDirect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pgCenterDirect.Location = new System.Drawing.Point(0, 240);
- this.pgCenterDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pgCenterDirect.MinimumSize = new System.Drawing.Size(1, 1);
- this.pgCenterDirect.Name = "pgCenterDirect";
- this.pgCenterDirect.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
- this.pgCenterDirect.ShowJumpButton = false;
- this.pgCenterDirect.ShowText = false;
- this.pgCenterDirect.Size = new System.Drawing.Size(1366, 35);
- this.pgCenterDirect.TabIndex = 0;
- this.pgCenterDirect.Text = "uiPagination3";
- this.pgCenterDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pgCenterDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel3
- //
- this.uiPanel3.Controls.Add(this.rbgInsuDirecType_C);
- this.uiPanel3.Controls.Add(this.rbgDirecType_C);
- this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Left;
- 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(3, 2);
- 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(145, 581);
- this.uiPanel3.TabIndex = 6;
- this.uiPanel3.Text = null;
- this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbgInsuDirecType_C
- //
- this.rbgInsuDirecType_C.Dock = System.Windows.Forms.DockStyle.Top;
- this.rbgInsuDirecType_C.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbgInsuDirecType_C.Items.AddRange(new object[] {
- "药品",
- "诊疗",
- "材料"});
- this.rbgInsuDirecType_C.Location = new System.Drawing.Point(0, 232);
- this.rbgInsuDirecType_C.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rbgInsuDirecType_C.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbgInsuDirecType_C.Name = "rbgInsuDirecType_C";
- this.rbgInsuDirecType_C.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbgInsuDirecType_C.Size = new System.Drawing.Size(145, 279);
- this.rbgInsuDirecType_C.TabIndex = 7;
- this.rbgInsuDirecType_C.Text = "医保目录类型";
- this.rbgInsuDirecType_C.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgInsuDirecType_C.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbgDirecType_C
- //
- this.rbgDirecType_C.Dock = System.Windows.Forms.DockStyle.Top;
- this.rbgDirecType_C.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbgDirecType_C.Items.AddRange(new object[] {
- "药品",
- "诊疗",
- "材料"});
- this.rbgDirecType_C.Location = new System.Drawing.Point(0, 0);
- this.rbgDirecType_C.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.rbgDirecType_C.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbgDirecType_C.Name = "rbgDirecType_C";
- this.rbgDirecType_C.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.rbgDirecType_C.Size = new System.Drawing.Size(145, 232);
- this.rbgDirecType_C.TabIndex = 6;
- this.rbgDirecType_C.Text = "HIS目录类型";
- this.rbgDirecType_C.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgDirecType_C.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cmsUpdateAuxInfo
- //
- this.cmsUpdateAuxInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.cmsUpdateAuxInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmsUpdateAuxInfo.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.cmsUpdateAuxInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsmiSingleUpdateAuxInfo,
- this.tsmiUpdateAllAuxInfo});
- this.cmsUpdateAuxInfo.Name = "cmsUpdateAuxInfo";
- this.cmsUpdateAuxInfo.Size = new System.Drawing.Size(241, 56);
- this.cmsUpdateAuxInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tsmiSingleUpdateAuxInfo
- //
- this.tsmiSingleUpdateAuxInfo.Name = "tsmiSingleUpdateAuxInfo";
- this.tsmiSingleUpdateAuxInfo.Size = new System.Drawing.Size(240, 26);
- this.tsmiSingleUpdateAuxInfo.Text = "单新单条目录附属信息";
- //
- // tsmiUpdateAllAuxInfo
- //
- this.tsmiUpdateAllAuxInfo.Name = "tsmiUpdateAllAuxInfo";
- this.tsmiUpdateAllAuxInfo.Size = new System.Drawing.Size(240, 26);
- this.tsmiUpdateAllAuxInfo.Text = "更新所有目录附属信息";
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.Location = new System.Drawing.Point(1122, 8);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(260, 44);
- this.uiLabel1.TabIndex = 22;
- this.uiLabel1.Text = "医保名称";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // BasicData
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(1525, 620);
- this.Controls.Add(this.tabControl1);
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "BasicData";
- this.Text = "医保基础数据平台";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).EndInit();
- this.cmsUpdateInsuDir.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.cmsMapping.ResumeLayout(false);
- this.uiGroupBox3.ResumeLayout(false);
- this.uiGroupBox3.PerformLayout();
- this.uiGroupBox5.ResumeLayout(false);
- this.uiGroupBox5.PerformLayout();
- this.uiGroupBox2.ResumeLayout(false);
- this.uiGroupBox2.PerformLayout();
- this.uiGroupBox1.ResumeLayout(false);
- this.uiGroupBox1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.panel7.ResumeLayout(false);
- this.uiSplitContainer1.Panel1.ResumeLayout(false);
- this.uiSplitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
- this.uiSplitContainer1.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvHISDirectory)).EndInit();
- this.panel5.ResumeLayout(false);
- this.uiGroupBox6.ResumeLayout(false);
- this.uiGroupBox4.ResumeLayout(false);
- this.pgHISDirect.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).EndInit();
- this.panel6.ResumeLayout(false);
- this.uiPanel3.ResumeLayout(false);
- this.cmsUpdateAuxInfo.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel1;
- private Sunny.UI.UIPagination pgDownload;
- private Sunny.UI.UIProcessBar uiProcessBar1;
- private Sunny.UI.UIButton btnQuery;
- private Sunny.UI.UIButton btnDownload;
- private Sunny.UI.UIGroupBox uiGroupBox1;
- private Sunny.UI.UITextBox tbVer;
- private Sunny.UI.UIDataGridView dgvDirectoy;
- private Sunny.UI.UIContextMenuStrip cmsMapping;
- private System.Windows.Forms.ToolStripMenuItem tsmiMapping;
- private System.Windows.Forms.ToolStripMenuItem tsmiCancleMapping;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private Sunny.UI.UIGroupBox uiGroupBox2;
- private Sunny.UI.UITextBox tbDircetoryName;
- private Sunny.UI.UITextBox tbDirectoryCode;
- private Sunny.UI.UIRadioButton rbAutoDown;
- private Sunny.UI.UIRadioButton rbSingleDown;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Upload;
- private Sunny.UI.UIGroupBox uiGroupBox5;
- private Sunny.UI.UITextBox tbDicType;
- private Sunny.UI.UITextBox tbDicDate;
- private Sunny.UI.UIButton btAddDir;
- private Sunny.UI.UIContextMenuStrip cmsUpdateAuxInfo;
- private System.Windows.Forms.ToolStripMenuItem tsmiSingleUpdateAuxInfo;
- private System.Windows.Forms.ToolStripMenuItem tsmiUpdateAllAuxInfo;
- private Sunny.UI.UIButton btEditDir;
- private Sunny.UI.UIContextMenuStrip cmsUpdateInsuDir;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
- private Sunny.UI.UIGroupBox uiGroupBox3;
- private Sunny.UI.UITextBox TexYYMC;
- private Sunny.UI.UITextBox TexBYSJL;
- private Sunny.UI.UITextBox TexDQYS;
- private Sunny.UI.UITextBox TexDate;
- private Sunny.UI.UIButton btnExit;
- private System.ComponentModel.BackgroundWorker backgroundWorker1;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_CancelUpload;
- private Sunny.UI.UIRadioButtonGroup rbgDirecType;
- private Sunny.UI.UIButton btSignIn;
- private System.Windows.Forms.Panel panel7;
- private Sunny.UI.UISplitContainer uiSplitContainer1;
- private System.Windows.Forms.Panel panel3;
- private Sunny.UI.UIDataGridView dgvHISDirectory;
- private System.Windows.Forms.Panel panel5;
- private Sunny.UI.UITextBox tbMappedInfo;
- private Sunny.UI.UIButton btnQueryHISDirectory;
- private Sunny.UI.UITextBox tbHISDirectoryFilter;
- private Sunny.UI.UIPagination pgHISDirect;
- private System.Windows.Forms.Panel panel4;
- private Sunny.UI.UIDataGridView dgvCenterDirectory;
- private System.Windows.Forms.Panel panel6;
- private Sunny.UI.UIRadioButton rbOnlyName;
- private Sunny.UI.UIRadioButton rbBoth;
- private Sunny.UI.UIRadioButton rbOnlyApprNO;
- private Sunny.UI.UITextBox tbApprovalNO;
- private Sunny.UI.UITextBox tbInsuCode;
- private Sunny.UI.UIButton btnQueryCenterDirectory;
- private Sunny.UI.UITextBox tbCenterDirectoryFilter;
- private Sunny.UI.UIPagination pgCenterDirect;
- private Sunny.UI.UIPanel uiPanel3;
- private Sunny.UI.UIRadioButtonGroup rbgInsuDirecType_C;
- private Sunny.UI.UIRadioButtonGroup rbgDirecType_C;
- private Sunny.UI.UILabel LabExplain;
- private Sunny.UI.UIButton btnCancelRelation;
- private Sunny.UI.UIButton btnUploadRelation;
- private Sunny.UI.UIGroupBox uiGroupBox4;
- private Sunny.UI.UIRadioButton rbAll;
- private Sunny.UI.UIRadioButton rbNoMaped;
- private Sunny.UI.UIRadioButton rbMaped;
- private Sunny.UI.UIGroupBox uiGroupBox6;
- private Sunny.UI.UIRadioButton rbSelf;
- private Sunny.UI.UIRadioButton rbMain;
- private Sunny.UI.UIRadioButton rbSpecial;
- private Sunny.UI.UIButton btnExport;
- private Sunny.UI.UITextBox tbCountPerPage;
- private Sunny.UI.UILabel uiLabel1;
- }
- }
|