PovarMenu.Designer.cs 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. 
  2. namespace Cafe11
  3. {
  4. partial class PovarMenu
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // button1
  34. //
  35. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  36. this.button1.Location = new System.Drawing.Point(81, 144);
  37. this.button1.Name = "button1";
  38. this.button1.Size = new System.Drawing.Size(128, 53);
  39. this.button1.TabIndex = 0;
  40. this.button1.Text = "button1";
  41. this.button1.UseVisualStyleBackColor = true;
  42. //
  43. // button2
  44. //
  45. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  46. this.button2.Location = new System.Drawing.Point(81, 249);
  47. this.button2.Name = "button2";
  48. this.button2.Size = new System.Drawing.Size(128, 53);
  49. this.button2.TabIndex = 1;
  50. this.button2.Text = "button2";
  51. this.button2.UseVisualStyleBackColor = true;
  52. //
  53. // PovarMenu
  54. //
  55. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  56. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  57. this.ClientSize = new System.Drawing.Size(800, 450);
  58. this.Controls.Add(this.button2);
  59. this.Controls.Add(this.button1);
  60. this.Name = "PovarMenu";
  61. this.Text = "PovarMenu";
  62. this.ResumeLayout(false);
  63. }
  64. #endregion
  65. private System.Windows.Forms.Button button1;
  66. private System.Windows.Forms.Button button2;
  67. }
  68. }