亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? mainform.designer.cs

?? Souce Code and sample to transfer SQL Server database to SqlServer Compact edition database. C#, d
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace GLT.SqlCopy
{
    partial class MainForm
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.ddlCatalog = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tbPassword = new System.Windows.Forms.TextBox();
            this.tbLogin = new System.Windows.Forms.TextBox();
            this.lblPassword = new System.Windows.Forms.Label();
            this.lblLogin = new System.Windows.Forms.Label();
            this.ddlAuthType = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tbServerName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label12 = new System.Windows.Forms.Label();
            this.rbVer35 = new System.Windows.Forms.RadioButton();
            this.rbVer3 = new System.Windows.Forms.RadioButton();
            this.cbEncryptDb = new System.Windows.Forms.CheckBox();
            this.tbMobileDestPassword = new System.Windows.Forms.TextBox();
            this.tbMobileDestLogin = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.btnSelectPath = new System.Windows.Forms.Button();
            this.tbDestPath = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.ServerPanel = new System.Windows.Forms.Panel();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tbDestPassword = new System.Windows.Forms.TextBox();
            this.tbDestLogin = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.ddlDestAuthType = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.tbDestServerName = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.btnBeginCopy = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutSQLToSqlMobileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.ServerPanel.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.ddlCatalog);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.tbPassword);
            this.groupBox1.Controls.Add(this.tbLogin);
            this.groupBox1.Controls.Add(this.lblPassword);
            this.groupBox1.Controls.Add(this.lblLogin);
            this.groupBox1.Controls.Add(this.ddlAuthType);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.tbServerName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 37);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(411, 207);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Source";
            // 
            // ddlCatalog
            // 
            this.ddlCatalog.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlCatalog.FormattingEnabled = true;
            this.ddlCatalog.Items.AddRange(new object[] {
            "Windows Authentication",
            "SQL Server Authentication"});
            this.ddlCatalog.Location = new System.Drawing.Point(155, 164);
            this.ddlCatalog.Name = "ddlCatalog";
            this.ddlCatalog.Size = new System.Drawing.Size(247, 21);
            this.ddlCatalog.TabIndex = 9;
            this.ddlCatalog.DropDown += new System.EventHandler(this.ddlCatalog_DropDown);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(7, 164);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(97, 13);
            this.label5.TabIndex = 8;
            this.label5.Text = "Catalog/Database:";
            // 
            // tbPassword
            // 
            this.tbPassword.Enabled = false;
            this.tbPassword.Location = new System.Drawing.Point(256, 117);
            this.tbPassword.Name = "tbPassword";
            this.tbPassword.PasswordChar = '*';
            this.tbPassword.Size = new System.Drawing.Size(146, 20);
            this.tbPassword.TabIndex = 7;
            // 
            // tbLogin
            // 
            this.tbLogin.Enabled = false;
            this.tbLogin.Location = new System.Drawing.Point(256, 91);
            this.tbLogin.Name = "tbLogin";
            this.tbLogin.Size = new System.Drawing.Size(146, 20);
            this.tbLogin.TabIndex = 6;
            // 
            // lblPassword
            // 
            this.lblPassword.AutoSize = true;
            this.lblPassword.Enabled = false;
            this.lblPassword.Location = new System.Drawing.Point(152, 117);
            this.lblPassword.Name = "lblPassword";
            this.lblPassword.Size = new System.Drawing.Size(56, 13);
            this.lblPassword.TabIndex = 5;
            this.lblPassword.Text = "Password:";
            // 
            // lblLogin
            // 
            this.lblLogin.AutoSize = true;
            this.lblLogin.Enabled = false;
            this.lblLogin.Location = new System.Drawing.Point(152, 91);
            this.lblLogin.Name = "lblLogin";
            this.lblLogin.Size = new System.Drawing.Size(36, 13);
            this.lblLogin.TabIndex = 4;
            this.lblLogin.Text = "Login:";
            // 
            // ddlAuthType
            // 
            this.ddlAuthType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlAuthType.FormattingEnabled = true;
            this.ddlAuthType.Items.AddRange(new object[] {
            "Windows Authentication",
            "SQL Server Authentication"});
            this.ddlAuthType.Location = new System.Drawing.Point(155, 56);
            this.ddlAuthType.Name = "ddlAuthType";
            this.ddlAuthType.Size = new System.Drawing.Size(247, 21);
            this.ddlAuthType.TabIndex = 3;
            this.ddlAuthType.SelectedIndexChanged += new System.EventHandler(this.ddlAuthType_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(7, 56);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(105, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Authentication Type:";
            // 
            // tbServerName
            // 
            this.tbServerName.Location = new System.Drawing.Point(155, 20);
            this.tbServerName.Name = "tbServerName";
            this.tbServerName.Size = new System.Drawing.Size(247, 20);
            this.tbServerName.TabIndex = 1;
            this.tbServerName.Text = "pch0517\\sqlexpress";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Server Name:";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.panel1);
            this.groupBox2.Controls.Add(this.ServerPanel);
            this.groupBox2.Location = new System.Drawing.Point(429, 37);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(411, 207);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Destination";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label12);
            this.panel1.Controls.Add(this.rbVer35);
            this.panel1.Controls.Add(this.rbVer3);
            this.panel1.Controls.Add(this.cbEncryptDb);
            this.panel1.Controls.Add(this.tbMobileDestPassword);
            this.panel1.Controls.Add(this.tbMobileDestLogin);
            this.panel1.Controls.Add(this.label10);
            this.panel1.Controls.Add(this.label11);
            this.panel1.Controls.Add(this.btnSelectPath);
            this.panel1.Controls.Add(this.tbDestPath);
            this.panel1.Controls.Add(this.label9);
            this.panel1.Location = new System.Drawing.Point(7, 19);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(399, 173);
            this.panel1.TabIndex = 11;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Enabled = false;
            this.label12.Location = new System.Drawing.Point(121, 124);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(80, 13);
            this.label12.TabIndex = 25;
            this.label12.Text = "Output Version:";
            // 
            // rbVer35
            // 
            this.rbVer35.AutoSize = true;
            this.rbVer35.Location = new System.Drawing.Point(248, 140);
            this.rbVer35.Name = "rbVer35";
            this.rbVer35.Size = new System.Drawing.Size(98, 17);
            this.rbVer35.TabIndex = 24;
            this.rbVer35.Text = "SQL Mobile 3.5";
            this.rbVer35.UseVisualStyleBackColor = true;
            // 
            // rbVer3
            // 
            this.rbVer3.AutoSize = true;
            this.rbVer3.Checked = true;
            this.rbVer3.Location = new System.Drawing.Point(124, 140);
            this.rbVer3.Name = "rbVer3";
            this.rbVer3.Size = new System.Drawing.Size(98, 17);
            this.rbVer3.TabIndex = 23;
            this.rbVer3.TabStop = true;
            this.rbVer3.Text = "SQL Mobile 3.0";
            this.rbVer3.UseVisualStyleBackColor = true;
            // 
            // cbEncryptDb
            // 
            this.cbEncryptDb.AutoSize = true;
            this.cbEncryptDb.Location = new System.Drawing.Point(124, 102);
            this.cbEncryptDb.Name = "cbEncryptDb";
            this.cbEncryptDb.Size = new System.Drawing.Size(117, 17);
            this.cbEncryptDb.TabIndex = 22;
            this.cbEncryptDb.Text = "Encrypt Database?";
            this.cbEncryptDb.UseVisualStyleBackColor = true;
            // 
            // tbMobileDestPassword
            // 
            this.tbMobileDestPassword.Location = new System.Drawing.Point(225, 65);
            this.tbMobileDestPassword.Name = "tbMobileDestPassword";
            this.tbMobileDestPassword.PasswordChar = '*';
            this.tbMobileDestPassword.Size = new System.Drawing.Size(146, 20);
            this.tbMobileDestPassword.TabIndex = 21;
            // 
            // tbMobileDestLogin
            // 
            this.tbMobileDestLogin.Location = new System.Drawing.Point(225, 39);
            this.tbMobileDestLogin.Name = "tbMobileDestLogin";
            this.tbMobileDestLogin.Size = new System.Drawing.Size(146, 20);
            this.tbMobileDestLogin.TabIndex = 20;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(121, 65);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(56, 13);
            this.label10.TabIndex = 19;
            this.label10.Text = "Password:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(121, 39);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(36, 13);
            this.label11.TabIndex = 18;
            this.label11.Text = "Login:";
            // 
            // btnSelectPath
            // 

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
制服丝袜亚洲精品中文字幕| 国产米奇在线777精品观看| 成a人片亚洲日本久久| 久久久三级国产网站| 国产精品乡下勾搭老头1| 国产亚洲综合在线| 成人综合婷婷国产精品久久蜜臀| 国产精品久久久久久久久久免费看| 国内久久精品视频| 国产丝袜美腿一区二区三区| 99久久精品国产一区二区三区| 17c精品麻豆一区二区免费| 色嗨嗨av一区二区三区| 亚洲国产一区二区a毛片| 欧美日韩免费视频| 麻豆视频观看网址久久| 国产亚洲1区2区3区| 99精品偷自拍| 青娱乐精品在线视频| 欧美精品一区二区三区高清aⅴ| 丁香天五香天堂综合| 一区二区三区在线观看视频| 日韩亚洲欧美在线| 成人一区二区三区视频在线观看| 亚洲精品精品亚洲| 日韩一区二区三区在线视频| 成人精品免费网站| 三级在线观看一区二区| 国产欧美1区2区3区| 欧美无人高清视频在线观看| 国产一二精品视频| 亚洲国产一区二区三区| 亚洲国产高清在线| 欧美日韩精品免费| 懂色av一区二区三区免费看| 日日摸夜夜添夜夜添国产精品| 国产欧美精品国产国产专区| 欧美高清视频一二三区| 99精品桃花视频在线观看| 蜜桃免费网站一区二区三区| 亚洲黄色在线视频| 国产午夜精品久久久久久久| 91精品在线观看入口| 丁香亚洲综合激情啪啪综合| 免费精品视频在线| 亚洲精品午夜久久久| 国产亚洲va综合人人澡精品| 91精品国产色综合久久久蜜香臀| 91蜜桃在线观看| 高清日韩电视剧大全免费| 日韩影视精彩在线| 亚洲乱码国产乱码精品精小说| www久久精品| 日韩一区二区在线看片| 色乱码一区二区三区88| 国产精品一区二区在线观看不卡| 美女网站一区二区| 丝袜亚洲精品中文字幕一区| 一区二区三区中文字幕在线观看| 日本一区二区视频在线| 久久综合九色综合97婷婷| 欧美日韩视频在线第一区| 色欧美日韩亚洲| 99精品视频一区二区| 成人一区二区三区| 国产综合成人久久大片91| 日韩中文字幕1| 日本在线观看不卡视频| 视频在线观看91| 日韩和欧美一区二区三区| 性欧美疯狂xxxxbbbb| 一区二区三区蜜桃| 亚洲免费在线观看| 亚洲欧美区自拍先锋| 亚洲欧洲日产国码二区| 中文字幕久久午夜不卡| 国产亚洲成年网址在线观看| 国产视频一区在线观看| 国产无人区一区二区三区| 国产欧美一区二区在线| 欧美国产综合一区二区| 国产精品青草综合久久久久99| 中文一区二区在线观看| 国产精品久久久久久久久搜平片 | 欧美自拍偷拍午夜视频| 99精品国产热久久91蜜凸| 99久久夜色精品国产网站| 不卡视频一二三| 色嗨嗨av一区二区三区| 欧美日韩亚洲不卡| 欧美精品 日韩| 精品国产伦一区二区三区免费 | 日本亚洲三级在线| 一区二区三区欧美激情| 偷窥少妇高潮呻吟av久久免费| 图片区小说区区亚洲影院| 久久精品国产99| 国产.精品.日韩.另类.中文.在线.播放| 国产精品一区二区在线播放 | 亚洲欧美aⅴ...| 亚洲综合在线第一页| 日韩精品免费专区| 久久国产婷婷国产香蕉| 丁香婷婷综合激情五月色| 一本久久综合亚洲鲁鲁五月天| 欧美日本一区二区| 2023国产精品| 亚洲精品乱码久久久久久日本蜜臀| 一区二区三国产精华液| 蜜臀av一区二区在线免费观看| 国产传媒欧美日韩成人| 色综合一区二区| 日韩午夜电影在线观看| 日本一区二区三区在线观看| 亚洲高清视频的网址| 国产一区在线视频| 91精品福利视频| 久久久噜噜噜久噜久久综合| 亚洲激情中文1区| 狠狠狠色丁香婷婷综合久久五月| www.一区二区| 日韩女同互慰一区二区| 国产精品福利一区二区| 蜜桃一区二区三区四区| 色哟哟一区二区| 精品国产一区二区三区久久影院| 亚洲男人电影天堂| 国产精品资源在线看| 欧美美女bb生活片| 国产精品久久久久久久久久免费看| 日韩av网站免费在线| 波多野洁衣一区| 久久综合色天天久久综合图片| 亚洲国产精品自拍| 成人18视频在线播放| 精品久久一二三区| 天堂一区二区在线| 91老师片黄在线观看| 国产亚洲精品bt天堂精选| 免费人成精品欧美精品| 91国产福利在线| 成人欧美一区二区三区1314| 国产露脸91国语对白| 欧美一级在线观看| 香蕉久久夜色精品国产使用方法| 91在线精品一区二区三区| 久久新电视剧免费观看| 麻豆一区二区三区| 欧美精品乱人伦久久久久久| 亚洲一区av在线| 色一区在线观看| 中文字幕中文字幕一区| 国产99久久久国产精品潘金网站| 欧美成人综合网站| 日本一道高清亚洲日美韩| 欧美伊人久久大香线蕉综合69 | 亚洲精品一区二区三区四区高清| 亚洲国产精品综合小说图片区| 色婷婷综合久色| 综合色中文字幕| 99国产精品视频免费观看| 欧美精彩视频一区二区三区| 国产精品亚洲专一区二区三区| 精品国产乱码久久久久久老虎| 日本视频在线一区| 欧美疯狂做受xxxx富婆| 日韩经典一区二区| 91精品国产91久久综合桃花| 日韩av一二三| 欧美成人一区二区三区| 寂寞少妇一区二区三区| 亚洲精品一区二区三区蜜桃下载 | 538prom精品视频线放| 亚洲欧美一区二区三区孕妇| 91在线视频免费91| 亚洲男人电影天堂| 欧美日韩一级大片网址| 爽爽淫人综合网网站| 91精品国产免费| 久久福利资源站| 欧美激情一区二区三区在线| av成人动漫在线观看| 亚洲女爱视频在线| 欧美视频第二页| 蜜臀精品久久久久久蜜臀| 精品国产3级a| 成人app在线| 亚洲va韩国va欧美va精品| 在线综合视频播放| 激情欧美日韩一区二区| 国产欧美日韩综合精品一区二区| 99久久精品一区二区| 香港成人在线视频| 精品国产乱码久久久久久久| 成人妖精视频yjsp地址| 亚洲成人一区二区| 精品国产乱码91久久久久久网站| 国产成人午夜视频| 一区二区三区在线不卡| 日韩一级片网站|