namespace LabelPrinting { partial class MainWnd { /// /// 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.snTrailTextBox = new System.Windows.Forms.TextBox(); this.countTextBox = new System.Windows.Forms.TextBox(); this.snTrailLabel = new System.Windows.Forms.Label(); this.countLabel = new System.Windows.Forms.Label(); this.sapNumberLabel = new System.Windows.Forms.Label(); this.separatorLabel = new System.Windows.Forms.Label(); this.startButton = new System.Windows.Forms.Button(); this.sapNumberComboBox = new System.Windows.Forms.ComboBox(); this.separatorComboBox = new System.Windows.Forms.ComboBox(); this.interruptButton = new System.Windows.Forms.Button(); this.mainMenuStrip = new System.Windows.Forms.MenuStrip(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mainMenuStrip.SuspendLayout(); this.SuspendLayout(); // // snTrailTextBox // this.snTrailTextBox.Location = new System.Drawing.Point(230, 97); this.snTrailTextBox.Name = "snTrailTextBox"; this.snTrailTextBox.Size = new System.Drawing.Size(121, 20); this.snTrailTextBox.TabIndex = 8; // // countTextBox // this.countTextBox.Location = new System.Drawing.Point(230, 123); this.countTextBox.Name = "countTextBox"; this.countTextBox.Size = new System.Drawing.Size(72, 20); this.countTextBox.TabIndex = 1; // // snTrailLabel // this.snTrailLabel.AutoSize = true; this.snTrailLabel.Location = new System.Drawing.Point(35, 100); this.snTrailLabel.Name = "snTrailLabel"; this.snTrailLabel.Size = new System.Drawing.Size(110, 13); this.snTrailLabel.TabIndex = 7; this.snTrailLabel.Text = "First S/N trail (9 digits)"; // // countLabel // this.countLabel.AutoSize = true; this.countLabel.Location = new System.Drawing.Point(35, 126); this.countLabel.Name = "countLabel"; this.countLabel.Size = new System.Drawing.Size(65, 13); this.countLabel.TabIndex = 0; this.countLabel.Text = "S/N-s count"; // // sapNumberLabel // this.sapNumberLabel.AutoSize = true; this.sapNumberLabel.Location = new System.Drawing.Point(35, 48); this.sapNumberLabel.Name = "sapNumberLabel"; this.sapNumberLabel.Size = new System.Drawing.Size(111, 13); this.sapNumberLabel.TabIndex = 3; this.sapNumberLabel.Text = "SAP number ( 8 digits)"; // // separatorLabel // this.separatorLabel.AutoSize = true; this.separatorLabel.Location = new System.Drawing.Point(35, 74); this.separatorLabel.Name = "separatorLabel"; this.separatorLabel.Size = new System.Drawing.Size(124, 13); this.separatorLabel.TabIndex = 5; this.separatorLabel.Text = "Separator ( 3 characters)"; // // startButton // this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.startButton.Location = new System.Drawing.Point(439, 63); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(117, 54); this.startButton.TabIndex = 2; this.startButton.Text = "Start printing"; this.startButton.UseVisualStyleBackColor = true; this.startButton.Click += new System.EventHandler(this.startButton_Click); // // sapNumberComboBox // this.sapNumberComboBox.FormattingEnabled = true; this.sapNumberComboBox.Location = new System.Drawing.Point(230, 45); this.sapNumberComboBox.Name = "sapNumberComboBox"; this.sapNumberComboBox.Size = new System.Drawing.Size(121, 21); this.sapNumberComboBox.TabIndex = 9; // // separatorComboBox // this.separatorComboBox.FormattingEnabled = true; this.separatorComboBox.Location = new System.Drawing.Point(230, 71); this.separatorComboBox.Name = "separatorComboBox"; this.separatorComboBox.Size = new System.Drawing.Size(72, 21); this.separatorComboBox.TabIndex = 10; // // interruptButton // this.interruptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.interruptButton.Enabled = false; this.interruptButton.Location = new System.Drawing.Point(590, 63); this.interruptButton.Name = "interruptButton"; this.interruptButton.Size = new System.Drawing.Size(117, 54); this.interruptButton.TabIndex = 11; this.interruptButton.Text = "Interrupt"; this.interruptButton.UseVisualStyleBackColor = true; this.interruptButton.Click += new System.EventHandler(this.interruptButton_Click); // // mainMenuStrip // this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.settingsToolStripMenuItem}); this.mainMenuStrip.Location = new System.Drawing.Point(0, 0); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.Size = new System.Drawing.Size(742, 24); this.mainMenuStrip.TabIndex = 12; this.mainMenuStrip.Text = "mainMenuStrip"; // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.settingsToolStripMenuItem.Text = "Settings"; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // // MainWnd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(742, 168); this.Controls.Add(this.interruptButton); this.Controls.Add(this.separatorComboBox); this.Controls.Add(this.sapNumberComboBox); this.Controls.Add(this.startButton); this.Controls.Add(this.separatorLabel); this.Controls.Add(this.sapNumberLabel); this.Controls.Add(this.countLabel); this.Controls.Add(this.snTrailLabel); this.Controls.Add(this.countTextBox); this.Controls.Add(this.snTrailTextBox); this.Controls.Add(this.mainMenuStrip); this.MainMenuStrip = this.mainMenuStrip; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MainWnd"; this.Text = "S/N Printing"; this.Load += new System.EventHandler(this.MainWnd_Load); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox snTrailTextBox; private System.Windows.Forms.TextBox countTextBox; private System.Windows.Forms.Label snTrailLabel; private System.Windows.Forms.Label countLabel; private System.Windows.Forms.Label sapNumberLabel; private System.Windows.Forms.Label separatorLabel; private System.Windows.Forms.Button startButton; private System.Windows.Forms.ComboBox sapNumberComboBox; private System.Windows.Forms.ComboBox separatorComboBox; private System.Windows.Forms.Button interruptButton; private System.Windows.Forms.MenuStrip mainMenuStrip; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; } }