namespace Acti2SHM { partial class Frm_MainForm { /// /// 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.BTN_PickFile = new System.Windows.Forms.Button(); this.TB_infile = new System.Windows.Forms.TextBox(); this.LB_File = new System.Windows.Forms.Label(); this.LB_of = new System.Windows.Forms.Label(); this.TB_outfile = new System.Windows.Forms.TextBox(); this.PB_convert = new System.Windows.Forms.ProgressBar(); this.LB_prog = new System.Windows.Forms.Label(); this.BTN_go = new System.Windows.Forms.Button(); this.LB_stat = new System.Windows.Forms.Label(); this.lb_Status = new System.Windows.Forms.Label(); this.LB_ProgressValue = new System.Windows.Forms.Label(); this.BTN_SaveFile = new System.Windows.Forms.Button(); this.SuspendLayout(); // // BTN_PickFile // this.BTN_PickFile.Location = new System.Drawing.Point(588, 41); this.BTN_PickFile.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.BTN_PickFile.Name = "BTN_PickFile"; this.BTN_PickFile.Size = new System.Drawing.Size(100, 28); this.BTN_PickFile.TabIndex = 0; this.BTN_PickFile.Text = "Browse..."; this.BTN_PickFile.UseVisualStyleBackColor = true; this.BTN_PickFile.Click += new System.EventHandler(this.Btn_PickFile_Click); // // TB_infile // this.TB_infile.Location = new System.Drawing.Point(107, 42); this.TB_infile.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.TB_infile.Name = "TB_infile"; this.TB_infile.Size = new System.Drawing.Size(472, 22); this.TB_infile.TabIndex = 1; // // LB_File // this.LB_File.AutoSize = true; this.LB_File.Location = new System.Drawing.Point(17, 47); this.LB_File.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.LB_File.Name = "LB_File"; this.LB_File.Size = new System.Drawing.Size(69, 17); this.LB_File.TabIndex = 2; this.LB_File.Text = "Input File:"; // // LB_of // this.LB_of.AutoSize = true; this.LB_of.Location = new System.Drawing.Point(17, 79); this.LB_of.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.LB_of.Name = "LB_of"; this.LB_of.Size = new System.Drawing.Size(81, 17); this.LB_of.TabIndex = 5; this.LB_of.Text = "Output File:"; // // TB_outfile // this.TB_outfile.Location = new System.Drawing.Point(107, 74); this.TB_outfile.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.TB_outfile.Name = "TB_outfile"; this.TB_outfile.Size = new System.Drawing.Size(472, 22); this.TB_outfile.TabIndex = 4; // // PB_convert // this.PB_convert.Location = new System.Drawing.Point(107, 222); this.PB_convert.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.PB_convert.Name = "PB_convert"; this.PB_convert.Size = new System.Drawing.Size(473, 28); this.PB_convert.TabIndex = 6; // // LB_prog // this.LB_prog.AutoSize = true; this.LB_prog.Location = new System.Drawing.Point(17, 234); this.LB_prog.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.LB_prog.Name = "LB_prog"; this.LB_prog.Size = new System.Drawing.Size(69, 17); this.LB_prog.TabIndex = 7; this.LB_prog.Text = "Progress:"; // // BTN_go // this.BTN_go.Location = new System.Drawing.Point(296, 165); this.BTN_go.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.BTN_go.Name = "BTN_go"; this.BTN_go.Size = new System.Drawing.Size(100, 28); this.BTN_go.TabIndex = 8; this.BTN_go.Text = "Go!"; this.BTN_go.UseVisualStyleBackColor = true; this.BTN_go.Click += new System.EventHandler(this.Btn_go_Click); // // LB_stat // this.LB_stat.AutoSize = true; this.LB_stat.Location = new System.Drawing.Point(21, 286); this.LB_stat.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.LB_stat.Name = "LB_stat"; this.LB_stat.Size = new System.Drawing.Size(52, 17); this.LB_stat.TabIndex = 9; this.LB_stat.Text = "Status:"; // // lb_Status // this.lb_Status.AutoSize = true; this.lb_Status.Location = new System.Drawing.Point(103, 286); this.lb_Status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lb_Status.Name = "lb_Status"; this.lb_Status.Size = new System.Drawing.Size(0, 17); this.lb_Status.TabIndex = 10; // // LB_ProgressValue // this.LB_ProgressValue.AutoSize = true; this.LB_ProgressValue.Location = new System.Drawing.Point(320, 228); this.LB_ProgressValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.LB_ProgressValue.Name = "LB_ProgressValue"; this.LB_ProgressValue.Size = new System.Drawing.Size(16, 17); this.LB_ProgressValue.TabIndex = 13; this.LB_ProgressValue.Text = "0"; // // BTN_SaveFile // this.BTN_SaveFile.Location = new System.Drawing.Point(588, 71); this.BTN_SaveFile.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.BTN_SaveFile.Name = "BTN_SaveFile"; this.BTN_SaveFile.Size = new System.Drawing.Size(100, 28); this.BTN_SaveFile.TabIndex = 16; this.BTN_SaveFile.Text = "Change..."; this.BTN_SaveFile.UseVisualStyleBackColor = true; this.BTN_SaveFile.Click += new System.EventHandler(this.BTN_SaveFile_Click); // // Frm_MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(717, 352); this.Controls.Add(this.BTN_SaveFile); this.Controls.Add(this.LB_ProgressValue); this.Controls.Add(this.lb_Status); this.Controls.Add(this.LB_stat); this.Controls.Add(this.BTN_go); this.Controls.Add(this.LB_prog); this.Controls.Add(this.PB_convert); this.Controls.Add(this.LB_of); this.Controls.Add(this.TB_outfile); this.Controls.Add(this.LB_File); this.Controls.Add(this.TB_infile); this.Controls.Add(this.BTN_PickFile); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Frm_MainForm"; this.Text = "Acti2SHM"; this.Load += new System.EventHandler(this.Frm_MainForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BTN_PickFile; private System.Windows.Forms.TextBox TB_infile; private System.Windows.Forms.Label LB_File; private System.Windows.Forms.Label LB_of; private System.Windows.Forms.TextBox TB_outfile; private System.Windows.Forms.ProgressBar PB_convert; private System.Windows.Forms.Label LB_prog; private System.Windows.Forms.Button BTN_go; private System.Windows.Forms.Label LB_stat; private System.Windows.Forms.Label lb_Status; private System.Windows.Forms.Label LB_ProgressValue; private System.Windows.Forms.Button BTN_SaveFile; } }