|
@@ -28,21 +28,21 @@
|
|
|
/// </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();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle 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();
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
@@ -123,6 +123,8 @@
|
|
|
this.tsmiSingleUpdateAuxInfo = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.tsmiUpdateAllAuxInfo = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
|
+ this.uiTextBox7 = new Sunny.UI.UITextBox();
|
|
|
+ this.uiTextBox9 = new Sunny.UI.UITextBox();
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
@@ -155,6 +157,7 @@
|
|
|
this.pgCenterDirect.SuspendLayout();
|
|
|
this.uiPanel3.SuspendLayout();
|
|
|
this.cmsUpdateAuxInfo.SuspendLayout();
|
|
|
+ this.uiTextBox7.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tabControl1
|
|
@@ -195,46 +198,46 @@
|
|
|
//
|
|
|
this.dgvDirectoy.AllowUserToAddRows = false;
|
|
|
this.dgvDirectoy.AllowUserToDeleteRows = false;
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
- this.dgvDirectoy.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgvDirectoy.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
this.dgvDirectoy.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.dgvDirectoy.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- 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.dgvDirectoy.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dgvDirectoy.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
this.dgvDirectoy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dgvDirectoy.ContextMenuStrip = this.cmsUpdateInsuDir;
|
|
|
- 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.dgvDirectoy.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.dgvDirectoy.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
this.dgvDirectoy.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dgvDirectoy.EnableHeadersVisualStyles = false;
|
|
|
this.dgvDirectoy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dgvDirectoy.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
this.dgvDirectoy.Location = new System.Drawing.Point(0, 0);
|
|
|
this.dgvDirectoy.Name = "dgvDirectoy";
|
|
|
- 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.dgvDirectoy.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
+ dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dgvDirectoy.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
this.dgvDirectoy.RowHeadersWidth = 51;
|
|
|
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dgvDirectoy.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ 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(1436, 264);
|
|
@@ -815,47 +818,47 @@
|
|
|
//
|
|
|
this.dgvHISDirectory.AllowUserToAddRows = false;
|
|
|
this.dgvHISDirectory.AllowUserToDeleteRows = false;
|
|
|
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
- this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgvHISDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
|
|
|
this.dgvHISDirectory.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.dgvHISDirectory.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.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
+ dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dgvHISDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
|
|
|
this.dgvHISDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dgvHISDirectory.ContextMenuStrip = this.cmsMapping;
|
|
|
- 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.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
+ dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.dgvHISDirectory.DefaultCellStyle = dataGridViewCellStyle18;
|
|
|
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, 45);
|
|
|
this.dgvHISDirectory.Name = "dgvHISDirectory";
|
|
|
- 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.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
+ dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
+ dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
+ dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dgvHISDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
|
|
|
this.dgvHISDirectory.RowHeadersWidth = 51;
|
|
|
this.dgvHISDirectory.RowHeight = 25;
|
|
|
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle10;
|
|
|
+ dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dgvHISDirectory.RowsDefaultCellStyle = dataGridViewCellStyle20;
|
|
|
this.dgvHISDirectory.RowTemplate.Height = 25;
|
|
|
this.dgvHISDirectory.SelectedIndex = -1;
|
|
|
this.dgvHISDirectory.Size = new System.Drawing.Size(1257, 193);
|
|
@@ -867,6 +870,7 @@
|
|
|
//
|
|
|
// panel5
|
|
|
//
|
|
|
+ this.panel5.Controls.Add(this.uiTextBox7);
|
|
|
this.panel5.Controls.Add(this.btnExport);
|
|
|
this.panel5.Controls.Add(this.btnCancelUpShip);
|
|
|
this.panel5.Controls.Add(this.btnUpShip);
|
|
@@ -886,7 +890,7 @@
|
|
|
//
|
|
|
this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.btnExport.Location = new System.Drawing.Point(740, 8);
|
|
|
+ this.btnExport.Location = new System.Drawing.Point(853, 6);
|
|
|
this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.btnExport.Name = "btnExport";
|
|
|
this.btnExport.Size = new System.Drawing.Size(100, 28);
|
|
@@ -948,10 +952,10 @@
|
|
|
//
|
|
|
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(501, 11);
|
|
|
+ this.rbAll.Location = new System.Drawing.Point(648, 13);
|
|
|
this.rbAll.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.rbAll.Name = "rbAll";
|
|
|
- this.rbAll.Padding = new System.Windows.Forms.Padding(15, 0, 0, 0);
|
|
|
+ this.rbAll.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
|
this.rbAll.Size = new System.Drawing.Size(63, 23);
|
|
|
this.rbAll.TabIndex = 8;
|
|
|
this.rbAll.Text = "全部";
|
|
@@ -962,10 +966,10 @@
|
|
|
//
|
|
|
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(649, 11);
|
|
|
+ this.rbNoMaped.Location = new System.Drawing.Point(776, 11);
|
|
|
this.rbNoMaped.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.rbNoMaped.Name = "rbNoMaped";
|
|
|
- this.rbNoMaped.Padding = new System.Windows.Forms.Padding(15, 0, 0, 0);
|
|
|
+ this.rbNoMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
|
this.rbNoMaped.Size = new System.Drawing.Size(63, 23);
|
|
|
this.rbNoMaped.TabIndex = 7;
|
|
|
this.rbNoMaped.Text = "未对照";
|
|
@@ -976,10 +980,10 @@
|
|
|
//
|
|
|
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(575, 11);
|
|
|
+ this.rbMaped.Location = new System.Drawing.Point(707, 11);
|
|
|
this.rbMaped.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.rbMaped.Name = "rbMaped";
|
|
|
- this.rbMaped.Padding = new System.Windows.Forms.Padding(15, 0, 0, 0);
|
|
|
+ this.rbMaped.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
|
|
|
this.rbMaped.Size = new System.Drawing.Size(63, 23);
|
|
|
this.rbMaped.TabIndex = 6;
|
|
|
this.rbMaped.Text = "已对照";
|
|
@@ -1061,45 +1065,45 @@
|
|
|
//
|
|
|
this.dgvCenterDirectory.AllowUserToAddRows = false;
|
|
|
this.dgvCenterDirectory.AllowUserToDeleteRows = false;
|
|
|
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
- this.dgvCenterDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgvCenterDirectory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.dgvCenterDirectory.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.dgvCenterDirectory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
- dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgvCenterDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
|
|
|
+ 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.dgvCenterDirectory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.dgvCenterDirectory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.dgvCenterDirectory.DefaultCellStyle = dataGridViewCellStyle13;
|
|
|
+ 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.dgvCenterDirectory.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
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.Name = "dgvCenterDirectory";
|
|
|
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
|
- dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
|
- dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
|
- dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgvCenterDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
|
|
|
+ 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.dgvCenterDirectory.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.dgvCenterDirectory.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.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle15;
|
|
|
+ dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dgvCenterDirectory.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.dgvCenterDirectory.RowTemplate.Height = 23;
|
|
|
this.dgvCenterDirectory.SelectedIndex = -1;
|
|
|
this.dgvCenterDirectory.Size = new System.Drawing.Size(1257, 183);
|
|
@@ -1417,6 +1421,37 @@
|
|
|
this.tsmiUpdateAllAuxInfo.Size = new System.Drawing.Size(240, 26);
|
|
|
this.tsmiUpdateAllAuxInfo.Text = "更新所有目录附属信息";
|
|
|
//
|
|
|
+ // uiTextBox7
|
|
|
+ //
|
|
|
+ this.uiTextBox7.Controls.Add(this.uiTextBox9);
|
|
|
+ this.uiTextBox7.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.uiTextBox7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiTextBox7.Location = new System.Drawing.Point(502, 8);
|
|
|
+ this.uiTextBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiTextBox7.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.uiTextBox7.Name = "uiTextBox7";
|
|
|
+ this.uiTextBox7.ShowText = false;
|
|
|
+ this.uiTextBox7.Size = new System.Drawing.Size(123, 30);
|
|
|
+ this.uiTextBox7.TabIndex = 14;
|
|
|
+ this.uiTextBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiTextBox7.Watermark = "规格";
|
|
|
+ this.uiTextBox7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
+ // uiTextBox9
|
|
|
+ //
|
|
|
+ this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
+ this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.uiTextBox9.Location = new System.Drawing.Point(146, 1);
|
|
|
+ this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16);
|
|
|
+ this.uiTextBox9.Name = "uiTextBox9";
|
|
|
+ this.uiTextBox9.ShowText = false;
|
|
|
+ this.uiTextBox9.Size = new System.Drawing.Size(126, 30);
|
|
|
+ this.uiTextBox9.TabIndex = 11;
|
|
|
+ this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.uiTextBox9.Watermark = "批准文号";
|
|
|
+ this.uiTextBox9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
+ //
|
|
|
// BasicData
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -1465,6 +1500,7 @@
|
|
|
this.pgCenterDirect.ResumeLayout(false);
|
|
|
this.uiPanel3.ResumeLayout(false);
|
|
|
this.cmsUpdateAuxInfo.ResumeLayout(false);
|
|
|
+ this.uiTextBox7.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -1551,6 +1587,8 @@
|
|
|
private Sunny.UI.UITextBox uiTextBox3;
|
|
|
private Sunny.UI.UITextBox uiTextBox5;
|
|
|
private Sunny.UI.UILabel LabExplain;
|
|
|
+ private Sunny.UI.UITextBox uiTextBox7;
|
|
|
+ private Sunny.UI.UITextBox uiTextBox9;
|
|
|
}
|
|
|
}
|
|
|
|