/// <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(ObjectValidation));
     this.label2                  = new System.Windows.Forms.Label();
     this.ddDatabaseList          = new System.Windows.Forms.ComboBox();
     this.statusBar1              = new System.Windows.Forms.StatusStrip();
     this.statStatus              = new System.Windows.Forms.ToolStripStatusLabel();
     this.btnValidate             = new System.Windows.Forms.Button();
     this.lstResults              = new System.Windows.Forms.ListView();
     this.columnHeader1           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4           = new System.Windows.Forms.ColumnHeader();
     this.contextMenu1            = new System.Windows.Forms.ContextMenuStrip();
     this.mnuCopy                 = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCopyInvalid          = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem2               = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewObjectScript     = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlWarning              = new System.Windows.Forms.Panel();
     this.label1                  = new System.Windows.Forms.Label();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.bgworker                = new System.ComponentModel.BackgroundWorker();
     this.btnCancel               = new System.Windows.Forms.Button();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.actionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changeSqlServerConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsControl1   = new SqlSync.SettingsControl();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlWarning.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 93);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 19;
     this.label2.Text     = "Select Database:";
     //
     // ddDatabaseList
     //
     this.ddDatabaseList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddDatabaseList.Location      = new System.Drawing.Point(13, 112);
     this.ddDatabaseList.Name          = "ddDatabaseList";
     this.ddDatabaseList.Size          = new System.Drawing.Size(176, 21);
     this.ddDatabaseList.TabIndex      = 18;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 427);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Items.AddRange(new System.Windows.Forms.ToolStripStatusLabel[] {
         this.statStatus
     });
     //this.statusBar1.ShowPanels = true;
     this.statusBar1.Size     = new System.Drawing.Size(910, 22);
     this.statusBar1.TabIndex = 21;
     this.statusBar1.Text     = "statusBar1";
     //
     // statStatus
     //
     this.statStatus.AutoSize = true;
     this.statStatus.Spring   = true;
     this.statStatus.Name     = "statStatus";
     this.statStatus.Text     = "Ready";
     this.statStatus.Width    = 893;
     //
     // btnValidate
     //
     this.btnValidate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnValidate.Location  = new System.Drawing.Point(201, 111);
     this.btnValidate.Name      = "btnValidate";
     this.btnValidate.Size      = new System.Drawing.Size(112, 23);
     this.btnValidate.TabIndex  = 23;
     this.btnValidate.Text      = "Validate Objects";
     this.btnValidate.Click    += new System.EventHandler(this.btnValidate_Click);
     //
     // lstResults
     //
     this.lstResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lstResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.lstResults.ContextMenuStrip = this.contextMenu1;
     this.lstResults.FullRowSelect    = true;
     this.lstResults.GridLines        = true;
     this.lstResults.Location         = new System.Drawing.Point(8, 141);
     this.lstResults.Name             = "lstResults";
     this.lstResults.Size             = new System.Drawing.Size(886, 280);
     this.lstResults.TabIndex         = 24;
     this.lstResults.UseCompatibleStateImageBehavior = false;
     this.lstResults.View         = System.Windows.Forms.View.Details;
     this.lstResults.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstResults_ColumnClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Object Name";
     this.columnHeader1.Width = 303;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Type";
     this.columnHeader2.Width = 43;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Results";
     this.columnHeader3.Width = 407;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Status Type";
     this.columnHeader4.Width = 106;
     //
     // contextMenu1
     //
     this.contextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripMenuItem[] {
         this.mnuCopy,
         this.mnuCopyInvalid,
         this.menuItem2,
         this.mnuViewObjectScript
     });
     //
     // mnuCopy
     //
     // this.mnuCopy.Index = 0;
     this.mnuCopy.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C;
     this.mnuCopy.Text         = "Copy";
     this.mnuCopy.Click       += new System.EventHandler(this.mnuCopy_Click);
     //
     // mnuCopyInvalid
     //
     // this.mnuCopyInvalid.Index = 1;
     this.mnuCopyInvalid.Text   = "Copy Invalid Objects";
     this.mnuCopyInvalid.Click += new System.EventHandler(this.mnuCopyInvalid_Click);
     //
     // menuItem2
     //
     //this.menuItem2.Index = 2;
     this.menuItem2.Text = "-";
     //
     // mnuViewObjectScript
     //
     //this.mnuViewObjectScript.Index = 3;
     this.mnuViewObjectScript.Text   = "View Object Script";
     this.mnuViewObjectScript.Click += new System.EventHandler(this.mnuViewObjectScript_Click);
     //
     // pnlWarning
     //
     this.pnlWarning.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlWarning.BackColor = System.Drawing.Color.White;
     this.pnlWarning.Controls.Add(this.label1);
     this.pnlWarning.Controls.Add(this.pictureBox1);
     this.pnlWarning.Location = new System.Drawing.Point(421, 89);
     this.pnlWarning.Name     = "pnlWarning";
     this.pnlWarning.Size     = new System.Drawing.Size(324, 46);
     this.pnlWarning.TabIndex = 26;
     this.pnlWarning.Visible  = false;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(52, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(270, 23);
     this.label1.TabIndex = 26;
     this.label1.Text     = "Warning! Invalid Objects Detected.";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(4, 2);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(44, 40);
     this.pictureBox1.TabIndex = 25;
     this.pictureBox1.TabStop  = false;
     //
     // bgworker
     //
     this.bgworker.WorkerReportsProgress      = true;
     this.bgworker.WorkerSupportsCancellation = true;
     this.bgworker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgworker_DoWork);
     this.bgworker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgworker_RunWorkerCompleted);
     this.bgworker.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgworker_ProgressChanged);
     //
     // btnCancel
     //
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location  = new System.Drawing.Point(319, 110);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.Size      = new System.Drawing.Size(70, 23);
     this.btnCancel.TabIndex  = 27;
     this.btnCancel.Text      = "Cancel";
     this.btnCancel.Click    += new System.EventHandler(this.btnCancel_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.actionToolStripMenuItem,
         this.toolStripMenuItem1
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(910, 24);
     this.menuStrip1.TabIndex = 28;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // actionToolStripMenuItem
     //
     this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.changeSqlServerConnectionToolStripMenuItem
     });
     this.actionToolStripMenuItem.Image = global::SqlSync.Properties.Resources.Execute;
     this.actionToolStripMenuItem.Name  = "actionToolStripMenuItem";
     this.actionToolStripMenuItem.Size  = new System.Drawing.Size(65, 20);
     this.actionToolStripMenuItem.Text  = "Action";
     //
     // changeSqlServerConnectionToolStripMenuItem
     //
     this.changeSqlServerConnectionToolStripMenuItem.Image  = global::SqlSync.Properties.Resources.Server1;
     this.changeSqlServerConnectionToolStripMenuItem.Name   = "changeSqlServerConnectionToolStripMenuItem";
     this.changeSqlServerConnectionToolStripMenuItem.Size   = new System.Drawing.Size(231, 22);
     this.changeSqlServerConnectionToolStripMenuItem.Text   = "Change Sql Server Connection";
     this.changeSqlServerConnectionToolStripMenuItem.Click += new System.EventHandler(this.mnuChangeSqlServer_Click);
     //
     // settingsControl1
     //
     this.settingsControl1.BackColor        = System.Drawing.Color.White;
     this.settingsControl1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.settingsControl1.Location         = new System.Drawing.Point(0, 24);
     this.settingsControl1.Name             = "settingsControl1";
     this.settingsControl1.Project          = "";
     this.settingsControl1.ProjectLabelText = "";
     this.settingsControl1.Server           = "";
     this.settingsControl1.Size             = new System.Drawing.Size(910, 54);
     this.settingsControl1.TabIndex         = 20;
     this.settingsControl1.ServerChanged   += new SqlSync.ServerChangedEventHandler(this.settingsControl1_ServerChanged);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripMenuItem1.Image     = global::SqlSync.Properties.Resources.Help_2;
     this.toolStripMenuItem1.Name      = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size      = new System.Drawing.Size(28, 20);
     this.toolStripMenuItem1.Click    += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // ObjectValidation
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(910, 449);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.pnlWarning);
     this.Controls.Add(this.lstResults);
     this.Controls.Add(this.btnValidate);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ddDatabaseList);
     this.Controls.Add(this.settingsControl1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "ObjectValidation";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Sql Build Manager :: Database Object Validation";
     this.Load         += new System.EventHandler(this.ObjectValidation_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.ObjectValidation_KeyDown);
     this.pnlWarning.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#2
0
        /// <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(SyncForm));
            this.grpDirectory              = new System.Windows.Forms.GroupBox();
            this.label1                    = new System.Windows.Forms.Label();
            this.ddDatabase                = new System.Windows.Forms.ComboBox();
            this.fldrStartingDir           = new System.Windows.Forms.FolderBrowserDialog();
            this.grpScripting              = new System.Windows.Forms.GroupBox();
            this.chkIncludeHeaders         = new System.Windows.Forms.CheckBox();
            this.btnCancel                 = new System.Windows.Forms.Button();
            this.btnGo                     = new System.Windows.Forms.Button();
            this.ddScriptType              = new System.Windows.Forms.ComboBox();
            this.chkZip                    = new System.Windows.Forms.CheckBox();
            this.chkCombineTableObjects    = new System.Windows.Forms.CheckBox();
            this.lstStatus                 = new System.Windows.Forms.ListView();
            this.colFile                   = new System.Windows.Forms.ColumnHeader();
            this.colStatus                 = new System.Windows.Forms.ColumnHeader();
            this.colFullPath               = new System.Windows.Forms.ColumnHeader();
            this.contextMenu1              = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuNotePad                = new System.Windows.Forms.ToolStripMenuItem();
            this.statusBar1                = new System.Windows.Forms.StatusStrip();
            this.statStatus                = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolTip1                  = new System.Windows.Forms.ToolTip(this.components);
            this.saveAutoScriptFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.mainMenu1                 = new System.Windows.Forms.MenuStrip();
            this.menuItem2                 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuDestination            = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuChangeConnection       = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItem3                 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuAutoScript             = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItem5                 = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuLookUpTables           = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuSqlBuildManager        = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuDataDump               = new System.Windows.Forms.ToolStripMenuItem();
            this.bgScripting               = new System.ComponentModel.BackgroundWorker();
            this.settingsControl1          = new SqlSync.SettingsControl();
            this.panel1                    = new System.Windows.Forms.Panel();
            this.grpDirectory.SuspendLayout();
            this.grpScripting.SuspendLayout();
            this.contextMenu1.SuspendLayout();
            this.statusBar1.SuspendLayout();
            this.mainMenu1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // grpDirectory
            //
            this.grpDirectory.Controls.Add(this.label1);
            this.grpDirectory.Controls.Add(this.ddDatabase);
            this.grpDirectory.Dock      = System.Windows.Forms.DockStyle.Top;
            this.grpDirectory.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.grpDirectory.Location  = new System.Drawing.Point(0, 92);
            this.grpDirectory.Name      = "grpDirectory";
            this.grpDirectory.Size      = new System.Drawing.Size(800, 59);
            this.grpDirectory.TabIndex  = 0;
            this.grpDirectory.TabStop   = false;
            this.grpDirectory.Text      = "1) Select a Database";
            //
            // label1
            //
            this.label1.Location = new System.Drawing.Point(19, 22);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(77, 20);
            this.label1.TabIndex = 5;
            this.label1.Text     = "Database:";
            //
            // ddDatabase
            //
            this.ddDatabase.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddDatabase.Location                  = new System.Drawing.Point(106, 20);
            this.ddDatabase.Name                      = "ddDatabase";
            this.ddDatabase.Size                      = new System.Drawing.Size(145, 23);
            this.ddDatabase.TabIndex                  = 0;
            this.ddDatabase.SelectionChangeCommitted += new System.EventHandler(this.ddDatabase_SelectionChangeCommitted);
            //
            // grpScripting
            //
            this.grpScripting.Controls.Add(this.chkIncludeHeaders);
            this.grpScripting.Controls.Add(this.btnCancel);
            this.grpScripting.Controls.Add(this.btnGo);
            this.grpScripting.Controls.Add(this.ddScriptType);
            this.grpScripting.Controls.Add(this.chkZip);
            this.grpScripting.Controls.Add(this.chkCombineTableObjects);
            this.grpScripting.Controls.Add(this.lstStatus);
            this.grpScripting.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.grpScripting.Enabled   = false;
            this.grpScripting.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.grpScripting.Location  = new System.Drawing.Point(0, 151);
            this.grpScripting.Name      = "grpScripting";
            this.grpScripting.Size      = new System.Drawing.Size(800, 207);
            this.grpScripting.TabIndex  = 4;
            this.grpScripting.TabStop   = false;
            this.grpScripting.Text      = "2) Update Script Files from Database";
            //
            // chkIncludeHeaders
            //
            this.chkIncludeHeaders.Checked    = true;
            this.chkIncludeHeaders.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkIncludeHeaders.Location   = new System.Drawing.Point(599, 20);
            this.chkIncludeHeaders.Name       = "chkIncludeHeaders";
            this.chkIncludeHeaders.Size       = new System.Drawing.Size(173, 19);
            this.chkIncludeHeaders.TabIndex   = 8;
            this.chkIncludeHeaders.Text       = "Include Headers";
            this.toolTip1.SetToolTip(this.chkIncludeHeaders, "Adds scripts for Primary Keys, Foreign Keys, Indexes and Defaults in the same fil" +
                                     "e as the table create script");
            //
            // btnCancel
            //
            this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.Location = new System.Drawing.Point(668, 17);
            this.btnCancel.Name     = "btnCancel";
            this.btnCancel.Size     = new System.Drawing.Size(122, 29);
            this.btnCancel.TabIndex = 7;
            this.btnCancel.Text     = "Cancel Scripting";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            //
            // btnGo
            //
            this.btnGo.Location = new System.Drawing.Point(262, 17);
            this.btnGo.Name     = "btnGo";
            this.btnGo.Size     = new System.Drawing.Size(48, 29);
            this.btnGo.TabIndex = 6;
            this.btnGo.Text     = "Go";
            this.btnGo.UseVisualStyleBackColor = true;
            this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
            //
            // ddScriptType
            //
            this.ddScriptType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddScriptType.Location      = new System.Drawing.Point(19, 17);
            this.ddScriptType.Name          = "ddScriptType";
            this.ddScriptType.Size          = new System.Drawing.Size(231, 23);
            this.ddScriptType.TabIndex      = 0;
            //
            // chkZip
            //
            this.chkZip.Checked    = true;
            this.chkZip.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkZip.Location   = new System.Drawing.Point(326, 20);
            this.chkZip.Name       = "chkZip";
            this.chkZip.Size       = new System.Drawing.Size(96, 19);
            this.chkZip.TabIndex   = 2;
            this.chkZip.Text       = "Zip Scripts ";
            this.toolTip1.SetToolTip(this.chkZip, "Adds scripts for Primary Keys, Foreign Keys, Indexes and Defaults in the same fil" +
                                     "e as the table create script");
            //
            // chkCombineTableObjects
            //
            this.chkCombineTableObjects.Checked    = true;
            this.chkCombineTableObjects.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkCombineTableObjects.Location   = new System.Drawing.Point(432, 20);
            this.chkCombineTableObjects.Name       = "chkCombineTableObjects";
            this.chkCombineTableObjects.Size       = new System.Drawing.Size(173, 19);
            this.chkCombineTableObjects.TabIndex   = 3;
            this.chkCombineTableObjects.Text       = "Combine Table Objects";
            this.toolTip1.SetToolTip(this.chkCombineTableObjects, "Adds scripts for Primary Keys, Foreign Keys, Indexes and Defaults in the same fil" +
                                     "e as the table create script");
            //
            // lstStatus
            //
            this.lstStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.lstStatus.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this.colFile,
                this.colStatus,
                this.colFullPath
            });
            this.lstStatus.ContextMenuStrip = this.contextMenu1;
            this.lstStatus.FullRowSelect    = true;
            this.lstStatus.GridLines        = true;
            this.lstStatus.HideSelection    = false;
            this.lstStatus.Location         = new System.Drawing.Point(19, 59);
            this.lstStatus.MultiSelect      = false;
            this.lstStatus.Name             = "lstStatus";
            this.lstStatus.Size             = new System.Drawing.Size(771, 139);
            this.lstStatus.TabIndex         = 5;
            this.lstStatus.UseCompatibleStateImageBehavior = false;
            this.lstStatus.View = System.Windows.Forms.View.Details;
            //
            // colFile
            //
            this.colFile.Text  = "Script File";
            this.colFile.Width = 286;
            //
            // colStatus
            //
            this.colStatus.Text  = "Status";
            this.colStatus.Width = 142;
            //
            // colFullPath
            //
            this.colFullPath.Text  = "Full File Path";
            this.colFullPath.Width = 296;
            //
            // contextMenu1
            //
            this.contextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.mnuNotePad
            });
            this.contextMenu1.Name = "contextMenu1";
            this.contextMenu1.Size = new System.Drawing.Size(187, 26);
            //
            // mnuNotePad
            //
            this.mnuNotePad.Name   = "mnuNotePad";
            this.mnuNotePad.Size   = new System.Drawing.Size(186, 22);
            this.mnuNotePad.Text   = "Open File in NotePad";
            this.mnuNotePad.Click += new System.EventHandler(this.mnuNotePad_Click);
            //
            // statusBar1
            //
            this.statusBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.statStatus
            });
            this.statusBar1.Location = new System.Drawing.Point(0, 358);
            this.statusBar1.Name     = "statusBar1";
            this.statusBar1.Size     = new System.Drawing.Size(800, 22);
            this.statusBar1.TabIndex = 5;
            this.statusBar1.Text     = "statusBar1";
            //
            // statStatus
            //
            this.statStatus.Name   = "statStatus";
            this.statStatus.Size   = new System.Drawing.Size(785, 17);
            this.statStatus.Spring = true;
            //
            // saveAutoScriptFileDialog1
            //
            this.saveAutoScriptFileDialog1.DefaultExt      = "sqlauto";
            this.saveAutoScriptFileDialog1.Filter          = "Auto Scripting *.sqlauto|*.sqlauto|All Files *.*|*.*";
            this.saveAutoScriptFileDialog1.OverwritePrompt = false;
            this.saveAutoScriptFileDialog1.Title           = "Create New or Select Existing Auto Scripting file";
            //
            // mainMenu1
            //
            this.mainMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.menuItem2
            });
            this.mainMenu1.Location = new System.Drawing.Point(0, 0);
            this.mainMenu1.Name     = "mainMenu1";
            this.mainMenu1.Size     = new System.Drawing.Size(800, 24);
            this.mainMenu1.TabIndex = 0;
            //
            // menuItem2
            //
            this.menuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.mnuDestination,
                this.mnuChangeConnection,
                this.menuItem3,
                this.mnuAutoScript,
                this.menuItem5,
                this.mnuLookUpTables,
                this.mnuSqlBuildManager,
                this.mnuDataDump
            });
            this.menuItem2.Name = "menuItem2";
            this.menuItem2.Size = new System.Drawing.Size(54, 20);
            this.menuItem2.Text = "&Action";
            //
            // mnuDestination
            //
            this.mnuDestination.Name   = "mnuDestination";
            this.mnuDestination.Size   = new System.Drawing.Size(266, 22);
            this.mnuDestination.Text   = "Select Destination Directory";
            this.mnuDestination.Click += new System.EventHandler(this.mnuDestination_Click);
            //
            // mnuChangeConnection
            //
            this.mnuChangeConnection.Name   = "mnuChangeConnection";
            this.mnuChangeConnection.Size   = new System.Drawing.Size(266, 22);
            this.mnuChangeConnection.Text   = "&Change Sql Server Connection";
            this.mnuChangeConnection.Click += new System.EventHandler(this.mnuChangeConnection_Click);
            //
            // menuItem3
            //
            this.menuItem3.Name = "menuItem3";
            this.menuItem3.Size = new System.Drawing.Size(266, 22);
            this.menuItem3.Text = "-";
            //
            // mnuAutoScript
            //
            this.mnuAutoScript.Name   = "mnuAutoScript";
            this.mnuAutoScript.Size   = new System.Drawing.Size(266, 22);
            this.mnuAutoScript.Text   = "Save to &Auto Script File";
            this.mnuAutoScript.Click += new System.EventHandler(this.mnuAutoScript_Click);
            //
            // menuItem5
            //
            this.menuItem5.Name    = "menuItem5";
            this.menuItem5.Size    = new System.Drawing.Size(266, 22);
            this.menuItem5.Text    = "-";
            this.menuItem5.Visible = false;
            //
            // mnuLookUpTables
            //
            this.mnuLookUpTables.Name         = "mnuLookUpTables";
            this.mnuLookUpTables.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
            this.mnuLookUpTables.Size         = new System.Drawing.Size(266, 22);
            this.mnuLookUpTables.Text         = "Open &Lookup Table Scripting";
            this.mnuLookUpTables.Visible      = false;
            this.mnuLookUpTables.Click       += new System.EventHandler(this.mnuLookUpTables_Click);
            //
            // mnuSqlBuildManager
            //
            this.mnuSqlBuildManager.Name         = "mnuSqlBuildManager";
            this.mnuSqlBuildManager.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
            this.mnuSqlBuildManager.Size         = new System.Drawing.Size(266, 22);
            this.mnuSqlBuildManager.Text         = "Open Sql &Build Manager";
            this.mnuSqlBuildManager.Visible      = false;
            this.mnuSqlBuildManager.Click       += new System.EventHandler(this.mnuSqlBuildManager_Click);
            //
            // mnuDataDump
            //
            this.mnuDataDump.Name    = "mnuDataDump";
            this.mnuDataDump.Size    = new System.Drawing.Size(266, 22);
            this.mnuDataDump.Text    = "Open Data Extraction";
            this.mnuDataDump.Visible = false;
            this.mnuDataDump.Click  += new System.EventHandler(this.mnuDataDump_Click);

            //
            // bgScripting
            //
            this.bgScripting.WorkerReportsProgress      = true;
            this.bgScripting.WorkerSupportsCancellation = true;
            this.bgScripting.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgScripting_DoWork);
            this.bgScripting.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgScripting_ProgressChanged);
            this.bgScripting.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgScripting_RunWorkerCompleted);
            //
            // settingsControl1
            //
            this.settingsControl1.BackColor        = System.Drawing.Color.White;
            this.settingsControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
            this.settingsControl1.Location         = new System.Drawing.Point(0, 0);
            this.settingsControl1.Name             = "settingsControl1";
            this.settingsControl1.Project          = "(Select Destination)";
            this.settingsControl1.ProjectLabelText = "Destination Folder:";
            this.settingsControl1.Server           = "";
            this.settingsControl1.Size             = new System.Drawing.Size(800, 92);
            this.settingsControl1.TabIndex         = 6;
            this.settingsControl1.ServerChanged   += new SqlSync.ServerChangedEventHandler(this.settingsControl1_ServerChanged);
            //
            // panel1
            //
            this.panel1.Controls.Add(this.mainMenu1);
            this.panel1.Controls.Add(this.settingsControl1);
            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(800, 92);
            this.panel1.TabIndex = 5;
            //
            // SyncForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
            this.ClientSize        = new System.Drawing.Size(800, 380);
            this.Controls.Add(this.grpScripting);
            this.Controls.Add(this.grpDirectory);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusBar1);
            this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.mainMenu1;
            this.Name          = "SyncForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Sql Build Manager :: Schema Scripting";
            this.Load         += new System.EventHandler(this.SyncForm_Load);
            this.grpDirectory.ResumeLayout(false);
            this.grpScripting.ResumeLayout(false);
            this.contextMenu1.ResumeLayout(false);
            this.statusBar1.ResumeLayout(false);
            this.statusBar1.PerformLayout();
            this.mainMenu1.ResumeLayout(false);
            this.mainMenu1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }