| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- namespace qdr.app.studiou.orders2printpack
- {
- partial class FormLauncher
- {
- /// <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()
- {
- 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();
- butDigitalDataSend = 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, 76);
- 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, 150);
- 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, 109);
- 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, 175);
- lVersion.Name = "lVersion";
- lVersion.Size = new Size(70, 15);
- lVersion.TabIndex = 6;
- lVersion.Text = "App.Version";
- //
- // butEditCfg
- //
- butEditCfg.Location = new Point(312, 150);
- butEditCfg.Name = "butEditCfg";
- butEditCfg.Size = new Size(72, 25);
- butEditCfg.TabIndex = 7;
- butEditCfg.Text = "Edit CFG";
- butEditCfg.UseVisualStyleBackColor = true;
- butEditCfg.Click += butEditCfg_Click;
- //
- // butDigitalDataSend
- //
- butDigitalDataSend.Location = new Point(209, 43);
- butDigitalDataSend.Name = "butDigitalDataSend";
- butDigitalDataSend.Size = new Size(253, 27);
- butDigitalDataSend.TabIndex = 8;
- butDigitalDataSend.Text = "Odeslání digitálních dat";
- butDigitalDataSend.UseVisualStyleBackColor = true;
- butDigitalDataSend.Click += butDigitalDataSend_Click;
- //
- // FormLauncher
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(479, 199);
- Controls.Add(butDigitalDataSend);
- 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;
- private Button butDigitalDataSend;
- }
- }
|