FormLauncher.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
  34. SuspendLayout();
  35. //
  36. // pictureBox1
  37. //
  38. pictureBox1.Image = Properties.Resources.logo;
  39. pictureBox1.Location = new Point(10, 9);
  40. pictureBox1.Margin = new Padding(3, 2, 3, 2);
  41. pictureBox1.Name = "pictureBox1";
  42. pictureBox1.Size = new Size(183, 84);
  43. pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
  44. pictureBox1.TabIndex = 1;
  45. pictureBox1.TabStop = false;
  46. //
  47. // butFormBatch
  48. //
  49. butFormBatch.Location = new Point(209, 9);
  50. butFormBatch.Name = "butFormBatch";
  51. butFormBatch.Size = new Size(253, 27);
  52. butFormBatch.TabIndex = 2;
  53. butFormBatch.Text = "Příprava dávky pro Tiskovou službu";
  54. butFormBatch.UseVisualStyleBackColor = true;
  55. butFormBatch.Click += butFormBatch_Click;
  56. //
  57. // butProductEdit
  58. //
  59. butProductEdit.Location = new Point(209, 42);
  60. butProductEdit.Name = "butProductEdit";
  61. butProductEdit.Size = new Size(253, 27);
  62. butProductEdit.TabIndex = 3;
  63. butProductEdit.Text = "Příprava Produktů";
  64. butProductEdit.UseVisualStyleBackColor = true;
  65. butProductEdit.Click += butProductEdit_Click;
  66. //
  67. // butResetCfg
  68. //
  69. butResetCfg.Location = new Point(390, 75);
  70. butResetCfg.Name = "butResetCfg";
  71. butResetCfg.Size = new Size(72, 25);
  72. butResetCfg.TabIndex = 4;
  73. butResetCfg.Text = "Reset CFG";
  74. butResetCfg.UseVisualStyleBackColor = true;
  75. butResetCfg.Click += butResetCfg_Click;
  76. //
  77. // FormLauncher
  78. //
  79. AutoScaleDimensions = new SizeF(7F, 15F);
  80. AutoScaleMode = AutoScaleMode.Font;
  81. ClientSize = new Size(478, 109);
  82. Controls.Add(butResetCfg);
  83. Controls.Add(butProductEdit);
  84. Controls.Add(butFormBatch);
  85. Controls.Add(pictureBox1);
  86. FormBorderStyle = FormBorderStyle.FixedSingle;
  87. Icon = (Icon)resources.GetObject("$this.Icon");
  88. Margin = new Padding(3, 2, 3, 2);
  89. MaximizeBox = false;
  90. Name = "FormLauncher";
  91. StartPosition = FormStartPosition.CenterScreen;
  92. Text = "FormLauncher";
  93. Load += FormLauncher_Load;
  94. ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
  95. ResumeLayout(false);
  96. }
  97. #endregion
  98. private PictureBox pictureBox1;
  99. private Button butFormBatch;
  100. private Button butProductEdit;
  101. private Button butResetCfg;
  102. }
  103. }