FormLauncher.Designer.cs 3.7 KB

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