namespace Truffles
{
partial class createShop
{
///
/// 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(createShop));
this.txtInput = new System.Windows.Forms.TextBox();
this.nmrStart = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.txtOutput = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.nmrStart)).BeginInit();
this.SuspendLayout();
//
// txtInput
//
this.txtInput.Location = new System.Drawing.Point(9, 10);
this.txtInput.Multiline = true;
this.txtInput.Name = "txtInput";
this.txtInput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtInput.Size = new System.Drawing.Size(257, 372);
this.txtInput.TabIndex = 0;
//
// nmrStart
//
this.nmrStart.Location = new System.Drawing.Point(341, 10);
this.nmrStart.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.nmrStart.Name = "nmrStart";
this.nmrStart.Size = new System.Drawing.Size(81, 20);
this.nmrStart.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(272, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Start from";
//
// txtOutput
//
this.txtOutput.Location = new System.Drawing.Point(275, 49);
this.txtOutput.Multiline = true;
this.txtOutput.Name = "txtOutput";
this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtOutput.Size = new System.Drawing.Size(724, 332);
this.txtOutput.TabIndex = 3;
//
// button1
//
this.button1.Location = new System.Drawing.Point(438, 11);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(74, 19);
this.button1.TabIndex = 4;
this.button1.Text = "Go";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// createShop
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1015, 400);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtOutput);
this.Controls.Add(this.label1);
this.Controls.Add(this.nmrStart);
this.Controls.Add(this.txtInput);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "createShop";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "createShop";
((System.ComponentModel.ISupportInitialize)(this.nmrStart)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtInput;
private System.Windows.Forms.NumericUpDown nmrStart;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtOutput;
private System.Windows.Forms.Button button1;
}
}