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

📄 exportsqlserver.designer.cs

📁 sqlce查询分析器
💻 CS
字号:
namespace CEQuery
{
    partial class ExportSqlServer
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportSqlServer));
            this.txtServer = new System.Windows.Forms.TextBox();
            this.txtDB = new System.Windows.Forms.TextBox();
            this.txtUserId = new System.Windows.Forms.TextBox();
            this.txtPassword = new System.Windows.Forms.TextBox();
            this.btnExport = new System.Windows.Forms.Button();
            this.lblServer = new System.Windows.Forms.Label();
            this.lblDatabase = new System.Windows.Forms.Label();
            this.lblUser = new System.Windows.Forms.Label();
            this.lblPassword = new System.Windows.Forms.Label();
            this.grpExportFrom = new System.Windows.Forms.GroupBox();
            this.grpImport = new System.Windows.Forms.GroupBox();
            this.lblCEPassword = new System.Windows.Forms.Label();
            this.txtCEPassword = new System.Windows.Forms.TextBox();
            this.lblDB = new System.Windows.Forms.Label();
            this.rdbNew = new System.Windows.Forms.RadioButton();
            this.rdbExisting = new System.Windows.Forms.RadioButton();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.lblStatus = new System.Windows.Forms.Label();
            this.errValidation = new System.Windows.Forms.ErrorProvider(this.components);
            this.bgProcess = new System.ComponentModel.BackgroundWorker();
            this.pgStatus = new System.Windows.Forms.ProgressBar();
            this.grpExportFrom.SuspendLayout();
            this.grpImport.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errValidation)).BeginInit();
            this.SuspendLayout();
            // 
            // txtServer
            // 
            this.txtServer.Location = new System.Drawing.Point(87, 18);
            this.txtServer.Name = "txtServer";
            this.txtServer.Size = new System.Drawing.Size(226, 20);
            this.txtServer.TabIndex = 0;
            // 
            // txtDB
            // 
            this.txtDB.Location = new System.Drawing.Point(87, 44);
            this.txtDB.Name = "txtDB";
            this.txtDB.Size = new System.Drawing.Size(226, 20);
            this.txtDB.TabIndex = 1;
            // 
            // txtUserId
            // 
            this.txtUserId.Location = new System.Drawing.Point(87, 70);
            this.txtUserId.Name = "txtUserId";
            this.txtUserId.Size = new System.Drawing.Size(226, 20);
            this.txtUserId.TabIndex = 2;
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(87, 96);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(226, 20);
            this.txtPassword.TabIndex = 3;
            // 
            // btnExport
            // 
            this.btnExport.Location = new System.Drawing.Point(275, 290);
            this.btnExport.Name = "btnExport";
            this.btnExport.Size = new System.Drawing.Size(75, 23);
            this.btnExport.TabIndex = 4;
            this.btnExport.Text = "Export";
            this.btnExport.UseVisualStyleBackColor = true;
            this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
            // 
            // lblServer
            // 
            this.lblServer.AutoSize = true;
            this.lblServer.Location = new System.Drawing.Point(15, 21);
            this.lblServer.Name = "lblServer";
            this.lblServer.Size = new System.Drawing.Size(38, 13);
            this.lblServer.TabIndex = 5;
            this.lblServer.Text = "Server";
            // 
            // lblDatabase
            // 
            this.lblDatabase.AutoSize = true;
            this.lblDatabase.Location = new System.Drawing.Point(15, 47);
            this.lblDatabase.Name = "lblDatabase";
            this.lblDatabase.Size = new System.Drawing.Size(53, 13);
            this.lblDatabase.TabIndex = 6;
            this.lblDatabase.Text = "Database";
            // 
            // lblUser
            // 
            this.lblUser.AutoSize = true;
            this.lblUser.Location = new System.Drawing.Point(15, 73);
            this.lblUser.Name = "lblUser";
            this.lblUser.Size = new System.Drawing.Size(41, 13);
            this.lblUser.TabIndex = 7;
            this.lblUser.Text = "User Id";
            // 
            // lblPassword
            // 
            this.lblPassword.AutoSize = true;
            this.lblPassword.Location = new System.Drawing.Point(15, 99);
            this.lblPassword.Name = "lblPassword";
            this.lblPassword.Size = new System.Drawing.Size(53, 13);
            this.lblPassword.TabIndex = 8;
            this.lblPassword.Text = "Password";
            // 
            // grpExportFrom
            // 
            this.grpExportFrom.Controls.Add(this.lblServer);
            this.grpExportFrom.Controls.Add(this.lblPassword);
            this.grpExportFrom.Controls.Add(this.txtServer);
            this.grpExportFrom.Controls.Add(this.lblUser);
            this.grpExportFrom.Controls.Add(this.txtDB);
            this.grpExportFrom.Controls.Add(this.lblDatabase);
            this.grpExportFrom.Controls.Add(this.txtUserId);
            this.grpExportFrom.Controls.Add(this.txtPassword);
            this.grpExportFrom.Location = new System.Drawing.Point(12, 19);
            this.grpExportFrom.Name = "grpExportFrom";
            this.grpExportFrom.Size = new System.Drawing.Size(338, 127);
            this.grpExportFrom.TabIndex = 9;
            this.grpExportFrom.TabStop = false;
            this.grpExportFrom.Text = "Export From SQL Server";
            // 
            // grpImport
            // 
            this.grpImport.Controls.Add(this.lblCEPassword);
            this.grpImport.Controls.Add(this.txtCEPassword);
            this.grpImport.Controls.Add(this.lblDB);
            this.grpImport.Controls.Add(this.rdbNew);
            this.grpImport.Controls.Add(this.rdbExisting);
            this.grpImport.Location = new System.Drawing.Point(12, 166);
            this.grpImport.Name = "grpImport";
            this.grpImport.Size = new System.Drawing.Size(338, 118);
            this.grpImport.TabIndex = 10;
            this.grpImport.TabStop = false;
            this.grpImport.Text = "Import to SQL Server CE";
            // 
            // lblCEPassword
            // 
            this.lblCEPassword.AutoSize = true;
            this.lblCEPassword.Location = new System.Drawing.Point(17, 74);
            this.lblCEPassword.Name = "lblCEPassword";
            this.lblCEPassword.Size = new System.Drawing.Size(53, 13);
            this.lblCEPassword.TabIndex = 10;
            this.lblCEPassword.Text = "Password";
            // 
            // txtCEPassword
            // 
            this.txtCEPassword.Location = new System.Drawing.Point(89, 71);
            this.txtCEPassword.Name = "txtCEPassword";
            this.txtCEPassword.PasswordChar = '*';
            this.txtCEPassword.Size = new System.Drawing.Size(226, 20);
            this.txtCEPassword.TabIndex = 9;
            // 
            // lblDB
            // 
            this.lblDB.AutoSize = true;
            this.lblDB.Location = new System.Drawing.Point(15, 25);
            this.lblDB.Name = "lblDB";
            this.lblDB.Size = new System.Drawing.Size(93, 13);
            this.lblDB.TabIndex = 2;
            this.lblDB.Text = "Select Destination";
            // 
            // rdbNew
            // 
            this.rdbNew.AutoSize = true;
            this.rdbNew.Location = new System.Drawing.Point(144, 47);
            this.rdbNew.Name = "rdbNew";
            this.rdbNew.Size = new System.Drawing.Size(106, 17);
            this.rdbNew.TabIndex = 1;
            this.rdbNew.TabStop = true;
            this.rdbNew.Text = "New SQL CE DB";
            this.rdbNew.UseVisualStyleBackColor = true;
            this.rdbNew.CheckedChanged += new System.EventHandler(this.rdbNew_CheckedChanged);
            // 
            // rdbExisting
            // 
            this.rdbExisting.AutoSize = true;
            this.rdbExisting.Location = new System.Drawing.Point(18, 47);
            this.rdbExisting.Name = "rdbExisting";
            this.rdbExisting.Size = new System.Drawing.Size(120, 17);
            this.rdbExisting.TabIndex = 0;
            this.rdbExisting.TabStop = true;
            this.rdbExisting.Text = "Existing SQL CE DB";
            this.rdbExisting.UseVisualStyleBackColor = true;
            this.rdbExisting.CheckedChanged += new System.EventHandler(this.rdbExisting_CheckedChanged);
            // 
            // openFileDialog
            // 
            this.openFileDialog.FileName = "openFileDialog1";
            // 
            // lblStatus
            // 
            this.lblStatus.AutoSize = true;
            this.lblStatus.BackColor = System.Drawing.Color.Transparent;
            this.lblStatus.Location = new System.Drawing.Point(29, 316);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(0, 13);
            this.lblStatus.TabIndex = 11;
            // 
            // errValidation
            // 
            this.errValidation.ContainerControl = this;
            // 
            // bgProcess
            // 
            this.bgProcess.WorkerReportsProgress = true;
            this.bgProcess.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgProcess_DoWork);
            this.bgProcess.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgProcess_RunWorkerCompleted);
            this.bgProcess.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgProcess_ProgressChanged);
            // 
            // pgStatus
            // 
            this.pgStatus.Location = new System.Drawing.Point(30, 291);
            this.pgStatus.Name = "pgStatus";
            this.pgStatus.Size = new System.Drawing.Size(239, 22);
            this.pgStatus.TabIndex = 12;
            // 
            // ExportSqlServer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(365, 355);
            this.Controls.Add(this.lblStatus);
            this.Controls.Add(this.grpImport);
            this.Controls.Add(this.grpExportFrom);
            this.Controls.Add(this.btnExport);
            this.Controls.Add(this.pgStatus);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ExportSqlServer";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ExportSqlServer";
            this.Load += new System.EventHandler(this.ExportSqlServer_Load);
            this.grpExportFrom.ResumeLayout(false);
            this.grpExportFrom.PerformLayout();
            this.grpImport.ResumeLayout(false);
            this.grpImport.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errValidation)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox txtServer;
        private System.Windows.Forms.TextBox txtDB;
        private System.Windows.Forms.TextBox txtUserId;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.Button btnExport;
        private System.Windows.Forms.Label lblServer;
        private System.Windows.Forms.Label lblDatabase;
        private System.Windows.Forms.Label lblUser;
        private System.Windows.Forms.Label lblPassword;
        private System.Windows.Forms.GroupBox grpExportFrom;
        private System.Windows.Forms.GroupBox grpImport;
        private System.Windows.Forms.Label lblDB;
        private System.Windows.Forms.RadioButton rdbNew;
        private System.Windows.Forms.RadioButton rdbExisting;
        private System.Windows.Forms.OpenFileDialog openFileDialog;
        private System.Windows.Forms.SaveFileDialog saveFileDialog;
        private System.Windows.Forms.Label lblStatus;
        private System.Windows.Forms.Label lblCEPassword;
        private System.Windows.Forms.TextBox txtCEPassword;
        private System.Windows.Forms.ErrorProvider errValidation;
        private System.Windows.Forms.ProgressBar pgStatus;
        private System.ComponentModel.BackgroundWorker bgProcess;
    }
}

⌨️ 快捷键说明

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