FormLauncher.Designer.cs 5.2 KB

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