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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? wizardform.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 WizardForm
    {
        /// <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(WizardForm));
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.lblSubTitle = new System.Windows.Forms.Label();
            this.lblTitle = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.pnlLabels = new System.Windows.Forms.Panel();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.label1 = new System.Windows.Forms.Label();
            this.lblFinish = new System.Windows.Forms.Label();
            this.lblSummary = new System.Windows.Forms.Label();
            this.lblOptions = new System.Windows.Forms.Label();
            this.lblOutput = new System.Windows.Forms.Label();
            this.lblTables = new System.Windows.Forms.Label();
            this.lblSource = new System.Windows.Forms.Label();
            this.lblOverview = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.btnBack = new System.Windows.Forms.Button();
            this.btnNext = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnHelp = new System.Windows.Forms.Button();
            this.pnlContent = new System.Windows.Forms.Panel();
            this.finishCtrl1 = new GLT.SqlCopy.FinishCtrl();
            this.summaryCtrl1 = new GLT.SqlCopy.Controls.SummaryCtrl();
            this.optionsCtrl1 = new GLT.SqlCopy.Controls.OptionsCtrl();
            this.tableCtrl1 = new GLT.SqlCopy.Controls.TableCtrl();
            this.panel6 = new System.Windows.Forms.Panel();
            this.overviewCtrl1 = new GLT.SqlCopy.Controls.OverviewCtrl();
            this.outputCtrl1 = new GLT.SqlCopy.Controls.OutputCtrl();
            this.sourceCtrl1 = new GLT.SqlCopy.Controls.SourceCtrl();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.pnlLabels.SuspendLayout();
            this.panel3.SuspendLayout();
            this.pnlContent.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.panel5);
            this.panel1.Controls.Add(this.lblSubTitle);
            this.panel1.Controls.Add(this.lblTitle);
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(592, 74);
            this.panel1.TabIndex = 0;
            // 
            // panel5
            // 
            this.panel5.BackColor = System.Drawing.Color.Gray;
            this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel5.Location = new System.Drawing.Point(0, 73);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(592, 1);
            this.panel5.TabIndex = 3;
            // 
            // lblSubTitle
            // 
            this.lblSubTitle.Location = new System.Drawing.Point(38, 31);
            this.lblSubTitle.Name = "lblSubTitle";
            this.lblSubTitle.Size = new System.Drawing.Size(434, 38);
            this.lblSubTitle.TabIndex = 2;
            this.lblSubTitle.Text = "Hello and welcome to the Wizard! This wizard steps you through the process of con" +
                "verting a SQL Server Database to a SQL Server Compact Edition Database.";
            // 
            // lblTitle
            // 
            this.lblTitle.AutoSize = true;
            this.lblTitle.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTitle.Location = new System.Drawing.Point(13, 13);
            this.lblTitle.Name = "lblTitle";
            this.lblTitle.Size = new System.Drawing.Size(492, 16);
            this.lblTitle.TabIndex = 1;
            this.lblTitle.Text = "Welcome to the SQL Server to SQL Server Compact Edition Wizard!";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.Image = global::GLT.SqlCopy.Properties.Resources.SQL_Relationships;
            this.pictureBox1.Location = new System.Drawing.Point(532, 12);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(48, 48);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // pnlLabels
            // 
            this.pnlLabels.BackColor = System.Drawing.Color.RoyalBlue;
            this.pnlLabels.Controls.Add(this.linkLabel1);
            this.pnlLabels.Controls.Add(this.label1);
            this.pnlLabels.Controls.Add(this.lblFinish);
            this.pnlLabels.Controls.Add(this.lblSummary);
            this.pnlLabels.Controls.Add(this.lblOptions);
            this.pnlLabels.Controls.Add(this.lblOutput);
            this.pnlLabels.Controls.Add(this.lblTables);
            this.pnlLabels.Controls.Add(this.lblSource);
            this.pnlLabels.Controls.Add(this.lblOverview);
            this.pnlLabels.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnlLabels.Location = new System.Drawing.Point(0, 74);
            this.pnlLabels.Name = "pnlLabels";
            this.pnlLabels.Size = new System.Drawing.Size(200, 323);
            this.pnlLabels.TabIndex = 1;
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.LinkColor = System.Drawing.Color.Cyan;
            this.linkLabel1.Location = new System.Drawing.Point(25, 298);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(138, 13);
            this.linkLabel1.TabIndex = 8;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "www.JohnnyCantCode.com";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(22, 283);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(93, 13);
            this.label1.TabIndex = 7;
            this.label1.Text = "Brought to you by:";
            // 
            // lblFinish
            // 
            this.lblFinish.BackColor = System.Drawing.Color.Transparent;
            this.lblFinish.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFinish.ForeColor = System.Drawing.Color.White;
            this.lblFinish.Location = new System.Drawing.Point(22, 216);
            this.lblFinish.Name = "lblFinish";
            this.lblFinish.Size = new System.Drawing.Size(183, 23);
            this.lblFinish.TabIndex = 6;
            this.lblFinish.Text = "Finish";
            this.lblFinish.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblSummary
            // 
            this.lblSummary.BackColor = System.Drawing.Color.Transparent;
            this.lblSummary.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSummary.ForeColor = System.Drawing.Color.White;
            this.lblSummary.Location = new System.Drawing.Point(22, 183);
            this.lblSummary.Name = "lblSummary";
            this.lblSummary.Size = new System.Drawing.Size(183, 23);
            this.lblSummary.TabIndex = 5;
            this.lblSummary.Text = "Summary && Review";
            this.lblSummary.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblOptions
            // 
            this.lblOptions.BackColor = System.Drawing.Color.Transparent;
            this.lblOptions.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblOptions.ForeColor = System.Drawing.Color.White;
            this.lblOptions.Location = new System.Drawing.Point(22, 150);
            this.lblOptions.Name = "lblOptions";
            this.lblOptions.Size = new System.Drawing.Size(183, 23);
            this.lblOptions.TabIndex = 4;
            this.lblOptions.Text = "Options";
            this.lblOptions.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblOutput
            // 
            this.lblOutput.BackColor = System.Drawing.Color.Transparent;
            this.lblOutput.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblOutput.ForeColor = System.Drawing.Color.White;
            this.lblOutput.Location = new System.Drawing.Point(22, 117);
            this.lblOutput.Name = "lblOutput";
            this.lblOutput.Size = new System.Drawing.Size(183, 23);
            this.lblOutput.TabIndex = 3;
            this.lblOutput.Text = "Destination Database";
            this.lblOutput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblTables
            // 
            this.lblTables.BackColor = System.Drawing.Color.Transparent;
            this.lblTables.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTables.ForeColor = System.Drawing.Color.White;
            this.lblTables.Location = new System.Drawing.Point(22, 84);
            this.lblTables.Name = "lblTables";
            this.lblTables.Size = new System.Drawing.Size(183, 23);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久av毛片精品| 91国偷自产一区二区三区观看 | 老司机精品视频线观看86| 亚洲欧美一区二区三区国产精品 | 一区二区三区精品在线观看| 欧美国产乱子伦| 国产色一区二区| 国产精品视频免费看| 国产精品沙发午睡系列990531| 国产喷白浆一区二区三区| 欧美激情一区二区三区不卡| 亚洲国产精品国自产拍av| 国产亚洲欧美色| 亚洲天堂免费在线观看视频| 亚洲婷婷综合久久一本伊一区| 亚洲黄网站在线观看| 亚洲一区二区三区四区的| 午夜久久电影网| 久久国产精品99久久久久久老狼| 国产精品一区二区视频| 99久久精品免费| 欧美三级电影网站| 2021国产精品久久精品| 亚洲视频一区在线| 调教+趴+乳夹+国产+精品| 麻豆91小视频| 91丨九色丨国产丨porny| 欧美亚洲禁片免费| 26uuu国产电影一区二区| 中文字幕一区二区三区不卡| 香蕉久久夜色精品国产使用方法| 麻豆一区二区三区| 91在线porny国产在线看| 欧美日韩午夜影院| 久久久噜噜噜久噜久久综合| 最近日韩中文字幕| 免费成人在线影院| 91免费版pro下载短视频| 日韩一区二区三区在线观看| 中文字幕中文乱码欧美一区二区| 天天影视涩香欲综合网| a级高清视频欧美日韩| 日韩欧美在线综合网| 亚洲素人一区二区| 国产麻豆视频精品| 欧美人伦禁忌dvd放荡欲情| 久久精品一区二区三区不卡 | 国产精品另类一区| 丝袜亚洲另类丝袜在线| 99久久久久久| 久久精品男人的天堂| 日韩精品欧美精品| 91福利在线免费观看| 久久久精品人体av艺术| 毛片不卡一区二区| 欧美日韩国产美| 亚洲一区日韩精品中文字幕| 成人午夜电影久久影院| 欧美成人精品福利| 日韩电影一区二区三区四区| 色激情天天射综合网| 亚洲欧洲av在线| 成人免费视频caoporn| 26uuu亚洲综合色| 久国产精品韩国三级视频| 51久久夜色精品国产麻豆| 亚洲伊人色欲综合网| 在线观看日韩电影| 一区二区久久久久久| 91精品办公室少妇高潮对白| 亚洲欧美色一区| a级高清视频欧美日韩| 中文字幕在线一区免费| 91在线视频18| 亚洲欧美激情视频在线观看一区二区三区 | 亚洲黄一区二区三区| 91福利国产成人精品照片| 亚洲精品成人悠悠色影视| 一本大道久久a久久综合| 亚洲欧美日韩国产综合| 日本韩国一区二区三区| 亚洲精品免费看| 欧美日韩精品欧美日韩精品一综合| 一区二区免费视频| 欧美电影在哪看比较好| 久久黄色级2电影| 久久久久9999亚洲精品| 99视频在线精品| 性做久久久久久久久| 日韩欧美视频一区| 国产很黄免费观看久久| 中文字幕中文字幕中文字幕亚洲无线| 91网上在线视频| 日韩电影在线观看网站| 久久精品视频免费| 在线观看91视频| 久久国产精品露脸对白| 国产精品国产精品国产专区不蜜| 一本一道久久a久久精品| 婷婷六月综合网| 欧美激情在线看| 欧美亚洲国产bt| 国产原创一区二区| 亚洲制服丝袜av| 精品久久久久久久久久久久久久久久久 | 欧美顶级少妇做爰| 国v精品久久久网| 亚洲国产日韩a在线播放| 日韩一区二区在线观看视频播放| 国产成人午夜精品影院观看视频 | 日本韩国视频一区二区| 奇米777欧美一区二区| 国产精品二区一区二区aⅴ污介绍| 91国产免费观看| 国产精品1区2区3区在线观看| 亚洲精品成人少妇| 国产欧美日韩卡一| 91精品国产色综合久久| 99re这里只有精品6| 久久99精品视频| 亚洲成人午夜影院| 国产精品久久久久久久午夜片| 欧美一级精品大片| 色婷婷综合五月| 国产成人精品三级| 免费三级欧美电影| 亚洲国产毛片aaaaa无费看| 国产精品电影一区二区| 26uuu国产一区二区三区 | 麻豆传媒一区二区三区| 亚洲精品久久嫩草网站秘色| 日本一区二区视频在线观看| 欧美一级二级在线观看| 欧美日韩一区二区不卡| 99国产精品99久久久久久| 国产高清亚洲一区| 久久99热国产| 麻豆精品新av中文字幕| 日日夜夜精品视频免费| 亚洲综合色丁香婷婷六月图片| 国产精品久久久久久久久免费相片| 日韩午夜精品视频| 欧美一区二区三级| 欧美日韩国产首页| 欧美在线观看你懂的| 99re这里只有精品6| 99re66热这里只有精品3直播 | aaa欧美色吧激情视频| 国产在线国偷精品产拍免费yy | 久久综合999| 欧美精品一区二区蜜臀亚洲| 日韩午夜激情免费电影| 日韩欧美高清在线| 欧美成人乱码一区二区三区| 欧美zozozo| 久久久一区二区三区捆绑**| 久久婷婷国产综合精品青草| 精品国精品国产| 久久久精品国产免费观看同学| 精品999在线播放| 久久久不卡影院| 中文字幕在线观看一区二区| 亚洲人成网站影音先锋播放| 亚洲在线中文字幕| 五月综合激情网| 久久精品国产色蜜蜜麻豆| 国产专区欧美精品| 成人免费黄色大片| 91在线porny国产在线看| 欧美日韩一区二区在线观看| 91精品国产综合久久蜜臀| 精品久久久久av影院| 国产婷婷一区二区| 亚洲狼人国产精品| 五月天亚洲精品| 国产综合成人久久大片91| aaa欧美大片| 91麻豆精品国产91久久久久| 精品嫩草影院久久| 综合激情成人伊人| 午夜精品成人在线| 粉嫩欧美一区二区三区高清影视| 色94色欧美sute亚洲线路一久| 7777精品伊人久久久大香线蕉完整版| 日韩欧美中文字幕制服| 亚洲日本va午夜在线影院| 免费观看一级特黄欧美大片| 欧美视频三区在线播放| 欧美大胆人体bbbb| 精品国产不卡一区二区三区| 看片的网站亚洲| 亚洲国产日日夜夜| 国产一区在线不卡| 欧美日韩免费不卡视频一区二区三区| 精品奇米国产一区二区三区| 亚洲乱码中文字幕| 国产精品原创巨作av| 欧美色窝79yyyycom| 国产清纯在线一区二区www| 免费成人美女在线观看|