| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059 |
-
- namespace PTMedicalInsurance.Forms.BasicDatas
- {
- partial class DirectoryMap
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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.uiPanel3 = new Sunny.UI.UIPanel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label7 = new System.Windows.Forms.Label();
- this.tbCbd = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.tbCurPage = new System.Windows.Forms.TextBox();
- this.tbPageSize = new System.Windows.Forms.TextBox();
- this.tbUpdateTime = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.rbgDirecType_C = new Sunny.UI.UIRadioButtonGroup();
- 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.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.tsmSingleUpdateInsuInfo = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmSingleUpdateTypeLevelInfo = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmSingleUpdateCellingPriceInfo = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmSingleUpdateSelfRatioInfo = new System.Windows.Forms.ToolStripMenuItem();
- this.panel5 = new System.Windows.Forms.Panel();
- this.btTripMenu = new Sunny.UI.UIButton();
- this.uiTextBox1 = new Sunny.UI.UITextBox();
- this.rbAll = new Sunny.UI.UIRadioButton();
- this.rbNoMaped = new Sunny.UI.UIRadioButton();
- this.rbMaped = new Sunny.UI.UIRadioButton();
- this.btnQueryHISDirectory = new Sunny.UI.UIButton();
- this.txtSpecFilter = new Sunny.UI.UITextBox();
- this.tbHISDirectoryFilter = new Sunny.UI.UITextBox();
- this.pgHISDirect = new Sunny.UI.UIPagination();
- this.btSetHisDirHeaderText = new System.Windows.Forms.Button();
- this.panel4 = new System.Windows.Forms.Panel();
- this.dgvCenterDirectory = new Sunny.UI.UIDataGridView();
- this.pgCenterDirect = new Sunny.UI.UIPagination();
- this.btSetCenterDirHeaderText = new System.Windows.Forms.Button();
- this.uiButton1 = new Sunny.UI.UIButton();
- 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.tbManufacturer = new Sunny.UI.UITextBox();
- this.tbSpecifications = new Sunny.UI.UITextBox();
- this.tbDosageForm = new Sunny.UI.UITextBox();
- 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.cmsIntegratedMenu = new Sunny.UI.UIContextMenuStrip();
- this.tsmExportAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmExportMappedDataByLeft = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmUploadAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmCancelAllUploadedData = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmUpdateAllMapped = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmUpdateCellPriceOfAllMapped = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmUpdateSelfRatioOfAllMapped = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmUpdateLevelTypeOfAllMappedData = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmImportMapRelation = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmImportExcelDir = new System.Windows.Forms.ToolStripMenuItem();
- this.uiPanel3.SuspendLayout();
- this.groupBox1.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.cmsMapping.SuspendLayout();
- this.panel5.SuspendLayout();
- this.pgHISDirect.SuspendLayout();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).BeginInit();
- this.pgCenterDirect.SuspendLayout();
- this.panel6.SuspendLayout();
- this.cmsIntegratedMenu.SuspendLayout();
- this.SuspendLayout();
- //
- // uiPanel3
- //
- this.uiPanel3.Controls.Add(this.groupBox1);
- 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(0, 0);
- this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.uiPanel3.MinimumSize = new System.Drawing.Size(2, 2);
- this.uiPanel3.Name = "uiPanel3";
- this.uiPanel3.Size = new System.Drawing.Size(157, 707);
- 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);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.tbCbd);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.tbCurPage);
- this.groupBox1.Controls.Add(this.tbPageSize);
- this.groupBox1.Controls.Add(this.tbUpdateTime);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox1.Location = new System.Drawing.Point(0, 194);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(157, 183);
- this.groupBox1.TabIndex = 7;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "目录更新条件选择";
- this.groupBox1.Visible = false;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(19, 148);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(44, 17);
- this.label7.TabIndex = 39;
- this.label7.Text = "参保地";
- //
- // tbCbd
- //
- this.tbCbd.Location = new System.Drawing.Point(60, 144);
- this.tbCbd.Margin = new System.Windows.Forms.Padding(4);
- this.tbCbd.Name = "tbCbd";
- this.tbCbd.Size = new System.Drawing.Size(89, 23);
- this.tbCbd.TabIndex = 38;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(0, 30);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(56, 17);
- this.label4.TabIndex = 33;
- this.label4.Text = "更新时间";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(0, 108);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(56, 17);
- this.label6.TabIndex = 37;
- this.label6.Text = "本页条数";
- //
- // tbCurPage
- //
- this.tbCurPage.Location = new System.Drawing.Point(60, 61);
- this.tbCurPage.Margin = new System.Windows.Forms.Padding(4);
- this.tbCurPage.Name = "tbCurPage";
- this.tbCurPage.Size = new System.Drawing.Size(89, 23);
- this.tbCurPage.TabIndex = 34;
- this.tbCurPage.Text = "1";
- //
- // tbPageSize
- //
- this.tbPageSize.Location = new System.Drawing.Point(60, 103);
- this.tbPageSize.Margin = new System.Windows.Forms.Padding(4);
- this.tbPageSize.Name = "tbPageSize";
- this.tbPageSize.Size = new System.Drawing.Size(89, 23);
- this.tbPageSize.TabIndex = 36;
- this.tbPageSize.Text = "20";
- //
- // tbUpdateTime
- //
- this.tbUpdateTime.Location = new System.Drawing.Point(60, 25);
- this.tbUpdateTime.Margin = new System.Windows.Forms.Padding(4);
- this.tbUpdateTime.Name = "tbUpdateTime";
- this.tbUpdateTime.Size = new System.Drawing.Size(89, 23);
- this.tbUpdateTime.TabIndex = 32;
- this.tbUpdateTime.Text = "2021-01-01";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(0, 66);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(56, 17);
- this.label5.TabIndex = 35;
- this.label5.Text = "当前页数";
- //
- // 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(157, 194);
- this.rbgDirecType_C.TabIndex = 6;
- this.rbgDirecType_C.Text = "目录类型";
- this.rbgDirecType_C.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgDirecType_C.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.rbgDirecType_C.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgDirecType_C_ValueChanged);
- //
- // panel7
- //
- this.panel7.Controls.Add(this.uiSplitContainer1);
- this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel7.Location = new System.Drawing.Point(157, 0);
- this.panel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(1403, 707);
- 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- 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(1403, 707);
- this.uiSplitContainer1.SplitterDistance = 353;
- 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1403, 353);
- this.panel3.TabIndex = 2;
- //
- // dgvHISDirectory
- //
- this.dgvHISDirectory.AllowUserToAddRows = false;
- this.dgvHISDirectory.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvHISDirectory.BackgroundColor = System.Drawing.Color.White;
- this.dgvHISDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvHISDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvHISDirectory.ContextMenuStrip = this.cmsMapping;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle3;
- 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, 46);
- this.dgvHISDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvHISDirectory.Name = "dgvHISDirectory";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvHISDirectory.RowHeadersWidth = 51;
- this.dgvHISDirectory.RowHeight = 25;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvHISDirectory.RowTemplate.Height = 25;
- this.dgvHISDirectory.SelectedIndex = -1;
- this.dgvHISDirectory.Size = new System.Drawing.Size(1403, 273);
- 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);
- this.dgvHISDirectory.SelectionChanged += new System.EventHandler(this.dgvHISDirectory_SelectionChanged);
- //
- // 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.tsmSingleUpdateInsuInfo,
- this.tsmSingleUpdateTypeLevelInfo,
- this.tsmSingleUpdateCellingPriceInfo,
- this.tsmSingleUpdateSelfRatioInfo});
- this.cmsMapping.Name = "uiContextMenuStrip1";
- this.cmsMapping.Size = new System.Drawing.Size(459, 240);
- this.cmsMapping.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tsmiMapping
- //
- this.tsmiMapping.Name = "tsmiMapping";
- this.tsmiMapping.Size = new System.Drawing.Size(458, 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(458, 26);
- this.tsmiCancleMapping.Text = "取消对照";
- this.tsmiCancleMapping.Click += new System.EventHandler(this.tsmiCancleMapping_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(455, 6);
- //
- // ToolStripMenuItem_Upload
- //
- this.ToolStripMenuItem_Upload.Name = "ToolStripMenuItem_Upload";
- this.ToolStripMenuItem_Upload.Size = new System.Drawing.Size(458, 26);
- this.ToolStripMenuItem_Upload.Text = "单条目录对照关系上传";
- //
- // ToolStripMenuItem_CancelUpload
- //
- this.ToolStripMenuItem_CancelUpload.Name = "ToolStripMenuItem_CancelUpload";
- this.ToolStripMenuItem_CancelUpload.Size = new System.Drawing.Size(458, 26);
- this.ToolStripMenuItem_CancelUpload.Text = "单条目录对照关系上传撤销";
- //
- // tsmSingleUpdateInsuInfo
- //
- this.tsmSingleUpdateInsuInfo.Name = "tsmSingleUpdateInsuInfo";
- this.tsmSingleUpdateInsuInfo.Size = new System.Drawing.Size(458, 26);
- this.tsmSingleUpdateInsuInfo.Text = "单条更新对照数据目录信息(包括限价,类别,等级等)";
- this.tsmSingleUpdateInsuInfo.Click += new System.EventHandler(this.tsmSingleUpdateInsuInfo_Click);
- //
- // tsmSingleUpdateTypeLevelInfo
- //
- this.tsmSingleUpdateTypeLevelInfo.Name = "tsmSingleUpdateTypeLevelInfo";
- this.tsmSingleUpdateTypeLevelInfo.Size = new System.Drawing.Size(458, 26);
- this.tsmSingleUpdateTypeLevelInfo.Text = "单条更新类别等级信息";
- this.tsmSingleUpdateTypeLevelInfo.Click += new System.EventHandler(this.tsmSingleUpdateTypeLevelInfo_Click);
- //
- // tsmSingleUpdateCellingPriceInfo
- //
- this.tsmSingleUpdateCellingPriceInfo.Name = "tsmSingleUpdateCellingPriceInfo";
- this.tsmSingleUpdateCellingPriceInfo.Size = new System.Drawing.Size(458, 26);
- this.tsmSingleUpdateCellingPriceInfo.Text = "单条更新最高限价信息";
- this.tsmSingleUpdateCellingPriceInfo.Click += new System.EventHandler(this.tsmSingleUpdateCellingPriceInfo_Click);
- //
- // tsmSingleUpdateSelfRatioInfo
- //
- this.tsmSingleUpdateSelfRatioInfo.Name = "tsmSingleUpdateSelfRatioInfo";
- this.tsmSingleUpdateSelfRatioInfo.Size = new System.Drawing.Size(458, 26);
- this.tsmSingleUpdateSelfRatioInfo.Text = "单条更新自付比例信息";
- this.tsmSingleUpdateSelfRatioInfo.Click += new System.EventHandler(this.tsmSingleUpdateSelfRatioInfo_Click);
- //
- // panel5
- //
- this.panel5.Controls.Add(this.btTripMenu);
- this.panel5.Controls.Add(this.uiTextBox1);
- this.panel5.Controls.Add(this.rbAll);
- this.panel5.Controls.Add(this.rbNoMaped);
- this.panel5.Controls.Add(this.rbMaped);
- this.panel5.Controls.Add(this.btnQueryHISDirectory);
- this.panel5.Controls.Add(this.txtSpecFilter);
- 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(1403, 46);
- this.panel5.TabIndex = 1;
- //
- // btTripMenu
- //
- this.btTripMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btTripMenu.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btTripMenu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btTripMenu.Location = new System.Drawing.Point(1122, 8);
- this.btTripMenu.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btTripMenu.MinimumSize = new System.Drawing.Size(2, 2);
- this.btTripMenu.Name = "btTripMenu";
- this.btTripMenu.Radius = 2;
- this.btTripMenu.Size = new System.Drawing.Size(279, 28);
- this.btTripMenu.TabIndex = 14;
- this.btTripMenu.Text = "集成菜单";
- this.btTripMenu.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btTripMenu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btTripMenu.Click += new System.EventHandler(this.btTripMenu_Click);
- //
- // uiTextBox1
- //
- this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox1.Location = new System.Drawing.Point(442, 8);
- this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.uiTextBox1.MinimumSize = new System.Drawing.Size(2, 16);
- this.uiTextBox1.Name = "uiTextBox1";
- this.uiTextBox1.ShowText = false;
- this.uiTextBox1.Size = new System.Drawing.Size(150, 30);
- this.uiTextBox1.TabIndex = 9;
- this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiTextBox1.Watermark = "已对照医保名称/编码";
- this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // rbAll
- //
- 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(599, 14);
- this.rbAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.rbAll.MinimumSize = new System.Drawing.Size(2, 2);
- this.rbAll.Name = "rbAll";
- this.rbAll.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbAll.Size = new System.Drawing.Size(63, 22);
- this.rbAll.TabIndex = 8;
- this.rbAll.Text = "全部";
- this.rbAll.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.rbAll.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
- //
- // 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(748, 14);
- this.rbNoMaped.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.rbNoMaped.MinimumSize = new System.Drawing.Size(2, 2);
- this.rbNoMaped.Name = "rbNoMaped";
- this.rbNoMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbNoMaped.Size = new System.Drawing.Size(63, 22);
- this.rbNoMaped.TabIndex = 7;
- this.rbNoMaped.Text = "未对照";
- this.rbNoMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.rbNoMaped.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
- //
- // 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(673, 14);
- this.rbMaped.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.rbMaped.MinimumSize = new System.Drawing.Size(2, 2);
- this.rbMaped.Name = "rbMaped";
- this.rbMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.rbMaped.Size = new System.Drawing.Size(63, 22);
- this.rbMaped.TabIndex = 6;
- this.rbMaped.Text = "已对照";
- this.rbMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.rbMaped.ValueChanged += new Sunny.UI.UIRadioButton.OnValueChanged(this.rbAll_ValueChanged);
- //
- // 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(10, 6);
- this.btnQueryHISDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnQueryHISDirectory.MinimumSize = new System.Drawing.Size(2, 2);
- 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);
- //
- // txtSpecFilter
- //
- this.txtSpecFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtSpecFilter.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtSpecFilter.Location = new System.Drawing.Point(332, 8);
- this.txtSpecFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.txtSpecFilter.MinimumSize = new System.Drawing.Size(2, 16);
- this.txtSpecFilter.Name = "txtSpecFilter";
- this.txtSpecFilter.ShowText = false;
- this.txtSpecFilter.Size = new System.Drawing.Size(104, 30);
- this.txtSpecFilter.TabIndex = 4;
- this.txtSpecFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.txtSpecFilter.Watermark = "规格";
- this.txtSpecFilter.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbHISDirectoryFilter
- //
- 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(174, 8);
- this.tbHISDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.tbHISDirectoryFilter.MinimumSize = new System.Drawing.Size(2, 16);
- this.tbHISDirectoryFilter.Name = "tbHISDirectoryFilter";
- this.tbHISDirectoryFilter.ShowText = false;
- this.tbHISDirectoryFilter.Size = new System.Drawing.Size(150, 30);
- 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.btSetHisDirHeaderText);
- 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, 319);
- this.pgHISDirect.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.pgHISDirect.MinimumSize = new System.Drawing.Size(2, 2);
- 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(1403, 34);
- 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);
- this.pgHISDirect.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.pgHISDirect_PageChanged);
- //
- // btSetHisDirHeaderText
- //
- this.btSetHisDirHeaderText.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.btSetHisDirHeaderText.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btSetHisDirHeaderText.Location = new System.Drawing.Point(1240, 3);
- this.btSetHisDirHeaderText.Name = "btSetHisDirHeaderText";
- this.btSetHisDirHeaderText.Size = new System.Drawing.Size(104, 23);
- this.btSetHisDirHeaderText.TabIndex = 20;
- this.btSetHisDirHeaderText.Text = "设置表格标题";
- this.btSetHisDirHeaderText.UseVisualStyleBackColor = true;
- this.btSetHisDirHeaderText.Click += new System.EventHandler(this.btSetHisDirHeaderText_Click);
- //
- // panel4
- //
- this.panel4.Controls.Add(this.dgvCenterDirectory);
- this.panel4.Controls.Add(this.pgCenterDirect);
- this.panel4.Controls.Add(this.panel6);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1403, 343);
- 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, 40);
- this.dgvCenterDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- 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.RowHeadersWidth = 51;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvCenterDirectory.RowTemplate.Height = 23;
- this.dgvCenterDirectory.SelectedIndex = -1;
- this.dgvCenterDirectory.Size = new System.Drawing.Size(1403, 269);
- this.dgvCenterDirectory.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.dgvCenterDirectory.TabIndex = 3;
- this.dgvCenterDirectory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // pgCenterDirect
- //
- this.pgCenterDirect.Controls.Add(this.btSetCenterDirHeaderText);
- this.pgCenterDirect.Controls.Add(this.uiButton1);
- 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, 309);
- this.pgCenterDirect.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.pgCenterDirect.MinimumSize = new System.Drawing.Size(2, 2);
- 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(1403, 34);
- this.pgCenterDirect.TabIndex = 4;
- this.pgCenterDirect.Text = "uiPagination3";
- this.pgCenterDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.pgCenterDirect.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.pgCenterDirect.PageChanged += new Sunny.UI.UIPagination.OnPageChangeEventHandler(this.pgCenterDirect_PageChanged);
- //
- // btSetCenterDirHeaderText
- //
- this.btSetCenterDirHeaderText.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.btSetCenterDirHeaderText.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btSetCenterDirHeaderText.Location = new System.Drawing.Point(1211, 3);
- this.btSetCenterDirHeaderText.Name = "btSetCenterDirHeaderText";
- this.btSetCenterDirHeaderText.Size = new System.Drawing.Size(104, 23);
- this.btSetCenterDirHeaderText.TabIndex = 21;
- this.btSetCenterDirHeaderText.Text = "设置表格标题";
- this.btSetCenterDirHeaderText.UseVisualStyleBackColor = true;
- this.btSetCenterDirHeaderText.Click += new System.EventHandler(this.btSetCenterDirHeaderText_Click);
- //
- // uiButton1
- //
- this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.Location = new System.Drawing.Point(0, 0);
- this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton1.Name = "uiButton1";
- this.uiButton1.Size = new System.Drawing.Size(100, 35);
- this.uiButton1.TabIndex = 20;
- this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton1.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.tbManufacturer);
- this.panel6.Controls.Add(this.tbSpecifications);
- this.panel6.Controls.Add(this.tbDosageForm);
- 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(1403, 40);
- 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(1061, 7);
- 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 = 16;
- 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(1268, 7);
- 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 = 15;
- 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(1156, 7);
- 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 = 14;
- this.rbOnlyApprNO.Text = "仅带入批准文号";
- this.rbOnlyApprNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbManufacturer
- //
- this.tbManufacturer.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbManufacturer.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbManufacturer.Location = new System.Drawing.Point(776, 6);
- this.tbManufacturer.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.tbManufacturer.MinimumSize = new System.Drawing.Size(2, 16);
- this.tbManufacturer.Name = "tbManufacturer";
- this.tbManufacturer.ShowText = false;
- this.tbManufacturer.Size = new System.Drawing.Size(147, 30);
- this.tbManufacturer.TabIndex = 13;
- this.tbManufacturer.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbManufacturer.Watermark = "生产厂家";
- this.tbManufacturer.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbSpecifications
- //
- this.tbSpecifications.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbSpecifications.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbSpecifications.Location = new System.Drawing.Point(926, 6);
- this.tbSpecifications.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.tbSpecifications.MinimumSize = new System.Drawing.Size(2, 16);
- this.tbSpecifications.Name = "tbSpecifications";
- this.tbSpecifications.ShowText = false;
- this.tbSpecifications.Size = new System.Drawing.Size(123, 30);
- this.tbSpecifications.TabIndex = 12;
- this.tbSpecifications.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbSpecifications.Watermark = "规格";
- this.tbSpecifications.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tbDosageForm
- //
- this.tbDosageForm.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbDosageForm.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbDosageForm.Location = new System.Drawing.Point(648, 6);
- this.tbDosageForm.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.tbDosageForm.MinimumSize = new System.Drawing.Size(2, 16);
- this.tbDosageForm.Name = "tbDosageForm";
- this.tbDosageForm.ShowText = false;
- this.tbDosageForm.Size = new System.Drawing.Size(126, 30);
- this.tbDosageForm.TabIndex = 11;
- this.tbDosageForm.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbDosageForm.Watermark = "剂型名称";
- this.tbDosageForm.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(523, 6);
- this.tbApprovalNO.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.tbApprovalNO.MinimumSize = new System.Drawing.Size(2, 16);
- this.tbApprovalNO.Name = "tbApprovalNO";
- this.tbApprovalNO.ShowText = false;
- this.tbApprovalNO.Size = new System.Drawing.Size(123, 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(291, 6);
- this.tbInsuCode.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.tbInsuCode.MinimumSize = new System.Drawing.Size(2, 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(10, 6);
- this.btnQueryCenterDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnQueryCenterDirectory.MinimumSize = new System.Drawing.Size(2, 2);
- this.btnQueryCenterDirectory.Name = "btnQueryCenterDirectory";
- this.btnQueryCenterDirectory.Size = new System.Drawing.Size(149, 30);
- 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(163, 6);
- this.tbCenterDirectoryFilter.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.tbCenterDirectoryFilter.MinimumSize = new System.Drawing.Size(2, 16);
- this.tbCenterDirectoryFilter.Name = "tbCenterDirectoryFilter";
- this.tbCenterDirectoryFilter.ShowText = false;
- this.tbCenterDirectoryFilter.Size = new System.Drawing.Size(126, 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);
- //
- // cmsIntegratedMenu
- //
- this.cmsIntegratedMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.cmsIntegratedMenu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmsIntegratedMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.cmsIntegratedMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsmExportAllMappedData,
- this.tsmExportMappedDataByLeft,
- this.tsmUploadAllMappedData,
- this.tsmCancelAllUploadedData,
- this.tsmUpdateAllMapped,
- this.tsmUpdateCellPriceOfAllMapped,
- this.tsmUpdateSelfRatioOfAllMapped,
- this.tsmUpdateLevelTypeOfAllMappedData,
- this.tsmImportMapRelation,
- this.tsmImportExcelDir});
- this.cmsIntegratedMenu.Name = "uiContextMenuStrip1";
- this.cmsIntegratedMenu.Size = new System.Drawing.Size(459, 264);
- this.cmsIntegratedMenu.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tsmExportAllMappedData
- //
- this.tsmExportAllMappedData.Name = "tsmExportAllMappedData";
- this.tsmExportAllMappedData.Size = new System.Drawing.Size(458, 26);
- this.tsmExportAllMappedData.Text = "导出全部已对照数据";
- this.tsmExportAllMappedData.Click += new System.EventHandler(this.tsmExportAllMappedData_Click);
- //
- // tsmExportMappedDataByLeft
- //
- this.tsmExportMappedDataByLeft.Name = "tsmExportMappedDataByLeft";
- this.tsmExportMappedDataByLeft.Size = new System.Drawing.Size(458, 26);
- this.tsmExportMappedDataByLeft.Text = "按左侧类别导出已对照数据";
- this.tsmExportMappedDataByLeft.Click += new System.EventHandler(this.tsmExportMappedDataByLeft_Click);
- //
- // tsmUploadAllMappedData
- //
- this.tsmUploadAllMappedData.Name = "tsmUploadAllMappedData";
- this.tsmUploadAllMappedData.Size = new System.Drawing.Size(458, 26);
- this.tsmUploadAllMappedData.Text = "上传全部对照数据";
- //
- // tsmCancelAllUploadedData
- //
- this.tsmCancelAllUploadedData.Name = "tsmCancelAllUploadedData";
- this.tsmCancelAllUploadedData.Size = new System.Drawing.Size(458, 26);
- this.tsmCancelAllUploadedData.Text = "撤销上传所有对照数据";
- //
- // tsmUpdateAllMapped
- //
- this.tsmUpdateAllMapped.Name = "tsmUpdateAllMapped";
- this.tsmUpdateAllMapped.Size = new System.Drawing.Size(458, 26);
- this.tsmUpdateAllMapped.Text = "更新所有对照数据目录信息(包括限价,类别,等级等)";
- this.tsmUpdateAllMapped.Click += new System.EventHandler(this.tsmUpdateAllMapped_Click);
- //
- // tsmUpdateCellPriceOfAllMapped
- //
- this.tsmUpdateCellPriceOfAllMapped.Name = "tsmUpdateCellPriceOfAllMapped";
- this.tsmUpdateCellPriceOfAllMapped.Size = new System.Drawing.Size(458, 26);
- this.tsmUpdateCellPriceOfAllMapped.Text = "更新所有对照数据的限价信息";
- this.tsmUpdateCellPriceOfAllMapped.Click += new System.EventHandler(this.tsmUpdateCellPriceOfAllMapped_Click);
- //
- // tsmUpdateSelfRatioOfAllMapped
- //
- this.tsmUpdateSelfRatioOfAllMapped.Name = "tsmUpdateSelfRatioOfAllMapped";
- this.tsmUpdateSelfRatioOfAllMapped.Size = new System.Drawing.Size(458, 26);
- this.tsmUpdateSelfRatioOfAllMapped.Text = "更新所有对照数据的自付比例信息";
- this.tsmUpdateSelfRatioOfAllMapped.Click += new System.EventHandler(this.tsmUpdateSelfRatioOfAllMapped_Click_1);
- //
- // tsmUpdateLevelTypeOfAllMappedData
- //
- this.tsmUpdateLevelTypeOfAllMappedData.Name = "tsmUpdateLevelTypeOfAllMappedData";
- this.tsmUpdateLevelTypeOfAllMappedData.Size = new System.Drawing.Size(458, 26);
- this.tsmUpdateLevelTypeOfAllMappedData.Text = "更新所有对照数据的类别等级信息";
- this.tsmUpdateLevelTypeOfAllMappedData.Click += new System.EventHandler(this.tsmUpdateLevelTypeOfAllMappedData_Click);
- //
- // tsmImportMapRelation
- //
- this.tsmImportMapRelation.Name = "tsmImportMapRelation";
- this.tsmImportMapRelation.Size = new System.Drawing.Size(458, 26);
- this.tsmImportMapRelation.Text = "导入对照关系(按指定xlsx格式)";
- this.tsmImportMapRelation.Click += new System.EventHandler(this.tsmImportMapRelation_Click);
- //
- // tsmImportExcelDir
- //
- this.tsmImportExcelDir.Name = "tsmImportExcelDir";
- this.tsmImportExcelDir.Size = new System.Drawing.Size(458, 26);
- this.tsmImportExcelDir.Text = "导入Excel目录(按指定xlsx格式)";
- //
- // DirectoryMap
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1560, 707);
- this.Controls.Add(this.panel7);
- this.Controls.Add(this.uiPanel3);
- this.Name = "DirectoryMap";
- this.Text = "目录对照";
- this.uiPanel3.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- 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.cmsMapping.ResumeLayout(false);
- this.panel5.ResumeLayout(false);
- this.pgHISDirect.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).EndInit();
- this.pgCenterDirect.ResumeLayout(false);
- this.panel6.ResumeLayout(false);
- this.cmsIntegratedMenu.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIPanel uiPanel3;
- private Sunny.UI.UIRadioButtonGroup rbgDirecType_C;
- 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.UIButton btTripMenu;
- private Sunny.UI.UITextBox uiTextBox1;
- private Sunny.UI.UIRadioButton rbAll;
- private Sunny.UI.UIRadioButton rbNoMaped;
- private Sunny.UI.UIRadioButton rbMaped;
- private Sunny.UI.UIButton btnQueryHISDirectory;
- private Sunny.UI.UITextBox txtSpecFilter;
- 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 tbManufacturer;
- private Sunny.UI.UITextBox tbSpecifications;
- private Sunny.UI.UITextBox tbDosageForm;
- private Sunny.UI.UITextBox tbApprovalNO;
- private Sunny.UI.UITextBox tbInsuCode;
- private Sunny.UI.UIButton btnQueryCenterDirectory;
- private Sunny.UI.UITextBox tbCenterDirectoryFilter;
- private Sunny.UI.UIContextMenuStrip cmsIntegratedMenu;
- private System.Windows.Forms.ToolStripMenuItem tsmExportAllMappedData;
- private System.Windows.Forms.ToolStripMenuItem tsmExportMappedDataByLeft;
- private System.Windows.Forms.ToolStripMenuItem tsmUploadAllMappedData;
- private System.Windows.Forms.ToolStripMenuItem tsmCancelAllUploadedData;
- private System.Windows.Forms.ToolStripMenuItem tsmUpdateAllMapped;
- private System.Windows.Forms.ToolStripMenuItem tsmUpdateCellPriceOfAllMapped;
- private System.Windows.Forms.ToolStripMenuItem tsmUpdateSelfRatioOfAllMapped;
- private System.Windows.Forms.ToolStripMenuItem tsmUpdateLevelTypeOfAllMappedData;
- private System.Windows.Forms.ToolStripMenuItem tsmImportMapRelation;
- private System.Windows.Forms.ToolStripMenuItem tsmImportExcelDir;
- private Sunny.UI.UIContextMenuStrip cmsMapping;
- private System.Windows.Forms.ToolStripMenuItem tsmiMapping;
- private System.Windows.Forms.ToolStripMenuItem tsmiCancleMapping;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Upload;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_CancelUpload;
- private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateInsuInfo;
- private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateSelfRatioInfo;
- private Sunny.UI.UIPagination pgCenterDirect;
- private Sunny.UI.UIButton uiButton1;
- private System.Windows.Forms.Button btSetHisDirHeaderText;
- private System.Windows.Forms.Button btSetCenterDirHeaderText;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tbCbd;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbCurPage;
- private System.Windows.Forms.TextBox tbPageSize;
- private System.Windows.Forms.TextBox tbUpdateTime;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateCellingPriceInfo;
- private System.Windows.Forms.ToolStripMenuItem tsmSingleUpdateTypeLevelInfo;
- }
- }
|