⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dataexport.designer.cs

📁 数据集导出到EXCEL文件接口程序
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace DataExport
{
    partial class DataExport
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Label label1;
            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.CnnectionSetBT = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.IsNewTableCB = new System.Windows.Forms.CheckBox();
            this.OpenExteriorDataBT = new System.Windows.Forms.Button();
            this.ExteriorTableNameBT = new System.Windows.Forms.TextBox();
            this.ExteriorDataTB = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.GetPathBT = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.OpenDataBaseBT = new System.Windows.Forms.Button();
            this.DataBaseTableTB = new System.Windows.Forms.TextBox();
            this.EDDownMoveBT = new System.Windows.Forms.Button();
            this.EDUpMoveBT = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.MatchingDG = new System.Windows.Forms.DataGridView();
            this.OperateTypeCB = new System.Windows.Forms.ComboBox();
            this.ExecuteBT = new System.Windows.Forms.Button();
            this.DBDownMoveBT = new System.Windows.Forms.Button();
            this.DBUpMoveBT = new System.Windows.Forms.Button();
            this.DataBase = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DataBaseType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DataBaseCondition = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DataBaseExport = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.ExteriorData = new System.Windows.Forms.DataGridViewTextBoxColumn();
            label1 = new System.Windows.Forms.Label();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.MatchingDG)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(20, 11);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(65, 12);
            label1.TabIndex = 27;
            label1.Text = "操作类型:";
            // 
            // CnnectionSetBT
            // 
            this.CnnectionSetBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.CnnectionSetBT.Location = new System.Drawing.Point(20, 69);
            this.CnnectionSetBT.Name = "CnnectionSetBT";
            this.CnnectionSetBT.Size = new System.Drawing.Size(123, 22);
            this.CnnectionSetBT.TabIndex = 7;
            this.CnnectionSetBT.Text = "数据库连接参数设置";
            this.CnnectionSetBT.UseVisualStyleBackColor = true;
            this.CnnectionSetBT.Click += new System.EventHandler(this.CnnectionSetBT_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.IsNewTableCB);
            this.groupBox2.Controls.Add(this.OpenExteriorDataBT);
            this.groupBox2.Controls.Add(this.ExteriorTableNameBT);
            this.groupBox2.Controls.Add(this.ExteriorDataTB);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.GetPathBT);
            this.groupBox2.Location = new System.Drawing.Point(443, 32);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(391, 108);
            this.groupBox2.TabIndex = 36;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "外部数据";
            // 
            // IsNewTableCB
            // 
            this.IsNewTableCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.IsNewTableCB.AutoSize = true;
            this.IsNewTableCB.Location = new System.Drawing.Point(87, 75);
            this.IsNewTableCB.Name = "IsNewTableCB";
            this.IsNewTableCB.Size = new System.Drawing.Size(150, 16);
            this.IsNewTableCB.TabIndex = 20;
            this.IsNewTableCB.Text = "导入到新的EXCEL工作表";
            this.IsNewTableCB.UseVisualStyleBackColor = true;
            this.IsNewTableCB.CheckedChanged += new System.EventHandler(this.IsNewTableCB_CheckedChanged);
            // 
            // OpenExteriorDataBT
            // 
            this.OpenExteriorDataBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.OpenExteriorDataBT.Location = new System.Drawing.Point(338, 71);
            this.OpenExteriorDataBT.Name = "OpenExteriorDataBT";
            this.OpenExteriorDataBT.Size = new System.Drawing.Size(45, 23);
            this.OpenExteriorDataBT.TabIndex = 11;
            this.OpenExteriorDataBT.Text = "打开";
            this.OpenExteriorDataBT.UseVisualStyleBackColor = true;
            // 
            // ExteriorTableNameBT
            // 
            this.ExteriorTableNameBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ExteriorTableNameBT.Location = new System.Drawing.Point(185, 61);
            this.ExteriorTableNameBT.Name = "ExteriorTableNameBT";
            this.ExteriorTableNameBT.Size = new System.Drawing.Size(148, 21);
            this.ExteriorTableNameBT.TabIndex = 10;
            // 
            // ExteriorDataTB
            // 
            this.ExteriorDataTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ExteriorDataTB.Location = new System.Drawing.Point(96, 24);
            this.ExteriorDataTB.Name = "ExteriorDataTB";
            this.ExteriorDataTB.Size = new System.Drawing.Size(238, 21);
            this.ExteriorDataTB.TabIndex = 3;
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 27);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 12);
            this.label3.TabIndex = 3;
            this.label3.Text = "外部数据路径:";
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(91, 66);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(89, 12);
            this.label7.TabIndex = 19;
            this.label7.Text = "新建工作表名:";
            // 
            // GetPathBT
            // 
            this.GetPathBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.GetPathBT.Location = new System.Drawing.Point(338, 22);
            this.GetPathBT.Name = "GetPathBT";
            this.GetPathBT.Size = new System.Drawing.Size(45, 23);
            this.GetPathBT.TabIndex = 4;
            this.GetPathBT.Text = "浏览";
            this.GetPathBT.UseVisualStyleBackColor = true;
            this.GetPathBT.Click += new System.EventHandler(this.GetPathBT_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.OpenDataBaseBT);
            this.groupBox1.Controls.Add(this.DataBaseTableTB);
            this.groupBox1.Controls.Add(this.CnnectionSetBT);
            this.groupBox1.Location = new System.Drawing.Point(22, 32);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(391, 108);
            this.groupBox1.TabIndex = 35;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "数据库数据";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(18, 29);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(101, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "数据库数据表名:";
            // 
            // OpenDataBaseBT
            // 
            this.OpenDataBaseBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.OpenDataBaseBT.Location = new System.Drawing.Point(248, 69);
            this.OpenDataBaseBT.Name = "OpenDataBaseBT";
            this.OpenDataBaseBT.Size = new System.Drawing.Size(46, 23);
            this.OpenDataBaseBT.TabIndex = 8;
            this.OpenDataBaseBT.Text = "打开";
            this.OpenDataBaseBT.UseVisualStyleBackColor = true;
            this.OpenDataBaseBT.Click += new System.EventHandler(this.OpenDataBaseBT_Click);
            // 
            // DataBaseTableTB
            // 
            this.DataBaseTableTB.Location = new System.Drawing.Point(140, 24);
            this.DataBaseTableTB.Name = "DataBaseTableTB";
            this.DataBaseTableTB.Size = new System.Drawing.Size(154, 21);
            this.DataBaseTableTB.TabIndex = 2;
            // 
            // EDDownMoveBT

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -