|
@@ -30,6 +30,9 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SET_014002));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SET_014002));
|
|
|
|
|
+ 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();
|
|
|
this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
|
|
this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
|
|
|
this.grpHB = new Dongke.WinForm.Controls.GrpGroupBox();
|
|
this.grpHB = new Dongke.WinForm.Controls.GrpGroupBox();
|
|
|
this.btnHB_Show = new System.Windows.Forms.Button();
|
|
this.btnHB_Show = new System.Windows.Forms.Button();
|
|
@@ -112,6 +115,10 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.lblLabel25 = new Dongke.WinForm.Controls.LblLabel();
|
|
this.lblLabel25 = new Dongke.WinForm.Controls.LblLabel();
|
|
|
this.numDisplayNo = new System.Windows.Forms.NumericUpDown();
|
|
this.numDisplayNo = new System.Windows.Forms.NumericUpDown();
|
|
|
this.btnPrint = new System.Windows.Forms.Button();
|
|
this.btnPrint = new System.Windows.Forms.Button();
|
|
|
|
|
+ this.pnlPanel1 = new Dongke.WinForm.Controls.PnlPanel();
|
|
|
|
|
+ this.dgvTXT_EGS = new System.Windows.Forms.DataGridView();
|
|
|
|
|
+ this.colkey = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.colvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.grpHB.SuspendLayout();
|
|
this.grpHB.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtHB_H)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtHB_H)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtHB_W)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtHB_W)).BeginInit();
|
|
@@ -135,6 +142,8 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPageH)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPageH)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPageW)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPageW)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numDisplayNo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDisplayNo)).BeginInit();
|
|
|
|
|
+ this.pnlPanel1.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvTXT_EGS)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// lblLabel1
|
|
// lblLabel1
|
|
@@ -360,14 +369,16 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.txtBC_EG.Name = "txtBC_EG";
|
|
this.txtBC_EG.Name = "txtBC_EG";
|
|
|
this.txtBC_EG.Size = new System.Drawing.Size(120, 21);
|
|
this.txtBC_EG.Size = new System.Drawing.Size(120, 21);
|
|
|
this.txtBC_EG.TabIndex = 25;
|
|
this.txtBC_EG.TabIndex = 25;
|
|
|
|
|
+ this.txtBC_EG.Visible = false;
|
|
|
//
|
|
//
|
|
|
// lblLabel10
|
|
// lblLabel10
|
|
|
//
|
|
//
|
|
|
- this.lblLabel10.Location = new System.Drawing.Point(13, 109);
|
|
|
|
|
|
|
+ this.lblLabel10.Location = new System.Drawing.Point(23, 105);
|
|
|
this.lblLabel10.Name = "lblLabel10";
|
|
this.lblLabel10.Name = "lblLabel10";
|
|
|
this.lblLabel10.Size = new System.Drawing.Size(29, 12);
|
|
this.lblLabel10.Size = new System.Drawing.Size(29, 12);
|
|
|
this.lblLabel10.TabIndex = 24;
|
|
this.lblLabel10.TabIndex = 24;
|
|
|
this.lblLabel10.Text = "示例";
|
|
this.lblLabel10.Text = "示例";
|
|
|
|
|
+ this.lblLabel10.Visible = false;
|
|
|
//
|
|
//
|
|
|
// cmbBC_Level
|
|
// cmbBC_Level
|
|
|
//
|
|
//
|
|
@@ -709,11 +720,11 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
//
|
|
//
|
|
|
// lblLabel15
|
|
// lblLabel15
|
|
|
//
|
|
//
|
|
|
- this.lblLabel15.Location = new System.Drawing.Point(286, 155);
|
|
|
|
|
|
|
+ this.lblLabel15.Location = new System.Drawing.Point(286, 160);
|
|
|
this.lblLabel15.Name = "lblLabel15";
|
|
this.lblLabel15.Name = "lblLabel15";
|
|
|
- this.lblLabel15.Size = new System.Drawing.Size(29, 12);
|
|
|
|
|
|
|
+ this.lblLabel15.Size = new System.Drawing.Size(53, 12);
|
|
|
this.lblLabel15.TabIndex = 24;
|
|
this.lblLabel15.TabIndex = 24;
|
|
|
- this.lblLabel15.Text = "示例";
|
|
|
|
|
|
|
+ this.lblLabel15.Text = "文本模板";
|
|
|
//
|
|
//
|
|
|
// cmbTXT1_AH
|
|
// cmbTXT1_AH
|
|
|
//
|
|
//
|
|
@@ -976,13 +987,12 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.picPage.Location = new System.Drawing.Point(623, 12);
|
|
this.picPage.Location = new System.Drawing.Point(623, 12);
|
|
|
this.picPage.Name = "picPage";
|
|
this.picPage.Name = "picPage";
|
|
|
this.picPage.Padding = new System.Windows.Forms.Padding(10);
|
|
this.picPage.Padding = new System.Windows.Forms.Padding(10);
|
|
|
- this.picPage.Size = new System.Drawing.Size(385, 578);
|
|
|
|
|
|
|
+ this.picPage.Size = new System.Drawing.Size(385, 730);
|
|
|
this.picPage.TabIndex = 31;
|
|
this.picPage.TabIndex = 31;
|
|
|
//
|
|
//
|
|
|
// btnOut
|
|
// btnOut
|
|
|
//
|
|
//
|
|
|
- this.btnOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
- this.btnOut.Location = new System.Drawing.Point(100, 591);
|
|
|
|
|
|
|
+ this.btnOut.Location = new System.Drawing.Point(85, 5);
|
|
|
this.btnOut.Name = "btnOut";
|
|
this.btnOut.Name = "btnOut";
|
|
|
this.btnOut.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOut.Size = new System.Drawing.Size(75, 23);
|
|
|
this.btnOut.TabIndex = 32;
|
|
this.btnOut.TabIndex = 32;
|
|
@@ -992,8 +1002,7 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
//
|
|
//
|
|
|
// btnIn
|
|
// btnIn
|
|
|
//
|
|
//
|
|
|
- this.btnIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
- this.btnIn.Location = new System.Drawing.Point(100, 620);
|
|
|
|
|
|
|
+ this.btnIn.Location = new System.Drawing.Point(85, 34);
|
|
|
this.btnIn.Name = "btnIn";
|
|
this.btnIn.Name = "btnIn";
|
|
|
this.btnIn.Size = new System.Drawing.Size(75, 23);
|
|
this.btnIn.Size = new System.Drawing.Size(75, 23);
|
|
|
this.btnIn.TabIndex = 32;
|
|
this.btnIn.TabIndex = 32;
|
|
@@ -1003,13 +1012,12 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
//
|
|
//
|
|
|
// txtJsonData
|
|
// txtJsonData
|
|
|
//
|
|
//
|
|
|
- this.txtJsonData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
- this.txtJsonData.Location = new System.Drawing.Point(181, 588);
|
|
|
|
|
|
|
+ this.txtJsonData.Location = new System.Drawing.Point(166, 2);
|
|
|
this.txtJsonData.MaxLength = 0;
|
|
this.txtJsonData.MaxLength = 0;
|
|
|
this.txtJsonData.Multiline = true;
|
|
this.txtJsonData.Multiline = true;
|
|
|
this.txtJsonData.Name = "txtJsonData";
|
|
this.txtJsonData.Name = "txtJsonData";
|
|
|
this.txtJsonData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.txtJsonData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
- this.txtJsonData.Size = new System.Drawing.Size(437, 67);
|
|
|
|
|
|
|
+ this.txtJsonData.Size = new System.Drawing.Size(437, 55);
|
|
|
this.txtJsonData.TabIndex = 32;
|
|
this.txtJsonData.TabIndex = 32;
|
|
|
//
|
|
//
|
|
|
// btnSave
|
|
// btnSave
|
|
@@ -1019,7 +1027,7 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
|
|
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
|
|
|
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSave.Location = new System.Drawing.Point(831, 596);
|
|
|
|
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(831, 748);
|
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Name = "btnSave";
|
|
|
this.btnSave.Size = new System.Drawing.Size(85, 33);
|
|
this.btnSave.Size = new System.Drawing.Size(85, 33);
|
|
|
this.btnSave.TabIndex = 33;
|
|
this.btnSave.TabIndex = 33;
|
|
@@ -1035,7 +1043,7 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnCancel.Location = new System.Drawing.Point(923, 597);
|
|
|
|
|
|
|
+ this.btnCancel.Location = new System.Drawing.Point(923, 749);
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
this.btnCancel.Size = new System.Drawing.Size(85, 33);
|
|
this.btnCancel.Size = new System.Drawing.Size(85, 33);
|
|
|
this.btnCancel.TabIndex = 34;
|
|
this.btnCancel.TabIndex = 34;
|
|
@@ -1118,8 +1126,7 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
//
|
|
//
|
|
|
// btnPrint
|
|
// btnPrint
|
|
|
//
|
|
//
|
|
|
- this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
- this.btnPrint.Location = new System.Drawing.Point(18, 591);
|
|
|
|
|
|
|
+ this.btnPrint.Location = new System.Drawing.Point(3, 5);
|
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Name = "btnPrint";
|
|
|
this.btnPrint.Size = new System.Drawing.Size(75, 23);
|
|
this.btnPrint.Size = new System.Drawing.Size(75, 23);
|
|
|
this.btnPrint.TabIndex = 43;
|
|
this.btnPrint.TabIndex = 43;
|
|
@@ -1127,12 +1134,76 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.btnPrint.UseVisualStyleBackColor = true;
|
|
this.btnPrint.UseVisualStyleBackColor = true;
|
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
|
//
|
|
//
|
|
|
|
|
+ // pnlPanel1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pnlPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
+ this.pnlPanel1.Controls.Add(this.btnPrint);
|
|
|
|
|
+ this.pnlPanel1.Controls.Add(this.btnOut);
|
|
|
|
|
+ this.pnlPanel1.Controls.Add(this.btnIn);
|
|
|
|
|
+ this.pnlPanel1.Controls.Add(this.txtJsonData);
|
|
|
|
|
+ this.pnlPanel1.Location = new System.Drawing.Point(30, 744);
|
|
|
|
|
+ this.pnlPanel1.Name = "pnlPanel1";
|
|
|
|
|
+ this.pnlPanel1.Size = new System.Drawing.Size(637, 63);
|
|
|
|
|
+ this.pnlPanel1.TabIndex = 44;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dgvTXT_EGS
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dgvTXT_EGS.AllowUserToAddRows = false;
|
|
|
|
|
+ this.dgvTXT_EGS.AllowUserToDeleteRows = false;
|
|
|
|
|
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
+ this.dgvTXT_EGS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
+ this.dgvTXT_EGS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
+ this.dgvTXT_EGS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
+ this.colkey,
|
|
|
|
|
+ this.colvalue});
|
|
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
+ dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
+ this.dgvTXT_EGS.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
+ this.dgvTXT_EGS.Location = new System.Drawing.Point(284, 592);
|
|
|
|
|
+ this.dgvTXT_EGS.Name = "dgvTXT_EGS";
|
|
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
+ dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
+ this.dgvTXT_EGS.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
+ this.dgvTXT_EGS.RowTemplate.Height = 23;
|
|
|
|
|
+ this.dgvTXT_EGS.Size = new System.Drawing.Size(273, 150);
|
|
|
|
|
+ this.dgvTXT_EGS.TabIndex = 45;
|
|
|
|
|
+ //
|
|
|
|
|
+ // colkey
|
|
|
|
|
+ //
|
|
|
|
|
+ this.colkey.DataPropertyName = "ITEMCODE";
|
|
|
|
|
+ this.colkey.HeaderText = "文本项目";
|
|
|
|
|
+ this.colkey.Name = "colkey";
|
|
|
|
|
+ this.colkey.ReadOnly = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // colvalue
|
|
|
|
|
+ //
|
|
|
|
|
+ this.colvalue.DataPropertyName = "itemsample";
|
|
|
|
|
+ this.colvalue.HeaderText = "文本示例";
|
|
|
|
|
+ this.colvalue.Name = "colvalue";
|
|
|
|
|
+ //
|
|
|
// F_SET_014002
|
|
// F_SET_014002
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1020, 655);
|
|
|
|
|
- this.Controls.Add(this.btnPrint);
|
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1020, 807);
|
|
|
|
|
+ this.Controls.Add(this.dgvTXT_EGS);
|
|
|
|
|
+ this.Controls.Add(this.pnlPanel1);
|
|
|
this.Controls.Add(this.numDisplayNo);
|
|
this.Controls.Add(this.numDisplayNo);
|
|
|
this.Controls.Add(this.lblLabel25);
|
|
this.Controls.Add(this.lblLabel25);
|
|
|
this.Controls.Add(this.chkValueFlag);
|
|
this.Controls.Add(this.chkValueFlag);
|
|
@@ -1143,9 +1214,6 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.Controls.Add(this.txtLayoutName);
|
|
this.Controls.Add(this.txtLayoutName);
|
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnCancel);
|
|
|
this.Controls.Add(this.picHB);
|
|
this.Controls.Add(this.picHB);
|
|
|
- this.Controls.Add(this.txtJsonData);
|
|
|
|
|
- this.Controls.Add(this.btnIn);
|
|
|
|
|
- this.Controls.Add(this.btnOut);
|
|
|
|
|
this.Controls.Add(this.grpPage);
|
|
this.Controls.Add(this.grpPage);
|
|
|
this.Controls.Add(this.grpTXT1);
|
|
this.Controls.Add(this.grpTXT1);
|
|
|
this.Controls.Add(this.grpBC);
|
|
this.Controls.Add(this.grpBC);
|
|
@@ -1162,9 +1230,6 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.Controls.SetChildIndex(this.grpBC, 0);
|
|
this.Controls.SetChildIndex(this.grpBC, 0);
|
|
|
this.Controls.SetChildIndex(this.grpTXT1, 0);
|
|
this.Controls.SetChildIndex(this.grpTXT1, 0);
|
|
|
this.Controls.SetChildIndex(this.grpPage, 0);
|
|
this.Controls.SetChildIndex(this.grpPage, 0);
|
|
|
- this.Controls.SetChildIndex(this.btnOut, 0);
|
|
|
|
|
- this.Controls.SetChildIndex(this.btnIn, 0);
|
|
|
|
|
- this.Controls.SetChildIndex(this.txtJsonData, 0);
|
|
|
|
|
this.Controls.SetChildIndex(this.picHB, 0);
|
|
this.Controls.SetChildIndex(this.picHB, 0);
|
|
|
this.Controls.SetChildIndex(this.btnCancel, 0);
|
|
this.Controls.SetChildIndex(this.btnCancel, 0);
|
|
|
this.Controls.SetChildIndex(this.txtLayoutName, 0);
|
|
this.Controls.SetChildIndex(this.txtLayoutName, 0);
|
|
@@ -1175,7 +1240,8 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
this.Controls.SetChildIndex(this.chkValueFlag, 0);
|
|
this.Controls.SetChildIndex(this.chkValueFlag, 0);
|
|
|
this.Controls.SetChildIndex(this.lblLabel25, 0);
|
|
this.Controls.SetChildIndex(this.lblLabel25, 0);
|
|
|
this.Controls.SetChildIndex(this.numDisplayNo, 0);
|
|
this.Controls.SetChildIndex(this.numDisplayNo, 0);
|
|
|
- this.Controls.SetChildIndex(this.btnPrint, 0);
|
|
|
|
|
|
|
+ this.Controls.SetChildIndex(this.pnlPanel1, 0);
|
|
|
|
|
+ this.Controls.SetChildIndex(this.dgvTXT_EGS, 0);
|
|
|
this.grpHB.ResumeLayout(false);
|
|
this.grpHB.ResumeLayout(false);
|
|
|
this.grpHB.PerformLayout();
|
|
this.grpHB.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtHB_H)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtHB_H)).EndInit();
|
|
@@ -1205,6 +1271,9 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPageH)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPageH)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPageW)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPageW)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numDisplayNo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDisplayNo)).EndInit();
|
|
|
|
|
+ this.pnlPanel1.ResumeLayout(false);
|
|
|
|
|
+ this.pnlPanel1.PerformLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvTXT_EGS)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
@@ -1294,5 +1363,9 @@ namespace Dongke.IBOSS.PRD.Client.Controls
|
|
|
private System.Windows.Forms.NumericUpDown numDisplayNo;
|
|
private System.Windows.Forms.NumericUpDown numDisplayNo;
|
|
|
private System.Windows.Forms.Button btnTXTOK;
|
|
private System.Windows.Forms.Button btnTXTOK;
|
|
|
private System.Windows.Forms.Button btnPrint;
|
|
private System.Windows.Forms.Button btnPrint;
|
|
|
|
|
+ private WinForm.Controls.PnlPanel pnlPanel1;
|
|
|
|
|
+ private System.Windows.Forms.DataGridView dgvTXT_EGS;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn colkey;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn colvalue;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|