namespace ResultsBrowser.Forms { partial class DatabaseSettings { /// /// 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() { this.textBox10 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox11 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox12 = new System.Windows.Forms.TextBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBox10 // this.textBox10.Location = new System.Drawing.Point(85, 23); this.textBox10.Name = "textBox10"; this.textBox10.Size = new System.Drawing.Size(555, 20); this.textBox10.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 1; this.label1.Text = "WR10"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(26, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 13); this.label2.TabIndex = 3; this.label2.Text = "WR11"; // // textBox11 // this.textBox11.Location = new System.Drawing.Point(85, 49); this.textBox11.Name = "textBox11"; this.textBox11.Size = new System.Drawing.Size(555, 20); this.textBox11.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(26, 78); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 13); this.label3.TabIndex = 5; this.label3.Text = "WR12"; // // textBox12 // this.textBox12.Location = new System.Drawing.Point(85, 75); this.textBox12.Name = "textBox12"; this.textBox12.Size = new System.Drawing.Size(555, 20); this.textBox12.TabIndex = 4; // // okButton // this.okButton.Location = new System.Drawing.Point(434, 109); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(95, 38); this.okButton.TabIndex = 6; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(545, 109); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(95, 38); this.cancelButton.TabIndex = 7; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // DatabaseSettings // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(668, 159); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.label3); this.Controls.Add(this.textBox12); this.Controls.Add(this.label2); this.Controls.Add(this.textBox11); this.Controls.Add(this.label1); this.Controls.Add(this.textBox10); this.Name = "DatabaseSettings"; this.Text = "Database Settings"; this.Load += new System.EventHandler(this.DatabaseSettings_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox10; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox11; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox12; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; } }