|
@@ -50,9 +50,6 @@
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.tcBasicData = new System.Windows.Forms.TabControl();
|
|
|
this.tpMaintainInterface = new System.Windows.Forms.TabPage();
|
|
|
- this.tpDownloadDirectory = new System.Windows.Forms.TabPage();
|
|
|
- this.tpMapDirectory = new System.Windows.Forms.TabPage();
|
|
|
- this.rbgInterface = new Sunny.UI.UIRadioButtonGroup();
|
|
|
this.uiPanel1 = new Sunny.UI.UIPanel();
|
|
|
this.dgvInterface = new Sunny.UI.UIDataGridView();
|
|
|
this.pnlInterfaceBottom = new Sunny.UI.UIPanel();
|
|
@@ -61,6 +58,8 @@
|
|
|
this.btnInterfaceDelete = new Sunny.UI.UIButton();
|
|
|
this.btnIntefaceQuery = new Sunny.UI.UIButton();
|
|
|
this.btnInterfaceAdd = new Sunny.UI.UIButton();
|
|
|
+ this.rbgInterface = new Sunny.UI.UIRadioButtonGroup();
|
|
|
+ this.tpDownloadDirectory = new System.Windows.Forms.TabPage();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.dgvDirectoy = new Sunny.UI.UIDataGridView();
|
|
|
this.pgDownload = new Sunny.UI.UIPagination();
|
|
@@ -82,10 +81,7 @@
|
|
|
this.btnQuery = new Sunny.UI.UIButton();
|
|
|
this.btnDownload = new Sunny.UI.UIButton();
|
|
|
this.uiProcessBar1 = new Sunny.UI.UIProcessBar();
|
|
|
- this.uiPanel3 = new Sunny.UI.UIPanel();
|
|
|
- this.rbgDirecType_C = new Sunny.UI.UIRadioButtonGroup();
|
|
|
- this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
|
|
|
- this.cbxInterface = new Sunny.UI.UIComboBox();
|
|
|
+ this.tpMapDirectory = 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();
|
|
@@ -104,13 +100,16 @@
|
|
|
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.rbgDirecType_C = new Sunny.UI.UIRadioButtonGroup();
|
|
|
+ this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
|
|
|
+ this.cbxInterface = new Sunny.UI.UIComboBox();
|
|
|
this.tcBasicData.SuspendLayout();
|
|
|
this.tpMaintainInterface.SuspendLayout();
|
|
|
- this.tpDownloadDirectory.SuspendLayout();
|
|
|
- this.tpMapDirectory.SuspendLayout();
|
|
|
this.uiPanel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvInterface)).BeginInit();
|
|
|
this.pnlInterfaceBottom.SuspendLayout();
|
|
|
+ this.tpDownloadDirectory.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).BeginInit();
|
|
|
this.panel2.SuspendLayout();
|
|
@@ -118,8 +117,7 @@
|
|
|
this.uiGroupBox4.SuspendLayout();
|
|
|
this.uiGroupBox2.SuspendLayout();
|
|
|
this.uiGroupBox1.SuspendLayout();
|
|
|
- this.uiPanel3.SuspendLayout();
|
|
|
- this.uiGroupBox3.SuspendLayout();
|
|
|
+ this.tpMapDirectory.SuspendLayout();
|
|
|
this.panel7.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
|
|
|
this.uiSplitContainer1.Panel1.SuspendLayout();
|
|
@@ -131,6 +129,8 @@
|
|
|
this.panel4.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).BeginInit();
|
|
|
this.panel6.SuspendLayout();
|
|
|
+ this.uiPanel3.SuspendLayout();
|
|
|
+ this.uiGroupBox3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tcBasicData
|
|
@@ -140,75 +140,36 @@
|
|
|
this.tcBasicData.Controls.Add(this.tpMapDirectory);
|
|
|
this.tcBasicData.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tcBasicData.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tcBasicData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.tcBasicData.Name = "tcBasicData";
|
|
|
this.tcBasicData.SelectedIndex = 0;
|
|
|
- this.tcBasicData.Size = new System.Drawing.Size(1357, 639);
|
|
|
+ this.tcBasicData.Size = new System.Drawing.Size(1809, 799);
|
|
|
this.tcBasicData.TabIndex = 0;
|
|
|
//
|
|
|
// tpMaintainInterface
|
|
|
//
|
|
|
this.tpMaintainInterface.Controls.Add(this.uiPanel1);
|
|
|
this.tpMaintainInterface.Controls.Add(this.rbgInterface);
|
|
|
- this.tpMaintainInterface.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tpMaintainInterface.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tpMaintainInterface.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.tpMaintainInterface.Name = "tpMaintainInterface";
|
|
|
- this.tpMaintainInterface.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.tpMaintainInterface.Size = new System.Drawing.Size(1349, 613);
|
|
|
+ this.tpMaintainInterface.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.tpMaintainInterface.Size = new System.Drawing.Size(1801, 770);
|
|
|
this.tpMaintainInterface.TabIndex = 0;
|
|
|
this.tpMaintainInterface.Text = "接口维护";
|
|
|
this.tpMaintainInterface.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // tpDownloadDirectory
|
|
|
- //
|
|
|
- this.tpDownloadDirectory.Controls.Add(this.panel1);
|
|
|
- this.tpDownloadDirectory.Location = new System.Drawing.Point(4, 22);
|
|
|
- this.tpDownloadDirectory.Name = "tpDownloadDirectory";
|
|
|
- this.tpDownloadDirectory.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.tpDownloadDirectory.Size = new System.Drawing.Size(1349, 613);
|
|
|
- this.tpDownloadDirectory.TabIndex = 1;
|
|
|
- this.tpDownloadDirectory.Text = "数据下载";
|
|
|
- this.tpDownloadDirectory.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // tpMapDirectory
|
|
|
- //
|
|
|
- this.tpMapDirectory.Controls.Add(this.panel7);
|
|
|
- this.tpMapDirectory.Controls.Add(this.uiPanel3);
|
|
|
- this.tpMapDirectory.Location = new System.Drawing.Point(4, 22);
|
|
|
- this.tpMapDirectory.Name = "tpMapDirectory";
|
|
|
- this.tpMapDirectory.Size = new System.Drawing.Size(1349, 613);
|
|
|
- this.tpMapDirectory.TabIndex = 2;
|
|
|
- this.tpMapDirectory.Text = "数据对照";
|
|
|
- this.tpMapDirectory.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // rbgInterface
|
|
|
- //
|
|
|
- this.rbgInterface.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
- this.rbgInterface.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.rbgInterface.Items.AddRange(new object[] {
|
|
|
- "接口维护",
|
|
|
- "险种类型",
|
|
|
- "备用"});
|
|
|
- this.rbgInterface.Location = new System.Drawing.Point(3, 3);
|
|
|
- this.rbgInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.rbgInterface.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
- this.rbgInterface.Name = "rbgInterface";
|
|
|
- this.rbgInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
- this.rbgInterface.Size = new System.Drawing.Size(151, 607);
|
|
|
- this.rbgInterface.TabIndex = 4;
|
|
|
- this.rbgInterface.Text = "项目";
|
|
|
- this.rbgInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
- this.rbgInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- //
|
|
|
// uiPanel1
|
|
|
//
|
|
|
this.uiPanel1.Controls.Add(this.dgvInterface);
|
|
|
this.uiPanel1.Controls.Add(this.pnlInterfaceBottom);
|
|
|
this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.uiPanel1.Location = new System.Drawing.Point(154, 3);
|
|
|
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiPanel1.Location = new System.Drawing.Point(205, 4);
|
|
|
+ this.uiPanel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiPanel1.Name = "uiPanel1";
|
|
|
- this.uiPanel1.Size = new System.Drawing.Size(1192, 607);
|
|
|
+ this.uiPanel1.Size = new System.Drawing.Size(1592, 762);
|
|
|
this.uiPanel1.TabIndex = 5;
|
|
|
this.uiPanel1.Text = null;
|
|
|
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -253,6 +214,7 @@
|
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvInterface.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ this.dgvInterface.RowHeadersWidth = 51;
|
|
|
this.dgvInterface.RowHeight = 30;
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
@@ -262,7 +224,7 @@
|
|
|
this.dgvInterface.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.dgvInterface.RowTemplate.Height = 30;
|
|
|
this.dgvInterface.SelectedIndex = -1;
|
|
|
- this.dgvInterface.Size = new System.Drawing.Size(1192, 528);
|
|
|
+ this.dgvInterface.Size = new System.Drawing.Size(1592, 683);
|
|
|
this.dgvInterface.TabIndex = 1;
|
|
|
this.dgvInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
@@ -275,11 +237,11 @@
|
|
|
this.pnlInterfaceBottom.Controls.Add(this.btnInterfaceAdd);
|
|
|
this.pnlInterfaceBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.pnlInterfaceBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pnlInterfaceBottom.Location = new System.Drawing.Point(0, 528);
|
|
|
+ this.pnlInterfaceBottom.Location = new System.Drawing.Point(0, 683);
|
|
|
this.pnlInterfaceBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.pnlInterfaceBottom.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.pnlInterfaceBottom.Name = "pnlInterfaceBottom";
|
|
|
- this.pnlInterfaceBottom.Size = new System.Drawing.Size(1192, 79);
|
|
|
+ this.pnlInterfaceBottom.Size = new System.Drawing.Size(1592, 79);
|
|
|
this.pnlInterfaceBottom.TabIndex = 0;
|
|
|
this.pnlInterfaceBottom.Text = null;
|
|
|
this.pnlInterfaceBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -290,7 +252,7 @@
|
|
|
this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
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(638, 15);
|
|
|
+ this.uiButton1.Location = new System.Drawing.Point(1038, 15);
|
|
|
this.uiButton1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.uiButton1.MinimumSize = new System.Drawing.Size(2, 2);
|
|
|
this.uiButton1.Name = "uiButton1";
|
|
@@ -305,7 +267,7 @@
|
|
|
this.btnInterfceSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnInterfceSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnInterfceSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnInterfceSave.Location = new System.Drawing.Point(1043, 15);
|
|
|
+ this.btnInterfceSave.Location = new System.Drawing.Point(1443, 15);
|
|
|
this.btnInterfceSave.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.btnInterfceSave.MinimumSize = new System.Drawing.Size(2, 2);
|
|
|
this.btnInterfceSave.Name = "btnInterfceSave";
|
|
@@ -320,7 +282,7 @@
|
|
|
this.btnInterfaceDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnInterfaceDelete.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnInterfaceDelete.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnInterfaceDelete.Location = new System.Drawing.Point(908, 15);
|
|
|
+ this.btnInterfaceDelete.Location = new System.Drawing.Point(1308, 15);
|
|
|
this.btnInterfaceDelete.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.btnInterfaceDelete.MinimumSize = new System.Drawing.Size(2, 2);
|
|
|
this.btnInterfaceDelete.Name = "btnInterfaceDelete";
|
|
@@ -335,7 +297,7 @@
|
|
|
this.btnIntefaceQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnIntefaceQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnIntefaceQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnIntefaceQuery.Location = new System.Drawing.Point(503, 15);
|
|
|
+ this.btnIntefaceQuery.Location = new System.Drawing.Point(903, 15);
|
|
|
this.btnIntefaceQuery.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.btnIntefaceQuery.MinimumSize = new System.Drawing.Size(2, 2);
|
|
|
this.btnIntefaceQuery.Name = "btnIntefaceQuery";
|
|
@@ -350,7 +312,7 @@
|
|
|
this.btnInterfaceAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnInterfaceAdd.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnInterfaceAdd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnInterfaceAdd.Location = new System.Drawing.Point(773, 15);
|
|
|
+ this.btnInterfaceAdd.Location = new System.Drawing.Point(1173, 15);
|
|
|
this.btnInterfaceAdd.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.btnInterfaceAdd.MinimumSize = new System.Drawing.Size(2, 2);
|
|
|
this.btnInterfaceAdd.Name = "btnInterfaceAdd";
|
|
@@ -360,15 +322,47 @@
|
|
|
this.btnInterfaceAdd.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnInterfaceAdd.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
+ // rbgInterface
|
|
|
+ //
|
|
|
+ this.rbgInterface.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
+ this.rbgInterface.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.rbgInterface.Items.AddRange(new object[] {
|
|
|
+ "接口维护",
|
|
|
+ "险种类型",
|
|
|
+ "备用"});
|
|
|
+ this.rbgInterface.Location = new System.Drawing.Point(4, 4);
|
|
|
+ this.rbgInterface.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
+ this.rbgInterface.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.rbgInterface.Name = "rbgInterface";
|
|
|
+ this.rbgInterface.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
|
|
|
+ this.rbgInterface.Size = new System.Drawing.Size(201, 762);
|
|
|
+ this.rbgInterface.TabIndex = 4;
|
|
|
+ this.rbgInterface.Text = "项目";
|
|
|
+ this.rbgInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ this.rbgInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // tpDownloadDirectory
|
|
|
+ //
|
|
|
+ this.tpDownloadDirectory.Controls.Add(this.panel1);
|
|
|
+ this.tpDownloadDirectory.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tpDownloadDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.tpDownloadDirectory.Name = "tpDownloadDirectory";
|
|
|
+ this.tpDownloadDirectory.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.tpDownloadDirectory.Size = new System.Drawing.Size(1801, 770);
|
|
|
+ this.tpDownloadDirectory.TabIndex = 1;
|
|
|
+ this.tpDownloadDirectory.Text = "数据下载";
|
|
|
+ this.tpDownloadDirectory.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, 3);
|
|
|
+ this.panel1.Location = new System.Drawing.Point(4, 4);
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(1343, 607);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(1793, 762);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
// dgvDirectoy
|
|
@@ -401,6 +395,7 @@
|
|
|
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(4, 4, 4, 4);
|
|
|
this.dgvDirectoy.Name = "dgvDirectoy";
|
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
@@ -410,12 +405,13 @@
|
|
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvDirectoy.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
+ this.dgvDirectoy.RowHeadersWidth = 51;
|
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dgvDirectoy.RowsDefaultCellStyle = dataGridViewCellStyle10;
|
|
|
this.dgvDirectoy.RowTemplate.Height = 23;
|
|
|
this.dgvDirectoy.SelectedIndex = -1;
|
|
|
- this.dgvDirectoy.Size = new System.Drawing.Size(1343, 435);
|
|
|
+ this.dgvDirectoy.Size = new System.Drawing.Size(1793, 547);
|
|
|
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);
|
|
@@ -424,15 +420,15 @@
|
|
|
//
|
|
|
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, 435);
|
|
|
- this.pgDownload.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.pgDownload.Location = new System.Drawing.Point(0, 547);
|
|
|
+ this.pgDownload.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.pgDownload.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.pgDownload.Name = "pgDownload";
|
|
|
this.pgDownload.PagerCount = 13;
|
|
|
this.pgDownload.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
|
|
|
this.pgDownload.ShowJumpButton = false;
|
|
|
this.pgDownload.ShowText = false;
|
|
|
- this.pgDownload.Size = new System.Drawing.Size(1343, 31);
|
|
|
+ this.pgDownload.Size = new System.Drawing.Size(1793, 39);
|
|
|
this.pgDownload.TabIndex = 2;
|
|
|
this.pgDownload.Text = "uiPagination1";
|
|
|
this.pgDownload.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -451,9 +447,10 @@
|
|
|
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, 466);
|
|
|
+ this.panel2.Location = new System.Drawing.Point(0, 586);
|
|
|
+ this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.panel2.Name = "panel2";
|
|
|
- this.panel2.Size = new System.Drawing.Size(1343, 141);
|
|
|
+ this.panel2.Size = new System.Drawing.Size(1793, 176);
|
|
|
this.panel2.TabIndex = 1;
|
|
|
//
|
|
|
// uiButton2
|
|
@@ -461,10 +458,11 @@
|
|
|
this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.uiButton2.Location = new System.Drawing.Point(1271, 80);
|
|
|
+ this.uiButton2.Location = new System.Drawing.Point(1697, 100);
|
|
|
+ this.uiButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiButton2.Name = "uiButton2";
|
|
|
- this.uiButton2.Size = new System.Drawing.Size(67, 32);
|
|
|
+ this.uiButton2.Size = new System.Drawing.Size(89, 40);
|
|
|
this.uiButton2.TabIndex = 18;
|
|
|
this.uiButton2.Text = "新增";
|
|
|
this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
@@ -475,12 +473,12 @@
|
|
|
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(890, 3);
|
|
|
- this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiGroupBox5.Location = new System.Drawing.Point(1187, 4);
|
|
|
+ this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiGroupBox5.Name = "uiGroupBox5";
|
|
|
- this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
- this.uiGroupBox5.Size = new System.Drawing.Size(192, 133);
|
|
|
+ this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
|
|
|
+ this.uiGroupBox5.Size = new System.Drawing.Size(256, 166);
|
|
|
this.uiGroupBox5.TabIndex = 17;
|
|
|
this.uiGroupBox5.Text = "字典下载";
|
|
|
this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -520,12 +518,12 @@
|
|
|
//
|
|
|
this.uiGroupBox4.Controls.Add(this.cbxInterface_down);
|
|
|
this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.uiGroupBox4.Location = new System.Drawing.Point(373, 40);
|
|
|
- this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiGroupBox4.Location = new System.Drawing.Point(497, 50);
|
|
|
+ this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiGroupBox4.Name = "uiGroupBox4";
|
|
|
- this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
- this.uiGroupBox4.Size = new System.Drawing.Size(154, 98);
|
|
|
+ this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
|
|
|
+ this.uiGroupBox4.Size = new System.Drawing.Size(205, 122);
|
|
|
this.uiGroupBox4.TabIndex = 16;
|
|
|
this.uiGroupBox4.Text = "接口选择";
|
|
|
this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -552,12 +550,12 @@
|
|
|
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(700, 8);
|
|
|
- this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiGroupBox2.Location = new System.Drawing.Point(933, 10);
|
|
|
+ this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiGroupBox2.Name = "uiGroupBox2";
|
|
|
- this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
- this.uiGroupBox2.Size = new System.Drawing.Size(184, 130);
|
|
|
+ this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
|
|
|
+ this.uiGroupBox2.Size = new System.Drawing.Size(245, 162);
|
|
|
this.uiGroupBox2.TabIndex = 15;
|
|
|
this.uiGroupBox2.Text = "查询";
|
|
|
this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -599,12 +597,12 @@
|
|
|
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(535, 5);
|
|
|
- this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiGroupBox1.Location = new System.Drawing.Point(713, 6);
|
|
|
+ this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiGroupBox1.Name = "uiGroupBox1";
|
|
|
- this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
- this.uiGroupBox1.Size = new System.Drawing.Size(164, 131);
|
|
|
+ this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
|
|
|
+ this.uiGroupBox1.Size = new System.Drawing.Size(219, 164);
|
|
|
this.uiGroupBox1.TabIndex = 14;
|
|
|
this.uiGroupBox1.Text = "目录下载";
|
|
|
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -666,12 +664,12 @@
|
|
|
"日间手术",
|
|
|
"字典表"});
|
|
|
this.rbgDirecType.ItemSize = new System.Drawing.Size(110, 25);
|
|
|
- this.rbgDirecType.Location = new System.Drawing.Point(6, 38);
|
|
|
- this.rbgDirecType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.rbgDirecType.Location = new System.Drawing.Point(8, 48);
|
|
|
+ this.rbgDirecType.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.rbgDirecType.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.rbgDirecType.Name = "rbgDirecType";
|
|
|
- this.rbgDirecType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
- this.rbgDirecType.Size = new System.Drawing.Size(359, 101);
|
|
|
+ this.rbgDirecType.Padding = new System.Windows.Forms.Padding(0, 40, 0, 0);
|
|
|
+ this.rbgDirecType.Size = new System.Drawing.Size(479, 126);
|
|
|
this.rbgDirecType.TabIndex = 1;
|
|
|
this.rbgDirecType.Text = "请选择下载类型";
|
|
|
this.rbgDirecType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -682,10 +680,11 @@
|
|
|
this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnQuery.Location = new System.Drawing.Point(1167, 26);
|
|
|
+ this.btnQuery.Location = new System.Drawing.Point(1558, 32);
|
|
|
+ this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.btnQuery.Name = "btnQuery";
|
|
|
- this.btnQuery.Size = new System.Drawing.Size(67, 32);
|
|
|
+ this.btnQuery.Size = new System.Drawing.Size(89, 40);
|
|
|
this.btnQuery.TabIndex = 13;
|
|
|
this.btnQuery.Text = "查询";
|
|
|
this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
@@ -696,101 +695,50 @@
|
|
|
this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnDownload.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnDownload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnDownload.Location = new System.Drawing.Point(1259, 26);
|
|
|
+ this.btnDownload.Location = new System.Drawing.Point(1681, 32);
|
|
|
+ this.btnDownload.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnDownload.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.btnDownload.Name = "btnDownload";
|
|
|
- this.btnDownload.Size = new System.Drawing.Size(67, 32);
|
|
|
+ this.btnDownload.Size = new System.Drawing.Size(89, 40);
|
|
|
this.btnDownload.TabIndex = 12;
|
|
|
this.btnDownload.Text = "下载";
|
|
|
this.btnDownload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnDownload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
|
|
|
//
|
|
|
// uiProcessBar1
|
|
|
//
|
|
|
this.uiProcessBar1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
this.uiProcessBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.uiProcessBar1.Location = new System.Drawing.Point(5, 6);
|
|
|
- this.uiProcessBar1.MinimumSize = new System.Drawing.Size(70, 3);
|
|
|
+ this.uiProcessBar1.Location = new System.Drawing.Point(7, 8);
|
|
|
+ this.uiProcessBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.uiProcessBar1.MinimumSize = new System.Drawing.Size(93, 4);
|
|
|
this.uiProcessBar1.Name = "uiProcessBar1";
|
|
|
- this.uiProcessBar1.Size = new System.Drawing.Size(522, 29);
|
|
|
+ this.uiProcessBar1.Size = new System.Drawing.Size(696, 36);
|
|
|
this.uiProcessBar1.TabIndex = 11;
|
|
|
this.uiProcessBar1.Text = "uiProcessBar1";
|
|
|
this.uiProcessBar1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
|
- // uiPanel3
|
|
|
- //
|
|
|
- this.uiPanel3.Controls.Add(this.rbgDirecType_C);
|
|
|
- this.uiPanel3.Controls.Add(this.uiGroupBox3);
|
|
|
- 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, 5, 4, 5);
|
|
|
- this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
- this.uiPanel3.Name = "uiPanel3";
|
|
|
- this.uiPanel3.Size = new System.Drawing.Size(179, 613);
|
|
|
- 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);
|
|
|
- //
|
|
|
- // rbgDirecType_C
|
|
|
- //
|
|
|
- this.rbgDirecType_C.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- 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, 80);
|
|
|
- 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(179, 533);
|
|
|
- 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);
|
|
|
- //
|
|
|
- // uiGroupBox3
|
|
|
- //
|
|
|
- this.uiGroupBox3.Controls.Add(this.cbxInterface);
|
|
|
- this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
- this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.uiGroupBox3.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
- this.uiGroupBox3.Name = "uiGroupBox3";
|
|
|
- this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
- this.uiGroupBox3.Size = new System.Drawing.Size(179, 80);
|
|
|
- this.uiGroupBox3.TabIndex = 5;
|
|
|
- this.uiGroupBox3.Text = "接口选择";
|
|
|
- this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
- this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
- //
|
|
|
- // cbxInterface
|
|
|
+ // tpMapDirectory
|
|
|
//
|
|
|
- this.cbxInterface.DataSource = null;
|
|
|
- this.cbxInterface.FillColor = System.Drawing.Color.White;
|
|
|
- this.cbxInterface.FilterMaxCount = 50;
|
|
|
- this.cbxInterface.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cbxInterface.Location = new System.Drawing.Point(6, 37);
|
|
|
- this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
- this.cbxInterface.Name = "cbxInterface";
|
|
|
- this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
- this.cbxInterface.Size = new System.Drawing.Size(166, 23);
|
|
|
- this.cbxInterface.TabIndex = 0;
|
|
|
- this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ this.tpMapDirectory.Controls.Add(this.panel7);
|
|
|
+ this.tpMapDirectory.Controls.Add(this.uiPanel3);
|
|
|
+ this.tpMapDirectory.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tpMapDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.tpMapDirectory.Name = "tpMapDirectory";
|
|
|
+ this.tpMapDirectory.Size = new System.Drawing.Size(1801, 770);
|
|
|
+ this.tpMapDirectory.TabIndex = 2;
|
|
|
+ this.tpMapDirectory.Text = "数据对照";
|
|
|
+ this.tpMapDirectory.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// panel7
|
|
|
//
|
|
|
this.panel7.Controls.Add(this.uiSplitContainer1);
|
|
|
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.panel7.Location = new System.Drawing.Point(179, 0);
|
|
|
+ this.panel7.Location = new System.Drawing.Point(239, 0);
|
|
|
+ this.panel7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.panel7.Name = "panel7";
|
|
|
- this.panel7.Size = new System.Drawing.Size(1170, 613);
|
|
|
+ this.panel7.Size = new System.Drawing.Size(1562, 770);
|
|
|
this.panel7.TabIndex = 7;
|
|
|
//
|
|
|
// uiSplitContainer1
|
|
@@ -798,7 +746,8 @@
|
|
|
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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(27, 25);
|
|
|
this.uiSplitContainer1.Name = "uiSplitContainer1";
|
|
|
//
|
|
|
// uiSplitContainer1.Panel1
|
|
@@ -809,9 +758,9 @@
|
|
|
// uiSplitContainer1.Panel2
|
|
|
//
|
|
|
this.uiSplitContainer1.Panel2.Controls.Add(this.panel4);
|
|
|
- this.uiSplitContainer1.Size = new System.Drawing.Size(1170, 613);
|
|
|
- this.uiSplitContainer1.SplitterDistance = 444;
|
|
|
- this.uiSplitContainer1.SplitterWidth = 11;
|
|
|
+ this.uiSplitContainer1.Size = new System.Drawing.Size(1562, 770);
|
|
|
+ this.uiSplitContainer1.SplitterDistance = 592;
|
|
|
+ this.uiSplitContainer1.SplitterWidth = 15;
|
|
|
this.uiSplitContainer1.TabIndex = 3;
|
|
|
this.uiSplitContainer1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
//
|
|
@@ -822,8 +771,9 @@
|
|
|
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(4, 4, 4, 4);
|
|
|
this.panel3.Name = "panel3";
|
|
|
- this.panel3.Size = new System.Drawing.Size(444, 613);
|
|
|
+ this.panel3.Size = new System.Drawing.Size(592, 770);
|
|
|
this.panel3.TabIndex = 2;
|
|
|
//
|
|
|
// dgvHISDirectory
|
|
@@ -856,7 +806,8 @@
|
|
|
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, 45);
|
|
|
+ this.dgvHISDirectory.Location = new System.Drawing.Point(0, 56);
|
|
|
+ this.dgvHISDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dgvHISDirectory.Name = "dgvHISDirectory";
|
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
@@ -866,12 +817,13 @@
|
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
|
|
|
+ this.dgvHISDirectory.RowHeadersWidth = 51;
|
|
|
dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle15;
|
|
|
this.dgvHISDirectory.RowTemplate.Height = 23;
|
|
|
this.dgvHISDirectory.SelectedIndex = -1;
|
|
|
- this.dgvHISDirectory.Size = new System.Drawing.Size(444, 533);
|
|
|
+ this.dgvHISDirectory.Size = new System.Drawing.Size(592, 670);
|
|
|
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);
|
|
@@ -885,19 +837,21 @@
|
|
|
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(4, 4, 4, 4);
|
|
|
this.panel5.Name = "panel5";
|
|
|
- this.panel5.Size = new System.Drawing.Size(444, 45);
|
|
|
+ this.panel5.Size = new System.Drawing.Size(592, 56);
|
|
|
this.panel5.TabIndex = 1;
|
|
|
//
|
|
|
// 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(331, 7);
|
|
|
+ this.rbAll.Location = new System.Drawing.Point(441, 9);
|
|
|
+ this.rbAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
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(63, 23);
|
|
|
+ this.rbAll.Padding = new System.Windows.Forms.Padding(29, 0, 0, 0);
|
|
|
+ this.rbAll.Size = new System.Drawing.Size(84, 29);
|
|
|
this.rbAll.TabIndex = 8;
|
|
|
this.rbAll.Text = "全部";
|
|
|
this.rbAll.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
@@ -906,11 +860,12 @@
|
|
|
//
|
|
|
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(479, 7);
|
|
|
+ this.rbNoMaped.Location = new System.Drawing.Point(639, 9);
|
|
|
+ this.rbNoMaped.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
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(63, 23);
|
|
|
+ this.rbNoMaped.Padding = new System.Windows.Forms.Padding(29, 0, 0, 0);
|
|
|
+ this.rbNoMaped.Size = new System.Drawing.Size(84, 29);
|
|
|
this.rbNoMaped.TabIndex = 7;
|
|
|
this.rbNoMaped.Text = "未对照";
|
|
|
this.rbNoMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
@@ -919,11 +874,12 @@
|
|
|
//
|
|
|
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(405, 7);
|
|
|
+ this.rbMaped.Location = new System.Drawing.Point(540, 9);
|
|
|
+ this.rbMaped.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
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(63, 23);
|
|
|
+ this.rbMaped.Padding = new System.Windows.Forms.Padding(29, 0, 0, 0);
|
|
|
+ this.rbMaped.Size = new System.Drawing.Size(84, 29);
|
|
|
this.rbMaped.TabIndex = 6;
|
|
|
this.rbMaped.Text = "已对照";
|
|
|
this.rbMaped.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
@@ -932,10 +888,11 @@
|
|
|
//
|
|
|
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(7, 7);
|
|
|
+ this.btnQueryHISDirectory.Location = new System.Drawing.Point(9, 9);
|
|
|
+ this.btnQueryHISDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnQueryHISDirectory.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.btnQueryHISDirectory.Name = "btnQueryHISDirectory";
|
|
|
- this.btnQueryHISDirectory.Size = new System.Drawing.Size(150, 28);
|
|
|
+ this.btnQueryHISDirectory.Size = new System.Drawing.Size(200, 35);
|
|
|
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)));
|
|
@@ -945,12 +902,12 @@
|
|
|
//
|
|
|
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, 5, 4, 5);
|
|
|
- this.tbHISDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbHISDirectoryFilter.Location = new System.Drawing.Point(232, 10);
|
|
|
+ this.tbHISDirectoryFilter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
+ this.tbHISDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 20);
|
|
|
this.tbHISDirectoryFilter.Name = "tbHISDirectoryFilter";
|
|
|
this.tbHISDirectoryFilter.ShowText = false;
|
|
|
- this.tbHISDirectoryFilter.Size = new System.Drawing.Size(150, 29);
|
|
|
+ this.tbHISDirectoryFilter.Size = new System.Drawing.Size(200, 36);
|
|
|
this.tbHISDirectoryFilter.TabIndex = 4;
|
|
|
this.tbHISDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.tbHISDirectoryFilter.Watermark = "名称/缩写";
|
|
@@ -960,13 +917,14 @@
|
|
|
//
|
|
|
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, 578);
|
|
|
- this.pgHISDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.pgHISDirect.Location = new System.Drawing.Point(0, 726);
|
|
|
+ this.pgHISDirect.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
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(444, 35);
|
|
|
+ this.pgHISDirect.Size = new System.Drawing.Size(592, 44);
|
|
|
this.pgHISDirect.TabIndex = 6;
|
|
|
this.pgHISDirect.Text = "uiPagination2";
|
|
|
this.pgHISDirect.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -979,8 +937,9 @@
|
|
|
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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.panel4.Name = "panel4";
|
|
|
- this.panel4.Size = new System.Drawing.Size(715, 613);
|
|
|
+ this.panel4.Size = new System.Drawing.Size(955, 770);
|
|
|
this.panel4.TabIndex = 3;
|
|
|
//
|
|
|
// dgvCenterDirectory
|
|
@@ -1012,7 +971,8 @@
|
|
|
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.Location = new System.Drawing.Point(0, 56);
|
|
|
+ this.dgvCenterDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dgvCenterDirectory.Name = "dgvCenterDirectory";
|
|
|
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
@@ -1022,12 +982,13 @@
|
|
|
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvCenterDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
|
|
|
+ this.dgvCenterDirectory.RowHeadersWidth = 51;
|
|
|
dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle20;
|
|
|
this.dgvCenterDirectory.RowTemplate.Height = 23;
|
|
|
this.dgvCenterDirectory.SelectedIndex = -1;
|
|
|
- this.dgvCenterDirectory.Size = new System.Drawing.Size(715, 533);
|
|
|
+ this.dgvCenterDirectory.Size = new System.Drawing.Size(955, 670);
|
|
|
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);
|
|
@@ -1039,20 +1000,21 @@
|
|
|
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(4, 4, 4, 4);
|
|
|
this.panel6.Name = "panel6";
|
|
|
- this.panel6.Size = new System.Drawing.Size(715, 45);
|
|
|
+ this.panel6.Size = new System.Drawing.Size(955, 56);
|
|
|
this.panel6.TabIndex = 2;
|
|
|
//
|
|
|
// 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(327, 4);
|
|
|
- this.tbInsuCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.tbInsuCode.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.tbInsuCode.Location = new System.Drawing.Point(436, 5);
|
|
|
+ this.tbInsuCode.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
+ this.tbInsuCode.MinimumSize = new System.Drawing.Size(1, 20);
|
|
|
this.tbInsuCode.Name = "tbInsuCode";
|
|
|
this.tbInsuCode.ShowText = false;
|
|
|
- this.tbInsuCode.Size = new System.Drawing.Size(230, 30);
|
|
|
+ this.tbInsuCode.Size = new System.Drawing.Size(307, 38);
|
|
|
this.tbInsuCode.TabIndex = 7;
|
|
|
this.tbInsuCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.tbInsuCode.Watermark = "输入准确编码";
|
|
@@ -1062,10 +1024,11 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(15, 6);
|
|
|
+ this.btnQueryCenterDirectory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnQueryCenterDirectory.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.btnQueryCenterDirectory.Name = "btnQueryCenterDirectory";
|
|
|
- this.btnQueryCenterDirectory.Size = new System.Drawing.Size(149, 31);
|
|
|
+ this.btnQueryCenterDirectory.Size = new System.Drawing.Size(199, 39);
|
|
|
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)));
|
|
@@ -1075,12 +1038,12 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(235, 6);
|
|
|
+ this.tbCenterDirectoryFilter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
+ this.tbCenterDirectoryFilter.MinimumSize = new System.Drawing.Size(1, 20);
|
|
|
this.tbCenterDirectoryFilter.Name = "tbCenterDirectoryFilter";
|
|
|
this.tbCenterDirectoryFilter.ShowText = false;
|
|
|
- this.tbCenterDirectoryFilter.Size = new System.Drawing.Size(143, 30);
|
|
|
+ this.tbCenterDirectoryFilter.Size = new System.Drawing.Size(191, 38);
|
|
|
this.tbCenterDirectoryFilter.TabIndex = 5;
|
|
|
this.tbCenterDirectoryFilter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.tbCenterDirectoryFilter.Watermark = "名称/缩写";
|
|
@@ -1090,33 +1053,101 @@
|
|
|
//
|
|
|
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, 578);
|
|
|
- this.pgCenterDirect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.pgCenterDirect.Location = new System.Drawing.Point(0, 726);
|
|
|
+ this.pgCenterDirect.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
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(715, 35);
|
|
|
+ this.pgCenterDirect.Size = new System.Drawing.Size(955, 44);
|
|
|
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.rbgDirecType_C);
|
|
|
+ this.uiPanel3.Controls.Add(this.uiGroupBox3);
|
|
|
+ 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(5, 6, 5, 6);
|
|
|
+ this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.uiPanel3.Name = "uiPanel3";
|
|
|
+ this.uiPanel3.Size = new System.Drawing.Size(239, 770);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // rbgDirecType_C
|
|
|
+ //
|
|
|
+ this.rbgDirecType_C.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ 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, 80);
|
|
|
+ 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(239, 690);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // uiGroupBox3
|
|
|
+ //
|
|
|
+ this.uiGroupBox3.Controls.Add(this.cbxInterface);
|
|
|
+ this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiGroupBox3.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
+ this.uiGroupBox3.Name = "uiGroupBox3";
|
|
|
+ this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
|
+ this.uiGroupBox3.Size = new System.Drawing.Size(239, 80);
|
|
|
+ this.uiGroupBox3.TabIndex = 5;
|
|
|
+ this.uiGroupBox3.Text = "接口选择";
|
|
|
+ this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // cbxInterface
|
|
|
+ //
|
|
|
+ this.cbxInterface.DataSource = null;
|
|
|
+ this.cbxInterface.FillColor = System.Drawing.Color.White;
|
|
|
+ this.cbxInterface.FilterMaxCount = 50;
|
|
|
+ this.cbxInterface.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cbxInterface.Location = new System.Drawing.Point(6, 37);
|
|
|
+ this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
|
|
|
+ this.cbxInterface.Name = "cbxInterface";
|
|
|
+ this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|
|
+ this.cbxInterface.Size = new System.Drawing.Size(166, 23);
|
|
|
+ this.cbxInterface.TabIndex = 0;
|
|
|
+ this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
// MaintainBasicData
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1357, 639);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1809, 799);
|
|
|
this.Controls.Add(this.tcBasicData);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Name = "MaintainBasicData";
|
|
|
this.Text = "维护基础数据";
|
|
|
this.tcBasicData.ResumeLayout(false);
|
|
|
this.tpMaintainInterface.ResumeLayout(false);
|
|
|
- this.tpDownloadDirectory.ResumeLayout(false);
|
|
|
- this.tpMapDirectory.ResumeLayout(false);
|
|
|
this.uiPanel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvInterface)).EndInit();
|
|
|
this.pnlInterfaceBottom.ResumeLayout(false);
|
|
|
+ this.tpDownloadDirectory.ResumeLayout(false);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDirectoy)).EndInit();
|
|
|
this.panel2.ResumeLayout(false);
|
|
@@ -1124,8 +1155,7 @@
|
|
|
this.uiGroupBox4.ResumeLayout(false);
|
|
|
this.uiGroupBox2.ResumeLayout(false);
|
|
|
this.uiGroupBox1.ResumeLayout(false);
|
|
|
- this.uiPanel3.ResumeLayout(false);
|
|
|
- this.uiGroupBox3.ResumeLayout(false);
|
|
|
+ this.tpMapDirectory.ResumeLayout(false);
|
|
|
this.panel7.ResumeLayout(false);
|
|
|
this.uiSplitContainer1.Panel1.ResumeLayout(false);
|
|
|
this.uiSplitContainer1.Panel2.ResumeLayout(false);
|
|
@@ -1137,6 +1167,8 @@
|
|
|
this.panel4.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvCenterDirectory)).EndInit();
|
|
|
this.panel6.ResumeLayout(false);
|
|
|
+ this.uiPanel3.ResumeLayout(false);
|
|
|
+ this.uiGroupBox3.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|