namespace DBConfiguration { partial class DBTypeChoice { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DBTypeChoice)); this.lblSelectType = new System.Windows.Forms.Label(); this.rbLocal = new System.Windows.Forms.RadioButton(); this.rbCentralized = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbBoth = new System.Windows.Forms.RadioButton(); this.lblDBHostname = new System.Windows.Forms.Label(); this.lblDBPassword = new System.Windows.Forms.Label(); this.lblDBName = new System.Windows.Forms.Label(); this.tbDBHostname = new System.Windows.Forms.TextBox(); this.tbDBPassword = new System.Windows.Forms.TextBox(); this.tbDBName = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.cbShowPassword = new System.Windows.Forms.CheckBox(); this.cbUseNTLMAuthentication = new System.Windows.Forms.CheckBox(); this.lblDBUser = new System.Windows.Forms.Label(); this.tbDBUser = new System.Windows.Forms.TextBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnBrowseDestinationDB = new System.Windows.Forms.Button(); this.tbDestinationDB = new System.Windows.Forms.TextBox(); this.lblDestinationDB = new System.Windows.Forms.Label(); this.btnBrowseSourceDB = new System.Windows.Forms.Button(); this.tbSourceDB = new System.Windows.Forms.TextBox(); this.lblSourceDB = new System.Windows.Forms.Label(); this.gbMigrateOrInit = new System.Windows.Forms.GroupBox(); this.rbNoneOfTheAbove = new System.Windows.Forms.RadioButton(); this.rbTSRAIR = new System.Windows.Forms.RadioButton(); this.rbCrash = new System.Windows.Forms.RadioButton(); this.rbAero = new System.Windows.Forms.RadioButton(); this.rbMigrateLocal = new System.Windows.Forms.RadioButton(); this.cbCopyConfig = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.gbMigrateOrInit.SuspendLayout(); this.SuspendLayout(); // // lblSelectType // this.lblSelectType.AutoSize = true; this.lblSelectType.Location = new System.Drawing.Point(24, 28); this.lblSelectType.Name = "lblSelectType"; this.lblSelectType.Size = new System.Drawing.Size(227, 13); this.lblSelectType.TabIndex = 0; this.lblSelectType.Text = "The following database properties will be used:"; // // rbLocal // this.rbLocal.AutoSize = true; this.rbLocal.Location = new System.Drawing.Point(12, 19); this.rbLocal.Name = "rbLocal"; this.rbLocal.Size = new System.Drawing.Size(98, 17); this.rbLocal.TabIndex = 1; this.rbLocal.Text = "Local database"; this.rbLocal.UseVisualStyleBackColor = true; this.rbLocal.CheckedChanged += new System.EventHandler(this.rbLocal_CheckedChanged); // // rbCentralized // this.rbCentralized.AutoSize = true; this.rbCentralized.Location = new System.Drawing.Point(11, 51); this.rbCentralized.Name = "rbCentralized"; this.rbCentralized.Size = new System.Drawing.Size(124, 17); this.rbCentralized.TabIndex = 2; this.rbCentralized.Text = "Centralized database"; this.rbCentralized.UseVisualStyleBackColor = true; this.rbCentralized.CheckedChanged += new System.EventHandler(this.rbCentralized_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.rbBoth); this.groupBox1.Controls.Add(this.rbCentralized); this.groupBox1.Controls.Add(this.rbLocal); this.groupBox1.Location = new System.Drawing.Point(27, 53); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(145, 106); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; // // rbBoth // this.rbBoth.AutoSize = true; this.rbBoth.Location = new System.Drawing.Point(12, 83); this.rbBoth.Name = "rbBoth"; this.rbBoth.Size = new System.Drawing.Size(47, 17); this.rbBoth.TabIndex = 3; this.rbBoth.TabStop = true; this.rbBoth.Text = "Both"; this.rbBoth.UseVisualStyleBackColor = true; this.rbBoth.CheckedChanged += new System.EventHandler(this.rbBoth_CheckedChanged); // // lblDBHostname // this.lblDBHostname.AutoSize = true; this.lblDBHostname.Location = new System.Drawing.Point(57, 174); this.lblDBHostname.Name = "lblDBHostname"; this.lblDBHostname.Size = new System.Drawing.Size(105, 13); this.lblDBHostname.TabIndex = 7; this.lblDBHostname.Text = "Database hostname:"; // // lblDBPassword // this.lblDBPassword.AutoSize = true; this.lblDBPassword.Location = new System.Drawing.Point(77, 333); this.lblDBPassword.Name = "lblDBPassword"; this.lblDBPassword.Size = new System.Drawing.Size(104, 13); this.lblDBPassword.TabIndex = 8; this.lblDBPassword.Text = "Database password:"; // // lblDBName // this.lblDBName.AutoSize = true; this.lblDBName.Location = new System.Drawing.Point(57, 218); this.lblDBName.Name = "lblDBName"; this.lblDBName.Size = new System.Drawing.Size(85, 13); this.lblDBName.TabIndex = 9; this.lblDBName.Text = "Database name:"; // // tbDBHostname // this.tbDBHostname.Location = new System.Drawing.Point(60, 190); this.tbDBHostname.Name = "tbDBHostname"; this.tbDBHostname.Size = new System.Drawing.Size(389, 20); this.tbDBHostname.TabIndex = 10; this.tbDBHostname.TextChanged += new System.EventHandler(this.tbDBHostname_TextChanged); // // tbDBPassword // this.tbDBPassword.Location = new System.Drawing.Point(80, 349); this.tbDBPassword.Name = "tbDBPassword"; this.tbDBPassword.Size = new System.Drawing.Size(365, 20); this.tbDBPassword.TabIndex = 11; this.tbDBPassword.TextChanged += new System.EventHandler(this.tbDBPassword_TextChanged); // // tbDBName // this.tbDBName.Location = new System.Drawing.Point(60, 234); this.tbDBName.Name = "tbDBName"; this.tbDBName.Size = new System.Drawing.Size(389, 20); this.tbDBName.TabIndex = 12; this.tbDBName.TextChanged += new System.EventHandler(this.tbDBName_TextChanged); // // btnOK // this.btnOK.Location = new System.Drawing.Point(98, 385); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(95, 33); this.btnOK.TabIndex = 13; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // cbShowPassword // this.cbShowPassword.AutoSize = true; this.cbShowPassword.Location = new System.Drawing.Point(344, 372); this.cbShowPassword.Name = "cbShowPassword"; this.cbShowPassword.Size = new System.Drawing.Size(101, 17); this.cbShowPassword.TabIndex = 14; this.cbShowPassword.TabStop = false; this.cbShowPassword.Text = "Show password"; this.cbShowPassword.UseVisualStyleBackColor = true; this.cbShowPassword.CheckedChanged += new System.EventHandler(this.cbShowPassword_CheckedChanged); // // cbUseNTLMAuthentication // this.cbUseNTLMAuthentication.AutoSize = true; this.cbUseNTLMAuthentication.Location = new System.Drawing.Point(60, 267); this.cbUseNTLMAuthentication.Name = "cbUseNTLMAuthentication"; this.cbUseNTLMAuthentication.Size = new System.Drawing.Size(148, 17); this.cbUseNTLMAuthentication.TabIndex = 15; this.cbUseNTLMAuthentication.Text = "Use NTLM authentication"; this.cbUseNTLMAuthentication.UseVisualStyleBackColor = true; this.cbUseNTLMAuthentication.CheckedChanged += new System.EventHandler(this.cbUseNTLMAuthentication_CheckedChanged); // // lblDBUser // this.lblDBUser.AutoSize = true; this.lblDBUser.Location = new System.Drawing.Point(77, 287); this.lblDBUser.Name = "lblDBUser"; this.lblDBUser.Size = new System.Drawing.Size(76, 13); this.lblDBUser.TabIndex = 16; this.lblDBUser.Text = "Database user"; // // tbDBUser // this.tbDBUser.Location = new System.Drawing.Point(80, 303); this.tbDBUser.Name = "tbDBUser"; this.tbDBUser.Size = new System.Drawing.Size(365, 20); this.tbDBUser.TabIndex = 17; this.tbDBUser.TextChanged += new System.EventHandler(this.tbDBUser_TextChanged); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(243, 385); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(95, 33); this.btnCancel.TabIndex = 21; this.btnCancel.Text = "Abort"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnBrowseDestinationDB // this.btnBrowseDestinationDB.Location = new System.Drawing.Point(618, 279); this.btnBrowseDestinationDB.Name = "btnBrowseDestinationDB"; this.btnBrowseDestinationDB.Size = new System.Drawing.Size(75, 23); this.btnBrowseDestinationDB.TabIndex = 33; this.btnBrowseDestinationDB.Text = "Browse..."; this.btnBrowseDestinationDB.UseVisualStyleBackColor = true; this.btnBrowseDestinationDB.Visible = false; this.btnBrowseDestinationDB.Click += new System.EventHandler(this.btnBrowseDestinationDB_Click_1); // // tbDestinationDB // this.tbDestinationDB.Location = new System.Drawing.Point(204, 279); this.tbDestinationDB.Name = "tbDestinationDB"; this.tbDestinationDB.Size = new System.Drawing.Size(401, 20); this.tbDestinationDB.TabIndex = 32; this.tbDestinationDB.Visible = false; this.tbDestinationDB.TextChanged += new System.EventHandler(this.tbDestinationDB_TextChanged_1); // // lblDestinationDB // this.lblDestinationDB.AutoSize = true; this.lblDestinationDB.Location = new System.Drawing.Point(204, 262); this.lblDestinationDB.Name = "lblDestinationDB"; this.lblDestinationDB.Size = new System.Drawing.Size(158, 13); this.lblDestinationDB.TabIndex = 31; this.lblDestinationDB.Text = "Local destination database path"; this.lblDestinationDB.Visible = false; // // btnBrowseSourceDB // this.btnBrowseSourceDB.Location = new System.Drawing.Point(618, 234); this.btnBrowseSourceDB.Name = "btnBrowseSourceDB"; this.btnBrowseSourceDB.Size = new System.Drawing.Size(75, 23); this.btnBrowseSourceDB.TabIndex = 30; this.btnBrowseSourceDB.Text = "Browse..."; this.btnBrowseSourceDB.UseVisualStyleBackColor = true; this.btnBrowseSourceDB.Visible = false; this.btnBrowseSourceDB.Click += new System.EventHandler(this.btnBrowseSourceDB_Click_1); // // tbSourceDB // this.tbSourceDB.Location = new System.Drawing.Point(204, 234); this.tbSourceDB.Name = "tbSourceDB"; this.tbSourceDB.Size = new System.Drawing.Size(401, 20); this.tbSourceDB.TabIndex = 29; this.tbSourceDB.Visible = false; this.tbSourceDB.TextChanged += new System.EventHandler(this.tbSourceDB_TextChanged_1); // // lblSourceDB // this.lblSourceDB.AutoSize = true; this.lblSourceDB.Location = new System.Drawing.Point(204, 218); this.lblSourceDB.Name = "lblSourceDB"; this.lblSourceDB.Size = new System.Drawing.Size(185, 13); this.lblSourceDB.TabIndex = 28; this.lblSourceDB.Text = "Local source database to be migrated"; this.lblSourceDB.Visible = false; // // gbMigrateOrInit // this.gbMigrateOrInit.Controls.Add(this.cbCopyConfig); this.gbMigrateOrInit.Controls.Add(this.rbNoneOfTheAbove); this.gbMigrateOrInit.Controls.Add(this.rbTSRAIR); this.gbMigrateOrInit.Controls.Add(this.rbCrash); this.gbMigrateOrInit.Controls.Add(this.rbAero); this.gbMigrateOrInit.Controls.Add(this.rbMigrateLocal); this.gbMigrateOrInit.Location = new System.Drawing.Point(254, 28); this.gbMigrateOrInit.Margin = new System.Windows.Forms.Padding(2); this.gbMigrateOrInit.Name = "gbMigrateOrInit"; this.gbMigrateOrInit.Padding = new System.Windows.Forms.Padding(2); this.gbMigrateOrInit.Size = new System.Drawing.Size(350, 149); this.gbMigrateOrInit.TabIndex = 34; this.gbMigrateOrInit.TabStop = false; // // rbNoneOfTheAbove // this.rbNoneOfTheAbove.AutoSize = true; this.rbNoneOfTheAbove.Location = new System.Drawing.Point(12, 121); this.rbNoneOfTheAbove.Margin = new System.Windows.Forms.Padding(2); this.rbNoneOfTheAbove.Name = "rbNoneOfTheAbove"; this.rbNoneOfTheAbove.Size = new System.Drawing.Size(145, 17); this.rbNoneOfTheAbove.TabIndex = 4; this.rbNoneOfTheAbove.TabStop = true; this.rbNoneOfTheAbove.Text = "Start with blank database"; this.rbNoneOfTheAbove.UseVisualStyleBackColor = true; this.rbNoneOfTheAbove.CheckedChanged += new System.EventHandler(this.rbNoneOfTheAbove_CheckedChanged); // // rbTSRAIR // this.rbTSRAIR.AutoSize = true; this.rbTSRAIR.Location = new System.Drawing.Point(12, 99); this.rbTSRAIR.Margin = new System.Windows.Forms.Padding(2); this.rbTSRAIR.Name = "rbTSRAIR"; this.rbTSRAIR.Size = new System.Drawing.Size(206, 17); this.rbTSRAIR.TabIndex = 3; this.rbTSRAIR.TabStop = true; this.rbTSRAIR.Text = "Initialize database to TSR AIR settings"; this.rbTSRAIR.UseVisualStyleBackColor = true; this.rbTSRAIR.CheckedChanged += new System.EventHandler(this.rbTSRAIR_CheckedChanged); // // rbCrash // this.rbCrash.AutoSize = true; this.rbCrash.Location = new System.Drawing.Point(12, 77); this.rbCrash.Margin = new System.Windows.Forms.Padding(2); this.rbCrash.Name = "rbCrash"; this.rbCrash.Size = new System.Drawing.Size(190, 17); this.rbCrash.TabIndex = 2; this.rbCrash.TabStop = true; this.rbCrash.Text = "Initialize database to Crash settings"; this.rbCrash.UseVisualStyleBackColor = true; this.rbCrash.CheckedChanged += new System.EventHandler(this.rbCrash_CheckedChanged); // // rbAero // this.rbAero.AutoSize = true; this.rbAero.Location = new System.Drawing.Point(12, 55); this.rbAero.Margin = new System.Windows.Forms.Padding(2); this.rbAero.Name = "rbAero"; this.rbAero.Size = new System.Drawing.Size(185, 17); this.rbAero.TabIndex = 1; this.rbAero.TabStop = true; this.rbAero.Text = "Initialize database to Aero settings"; this.rbAero.UseVisualStyleBackColor = true; this.rbAero.CheckedChanged += new System.EventHandler(this.rbAero_CheckedChanged); // // rbMigrateLocal // this.rbMigrateLocal.AutoSize = true; this.rbMigrateLocal.Location = new System.Drawing.Point(12, 11); this.rbMigrateLocal.Margin = new System.Windows.Forms.Padding(2); this.rbMigrateLocal.Name = "rbMigrateLocal"; this.rbMigrateLocal.Size = new System.Drawing.Size(326, 17); this.rbMigrateLocal.TabIndex = 0; this.rbMigrateLocal.TabStop = true; this.rbMigrateLocal.Text = "Copy data from previous Local database to new Local database"; this.rbMigrateLocal.UseVisualStyleBackColor = true; this.rbMigrateLocal.CheckedChanged += new System.EventHandler(this.rbMigrateLocal_CheckedChanged); // // cbCopyConfig // this.cbCopyConfig.AutoSize = true; this.cbCopyConfig.Checked = true; this.cbCopyConfig.CheckState = System.Windows.Forms.CheckState.Checked; this.cbCopyConfig.Location = new System.Drawing.Point(39, 37); this.cbCopyConfig.Name = "cbCopyConfig"; this.cbCopyConfig.Size = new System.Drawing.Size(232, 17); this.cbCopyConfig.TabIndex = 5; this.cbCopyConfig.Text = "Copy configuration from previous installation"; this.cbCopyConfig.UseVisualStyleBackColor = true; // // DBTypeChoice // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(707, 485); this.ControlBox = false; this.Controls.Add(this.gbMigrateOrInit); this.Controls.Add(this.btnBrowseDestinationDB); this.Controls.Add(this.tbDestinationDB); this.Controls.Add(this.lblDestinationDB); this.Controls.Add(this.btnBrowseSourceDB); this.Controls.Add(this.tbSourceDB); this.Controls.Add(this.lblSourceDB); this.Controls.Add(this.btnCancel); this.Controls.Add(this.tbDBUser); this.Controls.Add(this.lblDBUser); this.Controls.Add(this.cbUseNTLMAuthentication); this.Controls.Add(this.cbShowPassword); this.Controls.Add(this.btnOK); this.Controls.Add(this.tbDBName); this.Controls.Add(this.tbDBPassword); this.Controls.Add(this.tbDBHostname); this.Controls.Add(this.lblDBName); this.Controls.Add(this.lblDBPassword); this.Controls.Add(this.lblDBHostname); this.Controls.Add(this.groupBox1); this.Controls.Add(this.lblSelectType); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DBTypeChoice"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DataPRO Database Information"; this.TopMost = true; this.Load += new System.EventHandler(this.DBTypeChoice_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.gbMigrateOrInit.ResumeLayout(false); this.gbMigrateOrInit.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblSelectType; private System.Windows.Forms.RadioButton rbLocal; private System.Windows.Forms.RadioButton rbCentralized; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lblDBHostname; private System.Windows.Forms.Label lblDBPassword; private System.Windows.Forms.Label lblDBName; private System.Windows.Forms.TextBox tbDBHostname; private System.Windows.Forms.TextBox tbDBPassword; private System.Windows.Forms.TextBox tbDBName; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.CheckBox cbShowPassword; private System.Windows.Forms.CheckBox cbUseNTLMAuthentication; private System.Windows.Forms.Label lblDBUser; private System.Windows.Forms.TextBox tbDBUser; private System.Windows.Forms.RadioButton rbBoth; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnBrowseDestinationDB; private System.Windows.Forms.TextBox tbDestinationDB; private System.Windows.Forms.Label lblDestinationDB; private System.Windows.Forms.Button btnBrowseSourceDB; private System.Windows.Forms.TextBox tbSourceDB; private System.Windows.Forms.Label lblSourceDB; private System.Windows.Forms.GroupBox gbMigrateOrInit; private System.Windows.Forms.RadioButton rbTSRAIR; private System.Windows.Forms.RadioButton rbCrash; private System.Windows.Forms.RadioButton rbAero; private System.Windows.Forms.RadioButton rbMigrateLocal; private System.Windows.Forms.RadioButton rbNoneOfTheAbove; private System.Windows.Forms.CheckBox cbCopyConfig; } }