/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DatAdmin.TreeBehaviour treeBehaviour1 = new DatAdmin.TreeBehaviour(); this.daTreeView1 = new DatAdmin.DATreeView(); this.SuspendLayout(); // // daTreeView1 // this.daTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.daTreeView1.Location = new System.Drawing.Point(0, 0); this.daTreeView1.Name = "daTreeView1"; this.daTreeView1.Root = null; this.daTreeView1.RootPath = null; this.daTreeView1.Size = new System.Drawing.Size(284, 264); this.daTreeView1.TabIndex = 0; this.daTreeView1.TreeBehaviour = treeBehaviour1; this.daTreeView1.TreeStyle = DatAdmin.TreeStyle.TreeView; this.daTreeView1.ActiveNodeChange += new System.EventHandler(this.daTreeView1_ActiveNodeChange); // // TreeDocker // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.daTreeView1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.Name = "TreeDocker"; this.Size = new System.Drawing.Size(284, 264); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DatAdmin.TreeBehaviour treeBehaviour1 = new DatAdmin.TreeBehaviour(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TreeSelectForm)); this.daTreeView1 = new DatAdmin.DATreeView(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // daTreeView1 // this.daTreeView1.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.daTreeView1.DialogLabel = null; this.daTreeView1.Location = new System.Drawing.Point(12, 12); this.daTreeView1.Name = "daTreeView1"; this.daTreeView1.Root = null; this.daTreeView1.RootPath = null; this.daTreeView1.Size = new System.Drawing.Size(330, 344); this.daTreeView1.TabIndex = 0; this.daTreeView1.TreeBehaviour = treeBehaviour1; this.daTreeView1.TreeStyle = DatAdmin.TreeStyle.SelectOne; this.daTreeView1.TreeDoubleClick += new System.Windows.Forms.MouseEventHandler(this.daTreeView1_TreeDoubleClick); // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Location = new System.Drawing.Point(186, 371); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 1; this.btnOk.Text = "s_ok"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(267, 371); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "s_cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // TreeSelectForm // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(354, 406); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.daTreeView1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TreeSelectForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "s_select_in_tree"; this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DatAdmin.TreeBehaviour treeBehaviour1 = new DatAdmin.TreeBehaviour(); this.splitContainerEx1 = new DatAdmin.SplitContainerEx(); this.daTreeView1 = new DatAdmin.DATreeView(); this.tableFromTabularDataFrame1 = new DatAdmin.TableFromTabularDataFrame(); this.splitContainerEx1.Panel1.SuspendLayout(); this.splitContainerEx1.Panel2.SuspendLayout(); this.splitContainerEx1.SuspendLayout(); this.SuspendLayout(); // // splitContainerEx1 // this.splitContainerEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerEx1.Location = new System.Drawing.Point(0, 0); this.splitContainerEx1.MoreFixedPanel = DatAdmin.SplitContainerEx.PanelType.First; this.splitContainerEx1.Name = "splitContainerEx1"; // // splitContainerEx1.Panel1 // this.splitContainerEx1.Panel1.Controls.Add(this.daTreeView1); this.splitContainerEx1.Panel1DynamicCollapsed = false; this.splitContainerEx1.Panel1MinDynamicSize = 0; // // splitContainerEx1.Panel2 // this.splitContainerEx1.Panel2.Controls.Add(this.tableFromTabularDataFrame1); this.splitContainerEx1.Panel2DynamicCollapsed = false; this.splitContainerEx1.Panel2MinDynamicSize = 0; this.splitContainerEx1.Size = new System.Drawing.Size(560, 358); this.splitContainerEx1.SplitterDistance = 280; this.splitContainerEx1.SplitterWidth = 6; this.splitContainerEx1.TabIndex = 2; // // daTreeView1 // this.daTreeView1.DialogLabel = "s_select_database"; this.daTreeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.daTreeView1.Location = new System.Drawing.Point(0, 0); this.daTreeView1.Name = "daTreeView1"; this.daTreeView1.Root = null; this.daTreeView1.RootPath = null; this.daTreeView1.Size = new System.Drawing.Size(280, 358); this.daTreeView1.TabIndex = 0; this.daTreeView1.TreeBehaviour = treeBehaviour1; this.daTreeView1.TreeStyle = DatAdmin.TreeStyle.SelectOne; this.daTreeView1.ActiveNodeChange += new System.EventHandler(this.daTreeView1_ActiveNodeChange); // // tableFromTabularDataFrame1 // this.tableFromTabularDataFrame1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableFromTabularDataFrame1.Location = new System.Drawing.Point(0, 0); this.tableFromTabularDataFrame1.Name = "tableFromTabularDataFrame1"; this.tableFromTabularDataFrame1.Size = new System.Drawing.Size(274, 358); this.tableFromTabularDataFrame1.TabIndex = 1; this.tableFromTabularDataFrame1.ChangedProperties += new System.EventHandler(this.tableFromTabularDataFrame1_ChangedProperties); // // NewTableChooserFrame // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainerEx1); this.Name = "NewTableChooserFrame"; this.Size = new System.Drawing.Size(560, 358); this.splitContainerEx1.Panel1.ResumeLayout(false); this.splitContainerEx1.Panel2.ResumeLayout(false); this.splitContainerEx1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DatAdmin.TreeBehaviour treeBehaviour1 = new DatAdmin.TreeBehaviour(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppDesignForm)); this.daTreeView1 = new DatAdmin.DATreeView(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnAddPage = new System.Windows.Forms.ToolStripButton(); this.btnRemovePage = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.tbxDatabase = new System.Windows.Forms.ToolStripTextBox(); this.btnChangeDatabase = new System.Windows.Forms.ToolStripButton(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.sapplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ssaveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.scloseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.propertyFrame1 = new DatAdmin.PropertyFrame(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.swidgetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.snextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.SuspendLayout(); // // daTreeView1 // this.daTreeView1.Dock = System.Windows.Forms.DockStyle.Left; this.daTreeView1.Location = new System.Drawing.Point(0, 49); this.daTreeView1.Name = "daTreeView1"; this.daTreeView1.Root = null; this.daTreeView1.RootPath = null; this.daTreeView1.Size = new System.Drawing.Size(194, 265); this.daTreeView1.TabIndex = 0; this.daTreeView1.TreeBehaviour = treeBehaviour1; this.daTreeView1.TreeStyle = DatAdmin.TreeStyle.TreeView; this.daTreeView1.ActiveNodeChange += new System.EventHandler(this.daTreeView1_ActiveNodeChange); this.daTreeView1.Click += new System.EventHandler(this.daTreeView1_Click); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSave, this.btnAddPage, this.btnRemovePage, this.toolStripSeparator1, this.toolStripLabel1, this.tbxDatabase, this.btnChangeDatabase }); this.toolStrip1.Location = new System.Drawing.Point(0, 24); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(623, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // btnSave // this.btnSave.Image = global::Plugin.apps.StdIcons.save; this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(60, 22); this.btnSave.Text = "s_save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnAddPage // this.btnAddPage.Image = global::Plugin.apps.StdIcons.add; this.btnAddPage.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnAddPage.Name = "btnAddPage"; this.btnAddPage.Size = new System.Drawing.Size(88, 22); this.btnAddPage.Text = "s_add_page"; this.btnAddPage.Click += new System.EventHandler(this.btnAddPage_Click); // // btnRemovePage // this.btnRemovePage.Image = global::Plugin.apps.StdIcons.remove; this.btnRemovePage.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnRemovePage.Name = "btnRemovePage"; this.btnRemovePage.Size = new System.Drawing.Size(108, 22); this.btnRemovePage.Text = "s_remove_page"; this.btnRemovePage.Click += new System.EventHandler(this.btnRemovePage_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(64, 22); this.toolStripLabel1.Text = "s_database"; // // tbxDatabase // this.tbxDatabase.Name = "tbxDatabase"; this.tbxDatabase.ReadOnly = true; this.tbxDatabase.Size = new System.Drawing.Size(100, 25); // // btnChangeDatabase // this.btnChangeDatabase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnChangeDatabase.Image = ((System.Drawing.Image)(resources.GetObject("btnChangeDatabase.Image"))); this.btnChangeDatabase.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnChangeDatabase.Name = "btnChangeDatabase"; this.btnChangeDatabase.Size = new System.Drawing.Size(23, 22); this.btnChangeDatabase.Text = "..."; this.btnChangeDatabase.Click += new System.EventHandler(this.btnChangeDatabase_Click); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sapplicationToolStripMenuItem, this.swidgetToolStripMenuItem }); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(623, 24); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // sapplicationToolStripMenuItem // this.sapplicationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ssaveToolStripMenuItem, this.scloseToolStripMenuItem }); this.sapplicationToolStripMenuItem.Name = "sapplicationToolStripMenuItem"; this.sapplicationToolStripMenuItem.Size = new System.Drawing.Size(88, 20); this.sapplicationToolStripMenuItem.Text = "s_application"; // // ssaveToolStripMenuItem // this.ssaveToolStripMenuItem.Image = global::Plugin.apps.StdIcons.save; this.ssaveToolStripMenuItem.Name = "ssaveToolStripMenuItem"; this.ssaveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.ssaveToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.ssaveToolStripMenuItem.Text = "s_save"; this.ssaveToolStripMenuItem.Click += new System.EventHandler(this.btnSave_Click); // // scloseToolStripMenuItem // this.scloseToolStripMenuItem.Name = "scloseToolStripMenuItem"; this.scloseToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.scloseToolStripMenuItem.Text = "s_close"; this.scloseToolStripMenuItem.Click += new System.EventHandler(this.scloseToolStripMenuItem_Click); // // propertyFrame1 // this.propertyFrame1.Dock = System.Windows.Forms.DockStyle.Right; this.propertyFrame1.Location = new System.Drawing.Point(468, 49); this.propertyFrame1.Name = "propertyFrame1"; this.propertyFrame1.SelectedObject = null; this.propertyFrame1.Size = new System.Drawing.Size(155, 265); this.propertyFrame1.TabIndex = 3; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(194, 49); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(274, 265); this.tabControl1.TabIndex = 4; this.tabControl1.Click += new System.EventHandler(this.tabControl1_Click); // // tabPage1 // this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(266, 239); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(266, 239); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // swidgetToolStripMenuItem // this.swidgetToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.snextToolStripMenuItem }); this.swidgetToolStripMenuItem.Name = "swidgetToolStripMenuItem"; this.swidgetToolStripMenuItem.Size = new System.Drawing.Size(65, 20); this.swidgetToolStripMenuItem.Text = "s_widget"; // // snextToolStripMenuItem // this.snextToolStripMenuItem.Name = "snextToolStripMenuItem"; this.snextToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Tab))); this.snextToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.snextToolStripMenuItem.Text = "s_next"; this.snextToolStripMenuItem.Click += new System.EventHandler(this.snextToolStripMenuItem_Click); // // AppDesignForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(623, 314); this.Controls.Add(this.tabControl1); this.Controls.Add(this.propertyFrame1); this.Controls.Add(this.daTreeView1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "AppDesignForm"; this.Text = "s_application"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DatAdmin.TreeBehaviour treeBehaviour2 = new DatAdmin.TreeBehaviour(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CopyDbWizard)); DatAdmin.TreeBehaviour treeBehaviour1 = new DatAdmin.TreeBehaviour(); this.wizard1 = new Gui.Wizard.Wizard(); this.wpFinish = new Gui.Wizard.WizardPage(); this.btnExportAsJob = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.labProperties = new System.Windows.Forms.TextBox(); this.labTarget = new System.Windows.Forms.TextBox(); this.labSource = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.header4 = new Gui.Wizard.Header(); this.wpDataProps = new Gui.Wizard.WizardPage(); this.label6 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnRemoveAllTables = new System.Windows.Forms.Button(); this.btnRemoveTable = new System.Windows.Forms.Button(); this.btnAddAllTables = new System.Windows.Forms.Button(); this.btnAddTable = new System.Windows.Forms.Button(); this.lbxSelectedTables = new System.Windows.Forms.ListBox(); this.lbxAllTables = new System.Windows.Forms.ListBox(); this.btnMoveTableDown = new System.Windows.Forms.Button(); this.btnMoveTableUp = new System.Windows.Forms.Button(); this.infoBoxFrameNoStructureWarning = new DatAdmin.InfoBoxFrame(); this.tableCopyOptionsFrame1 = new DatAdmin.TableCopyOptionsFrame(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.rbtCopyUnselected = new System.Windows.Forms.RadioButton(); this.rbtCopySelected = new System.Windows.Forms.RadioButton(); this.rbtCopyAll = new System.Windows.Forms.RadioButton(); this.rbtCopyNone = new System.Windows.Forms.RadioButton(); this.header5 = new Gui.Wizard.Header(); this.wpStructProps = new Gui.Wizard.WizardPage(); this.chbCopyStructure = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.rbOriginalSchema = new System.Windows.Forms.RadioButton(); this.cbxExplicitSchema = new System.Windows.Forms.ComboBox(); this.rbExplicitSchema = new System.Windows.Forms.RadioButton(); this.rbDefaultSchema = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.treObjects = new DatAdmin.DATreeView(); this.header1 = new Gui.Wizard.Header(); this.wpTarget = new Gui.Wizard.WizardPage(); this.addonSelectFrame1 = new DatAdmin.AddonSelectFrame(); this.header3 = new Gui.Wizard.Header(); this.wpSource = new Gui.Wizard.WizardPage(); this.treSource = new DatAdmin.DATreeView(); this.header2 = new Gui.Wizard.Header(); this.wizard1.SuspendLayout(); this.wpFinish.SuspendLayout(); this.wpDataProps.SuspendLayout(); this.groupBox3.SuspendLayout(); this.wpStructProps.SuspendLayout(); this.groupBox2.SuspendLayout(); this.wpTarget.SuspendLayout(); this.wpSource.SuspendLayout(); this.SuspendLayout(); // // wizard1 // this.wizard1.Controls.Add(this.wpTarget); this.wizard1.Controls.Add(this.wpSource); this.wizard1.Controls.Add(this.wpStructProps); this.wizard1.Controls.Add(this.wpDataProps); this.wizard1.Controls.Add(this.wpFinish); this.wizard1.Dock = System.Windows.Forms.DockStyle.Fill; this.wizard1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.wizard1.Location = new System.Drawing.Point(0, 0); this.wizard1.Name = "wizard1"; this.wizard1.PageIndex = 1; this.wizard1.Pages.AddRange(new Gui.Wizard.WizardPage[] { this.wpSource, this.wpTarget, this.wpStructProps, this.wpDataProps, this.wpFinish }); this.wizard1.Size = new System.Drawing.Size(629, 550); this.wizard1.TabIndex = 0; this.wizard1.OnTranslate += new Gui.Wizard.TranslateEventHandler(this.wizard1_OnTranslate); // // wpFinish // this.wpFinish.Controls.Add(this.btnExportAsJob); this.wpFinish.Controls.Add(this.label5); this.wpFinish.Controls.Add(this.labProperties); this.wpFinish.Controls.Add(this.labTarget); this.wpFinish.Controls.Add(this.labSource); this.wpFinish.Controls.Add(this.label4); this.wpFinish.Controls.Add(this.label3); this.wpFinish.Controls.Add(this.header4); this.wpFinish.Dock = System.Windows.Forms.DockStyle.Fill; this.wpFinish.IsFinishPage = true; this.wpFinish.Location = new System.Drawing.Point(0, 0); this.wpFinish.Name = "wpFinish"; this.wpFinish.Size = new System.Drawing.Size(629, 502); this.wpFinish.TabIndex = 4; this.wpFinish.CloseFromNext += new Gui.Wizard.PageEventHandler(this.wpFinish_CloseFromNext); this.wpFinish.ShowFromNext += new System.EventHandler(this.wpFinish_ShowFromNext); // // btnExportAsJob // this.btnExportAsJob.Location = new System.Drawing.Point(402, 459); this.btnExportAsJob.Name = "btnExportAsJob"; this.btnExportAsJob.Size = new System.Drawing.Size(215, 23); this.btnExportAsJob.TabIndex = 8; this.btnExportAsJob.Text = "s_export_as_job"; this.btnExportAsJob.UseVisualStyleBackColor = true; this.btnExportAsJob.Click += new System.EventHandler(this.btnExportAsJob_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(27, 168); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 13); this.label5.TabIndex = 7; this.label5.Text = "s_properties"; // // labProperties // this.labProperties.Location = new System.Drawing.Point(119, 168); this.labProperties.Multiline = true; this.labProperties.Name = "labProperties"; this.labProperties.ReadOnly = true; this.labProperties.Size = new System.Drawing.Size(498, 247); this.labProperties.TabIndex = 6; // // labTarget // this.labTarget.Location = new System.Drawing.Point(119, 112); this.labTarget.Name = "labTarget"; this.labTarget.ReadOnly = true; this.labTarget.Size = new System.Drawing.Size(498, 21); this.labTarget.TabIndex = 5; // // labSource // this.labSource.Location = new System.Drawing.Point(119, 84); this.labSource.Name = "labSource"; this.labSource.ReadOnly = true; this.labSource.Size = new System.Drawing.Size(498, 21); this.labSource.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(24, 112); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 13); this.label4.TabIndex = 3; this.label4.Text = "s_target"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(24, 84); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 13); this.label3.TabIndex = 2; this.label3.Text = "s_source"; // // header4 // this.header4.BackColor = System.Drawing.SystemColors.Control; this.header4.CausesValidation = false; this.header4.Description = "s_finish_copydb_desc"; this.header4.Dock = System.Windows.Forms.DockStyle.Top; this.header4.Image = ((System.Drawing.Image)(resources.GetObject("header4.Image"))); this.header4.Location = new System.Drawing.Point(0, 0); this.header4.Name = "header4"; this.header4.Size = new System.Drawing.Size(629, 64); this.header4.TabIndex = 1; this.header4.Title = "s_finish_copydb"; // // wpDataProps // this.wpDataProps.Controls.Add(this.label6); this.wpDataProps.Controls.Add(this.label1); this.wpDataProps.Controls.Add(this.btnRemoveAllTables); this.wpDataProps.Controls.Add(this.btnRemoveTable); this.wpDataProps.Controls.Add(this.btnAddAllTables); this.wpDataProps.Controls.Add(this.btnAddTable); this.wpDataProps.Controls.Add(this.lbxSelectedTables); this.wpDataProps.Controls.Add(this.lbxAllTables); this.wpDataProps.Controls.Add(this.btnMoveTableDown); this.wpDataProps.Controls.Add(this.btnMoveTableUp); this.wpDataProps.Controls.Add(this.infoBoxFrameNoStructureWarning); this.wpDataProps.Controls.Add(this.tableCopyOptionsFrame1); this.wpDataProps.Controls.Add(this.groupBox3); this.wpDataProps.Controls.Add(this.header5); this.wpDataProps.Dock = System.Windows.Forms.DockStyle.Fill; this.wpDataProps.IsFinishPage = false; this.wpDataProps.Location = new System.Drawing.Point(0, 0); this.wpDataProps.Name = "wpDataProps"; this.wpDataProps.Size = new System.Drawing.Size(629, 502); this.wpDataProps.TabIndex = 5; this.wpDataProps.ShowFromBack += new System.EventHandler(this.wpDataProps_ShowFromBack); this.wpDataProps.ShowFromNext += new System.EventHandler(this.wpDataProps_ShowFromNext); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(326, 275); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(93, 13); this.label6.TabIndex = 19; this.label6.Text = "s_selected_tables"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(30, 275); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 13); this.label1.TabIndex = 18; this.label1.Text = "s_all_tables"; // // btnRemoveAllTables // this.btnRemoveAllTables.Location = new System.Drawing.Point(213, 399); this.btnRemoveAllTables.Name = "btnRemoveAllTables"; this.btnRemoveAllTables.Size = new System.Drawing.Size(111, 23); this.btnRemoveAllTables.TabIndex = 17; this.btnRemoveAllTables.Text = "<<"; this.btnRemoveAllTables.UseVisualStyleBackColor = true; this.btnRemoveAllTables.Click += new System.EventHandler(this.btnRemoveAllTables_Click); // // btnRemoveTable // this.btnRemoveTable.Location = new System.Drawing.Point(213, 370); this.btnRemoveTable.Name = "btnRemoveTable"; this.btnRemoveTable.Size = new System.Drawing.Size(110, 23); this.btnRemoveTable.TabIndex = 16; this.btnRemoveTable.Text = "<"; this.btnRemoveTable.UseVisualStyleBackColor = true; this.btnRemoveTable.Click += new System.EventHandler(this.btnRemoveTable_Click); // // btnAddAllTables // this.btnAddAllTables.Location = new System.Drawing.Point(212, 323); this.btnAddAllTables.Name = "btnAddAllTables"; this.btnAddAllTables.Size = new System.Drawing.Size(111, 23); this.btnAddAllTables.TabIndex = 15; this.btnAddAllTables.Text = ">>"; this.btnAddAllTables.UseVisualStyleBackColor = true; this.btnAddAllTables.Click += new System.EventHandler(this.btnAddAllTables_Click); // // btnAddTable // this.btnAddTable.Location = new System.Drawing.Point(212, 294); this.btnAddTable.Name = "btnAddTable"; this.btnAddTable.Size = new System.Drawing.Size(111, 23); this.btnAddTable.TabIndex = 14; this.btnAddTable.Text = ">"; this.btnAddTable.UseVisualStyleBackColor = true; this.btnAddTable.Click += new System.EventHandler(this.btnAddTable_Click); // // lbxSelectedTables // this.lbxSelectedTables.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lbxSelectedTables.FormattingEnabled = true; this.lbxSelectedTables.Location = new System.Drawing.Point(329, 294); this.lbxSelectedTables.Name = "lbxSelectedTables"; this.lbxSelectedTables.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.lbxSelectedTables.Size = new System.Drawing.Size(173, 199); this.lbxSelectedTables.TabIndex = 13; this.lbxSelectedTables.DoubleClick += new System.EventHandler(this.btnRemoveTable_Click); // // lbxAllTables // this.lbxAllTables.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lbxAllTables.FormattingEnabled = true; this.lbxAllTables.Location = new System.Drawing.Point(30, 294); this.lbxAllTables.Name = "lbxAllTables"; this.lbxAllTables.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.lbxAllTables.Size = new System.Drawing.Size(176, 199); this.lbxAllTables.TabIndex = 12; this.lbxAllTables.DoubleClick += new System.EventHandler(this.btnAddTable_Click); // // btnMoveTableDown // this.btnMoveTableDown.Image = global::DatAdmin.StdIcons.down1; this.btnMoveTableDown.Location = new System.Drawing.Point(213, 470); this.btnMoveTableDown.Name = "btnMoveTableDown"; this.btnMoveTableDown.Size = new System.Drawing.Size(111, 23); this.btnMoveTableDown.TabIndex = 11; this.btnMoveTableDown.Text = "s_move_down"; this.btnMoveTableDown.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnMoveTableDown.UseVisualStyleBackColor = true; this.btnMoveTableDown.Click += new System.EventHandler(this.btnMoveTableDown_Click); // // btnMoveTableUp // this.btnMoveTableUp.Enabled = false; this.btnMoveTableUp.Image = global::DatAdmin.StdIcons.up1; this.btnMoveTableUp.Location = new System.Drawing.Point(213, 441); this.btnMoveTableUp.Name = "btnMoveTableUp"; this.btnMoveTableUp.Size = new System.Drawing.Size(111, 23); this.btnMoveTableUp.TabIndex = 10; this.btnMoveTableUp.Text = "s_move_up"; this.btnMoveTableUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnMoveTableUp.UseVisualStyleBackColor = true; this.btnMoveTableUp.Click += new System.EventHandler(this.btnMoveTableUp_Click); // // infoBoxFrameNoStructureWarning // this.infoBoxFrameNoStructureWarning.InfoText = "s_no_structure_warning"; this.infoBoxFrameNoStructureWarning.Location = new System.Drawing.Point(310, 181); this.infoBoxFrameNoStructureWarning.Name = "infoBoxFrameNoStructureWarning"; this.infoBoxFrameNoStructureWarning.Padding = new System.Windows.Forms.Padding(8); this.infoBoxFrameNoStructureWarning.Size = new System.Drawing.Size(268, 91); this.infoBoxFrameNoStructureWarning.TabIndex = 9; this.infoBoxFrameNoStructureWarning.Visible = false; // // tableCopyOptionsFrame1 // this.tableCopyOptionsFrame1.Location = new System.Drawing.Point(320, 80); this.tableCopyOptionsFrame1.Name = "tableCopyOptionsFrame1"; this.tableCopyOptionsFrame1.Size = new System.Drawing.Size(249, 94); this.tableCopyOptionsFrame1.TabIndex = 6; // // groupBox3 // this.groupBox3.Controls.Add(this.rbtCopyUnselected); this.groupBox3.Controls.Add(this.rbtCopySelected); this.groupBox3.Controls.Add(this.rbtCopyAll); this.groupBox3.Controls.Add(this.rbtCopyNone); this.groupBox3.Location = new System.Drawing.Point(12, 80); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(268, 124); this.groupBox3.TabIndex = 1; this.groupBox3.TabStop = false; this.groupBox3.Text = "s_what_copy"; // // rbtCopyUnselected // this.rbtCopyUnselected.AutoSize = true; this.rbtCopyUnselected.Location = new System.Drawing.Point(7, 93); this.rbtCopyUnselected.Name = "rbtCopyUnselected"; this.rbtCopyUnselected.Size = new System.Drawing.Size(131, 17); this.rbtCopyUnselected.TabIndex = 3; this.rbtCopyUnselected.TabStop = true; this.rbtCopyUnselected.Text = "s_all_except_selected"; this.rbtCopyUnselected.UseVisualStyleBackColor = true; this.rbtCopyUnselected.CheckedChanged += new System.EventHandler(this.rbtCopyXXX_CheckedChanged); // // rbtCopySelected // this.rbtCopySelected.AutoSize = true; this.rbtCopySelected.Location = new System.Drawing.Point(7, 69); this.rbtCopySelected.Name = "rbtCopySelected"; this.rbtCopySelected.Size = new System.Drawing.Size(111, 17); this.rbtCopySelected.TabIndex = 2; this.rbtCopySelected.Text = "s_selected_tables"; this.rbtCopySelected.UseVisualStyleBackColor = true; this.rbtCopySelected.CheckedChanged += new System.EventHandler(this.rbtCopyXXX_CheckedChanged); // // rbtCopyAll // this.rbtCopyAll.AutoSize = true; this.rbtCopyAll.Location = new System.Drawing.Point(7, 45); this.rbtCopyAll.Name = "rbtCopyAll"; this.rbtCopyAll.Size = new System.Drawing.Size(81, 17); this.rbtCopyAll.TabIndex = 1; this.rbtCopyAll.Text = "s_all_tables"; this.rbtCopyAll.UseVisualStyleBackColor = true; this.rbtCopyAll.CheckedChanged += new System.EventHandler(this.rbtCopyXXX_CheckedChanged); // // rbtCopyNone // this.rbtCopyNone.AutoSize = true; this.rbtCopyNone.Checked = true; this.rbtCopyNone.Location = new System.Drawing.Point(7, 21); this.rbtCopyNone.Name = "rbtCopyNone"; this.rbtCopyNone.Size = new System.Drawing.Size(60, 17); this.rbtCopyNone.TabIndex = 0; this.rbtCopyNone.TabStop = true; this.rbtCopyNone.Text = "s_none"; this.rbtCopyNone.UseVisualStyleBackColor = true; this.rbtCopyNone.CheckedChanged += new System.EventHandler(this.rbtCopyXXX_CheckedChanged); // // header5 // this.header5.BackColor = System.Drawing.SystemColors.Control; this.header5.CausesValidation = false; this.header5.Description = "s_configure_data_copy_properties"; this.header5.Dock = System.Windows.Forms.DockStyle.Top; this.header5.Image = ((System.Drawing.Image)(resources.GetObject("header5.Image"))); this.header5.Location = new System.Drawing.Point(0, 0); this.header5.Name = "header5"; this.header5.Size = new System.Drawing.Size(629, 64); this.header5.TabIndex = 0; this.header5.Title = "s_data_copy_properties"; // // wpStructProps // this.wpStructProps.Controls.Add(this.chbCopyStructure); this.wpStructProps.Controls.Add(this.groupBox2); this.wpStructProps.Controls.Add(this.label2); this.wpStructProps.Controls.Add(this.treObjects); this.wpStructProps.Controls.Add(this.header1); this.wpStructProps.Dock = System.Windows.Forms.DockStyle.Fill; this.wpStructProps.IsFinishPage = false; this.wpStructProps.Location = new System.Drawing.Point(0, 0); this.wpStructProps.Name = "wpStructProps"; this.wpStructProps.Size = new System.Drawing.Size(629, 502); this.wpStructProps.TabIndex = 3; this.wpStructProps.ShowFromBack += new System.EventHandler(this.wpStructProps_ShowFromBack); this.wpStructProps.ShowFromNext += new System.EventHandler(this.wpProps_ShowFromNext); // // chbCopyStructure // this.chbCopyStructure.AutoSize = true; this.chbCopyStructure.Checked = true; this.chbCopyStructure.CheckState = System.Windows.Forms.CheckState.Checked; this.chbCopyStructure.Location = new System.Drawing.Point(25, 70); this.chbCopyStructure.Name = "chbCopyStructure"; this.chbCopyStructure.Size = new System.Drawing.Size(110, 17); this.chbCopyStructure.TabIndex = 6; this.chbCopyStructure.Text = "s_copy_structure"; this.chbCopyStructure.UseVisualStyleBackColor = true; this.chbCopyStructure.CheckedChanged += new System.EventHandler(this.chbCopyStructure_CheckedChanged); // // groupBox2 // this.groupBox2.Controls.Add(this.rbOriginalSchema); this.groupBox2.Controls.Add(this.cbxExplicitSchema); this.groupBox2.Controls.Add(this.rbExplicitSchema); this.groupBox2.Controls.Add(this.rbDefaultSchema); this.groupBox2.Location = new System.Drawing.Point(349, 118); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(212, 133); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "s_target_schema"; // // rbOriginalSchema // this.rbOriginalSchema.AutoSize = true; this.rbOriginalSchema.Location = new System.Drawing.Point(17, 96); this.rbOriginalSchema.Name = "rbOriginalSchema"; this.rbOriginalSchema.Size = new System.Drawing.Size(93, 17); this.rbOriginalSchema.TabIndex = 3; this.rbOriginalSchema.Text = "s_use_original"; this.rbOriginalSchema.UseVisualStyleBackColor = true; // // cbxExplicitSchema // this.cbxExplicitSchema.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxExplicitSchema.FormattingEnabled = true; this.cbxExplicitSchema.Location = new System.Drawing.Point(28, 68); this.cbxExplicitSchema.Name = "cbxExplicitSchema"; this.cbxExplicitSchema.Size = new System.Drawing.Size(142, 21); this.cbxExplicitSchema.TabIndex = 2; // // rbExplicitSchema // this.rbExplicitSchema.AutoSize = true; this.rbExplicitSchema.Location = new System.Drawing.Point(17, 45); this.rbExplicitSchema.Name = "rbExplicitSchema"; this.rbExplicitSchema.Size = new System.Drawing.Size(76, 17); this.rbExplicitSchema.TabIndex = 1; this.rbExplicitSchema.Text = "s_use_this"; this.rbExplicitSchema.UseVisualStyleBackColor = true; this.rbExplicitSchema.CheckedChanged += new System.EventHandler(this.rbExplicitSchema_CheckedChanged); // // rbDefaultSchema // this.rbDefaultSchema.AutoSize = true; this.rbDefaultSchema.Checked = true; this.rbDefaultSchema.Location = new System.Drawing.Point(17, 20); this.rbDefaultSchema.Name = "rbDefaultSchema"; this.rbDefaultSchema.Size = new System.Drawing.Size(93, 17); this.rbDefaultSchema.TabIndex = 0; this.rbDefaultSchema.TabStop = true; this.rbDefaultSchema.Text = "s_use_default"; this.rbDefaultSchema.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 97); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93, 13); this.label2.TabIndex = 2; this.label2.Text = "s_choose_objects"; // // treObjects // this.treObjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.treObjects.Location = new System.Drawing.Point(25, 118); this.treObjects.Name = "treObjects"; this.treObjects.Root = null; this.treObjects.RootPath = null; this.treObjects.Size = new System.Drawing.Size(288, 365); this.treObjects.TabIndex = 1; this.treObjects.TreeBehaviour = treeBehaviour2; this.treObjects.TreeStyle = DatAdmin.TreeStyle.SelectMany; // // header1 // this.header1.BackColor = System.Drawing.SystemColors.Control; this.header1.CausesValidation = false; this.header1.Description = "s_configure_structure_copy_properties"; this.header1.Dock = System.Windows.Forms.DockStyle.Top; this.header1.Image = ((System.Drawing.Image)(resources.GetObject("header1.Image"))); this.header1.Location = new System.Drawing.Point(0, 0); this.header1.Name = "header1"; this.header1.Size = new System.Drawing.Size(629, 64); this.header1.TabIndex = 0; this.header1.Title = "s_structure_copy_properties"; // // wpTarget // this.wpTarget.Controls.Add(this.addonSelectFrame1); this.wpTarget.Controls.Add(this.header3); this.wpTarget.Dock = System.Windows.Forms.DockStyle.Fill; this.wpTarget.IsFinishPage = false; this.wpTarget.Location = new System.Drawing.Point(0, 0); this.wpTarget.Name = "wpTarget"; this.wpTarget.Size = new System.Drawing.Size(629, 502); this.wpTarget.TabIndex = 2; this.wpTarget.CloseFromNext += new Gui.Wizard.PageEventHandler(this.wpTarget_CloseFromNext); // // addonSelectFrame1 // this.addonSelectFrame1.AddonTypeName = "dbwriter"; this.addonSelectFrame1.AllowSwitchDesign = true; this.addonSelectFrame1.AutoScroll = true; this.addonSelectFrame1.CanSaveAsTemplate = false; this.addonSelectFrame1.CompactDesign = false; this.addonSelectFrame1.DefaultAddonHolder = "dbk_writer"; this.addonSelectFrame1.Dock = System.Windows.Forms.DockStyle.Fill; this.addonSelectFrame1.Location = new System.Drawing.Point(0, 64); this.addonSelectFrame1.Name = "addonSelectFrame1"; this.addonSelectFrame1.ShowInfoFrame = true; this.addonSelectFrame1.Size = new System.Drawing.Size(629, 438); this.addonSelectFrame1.TabIndex = 2; this.addonSelectFrame1.TypeTitle = "s_type"; this.addonSelectFrame1.CreateSpecialItem += new DatAdmin.CreateSpecialItemEvent(this.addonSelectFrame1_CreateSpecialItem); this.addonSelectFrame1.CreatedObject += new System.EventHandler(this.addonSelectFrame1_CreatedObject); this.addonSelectFrame1.GetSpecialItems += new DatAdmin.GetSpecialItemsEvent(this.addonSelectFrame1_GetSpecialItems); // // header3 // this.header3.BackColor = System.Drawing.SystemColors.Control; this.header3.CausesValidation = false; this.header3.Description = "s_configure_target_properties"; this.header3.Dock = System.Windows.Forms.DockStyle.Top; this.header3.Image = ((System.Drawing.Image)(resources.GetObject("header3.Image"))); this.header3.Location = new System.Drawing.Point(0, 0); this.header3.Name = "header3"; this.header3.Size = new System.Drawing.Size(629, 64); this.header3.TabIndex = 1; this.header3.Title = "s_target"; // // wpSource // this.wpSource.Controls.Add(this.treSource); this.wpSource.Controls.Add(this.header2); this.wpSource.Dock = System.Windows.Forms.DockStyle.Fill; this.wpSource.IsFinishPage = false; this.wpSource.Location = new System.Drawing.Point(0, 0); this.wpSource.Name = "wpSource"; this.wpSource.Size = new System.Drawing.Size(629, 502); this.wpSource.TabIndex = 1; this.wpSource.CloseFromNext += new Gui.Wizard.PageEventHandler(this.wpSource_CloseFromNext); // // treSource // this.treSource.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.treSource.Location = new System.Drawing.Point(12, 82); this.treSource.Name = "treSource"; this.treSource.Root = null; this.treSource.RootPath = null; this.treSource.Size = new System.Drawing.Size(597, 404); this.treSource.TabIndex = 2; this.treSource.TreeBehaviour = treeBehaviour1; this.treSource.TreeStyle = DatAdmin.TreeStyle.SelectOne; // // header2 // this.header2.BackColor = System.Drawing.SystemColors.Control; this.header2.CausesValidation = false; this.header2.Description = "s_configure_source_properties"; this.header2.Dock = System.Windows.Forms.DockStyle.Top; this.header2.Image = ((System.Drawing.Image)(resources.GetObject("header2.Image"))); this.header2.Location = new System.Drawing.Point(0, 0); this.header2.Name = "header2"; this.header2.Size = new System.Drawing.Size(629, 64); this.header2.TabIndex = 1; this.header2.Title = "s_source"; // // CopyDbWizard // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(629, 550); this.Controls.Add(this.wizard1); this.Name = "CopyDbWizard"; this.Text = "s_copy_database"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CopyDbWizard_FormClosed); this.wizard1.ResumeLayout(false); this.wpFinish.ResumeLayout(false); this.wpFinish.PerformLayout(); this.wpDataProps.ResumeLayout(false); this.wpDataProps.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.wpStructProps.ResumeLayout(false); this.wpStructProps.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.wpTarget.ResumeLayout(false); this.wpSource.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DatAdmin.TreeBehaviour treeBehaviour1 = new DatAdmin.TreeBehaviour(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BackupDbForm)); this.wizard1 = new Gui.Wizard.Wizard(); this.wpProps = new Gui.Wizard.WizardPage(); this.label2 = new System.Windows.Forms.Label(); this.treObjects = new DatAdmin.DATreeView(); this.header1 = new Gui.Wizard.Header(); this.wpTarget = new Gui.Wizard.WizardPage(); this.addonSelectFrame1 = new DatAdmin.AddonSelectFrame(); this.header3 = new Gui.Wizard.Header(); this.wpFinish = new Gui.Wizard.WizardPage(); this.btnExportAsJob = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.labProperties = new System.Windows.Forms.TextBox(); this.labTarget = new System.Windows.Forms.TextBox(); this.labSource = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.header4 = new Gui.Wizard.Header(); this.wizard1.SuspendLayout(); this.wpProps.SuspendLayout(); this.wpTarget.SuspendLayout(); this.wpFinish.SuspendLayout(); this.SuspendLayout(); // // wizard1 // this.wizard1.Controls.Add(this.wpTarget); this.wizard1.Controls.Add(this.wpFinish); this.wizard1.Controls.Add(this.wpProps); this.wizard1.Dock = System.Windows.Forms.DockStyle.Fill; this.wizard1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.wizard1.Location = new System.Drawing.Point(0, 0); this.wizard1.Name = "wizard1"; this.wizard1.PageIndex = 0; this.wizard1.Pages.AddRange(new Gui.Wizard.WizardPage[] { this.wpTarget, this.wpProps, this.wpFinish }); this.wizard1.Size = new System.Drawing.Size(626, 516); this.wizard1.TabIndex = 0; this.wizard1.OnTranslate += new Gui.Wizard.TranslateEventHandler(this.wizard1_OnTranslate); // // wpProps // this.wpProps.Controls.Add(this.label2); this.wpProps.Controls.Add(this.treObjects); this.wpProps.Controls.Add(this.header1); this.wpProps.Dock = System.Windows.Forms.DockStyle.Fill; this.wpProps.IsFinishPage = false; this.wpProps.Location = new System.Drawing.Point(0, 0); this.wpProps.Name = "wpProps"; this.wpProps.Size = new System.Drawing.Size(626, 468); this.wpProps.TabIndex = 2; this.wpProps.ShowFromNext += new System.EventHandler(this.wpProps_ShowFromNext); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 75); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93, 13); this.label2.TabIndex = 4; this.label2.Text = "s_choose_objects"; // // treObjects // this.treObjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.treObjects.Location = new System.Drawing.Point(12, 101); this.treObjects.Name = "treObjects"; this.treObjects.Root = null; this.treObjects.RootPath = null; this.treObjects.Size = new System.Drawing.Size(282, 350); this.treObjects.TabIndex = 3; this.treObjects.TreeBehaviour = treeBehaviour1; this.treObjects.TreeStyle = DatAdmin.TreeStyle.SelectMany; // // header1 // this.header1.BackColor = System.Drawing.SystemColors.Control; this.header1.CausesValidation = false; this.header1.Description = "s_configure_copy_properties"; this.header1.Dock = System.Windows.Forms.DockStyle.Top; this.header1.Image = ((System.Drawing.Image)(resources.GetObject("header1.Image"))); this.header1.Location = new System.Drawing.Point(0, 0); this.header1.Name = "header1"; this.header1.Size = new System.Drawing.Size(626, 64); this.header1.TabIndex = 1; this.header1.Title = "s_properties"; // // wpTarget // this.wpTarget.Controls.Add(this.addonSelectFrame1); this.wpTarget.Controls.Add(this.header3); this.wpTarget.Dock = System.Windows.Forms.DockStyle.Fill; this.wpTarget.IsFinishPage = false; this.wpTarget.Location = new System.Drawing.Point(0, 0); this.wpTarget.Name = "wpTarget"; this.wpTarget.Size = new System.Drawing.Size(626, 468); this.wpTarget.TabIndex = 1; this.wpTarget.CloseFromNext += new Gui.Wizard.PageEventHandler(this.wpTarget_CloseFromNext); // // addonSelectFrame1 // this.addonSelectFrame1.AddonTypeName = null; this.addonSelectFrame1.AllowSwitchDesign = true; this.addonSelectFrame1.CanSaveAsTemplate = false; this.addonSelectFrame1.CompactDesign = false; this.addonSelectFrame1.DefaultAddonHolder = "dbk"; this.addonSelectFrame1.Dock = System.Windows.Forms.DockStyle.Fill; this.addonSelectFrame1.Location = new System.Drawing.Point(0, 82); this.addonSelectFrame1.Name = "addonSelectFrame1"; this.addonSelectFrame1.ShowInfoFrame = true; this.addonSelectFrame1.Size = new System.Drawing.Size(626, 386); this.addonSelectFrame1.TabIndex = 3; this.addonSelectFrame1.TypeTitle = "s_backup_format"; this.addonSelectFrame1.ChangedSelectedObject += new System.EventHandler(this.addonSelectFrame1_ChangedSelectedObject); this.addonSelectFrame1.FilterAddon += new DatAdmin.FilterAddonEvent(this.addonSelectFrame1_FilterAddon); // // header3 // this.header3.BackColor = System.Drawing.SystemColors.Control; this.header3.CausesValidation = false; this.header3.Description = "s_backup_target_description"; this.header3.Dock = System.Windows.Forms.DockStyle.Top; this.header3.Image = ((System.Drawing.Image)(resources.GetObject("header3.Image"))); this.header3.Location = new System.Drawing.Point(0, 0); this.header3.Name = "header3"; this.header3.Size = new System.Drawing.Size(626, 82); this.header3.TabIndex = 2; this.header3.Title = "s_target"; // // wpFinish // this.wpFinish.Controls.Add(this.btnExportAsJob); this.wpFinish.Controls.Add(this.label5); this.wpFinish.Controls.Add(this.labProperties); this.wpFinish.Controls.Add(this.labTarget); this.wpFinish.Controls.Add(this.labSource); this.wpFinish.Controls.Add(this.label4); this.wpFinish.Controls.Add(this.label3); this.wpFinish.Controls.Add(this.header4); this.wpFinish.Dock = System.Windows.Forms.DockStyle.Fill; this.wpFinish.IsFinishPage = false; this.wpFinish.Location = new System.Drawing.Point(0, 0); this.wpFinish.Name = "wpFinish"; this.wpFinish.Size = new System.Drawing.Size(626, 468); this.wpFinish.TabIndex = 3; this.wpFinish.CloseFromNext += new Gui.Wizard.PageEventHandler(this.wpFinish_CloseFromNext); this.wpFinish.ShowFromNext += new System.EventHandler(this.wpFinish_ShowFromNext); // // btnExportAsJob // this.btnExportAsJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExportAsJob.Location = new System.Drawing.Point(411, 423); this.btnExportAsJob.Name = "btnExportAsJob"; this.btnExportAsJob.Size = new System.Drawing.Size(195, 23); this.btnExportAsJob.TabIndex = 15; this.btnExportAsJob.Text = "s_export_as_job"; this.btnExportAsJob.UseVisualStyleBackColor = true; this.btnExportAsJob.Click += new System.EventHandler(this.btnExportAsJob_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(16, 165); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 13); this.label5.TabIndex = 14; this.label5.Text = "s_properties"; // // labProperties // this.labProperties.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.labProperties.Location = new System.Drawing.Point(108, 165); this.labProperties.Multiline = true; this.labProperties.Name = "labProperties"; this.labProperties.ReadOnly = true; this.labProperties.Size = new System.Drawing.Size(498, 237); this.labProperties.TabIndex = 13; // // labTarget // this.labTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labTarget.Location = new System.Drawing.Point(108, 109); this.labTarget.Name = "labTarget"; this.labTarget.ReadOnly = true; this.labTarget.Size = new System.Drawing.Size(498, 21); this.labTarget.TabIndex = 12; // // labSource // this.labSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labSource.Location = new System.Drawing.Point(108, 81); this.labSource.Name = "labSource"; this.labSource.ReadOnly = true; this.labSource.Size = new System.Drawing.Size(498, 21); this.labSource.TabIndex = 11; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 109); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 13); this.label4.TabIndex = 10; this.label4.Text = "s_target"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 81); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 13); this.label3.TabIndex = 9; this.label3.Text = "s_source"; // // header4 // this.header4.BackColor = System.Drawing.SystemColors.Control; this.header4.CausesValidation = false; this.header4.Description = "s_finish_backupdb_desc"; this.header4.Dock = System.Windows.Forms.DockStyle.Top; this.header4.Image = ((System.Drawing.Image)(resources.GetObject("header4.Image"))); this.header4.Location = new System.Drawing.Point(0, 0); this.header4.Name = "header4"; this.header4.Size = new System.Drawing.Size(626, 64); this.header4.TabIndex = 2; this.header4.Title = "s_finish_backupdb"; // // BackupDbForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(626, 516); this.Controls.Add(this.wizard1); this.Name = "BackupDbForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "s_backup_db"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.BackupDbForm_FormClosed); this.wizard1.ResumeLayout(false); this.wpProps.ResumeLayout(false); this.wpProps.PerformLayout(); this.wpTarget.ResumeLayout(false); this.wpFinish.ResumeLayout(false); this.wpFinish.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DatAdmin.TreeBehaviour treeBehaviour4 = new DatAdmin.TreeBehaviour(); this.daTreeView1 = new DatAdmin.DATreeView(); this.btnCheckAll = new System.Windows.Forms.Button(); this.btnUncheckAll = new System.Windows.Forms.Button(); this.btnCollapseAll = new System.Windows.Forms.Button(); this.btnExpandAll = new System.Windows.Forms.Button(); this.SuspendLayout(); // // daTreeView1 // this.daTreeView1.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.daTreeView1.Location = new System.Drawing.Point(0, 0); this.daTreeView1.Name = "daTreeView1"; this.daTreeView1.Root = null; this.daTreeView1.RootPath = null; this.daTreeView1.Size = new System.Drawing.Size(566, 363); this.daTreeView1.TabIndex = 0; this.daTreeView1.TreeBehaviour = treeBehaviour4; this.daTreeView1.TreeStyle = DatAdmin.TreeStyle.SelectMany; // // btnCheckAll // this.btnCheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCheckAll.Location = new System.Drawing.Point(0, 369); this.btnCheckAll.Name = "btnCheckAll"; this.btnCheckAll.Size = new System.Drawing.Size(85, 23); this.btnCheckAll.TabIndex = 1; this.btnCheckAll.Text = "s_check_all"; this.btnCheckAll.UseVisualStyleBackColor = true; this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click); // // btnUncheckAll // this.btnUncheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnUncheckAll.Location = new System.Drawing.Point(91, 369); this.btnUncheckAll.Name = "btnUncheckAll"; this.btnUncheckAll.Size = new System.Drawing.Size(85, 23); this.btnUncheckAll.TabIndex = 2; this.btnUncheckAll.Text = "s_uncheck_all"; this.btnUncheckAll.UseVisualStyleBackColor = true; this.btnUncheckAll.Click += new System.EventHandler(this.btnUncheckAll_Click); // // btnCollapseAll // this.btnCollapseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCollapseAll.Location = new System.Drawing.Point(273, 369); this.btnCollapseAll.Name = "btnCollapseAll"; this.btnCollapseAll.Size = new System.Drawing.Size(85, 23); this.btnCollapseAll.TabIndex = 3; this.btnCollapseAll.Text = "s_collapse_all"; this.btnCollapseAll.UseVisualStyleBackColor = true; this.btnCollapseAll.Click += new System.EventHandler(this.btnCollapseAll_Click); // // btnExpandAll // this.btnExpandAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnExpandAll.Location = new System.Drawing.Point(182, 369); this.btnExpandAll.Name = "btnExpandAll"; this.btnExpandAll.Size = new System.Drawing.Size(85, 23); this.btnExpandAll.TabIndex = 4; this.btnExpandAll.Text = "s_expand_all"; this.btnExpandAll.UseVisualStyleBackColor = true; this.btnExpandAll.Click += new System.EventHandler(this.btnExpandAll_Click); // // ConfigSelectionFrame // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnExpandAll); this.Controls.Add(this.btnCollapseAll); this.Controls.Add(this.btnUncheckAll); this.Controls.Add(this.btnCheckAll); this.Controls.Add(this.daTreeView1); this.Name = "ConfigSelectionFrame"; this.Size = new System.Drawing.Size(566, 392); this.ResumeLayout(false); }