FormLauncher.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. namespace qdr.app.studiou.orders2printpack
  2. {
  3. partial class FormLauncher
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLauncher));
  29. pictureBox1 = new PictureBox();
  30. butFormBatch = new Button();
  31. butProductEdit = new Button();
  32. butResetCfg = new Button();
  33. butLabalPrint = new Button();
  34. lVersion = new Label();
  35. butEditCfg = new Button();
  36. ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
  37. SuspendLayout();
  38. //
  39. // pictureBox1
  40. //
  41. pictureBox1.Image = Properties.Resources.logo;
  42. pictureBox1.Location = new Point(10, 9);
  43. pictureBox1.Margin = new Padding(3, 2, 3, 2);
  44. pictureBox1.Name = "pictureBox1";
  45. pictureBox1.Size = new Size(183, 84);
  46. pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
  47. pictureBox1.TabIndex = 1;
  48. pictureBox1.TabStop = false;
  49. //
  50. // butFormBatch
  51. //
  52. butFormBatch.Location = new Point(209, 9);
  53. butFormBatch.Name = "butFormBatch";
  54. butFormBatch.Size = new Size(253, 27);
  55. butFormBatch.TabIndex = 2;
  56. butFormBatch.Text = "Příprava dávky pro Tiskovou službu";
  57. butFormBatch.UseVisualStyleBackColor = true;
  58. butFormBatch.Click += butFormBatch_Click;
  59. //
  60. // butProductEdit
  61. //
  62. butProductEdit.Location = new Point(209, 42);
  63. butProductEdit.Name = "butProductEdit";
  64. butProductEdit.Size = new Size(253, 27);
  65. butProductEdit.TabIndex = 3;
  66. butProductEdit.Text = "Příprava Produktů";
  67. butProductEdit.UseVisualStyleBackColor = true;
  68. butProductEdit.Click += butProductEdit_Click;
  69. //
  70. // butResetCfg
  71. //
  72. butResetCfg.Location = new Point(390, 116);
  73. butResetCfg.Name = "butResetCfg";
  74. butResetCfg.Size = new Size(72, 25);
  75. butResetCfg.TabIndex = 4;
  76. butResetCfg.Text = "Reset CFG";
  77. butResetCfg.UseVisualStyleBackColor = true;
  78. butResetCfg.Click += butResetCfg_Click;
  79. //
  80. // butLabalPrint
  81. //
  82. butLabalPrint.Location = new Point(209, 75);
  83. butLabalPrint.Name = "butLabalPrint";
  84. butLabalPrint.Size = new Size(253, 27);
  85. butLabalPrint.TabIndex = 5;
  86. butLabalPrint.Text = "Tisk štítků";
  87. butLabalPrint.UseVisualStyleBackColor = true;
  88. butLabalPrint.Click += butLabalPrint_Click;
  89. //
  90. // lVersion
  91. //
  92. lVersion.AutoSize = true;
  93. lVersion.Location = new Point(10, 130);
  94. lVersion.Name = "lVersion";
  95. lVersion.Size = new Size(70, 15);
  96. lVersion.TabIndex = 6;
  97. lVersion.Text = "App.Version";
  98. //
  99. // butEditCfg
  100. //
  101. butEditCfg.Location = new Point(312, 116);
  102. butEditCfg.Name = "butEditCfg";
  103. butEditCfg.Size = new Size(72, 25);
  104. butEditCfg.TabIndex = 7;
  105. butEditCfg.Text = "Edit CFG";
  106. butEditCfg.UseVisualStyleBackColor = true;
  107. butEditCfg.Click += butEditCfg_Click;
  108. //
  109. // FormLauncher
  110. //
  111. AutoScaleDimensions = new SizeF(7F, 15F);
  112. AutoScaleMode = AutoScaleMode.Font;
  113. ClientSize = new Size(477, 154);
  114. Controls.Add(butEditCfg);
  115. Controls.Add(lVersion);
  116. Controls.Add(butLabalPrint);
  117. Controls.Add(butResetCfg);
  118. Controls.Add(butProductEdit);
  119. Controls.Add(butFormBatch);
  120. Controls.Add(pictureBox1);
  121. FormBorderStyle = FormBorderStyle.FixedSingle;
  122. Icon = (Icon)resources.GetObject("$this.Icon");
  123. Margin = new Padding(3, 2, 3, 2);
  124. MaximizeBox = false;
  125. Name = "FormLauncher";
  126. StartPosition = FormStartPosition.CenterScreen;
  127. Text = "FormLauncher";
  128. Load += FormLauncher_Load;
  129. ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
  130. ResumeLayout(false);
  131. PerformLayout();
  132. }
  133. #endregion
  134. private PictureBox pictureBox1;
  135. private Button butFormBatch;
  136. private Button butProductEdit;
  137. private Button butResetCfg;
  138. private Button butLabalPrint;
  139. private Label lVersion;
  140. private Button butEditCfg;
  141. }
  142. }