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

📄 wizardform.designer.cs

📁 Souce Code and sample to transfer SQL Server database to SqlServer Compact edition database. C#, d
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.lblTables.TabIndex = 2;
            this.lblTables.Text = "Select Tables";
            this.lblTables.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblSource
            // 
            this.lblSource.BackColor = System.Drawing.Color.Transparent;
            this.lblSource.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSource.ForeColor = System.Drawing.Color.White;
            this.lblSource.Location = new System.Drawing.Point(22, 51);
            this.lblSource.Name = "lblSource";
            this.lblSource.Size = new System.Drawing.Size(183, 23);
            this.lblSource.TabIndex = 1;
            this.lblSource.Text = "Source Database";
            this.lblSource.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblOverview
            // 
            this.lblOverview.BackColor = System.Drawing.SystemColors.Control;
            this.lblOverview.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblOverview.ForeColor = System.Drawing.Color.Black;
            this.lblOverview.Location = new System.Drawing.Point(22, 18);
            this.lblOverview.Name = "lblOverview";
            this.lblOverview.Size = new System.Drawing.Size(183, 23);
            this.lblOverview.TabIndex = 0;
            this.lblOverview.Text = "Overview";
            this.lblOverview.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.btnBack);
            this.panel3.Controls.Add(this.btnNext);
            this.panel3.Controls.Add(this.btnCancel);
            this.panel3.Controls.Add(this.btnHelp);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(200, 342);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(392, 55);
            this.panel3.TabIndex = 2;
            // 
            // btnBack
            // 
            this.btnBack.Location = new System.Drawing.Point(66, 17);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(75, 23);
            this.btnBack.TabIndex = 3;
            this.btnBack.Text = "< Back";
            this.btnBack.UseVisualStyleBackColor = true;
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // btnNext
            // 
            this.btnNext.Location = new System.Drawing.Point(147, 17);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(75, 23);
            this.btnNext.TabIndex = 2;
            this.btnNext.Text = "Next >";
            this.btnNext.UseVisualStyleBackColor = true;
            this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(228, 17);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnHelp
            // 
            this.btnHelp.Location = new System.Drawing.Point(309, 17);
            this.btnHelp.Name = "btnHelp";
            this.btnHelp.Size = new System.Drawing.Size(75, 23);
            this.btnHelp.TabIndex = 0;
            this.btnHelp.Text = "Help";
            this.btnHelp.UseVisualStyleBackColor = true;
            this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
            // 
            // pnlContent
            // 
            this.pnlContent.Controls.Add(this.finishCtrl1);
            this.pnlContent.Controls.Add(this.summaryCtrl1);
            this.pnlContent.Controls.Add(this.optionsCtrl1);
            this.pnlContent.Controls.Add(this.tableCtrl1);
            this.pnlContent.Controls.Add(this.panel6);
            this.pnlContent.Controls.Add(this.overviewCtrl1);
            this.pnlContent.Controls.Add(this.outputCtrl1);
            this.pnlContent.Controls.Add(this.sourceCtrl1);
            this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlContent.Location = new System.Drawing.Point(200, 74);
            this.pnlContent.Name = "pnlContent";
            this.pnlContent.Size = new System.Drawing.Size(392, 268);
            this.pnlContent.TabIndex = 3;
            // 
            // finishCtrl1
            // 
            this.finishCtrl1.Location = new System.Drawing.Point(11, 18);
            this.finishCtrl1.Name = "finishCtrl1";
            this.finishCtrl1.Size = new System.Drawing.Size(211, 140);
            this.finishCtrl1.TabIndex = 7;
            // 
            // summaryCtrl1
            // 
            this.summaryCtrl1.Location = new System.Drawing.Point(27, 25);
            this.summaryCtrl1.Name = "summaryCtrl1";
            this.summaryCtrl1.Size = new System.Drawing.Size(235, 183);
            this.summaryCtrl1.TabIndex = 6;
            // 
            // optionsCtrl1
            // 
            this.optionsCtrl1.Location = new System.Drawing.Point(39, 25);
            this.optionsCtrl1.Name = "optionsCtrl1";
            this.optionsCtrl1.Size = new System.Drawing.Size(264, 217);
            this.optionsCtrl1.TabIndex = 5;
            // 
            // tableCtrl1
            // 
            this.tableCtrl1.Location = new System.Drawing.Point(89, 11);
            this.tableCtrl1.Name = "tableCtrl1";
            this.tableCtrl1.Size = new System.Drawing.Size(222, 167);
            this.tableCtrl1.TabIndex = 3;
            // 
            // panel6
            // 
            this.panel6.BackColor = System.Drawing.Color.Gray;
            this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel6.Location = new System.Drawing.Point(0, 267);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(392, 1);
            this.panel6.TabIndex = 0;
            // 
            // overviewCtrl1
            // 
            this.overviewCtrl1.Location = new System.Drawing.Point(39, 11);
            this.overviewCtrl1.Name = "overviewCtrl1";
            this.overviewCtrl1.Size = new System.Drawing.Size(321, 219);
            this.overviewCtrl1.TabIndex = 1;
            // 
            // outputCtrl1
            // 
            this.outputCtrl1.EnableVer31 = true;
            this.outputCtrl1.EnableVer35 = true;
            this.outputCtrl1.Location = new System.Drawing.Point(124, 25);
            this.outputCtrl1.Name = "outputCtrl1";
            this.outputCtrl1.Size = new System.Drawing.Size(203, 193);
            this.outputCtrl1.TabIndex = 4;
            // 
            // sourceCtrl1
            // 
            this.sourceCtrl1.Location = new System.Drawing.Point(124, 25);
            this.sourceCtrl1.Name = "sourceCtrl1";
            this.sourceCtrl1.Size = new System.Drawing.Size(213, 183);
            this.sourceCtrl1.TabIndex = 2;
            // 
            // WizardForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 397);
            this.Controls.Add(this.pnlContent);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.pnlLabels);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "WizardForm";
            this.Text = "SQL Server to SQL Compact Edition Database Copy";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.pnlLabels.ResumeLayout(false);
            this.pnlLabels.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.pnlContent.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Panel pnlLabels;
        private System.Windows.Forms.Label lblSubTitle;
        private System.Windows.Forms.Label lblTitle;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Button btnNext;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnHelp;
        private System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Panel pnlContent;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Panel panel6;
        private System.Windows.Forms.Label lblOverview;
        private GLT.SqlCopy.Controls.OverviewCtrl overviewCtrl1;
        private GLT.SqlCopy.Controls.SourceCtrl sourceCtrl1;
        private System.Windows.Forms.Label lblSource;
        private GLT.SqlCopy.Controls.TableCtrl tableCtrl1;
        private System.Windows.Forms.Label lblTables;
        private GLT.SqlCopy.Controls.OutputCtrl outputCtrl1;
        private System.Windows.Forms.Label lblOutput;
        private GLT.SqlCopy.Controls.OptionsCtrl optionsCtrl1;
        private System.Windows.Forms.Label lblOptions;
        private GLT.SqlCopy.Controls.SummaryCtrl summaryCtrl1;
        private System.Windows.Forms.Label lblSummary;
        private FinishCtrl finishCtrl1;
        private System.Windows.Forms.Label lblFinish;
        private System.Windows.Forms.LinkLabel linkLabel1;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

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