namespace qdr.app.studiou.orders2printpack { partial class FormLauncher { /// /// 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(FormLauncher)); pictureBox1 = new PictureBox(); butFormBatch = new Button(); butProductEdit = new Button(); butResetCfg = new Button(); butLabalPrint = new Button(); lVersion = new Label(); butEditCfg = new Button(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); SuspendLayout(); // // pictureBox1 // pictureBox1.Image = Properties.Resources.logo; pictureBox1.Location = new Point(10, 9); pictureBox1.Margin = new Padding(3, 2, 3, 2); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new Size(183, 84); pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage; pictureBox1.TabIndex = 1; pictureBox1.TabStop = false; // // butFormBatch // butFormBatch.Location = new Point(209, 9); butFormBatch.Name = "butFormBatch"; butFormBatch.Size = new Size(253, 27); butFormBatch.TabIndex = 2; butFormBatch.Text = "Příprava dávky pro Tiskovou službu"; butFormBatch.UseVisualStyleBackColor = true; butFormBatch.Click += butFormBatch_Click; // // butProductEdit // butProductEdit.Location = new Point(209, 42); butProductEdit.Name = "butProductEdit"; butProductEdit.Size = new Size(253, 27); butProductEdit.TabIndex = 3; butProductEdit.Text = "Příprava Produktů"; butProductEdit.UseVisualStyleBackColor = true; butProductEdit.Click += butProductEdit_Click; // // butResetCfg // butResetCfg.Location = new Point(390, 116); butResetCfg.Name = "butResetCfg"; butResetCfg.Size = new Size(72, 25); butResetCfg.TabIndex = 4; butResetCfg.Text = "Reset CFG"; butResetCfg.UseVisualStyleBackColor = true; butResetCfg.Click += butResetCfg_Click; // // butLabalPrint // butLabalPrint.Location = new Point(209, 75); butLabalPrint.Name = "butLabalPrint"; butLabalPrint.Size = new Size(253, 27); butLabalPrint.TabIndex = 5; butLabalPrint.Text = "Tisk štítků"; butLabalPrint.UseVisualStyleBackColor = true; butLabalPrint.Click += butLabalPrint_Click; // // lVersion // lVersion.AutoSize = true; lVersion.Location = new Point(10, 130); lVersion.Name = "lVersion"; lVersion.Size = new Size(70, 15); lVersion.TabIndex = 6; lVersion.Text = "App.Version"; // // butEditCfg // butEditCfg.Location = new Point(312, 116); butEditCfg.Name = "butEditCfg"; butEditCfg.Size = new Size(72, 25); butEditCfg.TabIndex = 7; butEditCfg.Text = "Edit CFG"; butEditCfg.UseVisualStyleBackColor = true; butEditCfg.Click += butEditCfg_Click; // // FormLauncher // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(477, 154); Controls.Add(butEditCfg); Controls.Add(lVersion); Controls.Add(butLabalPrint); Controls.Add(butResetCfg); Controls.Add(butProductEdit); Controls.Add(butFormBatch); Controls.Add(pictureBox1); FormBorderStyle = FormBorderStyle.FixedSingle; Icon = (Icon)resources.GetObject("$this.Icon"); Margin = new Padding(3, 2, 3, 2); MaximizeBox = false; Name = "FormLauncher"; StartPosition = FormStartPosition.CenterScreen; Text = "FormLauncher"; Load += FormLauncher_Load; ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private PictureBox pictureBox1; private Button butFormBatch; private Button butProductEdit; private Button butResetCfg; private Button butLabalPrint; private Label lVersion; private Button butEditCfg; } }