You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
311 lines
14 KiB
311 lines
14 KiB
namespace GroupBuyParser
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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.txtPath = new System.Windows.Forms.TextBox();
|
|
this.btnPathBrowser = new System.Windows.Forms.Button();
|
|
this.dlgOpen = new System.Windows.Forms.OpenFileDialog();
|
|
this.btnType1 = new System.Windows.Forms.Button();
|
|
this.btnType2 = new System.Windows.Forms.Button();
|
|
this.btnType3 = new System.Windows.Forms.Button();
|
|
this.lstError = new System.Windows.Forms.ListBox();
|
|
this.lstSuccess = new System.Windows.Forms.ListBox();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.rdoPath = new System.Windows.Forms.RadioButton();
|
|
this.rdoInput = new System.Windows.Forms.RadioButton();
|
|
this.txtInput = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.txtLocation = new System.Windows.Forms.TextBox();
|
|
this.btnProcess = new System.Windows.Forms.Button();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.lblListCount = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(70, 16);
|
|
this.txtPath.Name = "txtPath";
|
|
this.txtPath.Size = new System.Drawing.Size(401, 23);
|
|
this.txtPath.TabIndex = 1;
|
|
//
|
|
// btnPathBrowser
|
|
//
|
|
this.btnPathBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnPathBrowser.Location = new System.Drawing.Point(477, 16);
|
|
this.btnPathBrowser.Name = "btnPathBrowser";
|
|
this.btnPathBrowser.Size = new System.Drawing.Size(29, 23);
|
|
this.btnPathBrowser.TabIndex = 2;
|
|
this.btnPathBrowser.Text = "...";
|
|
this.btnPathBrowser.UseVisualStyleBackColor = true;
|
|
this.btnPathBrowser.Click += new System.EventHandler(this.btnPathBrowser_Click);
|
|
//
|
|
// dlgOpen
|
|
//
|
|
this.dlgOpen.Filter = "文字檔|*.txt|所有檔案|*.*";
|
|
//
|
|
// btnType1
|
|
//
|
|
this.btnType1.Location = new System.Drawing.Point(14, 162);
|
|
this.btnType1.Name = "btnType1";
|
|
this.btnType1.Size = new System.Drawing.Size(114, 26);
|
|
this.btnType1.TabIndex = 3;
|
|
this.btnType1.Text = "Version1 (+1)";
|
|
this.btnType1.UseVisualStyleBackColor = true;
|
|
this.btnType1.Click += new System.EventHandler(this.btnType1_Click);
|
|
//
|
|
// btnType2
|
|
//
|
|
this.btnType2.Location = new System.Drawing.Point(134, 162);
|
|
this.btnType2.Name = "btnType2";
|
|
this.btnType2.Size = new System.Drawing.Size(114, 26);
|
|
this.btnType2.TabIndex = 3;
|
|
this.btnType2.Text = "Version2 (A+1)";
|
|
this.btnType2.UseVisualStyleBackColor = true;
|
|
this.btnType2.Click += new System.EventHandler(this.btnType2_Click);
|
|
//
|
|
// btnType3
|
|
//
|
|
this.btnType3.Location = new System.Drawing.Point(254, 162);
|
|
this.btnType3.Name = "btnType3";
|
|
this.btnType3.Size = new System.Drawing.Size(114, 26);
|
|
this.btnType3.TabIndex = 3;
|
|
this.btnType3.Text = "Version3 (AM+1)";
|
|
this.btnType3.UseVisualStyleBackColor = true;
|
|
this.btnType3.Click += new System.EventHandler(this.btnType3_Click);
|
|
//
|
|
// lstError
|
|
//
|
|
this.lstError.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstError.FormattingEnabled = true;
|
|
this.lstError.IntegralHeight = false;
|
|
this.lstError.ItemHeight = 15;
|
|
this.lstError.Location = new System.Drawing.Point(0, 0);
|
|
this.lstError.Name = "lstError";
|
|
this.lstError.Size = new System.Drawing.Size(238, 315);
|
|
this.lstError.TabIndex = 4;
|
|
//
|
|
// lstSuccess
|
|
//
|
|
this.lstSuccess.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstSuccess.FormattingEnabled = true;
|
|
this.lstSuccess.IntegralHeight = false;
|
|
this.lstSuccess.ItemHeight = 15;
|
|
this.lstSuccess.Location = new System.Drawing.Point(0, 0);
|
|
this.lstSuccess.Name = "lstSuccess";
|
|
this.lstSuccess.Size = new System.Drawing.Size(252, 315);
|
|
this.lstSuccess.TabIndex = 4;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.splitContainer1.Location = new System.Drawing.Point(14, 194);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.lstSuccess);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.lstError);
|
|
this.splitContainer1.Size = new System.Drawing.Size(494, 315);
|
|
this.splitContainer1.SplitterDistance = 252;
|
|
this.splitContainer1.TabIndex = 5;
|
|
this.splitContainer1.Text = "splitContainer1";
|
|
//
|
|
// rdoPath
|
|
//
|
|
this.rdoPath.AutoSize = true;
|
|
this.rdoPath.Checked = true;
|
|
this.rdoPath.Location = new System.Drawing.Point(14, 18);
|
|
this.rdoPath.Name = "rdoPath";
|
|
this.rdoPath.Size = new System.Drawing.Size(50, 19);
|
|
this.rdoPath.TabIndex = 6;
|
|
this.rdoPath.TabStop = true;
|
|
this.rdoPath.Text = "Path";
|
|
this.rdoPath.UseVisualStyleBackColor = true;
|
|
//
|
|
// rdoInput
|
|
//
|
|
this.rdoInput.AutoSize = true;
|
|
this.rdoInput.Location = new System.Drawing.Point(14, 48);
|
|
this.rdoInput.Name = "rdoInput";
|
|
this.rdoInput.Size = new System.Drawing.Size(54, 19);
|
|
this.rdoInput.TabIndex = 6;
|
|
this.rdoInput.Text = "Input";
|
|
this.rdoInput.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtInput
|
|
//
|
|
this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtInput.Location = new System.Drawing.Point(70, 47);
|
|
this.txtInput.Multiline = true;
|
|
this.txtInput.Name = "txtInput";
|
|
this.txtInput.Size = new System.Drawing.Size(436, 52);
|
|
this.txtInput.TabIndex = 7;
|
|
this.txtInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtInput_KeyDown);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(15, 108);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(42, 15);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "Name";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(353, 108);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(56, 15);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "Location";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(70, 105);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(277, 23);
|
|
this.txtName.TabIndex = 9;
|
|
//
|
|
// txtLocation
|
|
//
|
|
this.txtLocation.Location = new System.Drawing.Point(415, 105);
|
|
this.txtLocation.Name = "txtLocation";
|
|
this.txtLocation.Size = new System.Drawing.Size(92, 23);
|
|
this.txtLocation.TabIndex = 9;
|
|
//
|
|
// btnProcess
|
|
//
|
|
this.btnProcess.Location = new System.Drawing.Point(394, 162);
|
|
this.btnProcess.Name = "btnProcess";
|
|
this.btnProcess.Size = new System.Drawing.Size(114, 26);
|
|
this.btnProcess.TabIndex = 10;
|
|
this.btnProcess.Text = "&Run";
|
|
this.btnProcess.UseVisualStyleBackColor = true;
|
|
this.btnProcess.Click += new System.EventHandler(this.btnProcess_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.lblListCount});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 525);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(520, 22);
|
|
this.statusStrip1.TabIndex = 11;
|
|
//
|
|
// lblListCount
|
|
//
|
|
this.lblListCount.Name = "lblListCount";
|
|
this.lblListCount.Size = new System.Drawing.Size(128, 17);
|
|
this.lblListCount.Text = "toolStripStatusLabel1";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(15, 138);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(430, 15);
|
|
this.label4.TabIndex = 12;
|
|
this.label4.Text = "Use comma to split, colon to set specification. Ex. \"A,B\" \"A:XL:2XL,B:XL:2XL\"";
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(520, 547);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.btnProcess);
|
|
this.Controls.Add(this.txtLocation);
|
|
this.Controls.Add(this.txtName);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtInput);
|
|
this.Controls.Add(this.rdoInput);
|
|
this.Controls.Add(this.rdoPath);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.btnType3);
|
|
this.Controls.Add(this.btnType2);
|
|
this.Controls.Add(this.btnType1);
|
|
this.Controls.Add(this.btnPathBrowser);
|
|
this.Controls.Add(this.txtPath);
|
|
this.Name = "MainForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "GroupBuy Parser Tester";
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TextBox txtPath;
|
|
private System.Windows.Forms.Button btnPathBrowser;
|
|
private System.Windows.Forms.OpenFileDialog dlgOpen;
|
|
private System.Windows.Forms.Button btnType1;
|
|
private System.Windows.Forms.Button btnType2;
|
|
private System.Windows.Forms.Button btnType3;
|
|
private System.Windows.Forms.ListBox lstError;
|
|
private System.Windows.Forms.ListBox lstSuccess;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.RadioButton rdoPath;
|
|
private System.Windows.Forms.RadioButton rdoInput;
|
|
private System.Windows.Forms.TextBox txtInput;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private System.Windows.Forms.TextBox txtLocation;
|
|
private System.Windows.Forms.Button btnProcess;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel lblListCount;
|
|
private System.Windows.Forms.Label label4;
|
|
}
|
|
}
|
|
|