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

📄 mainform.designer.cs

📁 Souce Code and sample to transfer SQL Server database to SqlServer Compact edition database. C#, d
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.btnSelectPath.Location = new System.Drawing.Point(372, 2);
            this.btnSelectPath.Name = "btnSelectPath";
            this.btnSelectPath.Size = new System.Drawing.Size(24, 23);
            this.btnSelectPath.TabIndex = 14;
            this.btnSelectPath.Text = "...";
            this.btnSelectPath.UseVisualStyleBackColor = true;
            this.btnSelectPath.Click += new System.EventHandler(this.btnSelectPath_Click);
            // 
            // tbDestPath
            // 
            this.tbDestPath.Location = new System.Drawing.Point(124, 3);
            this.tbDestPath.Name = "tbDestPath";
            this.tbDestPath.Size = new System.Drawing.Size(247, 20);
            this.tbDestPath.TabIndex = 13;
            this.tbDestPath.Text = "C:\\Documents and Settings\\e14276\\My Documents\\test.sdf";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(4, 3);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(81, 13);
            this.label9.TabIndex = 12;
            this.label9.Text = "Database Path:";
            // 
            // ServerPanel
            // 
            this.ServerPanel.Controls.Add(this.comboBox1);
            this.ServerPanel.Controls.Add(this.label3);
            this.ServerPanel.Controls.Add(this.tbDestPassword);
            this.ServerPanel.Controls.Add(this.tbDestLogin);
            this.ServerPanel.Controls.Add(this.label4);
            this.ServerPanel.Controls.Add(this.label6);
            this.ServerPanel.Controls.Add(this.ddlDestAuthType);
            this.ServerPanel.Controls.Add(this.label7);
            this.ServerPanel.Controls.Add(this.tbDestServerName);
            this.ServerPanel.Controls.Add(this.label8);
            this.ServerPanel.Location = new System.Drawing.Point(7, 19);
            this.ServerPanel.Name = "ServerPanel";
            this.ServerPanel.Size = new System.Drawing.Size(399, 173);
            this.ServerPanel.TabIndex = 10;
            this.ServerPanel.Visible = false;
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Windows Authentication",
            "SQL Server Authentication"});
            this.comboBox1.Location = new System.Drawing.Point(150, 147);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(247, 21);
            this.comboBox1.TabIndex = 19;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(2, 147);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(97, 13);
            this.label3.TabIndex = 18;
            this.label3.Text = "Catalog/Database:";
            // 
            // tbDestPassword
            // 
            this.tbDestPassword.Enabled = false;
            this.tbDestPassword.Location = new System.Drawing.Point(251, 100);
            this.tbDestPassword.Name = "tbDestPassword";
            this.tbDestPassword.PasswordChar = '*';
            this.tbDestPassword.Size = new System.Drawing.Size(146, 20);
            this.tbDestPassword.TabIndex = 17;
            // 
            // tbDestLogin
            // 
            this.tbDestLogin.Enabled = false;
            this.tbDestLogin.Location = new System.Drawing.Point(251, 74);
            this.tbDestLogin.Name = "tbDestLogin";
            this.tbDestLogin.Size = new System.Drawing.Size(146, 20);
            this.tbDestLogin.TabIndex = 16;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Enabled = false;
            this.label4.Location = new System.Drawing.Point(147, 100);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(56, 13);
            this.label4.TabIndex = 15;
            this.label4.Text = "Password:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Enabled = false;
            this.label6.Location = new System.Drawing.Point(147, 74);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(36, 13);
            this.label6.TabIndex = 14;
            this.label6.Text = "Login:";
            // 
            // ddlDestAuthType
            // 
            this.ddlDestAuthType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlDestAuthType.FormattingEnabled = true;
            this.ddlDestAuthType.Items.AddRange(new object[] {
            "Windows Authentication",
            "SQL Server Authentication"});
            this.ddlDestAuthType.Location = new System.Drawing.Point(150, 39);
            this.ddlDestAuthType.Name = "ddlDestAuthType";
            this.ddlDestAuthType.Size = new System.Drawing.Size(247, 21);
            this.ddlDestAuthType.TabIndex = 13;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(2, 39);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(105, 13);
            this.label7.TabIndex = 12;
            this.label7.Text = "Authentication Type:";
            // 
            // tbDestServerName
            // 
            this.tbDestServerName.Location = new System.Drawing.Point(150, 3);
            this.tbDestServerName.Name = "tbDestServerName";
            this.tbDestServerName.Size = new System.Drawing.Size(247, 20);
            this.tbDestServerName.TabIndex = 11;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(2, 3);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(72, 13);
            this.label8.TabIndex = 10;
            this.label8.Text = "Server Name:";
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.CreatePrompt = true;
            this.saveFileDialog1.DefaultExt = "sdf";
            this.saveFileDialog1.Filter = "Mobile SQL Database |*.sdf|All files|*.*";
            // 
            // btnBeginCopy
            // 
            this.btnBeginCopy.Location = new System.Drawing.Point(684, 250);
            this.btnBeginCopy.Name = "btnBeginCopy";
            this.btnBeginCopy.Size = new System.Drawing.Size(75, 23);
            this.btnBeginCopy.TabIndex = 2;
            this.btnBeginCopy.Text = "Begin Copy";
            this.btnBeginCopy.UseVisualStyleBackColor = true;
            this.btnBeginCopy.Click += new System.EventHandler(this.btnBeginCopy_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(765, 250);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 3;
            this.button2.Text = "Close";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.menuStrip1.Size = new System.Drawing.Size(848, 24);
            this.menuStrip1.TabIndex = 4;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutSQLToSqlMobileToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // aboutSQLToSqlMobileToolStripMenuItem
            // 
            this.aboutSQLToSqlMobileToolStripMenuItem.Name = "aboutSQLToSqlMobileToolStripMenuItem";
            this.aboutSQLToSqlMobileToolStripMenuItem.Size = new System.Drawing.Size(310, 22);
            this.aboutSQLToSqlMobileToolStripMenuItem.Text = "About SQL Server to SQL Server Compact Edition";
            this.aboutSQLToSqlMobileToolStripMenuItem.Click += new System.EventHandler(this.aboutSQLToSqlMobileToolStripMenuItem_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblStatus});
            this.statusStrip1.Location = new System.Drawing.Point(0, 292);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(848, 22);
            this.statusStrip1.TabIndex = 5;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // lblStatus
            // 
            this.lblStatus.BackColor = System.Drawing.Color.Transparent;
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(50, 17);
            this.lblStatus.Text = "Ready...";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(848, 314);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.btnBeginCopy);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.menuStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainForm";
            this.Text = "SQL Server to SQL Server Compact Edition";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ServerPanel.ResumeLayout(false);
            this.ServerPanel.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox tbServerName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox ddlAuthType;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tbPassword;
        private System.Windows.Forms.TextBox tbLogin;
        private System.Windows.Forms.Label lblPassword;
        private System.Windows.Forms.Label lblLogin;
        private System.Windows.Forms.ComboBox ddlCatalog;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Panel ServerPanel;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tbDestPassword;
        private System.Windows.Forms.TextBox tbDestLogin;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox ddlDestAuthType;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox tbDestServerName;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnSelectPath;
        private System.Windows.Forms.TextBox tbDestPath;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
        private System.Windows.Forms.CheckBox cbEncryptDb;
        private System.Windows.Forms.TextBox tbMobileDestPassword;
        private System.Windows.Forms.TextBox tbMobileDestLogin;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Button btnBeginCopy;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.RadioButton rbVer35;
        private System.Windows.Forms.RadioButton rbVer3;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem aboutSQLToSqlMobileToolStripMenuItem;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel lblStatus;
    }
}

⌨️ 快捷键说明

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