namespace Level9 { partial class L9CutForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.checkBoxProtection = new System.Windows.Forms.CheckBox(); this.buttonClose = new System.Windows.Forms.Button(); this.radioButtonDetectedDatafiles = new System.Windows.Forms.RadioButton(); this.buttonExecute = new System.Windows.Forms.Button(); this.buttonBrowseOutput = new System.Windows.Forms.Button(); this.labelTitle2 = new System.Windows.Forms.Label(); this.labelTitle1 = new System.Windows.Forms.Label(); this.labelL9Cut = new System.Windows.Forms.Label(); this.radioButtonMissingPatches = new System.Windows.Forms.RadioButton(); this.textBoxOutput = new System.Windows.Forms.TextBox(); this.groupBoxParameters = new System.Windows.Forms.GroupBox(); this.textBoxInput = new System.Windows.Forms.TextBox(); this.labelOutputFile = new System.Windows.Forms.Label(); this.labelInputFile = new System.Windows.Forms.Label(); this.buttonBrowseInput = new System.Windows.Forms.Button(); this.radioButtonMissingDatafiles = new System.Windows.Forms.RadioButton(); this.labelTitle3 = new System.Windows.Forms.Label(); this.richTextBoxOutput = new System.Windows.Forms.RichTextBox(); this.groupBoxOutput = new System.Windows.Forms.GroupBox(); this.groupBoxParameters.SuspendLayout(); this.groupBoxOutput.SuspendLayout(); this.SuspendLayout(); // // checkBoxProtection // this.checkBoxProtection.Location = new System.Drawing.Point(8, 71); this.checkBoxProtection.Name = "checkBoxProtection"; this.checkBoxProtection.Size = new System.Drawing.Size(172, 18); this.checkBoxProtection.TabIndex = 13; this.checkBoxProtection.Text = "Remove protection"; // // buttonClose // this.buttonClose.AutoSize = true; this.buttonClose.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.buttonClose.Location = new System.Drawing.Point(485, 404); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(59, 26); this.buttonClose.TabIndex = 15; this.buttonClose.Text = "Close"; this.buttonClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.buttonClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick); // // radioButtonDetectedDatafiles // this.radioButtonDetectedDatafiles.Location = new System.Drawing.Point(361, 18); this.radioButtonDetectedDatafiles.Name = "radioButtonDetectedDatafiles"; this.radioButtonDetectedDatafiles.Size = new System.Drawing.Size(148, 22); this.radioButtonDetectedDatafiles.TabIndex = 14; this.radioButtonDetectedDatafiles.Text = "List all detected datafiles"; this.radioButtonDetectedDatafiles.CheckedChanged += new System.EventHandler(this.RadioButtonDetectedDatafilesCheckedChanged); // // buttonExecute // this.buttonExecute.AutoSize = true; this.buttonExecute.Enabled = false; this.buttonExecute.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.buttonExecute.Location = new System.Drawing.Point(405, 404); this.buttonExecute.Name = "buttonExecute"; this.buttonExecute.Size = new System.Drawing.Size(74, 26); this.buttonExecute.TabIndex = 14; this.buttonExecute.Text = "Execute"; this.buttonExecute.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.buttonExecute.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.buttonExecute.Click += new System.EventHandler(this.ButtonExecuteClick); // // buttonBrowseOutput // this.buttonBrowseOutput.Location = new System.Drawing.Point(279, 45); this.buttonBrowseOutput.Name = "buttonBrowseOutput"; this.buttonBrowseOutput.Size = new System.Drawing.Size(68, 20); this.buttonBrowseOutput.TabIndex = 9; this.buttonBrowseOutput.Text = "Browse..."; this.buttonBrowseOutput.Click += new System.EventHandler(this.ButtonBrowseOutputClick); // // labelTitle2 // this.labelTitle2.Location = new System.Drawing.Point(64, 26); this.labelTitle2.Name = "labelTitle2"; this.labelTitle2.Size = new System.Drawing.Size(372, 15); this.labelTitle2.TabIndex = 10; this.labelTitle2.Text = "Extracts Level 9 datafile (V2-4) from most types of sequential input data."; // // labelTitle1 // this.labelTitle1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTitle1.Location = new System.Drawing.Point(65, 7); this.labelTitle1.Name = "labelTitle1"; this.labelTitle1.Size = new System.Drawing.Size(124, 15); this.labelTitle1.TabIndex = 9; this.labelTitle1.Text = "L9Cut version 3.13"; // // labelL9Cut // this.labelL9Cut.Location = new System.Drawing.Point(9, 7); this.labelL9Cut.Name = "labelL9Cut"; this.labelL9Cut.Size = new System.Drawing.Size(52, 49); this.labelL9Cut.TabIndex = 8; // // radioButtonMissingPatches // this.radioButtonMissingPatches.Location = new System.Drawing.Point(361, 70); this.radioButtonMissingPatches.Name = "radioButtonMissingPatches"; this.radioButtonMissingPatches.Size = new System.Drawing.Size(148, 22); this.radioButtonMissingPatches.TabIndex = 16; this.radioButtonMissingPatches.Text = "List missing patches"; this.radioButtonMissingPatches.CheckedChanged += new System.EventHandler(this.RadioButtonMissingPatchesCheckedChanged); // // textBoxOutput // this.textBoxOutput.Location = new System.Drawing.Point(76, 45); this.textBoxOutput.Name = "textBoxOutput"; this.textBoxOutput.Size = new System.Drawing.Size(197, 20); this.textBoxOutput.TabIndex = 3; this.textBoxOutput.TextChanged += new System.EventHandler(this.TextBoxOutputTextChanged); // // groupBoxParameters // this.groupBoxParameters.Controls.Add(this.radioButtonMissingPatches); this.groupBoxParameters.Controls.Add(this.radioButtonDetectedDatafiles); this.groupBoxParameters.Controls.Add(this.checkBoxProtection); this.groupBoxParameters.Controls.Add(this.buttonBrowseOutput); this.groupBoxParameters.Controls.Add(this.textBoxOutput); this.groupBoxParameters.Controls.Add(this.textBoxInput); this.groupBoxParameters.Controls.Add(this.labelOutputFile); this.groupBoxParameters.Controls.Add(this.labelInputFile); this.groupBoxParameters.Controls.Add(this.buttonBrowseInput); this.groupBoxParameters.Controls.Add(this.radioButtonMissingDatafiles); this.groupBoxParameters.Location = new System.Drawing.Point(5, 63); this.groupBoxParameters.Name = "groupBoxParameters"; this.groupBoxParameters.Size = new System.Drawing.Size(539, 104); this.groupBoxParameters.TabIndex = 12; this.groupBoxParameters.TabStop = false; this.groupBoxParameters.Text = "Parameters"; // // textBoxInput // this.textBoxInput.Location = new System.Drawing.Point(76, 19); this.textBoxInput.Name = "textBoxInput"; this.textBoxInput.Size = new System.Drawing.Size(197, 20); this.textBoxInput.TabIndex = 2; this.textBoxInput.TextChanged += new System.EventHandler(this.TextBoxInputTextChanged); // // labelOutputFile // this.labelOutputFile.Location = new System.Drawing.Point(8, 48); this.labelOutputFile.Name = "labelOutputFile"; this.labelOutputFile.Size = new System.Drawing.Size(64, 15); this.labelOutputFile.TabIndex = 1; this.labelOutputFile.Text = "Output file"; // // labelInputFile // this.labelInputFile.Location = new System.Drawing.Point(8, 22); this.labelInputFile.Name = "labelInputFile"; this.labelInputFile.Size = new System.Drawing.Size(64, 15); this.labelInputFile.TabIndex = 0; this.labelInputFile.Text = "Input file"; // // buttonBrowseInput // this.buttonBrowseInput.Location = new System.Drawing.Point(279, 19); this.buttonBrowseInput.Name = "buttonBrowseInput"; this.buttonBrowseInput.Size = new System.Drawing.Size(68, 20); this.buttonBrowseInput.TabIndex = 8; this.buttonBrowseInput.Text = "Browse..."; this.buttonBrowseInput.Click += new System.EventHandler(this.ButtonBrowseInputClick); // // radioButtonMissingDatafiles // this.radioButtonMissingDatafiles.Location = new System.Drawing.Point(361, 44); this.radioButtonMissingDatafiles.Name = "radioButtonMissingDatafiles"; this.radioButtonMissingDatafiles.Size = new System.Drawing.Size(175, 22); this.radioButtonMissingDatafiles.TabIndex = 15; this.radioButtonMissingDatafiles.Text = "List (known) missing datafiles"; this.radioButtonMissingDatafiles.CheckedChanged += new System.EventHandler(this.RadioButtonMissingDatafilesCheckedChanged); // // labelTitle3 // this.labelTitle3.Location = new System.Drawing.Point(64, 41); this.labelTitle3.Name = "labelTitle3"; this.labelTitle3.Size = new System.Drawing.Size(372, 15); this.labelTitle3.TabIndex = 11; this.labelTitle3.Text = "Copyleft 1996-2002 by Paul David Doherty"; // // richTextBoxOutput // this.richTextBoxOutput.BackColor = System.Drawing.SystemColors.Window; this.richTextBoxOutput.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.richTextBoxOutput.ForeColor = System.Drawing.SystemColors.WindowText; this.richTextBoxOutput.Location = new System.Drawing.Point(6, 19); this.richTextBoxOutput.Name = "richTextBoxOutput"; this.richTextBoxOutput.ReadOnly = true; this.richTextBoxOutput.Size = new System.Drawing.Size(527, 200); this.richTextBoxOutput.TabIndex = 0; this.richTextBoxOutput.Text = ""; this.richTextBoxOutput.WordWrap = false; // // groupBoxOutput // this.groupBoxOutput.Controls.Add(this.richTextBoxOutput); this.groupBoxOutput.Location = new System.Drawing.Point(5, 171); this.groupBoxOutput.Name = "groupBoxOutput"; this.groupBoxOutput.Size = new System.Drawing.Size(539, 227); this.groupBoxOutput.TabIndex = 13; this.groupBoxOutput.TabStop = false; this.groupBoxOutput.Text = "L9Cut output"; // // L9CutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(549, 436); this.Controls.Add(this.buttonClose); this.Controls.Add(this.buttonExecute); this.Controls.Add(this.labelTitle2); this.Controls.Add(this.labelTitle1); this.Controls.Add(this.labelL9Cut); this.Controls.Add(this.groupBoxParameters); this.Controls.Add(this.labelTitle3); this.Controls.Add(this.groupBoxOutput); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "L9CutForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "L9Cut"; this.groupBoxParameters.ResumeLayout(false); this.groupBoxParameters.PerformLayout(); this.groupBoxOutput.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.TextBox textBoxOutput; private System.Windows.Forms.TextBox textBoxInput; private System.Windows.Forms.GroupBox groupBoxOutput; private System.Windows.Forms.RichTextBox richTextBoxOutput; private System.Windows.Forms.Label labelTitle3; private System.Windows.Forms.RadioButton radioButtonMissingDatafiles; private System.Windows.Forms.Button buttonBrowseInput; private System.Windows.Forms.Label labelInputFile; private System.Windows.Forms.Label labelOutputFile; private System.Windows.Forms.GroupBox groupBoxParameters; private System.Windows.Forms.RadioButton radioButtonMissingPatches; private System.Windows.Forms.Label labelL9Cut; private System.Windows.Forms.Label labelTitle1; private System.Windows.Forms.Label labelTitle2; private System.Windows.Forms.Button buttonBrowseOutput; private System.Windows.Forms.Button buttonExecute; private System.Windows.Forms.RadioButton radioButtonDetectedDatafiles; private System.Windows.Forms.Button buttonClose; private System.Windows.Forms.CheckBox checkBoxProtection; } }