| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- 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();
- ((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;
- //
- // FormLauncher
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(478, 104);
- 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);
- }
- #endregion
- private PictureBox pictureBox1;
- private Button butFormBatch;
- private Button butProductEdit;
- }
- }
|