FormLauncher.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. butDigitalDataSend = new Button();
  37. ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
  38. SuspendLayout();
  39. //
  40. // pictureBox1
  41. //
  42. pictureBox1.Image = Properties.Resources.logo;
  43. pictureBox1.Location = new Point(10, 9);
  44. pictureBox1.Margin = new Padding(3, 2, 3, 2);
  45. pictureBox1.Name = "pictureBox1";
  46. pictureBox1.Size = new Size(183, 84);
  47. pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
  48. pictureBox1.TabIndex = 1;
  49. pictureBox1.TabStop = false;
  50. //
  51. // butFormBatch
  52. //
  53. butFormBatch.Location = new Point(209, 9);
  54. butFormBatch.Name = "butFormBatch";
  55. butFormBatch.Size = new Size(253, 27);
  56. butFormBatch.TabIndex = 2;
  57. butFormBatch.Text = "Příprava dávky pro Tiskovou službu";
  58. butFormBatch.UseVisualStyleBackColor = true;
  59. butFormBatch.Click += butFormBatch_Click;
  60. //
  61. // butProductEdit
  62. //
  63. butProductEdit.Location = new Point(209, 76);
  64. butProductEdit.Name = "butProductEdit";
  65. butProductEdit.Size = new Size(253, 27);
  66. butProductEdit.TabIndex = 3;
  67. butProductEdit.Text = "Příprava Produktů";
  68. butProductEdit.UseVisualStyleBackColor = true;
  69. butProductEdit.Click += butProductEdit_Click;
  70. //
  71. // butResetCfg
  72. //
  73. butResetCfg.Location = new Point(390, 150);
  74. butResetCfg.Name = "butResetCfg";
  75. butResetCfg.Size = new Size(72, 25);
  76. butResetCfg.TabIndex = 4;
  77. butResetCfg.Text = "Reset CFG";
  78. butResetCfg.UseVisualStyleBackColor = true;
  79. butResetCfg.Click += butResetCfg_Click;
  80. //
  81. // butLabalPrint
  82. //
  83. butLabalPrint.Location = new Point(209, 109);
  84. butLabalPrint.Name = "butLabalPrint";
  85. butLabalPrint.Size = new Size(253, 27);
  86. butLabalPrint.TabIndex = 5;
  87. butLabalPrint.Text = "Tisk štítků";
  88. butLabalPrint.UseVisualStyleBackColor = true;
  89. butLabalPrint.Click += butLabalPrint_Click;
  90. //
  91. // lVersion
  92. //
  93. lVersion.AutoSize = true;
  94. lVersion.Location = new Point(10, 175);
  95. lVersion.Name = "lVersion";
  96. lVersion.Size = new Size(70, 15);
  97. lVersion.TabIndex = 6;
  98. lVersion.Text = "App.Version";
  99. //
  100. // butEditCfg
  101. //
  102. butEditCfg.Location = new Point(312, 150);
  103. butEditCfg.Name = "butEditCfg";
  104. butEditCfg.Size = new Size(72, 25);
  105. butEditCfg.TabIndex = 7;
  106. butEditCfg.Text = "Edit CFG";
  107. butEditCfg.UseVisualStyleBackColor = true;
  108. butEditCfg.Click += butEditCfg_Click;
  109. //
  110. // butDigitalDataSend
  111. //
  112. butDigitalDataSend.Location = new Point(209, 43);
  113. butDigitalDataSend.Name = "butDigitalDataSend";
  114. butDigitalDataSend.Size = new Size(253, 27);
  115. butDigitalDataSend.TabIndex = 8;
  116. butDigitalDataSend.Text = "Odeslání digitálních dat";
  117. butDigitalDataSend.UseVisualStyleBackColor = true;
  118. butDigitalDataSend.Click += butDigitalDataSend_Click;
  119. //
  120. // FormLauncher
  121. //
  122. AutoScaleDimensions = new SizeF(7F, 15F);
  123. AutoScaleMode = AutoScaleMode.Font;
  124. ClientSize = new Size(479, 199);
  125. Controls.Add(butDigitalDataSend);
  126. Controls.Add(butEditCfg);
  127. Controls.Add(lVersion);
  128. Controls.Add(butLabalPrint);
  129. Controls.Add(butResetCfg);
  130. Controls.Add(butProductEdit);
  131. Controls.Add(butFormBatch);
  132. Controls.Add(pictureBox1);
  133. FormBorderStyle = FormBorderStyle.FixedSingle;
  134. Icon = (Icon)resources.GetObject("$this.Icon");
  135. Margin = new Padding(3, 2, 3, 2);
  136. MaximizeBox = false;
  137. Name = "FormLauncher";
  138. StartPosition = FormStartPosition.CenterScreen;
  139. Text = "FormLauncher";
  140. Load += FormLauncher_Load;
  141. ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
  142. ResumeLayout(false);
  143. PerformLayout();
  144. }
  145. #endregion
  146. private PictureBox pictureBox1;
  147. private Button butFormBatch;
  148. private Button butProductEdit;
  149. private Button butResetCfg;
  150. private Button butLabalPrint;
  151. private Label lVersion;
  152. private Button butEditCfg;
  153. private Button butDigitalDataSend;
  154. }
  155. }