namespace HeuristicLab.Services.Hive.DbCreator {
partial class MainWindow {
///
/// 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(MainWindow));
this.rtbDescription = new System.Windows.Forms.RichTextBox();
this.txtPath = new System.Windows.Forms.TextBox();
this.btnCreate = new System.Windows.Forms.Button();
this.btnChoosePath = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// rtbDescription
//
this.rtbDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rtbDescription.Enabled = false;
this.rtbDescription.Location = new System.Drawing.Point(12, 12);
this.rtbDescription.Name = "rtbDescription";
this.rtbDescription.Size = new System.Drawing.Size(413, 96);
this.rtbDescription.TabIndex = 1;
this.rtbDescription.Text = resources.GetString("rtbDescription.Text");
//
// txtPath
//
this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtPath.Location = new System.Drawing.Point(14, 118);
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(331, 20);
this.txtPath.TabIndex = 2;
//
// btnCreate
//
this.btnCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
this.btnCreate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnCreate.Location = new System.Drawing.Point(350, 144);
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(75, 23);
this.btnCreate.TabIndex = 3;
this.btnCreate.Text = "Create";
this.btnCreate.UseVisualStyleBackColor = true;
this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
//
// btnChoosePath
//
this.btnChoosePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnChoosePath.Image = ((System.Drawing.Image)(resources.GetObject("btnChoosePath.Image")));
this.btnChoosePath.Location = new System.Drawing.Point(351, 115);
this.btnChoosePath.Name = "btnChoosePath";
this.btnChoosePath.Size = new System.Drawing.Size(75, 23);
this.btnChoosePath.TabIndex = 4;
this.btnChoosePath.UseVisualStyleBackColor = true;
this.btnChoosePath.Click += new System.EventHandler(this.btnChoosePath_Click);
//
// MainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(437, 218);
this.Controls.Add(this.btnChoosePath);
this.Controls.Add(this.btnCreate);
this.Controls.Add(this.txtPath);
this.Controls.Add(this.rtbDescription);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainWindow";
this.Text = "Hive Database Creator";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RichTextBox rtbDescription;
private System.Windows.Forms.TextBox txtPath;
private System.Windows.Forms.Button btnCreate;
private System.Windows.Forms.Button btnChoosePath;
}
}