📄 dataexport.designer.cs
字号:
//
this.EDDownMoveBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.EDDownMoveBT.Location = new System.Drawing.Point(776, 327);
this.EDDownMoveBT.Name = "EDDownMoveBT";
this.EDDownMoveBT.Size = new System.Drawing.Size(58, 23);
this.EDDownMoveBT.TabIndex = 34;
this.EDDownMoveBT.Text = "下移";
this.EDDownMoveBT.UseVisualStyleBackColor = true;
//
// EDUpMoveBT
//
this.EDUpMoveBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.EDUpMoveBT.Location = new System.Drawing.Point(776, 245);
this.EDUpMoveBT.Name = "EDUpMoveBT";
this.EDUpMoveBT.Size = new System.Drawing.Size(58, 23);
this.EDUpMoveBT.TabIndex = 33;
this.EDUpMoveBT.Text = "上移";
this.EDUpMoveBT.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(107, 174);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(113, 12);
this.label4.TabIndex = 28;
this.label4.Text = "字段对应关系匹配:";
//
// MatchingDG
//
this.MatchingDG.AllowUserToAddRows = false;
this.MatchingDG.AllowUserToDeleteRows = false;
this.MatchingDG.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.MatchingDG.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.MatchingDG.BackgroundColor = System.Drawing.SystemColors.Control;
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.MatchingDG.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.MatchingDG.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.MatchingDG.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.DataBase,
this.DataBaseType,
this.DataBaseCondition,
this.DataBaseExport,
this.ExteriorData});
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.MatchingDG.DefaultCellStyle = dataGridViewCellStyle2;
this.MatchingDG.GridColor = System.Drawing.SystemColors.Control;
this.MatchingDG.Location = new System.Drawing.Point(90, 196);
this.MatchingDG.Name = "MatchingDG";
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.MatchingDG.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.MatchingDG.RowTemplate.Height = 23;
this.MatchingDG.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.MatchingDG.Size = new System.Drawing.Size(680, 373);
this.MatchingDG.TabIndex = 29;
this.MatchingDG.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.MatchingDG_CellDoubleClick);
//
// OperateTypeCB
//
this.OperateTypeCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.OperateTypeCB.FormattingEnabled = true;
this.OperateTypeCB.Items.AddRange(new object[] {
"EXCEL --> 数据库",
"数据库 --> EXCEL"});
this.OperateTypeCB.Location = new System.Drawing.Point(96, 8);
this.OperateTypeCB.Name = "OperateTypeCB";
this.OperateTypeCB.Size = new System.Drawing.Size(184, 20);
this.OperateTypeCB.TabIndex = 26;
//
// ExecuteBT
//
this.ExecuteBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ExecuteBT.Location = new System.Drawing.Point(776, 546);
this.ExecuteBT.Name = "ExecuteBT";
this.ExecuteBT.Size = new System.Drawing.Size(69, 23);
this.ExecuteBT.TabIndex = 30;
this.ExecuteBT.Text = "数据处理";
this.ExecuteBT.UseVisualStyleBackColor = true;
this.ExecuteBT.Click += new System.EventHandler(this.ExecuteBT_Click);
//
// DBDownMoveBT
//
this.DBDownMoveBT.Location = new System.Drawing.Point(28, 327);
this.DBDownMoveBT.Name = "DBDownMoveBT";
this.DBDownMoveBT.Size = new System.Drawing.Size(57, 23);
this.DBDownMoveBT.TabIndex = 32;
this.DBDownMoveBT.Text = "下移";
this.DBDownMoveBT.UseVisualStyleBackColor = true;
//
// DBUpMoveBT
//
this.DBUpMoveBT.Location = new System.Drawing.Point(27, 245);
this.DBUpMoveBT.Name = "DBUpMoveBT";
this.DBUpMoveBT.Size = new System.Drawing.Size(57, 23);
this.DBUpMoveBT.TabIndex = 31;
this.DBUpMoveBT.Text = "上移";
this.DBUpMoveBT.UseVisualStyleBackColor = true;
//
// DataBase
//
this.DataBase.HeaderText = "数据库表字段";
this.DataBase.Name = "DataBase";
this.DataBase.ReadOnly = true;
this.DataBase.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// DataBaseType
//
this.DataBaseType.HeaderText = "数据库字段类型";
this.DataBaseType.Name = "DataBaseType";
this.DataBaseType.ReadOnly = true;
this.DataBaseType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// DataBaseCondition
//
this.DataBaseCondition.HeaderText = "数据库字段检索条件";
this.DataBaseCondition.Name = "DataBaseCondition";
this.DataBaseCondition.ReadOnly = true;
this.DataBaseCondition.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.DataBaseCondition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// DataBaseExport
//
this.DataBaseExport.HeaderText = "数据库字段是否导出";
this.DataBaseExport.Name = "DataBaseExport";
this.DataBaseExport.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// ExteriorData
//
this.ExteriorData.HeaderText = "外部表数据";
this.ExteriorData.Name = "ExteriorData";
this.ExteriorData.ReadOnly = true;
this.ExteriorData.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// DataExport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(855, 581);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.EDDownMoveBT);
this.Controls.Add(this.EDUpMoveBT);
this.Controls.Add(this.DBDownMoveBT);
this.Controls.Add(this.DBUpMoveBT);
this.Controls.Add(this.label4);
this.Controls.Add(this.MatchingDG);
this.Controls.Add(label1);
this.Controls.Add(this.OperateTypeCB);
this.Controls.Add(this.ExecuteBT);
this.Name = "DataExport";
this.Text = "数据导出";
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.MatchingDG)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button CnnectionSetBT;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button OpenExteriorDataBT;
private System.Windows.Forms.TextBox ExteriorTableNameBT;
private System.Windows.Forms.TextBox ExteriorDataTB;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button GetPathBT;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button OpenDataBaseBT;
private System.Windows.Forms.TextBox DataBaseTableTB;
private System.Windows.Forms.Button EDDownMoveBT;
private System.Windows.Forms.Button EDUpMoveBT;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.DataGridView MatchingDG;
private System.Windows.Forms.ComboBox OperateTypeCB;
private System.Windows.Forms.Button ExecuteBT;
private System.Windows.Forms.Button DBDownMoveBT;
private System.Windows.Forms.Button DBUpMoveBT;
private System.Windows.Forms.CheckBox IsNewTableCB;
private System.Windows.Forms.DataGridViewTextBoxColumn DataBase;
private System.Windows.Forms.DataGridViewTextBoxColumn DataBaseType;
private System.Windows.Forms.DataGridViewTextBoxColumn DataBaseCondition;
private System.Windows.Forms.DataGridViewCheckBoxColumn DataBaseExport;
private System.Windows.Forms.DataGridViewTextBoxColumn ExteriorData;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -