tbf/TBF/UI/Settings/UpgradeSelectionDlg.Designer.cs

192 lines
11 KiB
C#

namespace TBF.UI.Settings
{
partial class UpgradeSelectionDlg
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.upgradeConfigDBCheckBox = new System.Windows.Forms.CheckBox();
this.upgradeResultsDBCheckBox = new System.Windows.Forms.CheckBox();
this.upgradePipesButton = new System.Windows.Forms.Button();
this.upgradeDb_301_302_Button = new System.Windows.Forms.Button();
this.upgradeDb_302_303_Button = new System.Windows.Forms.Button();
this.upgradeDb_303_304_Button = new System.Windows.Forms.Button();
this.upgradeDb_304_305_Button = new System.Windows.Forms.Button();
this.upgradeDb_305_306_Button = new System.Windows.Forms.Button();
this.upgradeDb_306_307_Button = new System.Windows.Forms.Button();
this.upgradeDb_307_308_Button = new System.Windows.Forms.Button();
this.upgradeDb_308_309_Button = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// upgradeConfigDBCheckBox
//
this.upgradeConfigDBCheckBox.AutoSize = true;
this.upgradeConfigDBCheckBox.Location = new System.Drawing.Point(13, 14);
this.upgradeConfigDBCheckBox.Name = "upgradeConfigDBCheckBox";
this.upgradeConfigDBCheckBox.Size = new System.Drawing.Size(147, 17);
this.upgradeConfigDBCheckBox.TabIndex = 0;
this.upgradeConfigDBCheckBox.Text = "Upgrade Config database";
this.upgradeConfigDBCheckBox.UseVisualStyleBackColor = true;
//
// upgradeResultsDBCheckBox
//
this.upgradeResultsDBCheckBox.AutoSize = true;
this.upgradeResultsDBCheckBox.Location = new System.Drawing.Point(13, 34);
this.upgradeResultsDBCheckBox.Name = "upgradeResultsDBCheckBox";
this.upgradeResultsDBCheckBox.Size = new System.Drawing.Size(152, 17);
this.upgradeResultsDBCheckBox.TabIndex = 1;
this.upgradeResultsDBCheckBox.Text = "Upgrade Results database";
this.upgradeResultsDBCheckBox.UseVisualStyleBackColor = true;
//
// upgradePipesButton
//
this.upgradePipesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.upgradePipesButton.Location = new System.Drawing.Point(207, 10);
this.upgradePipesButton.Name = "upgradePipesButton";
this.upgradePipesButton.Size = new System.Drawing.Size(65, 42);
this.upgradePipesButton.TabIndex = 20;
this.upgradePipesButton.Text = "Upgrade pipes";
this.upgradePipesButton.UseVisualStyleBackColor = true;
this.upgradePipesButton.Click += new System.EventHandler(this.upgradePipesButton_Click);
//
// upgradeDb_301_302_Button
//
this.upgradeDb_301_302_Button.Location = new System.Drawing.Point(12, 63);
this.upgradeDb_301_302_Button.Name = "upgradeDb_301_302_Button";
this.upgradeDb_301_302_Button.Size = new System.Drawing.Size(260, 22);
this.upgradeDb_301_302_Button.TabIndex = 23;
this.upgradeDb_301_302_Button.Text = "Upgrade DB from v.3.1 to v.3.2";
this.upgradeDb_301_302_Button.UseVisualStyleBackColor = true;
this.upgradeDb_301_302_Button.Click += new System.EventHandler(this.upgradeDb_301_302_Button_Click);
//
// upgradeDb_302_303_Button
//
this.upgradeDb_302_303_Button.Location = new System.Drawing.Point(12, 88);
this.upgradeDb_302_303_Button.Name = "upgradeDb_302_303_Button";
this.upgradeDb_302_303_Button.Size = new System.Drawing.Size(260, 22);
this.upgradeDb_302_303_Button.TabIndex = 24;
this.upgradeDb_302_303_Button.Text = "Upgrade DB from v.3.2 to v.3.3";
this.upgradeDb_302_303_Button.UseVisualStyleBackColor = true;
this.upgradeDb_302_303_Button.Click += new System.EventHandler(this.upgradeDb_302_303_Button_Click);
//
// upgradeDb_303_304_Button
//
this.upgradeDb_303_304_Button.Location = new System.Drawing.Point(12, 114);
this.upgradeDb_303_304_Button.Name = "upgradeDb_303_304_Button";
this.upgradeDb_303_304_Button.Size = new System.Drawing.Size(260, 22);
this.upgradeDb_303_304_Button.TabIndex = 25;
this.upgradeDb_303_304_Button.Text = "Upgrade DB from v.3.3 to v.3.4";
this.upgradeDb_303_304_Button.UseVisualStyleBackColor = true;
this.upgradeDb_303_304_Button.Click += new System.EventHandler(this.upgradeDb_303_304_Button_Click);
//
// upgradeDb_304_305_Button
//
this.upgradeDb_304_305_Button.Location = new System.Drawing.Point(12, 139);
this.upgradeDb_304_305_Button.Name = "upgradeDb_304_305_Button";
this.upgradeDb_304_305_Button.Size = new System.Drawing.Size(260, 22);
this.upgradeDb_304_305_Button.TabIndex = 26;
this.upgradeDb_304_305_Button.Text = "Upgrade DB from v.3.4 to v.3.5";
this.upgradeDb_304_305_Button.UseVisualStyleBackColor = true;
this.upgradeDb_304_305_Button.Click += new System.EventHandler(this.upgradeDb_304_305_Button_Click);
//
// upgradeDb_305_306_Button
//
this.upgradeDb_305_306_Button.Location = new System.Drawing.Point(12, 164);
this.upgradeDb_305_306_Button.Name = "upgradeDb_305_306_Button";
this.upgradeDb_305_306_Button.Size = new System.Drawing.Size(260, 22);
this.upgradeDb_305_306_Button.TabIndex = 27;
this.upgradeDb_305_306_Button.Text = "Upgrade DB from v.3.5 to v.3.6";
this.upgradeDb_305_306_Button.UseVisualStyleBackColor = true;
this.upgradeDb_305_306_Button.Click += new System.EventHandler(this.upgradeDb_305_306_Button_Click);
//
// upgradeDb_306_307_Button
//
this.upgradeDb_306_307_Button.Location = new System.Drawing.Point(12, 189);
this.upgradeDb_306_307_Button.Name = "upgradeDb_306_307_Button";
this.upgradeDb_306_307_Button.Size = new System.Drawing.Size(260, 22);
this.upgradeDb_306_307_Button.TabIndex = 28;
this.upgradeDb_306_307_Button.Text = "Upgrade DB from v.3.6 to v.3.7";
this.upgradeDb_306_307_Button.UseVisualStyleBackColor = true;
this.upgradeDb_306_307_Button.Click += new System.EventHandler(this.upgradeDb_306_307_Button_Click);
//
// upgradeDb_307_308_Button
//
this.upgradeDb_307_308_Button.Location = new System.Drawing.Point(12, 214);
this.upgradeDb_307_308_Button.Name = "upgradeDb_307_308_Button";
this.upgradeDb_307_308_Button.Size = new System.Drawing.Size(260, 22);
this.upgradeDb_307_308_Button.TabIndex = 29;
this.upgradeDb_307_308_Button.Text = "Upgrade DB from v.3.7 to v.3.8";
this.upgradeDb_307_308_Button.UseVisualStyleBackColor = true;
this.upgradeDb_307_308_Button.Click += new System.EventHandler(this.upgradeDb_307_308_Button_Click);
//
// upgradeDb_308_309_Button
//
this.upgradeDb_308_309_Button.Location = new System.Drawing.Point(12, 239);
this.upgradeDb_308_309_Button.Name = "upgradeDb_308_309_Button";
this.upgradeDb_308_309_Button.Size = new System.Drawing.Size(260, 22);
this.upgradeDb_308_309_Button.TabIndex = 30;
this.upgradeDb_308_309_Button.Text = "Upgrade DB from v.3.8 to v.3.9";
this.upgradeDb_308_309_Button.UseVisualStyleBackColor = true;
this.upgradeDb_308_309_Button.Click += new System.EventHandler(this.upgradeDb_308_309_Button_Click);
//
// UpgradeSelectionDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 597);
this.Controls.Add(this.upgradeDb_308_309_Button);
this.Controls.Add(this.upgradeDb_307_308_Button);
this.Controls.Add(this.upgradeDb_306_307_Button);
this.Controls.Add(this.upgradePipesButton);
this.Controls.Add(this.upgradeDb_305_306_Button);
this.Controls.Add(this.upgradeDb_304_305_Button);
this.Controls.Add(this.upgradeDb_303_304_Button);
this.Controls.Add(this.upgradeDb_302_303_Button);
this.Controls.Add(this.upgradeDb_301_302_Button);
this.Controls.Add(this.upgradeResultsDBCheckBox);
this.Controls.Add(this.upgradeConfigDBCheckBox);
this.Name = "UpgradeSelectionDlg";
this.Text = "Upgrade selection";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox upgradeConfigDBCheckBox;
private System.Windows.Forms.CheckBox upgradeResultsDBCheckBox;
private System.Windows.Forms.Button upgradePipesButton;
private System.Windows.Forms.Button upgradeDb_301_302_Button;
private System.Windows.Forms.Button upgradeDb_302_303_Button;
private System.Windows.Forms.Button upgradeDb_303_304_Button;
private System.Windows.Forms.Button upgradeDb_304_305_Button;
private System.Windows.Forms.Button upgradeDb_305_306_Button;
private System.Windows.Forms.Button upgradeDb_306_307_Button;
private System.Windows.Forms.Button upgradeDb_307_308_Button;
private System.Windows.Forms.Button upgradeDb_308_309_Button;
}
}