Menu.Designer.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. 
  2. namespace Perevozki
  3. {
  4. partial class Menu
  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.button3 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Location = new System.Drawing.Point(76, 58);
  37. this.button1.Margin = new System.Windows.Forms.Padding(5);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(125, 41);
  40. this.button1.TabIndex = 0;
  41. this.button1.Text = "Админ";
  42. this.button1.UseVisualStyleBackColor = true;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // button2
  46. //
  47. this.button2.Location = new System.Drawing.Point(76, 156);
  48. this.button2.Margin = new System.Windows.Forms.Padding(5);
  49. this.button2.Name = "button2";
  50. this.button2.Size = new System.Drawing.Size(125, 41);
  51. this.button2.TabIndex = 1;
  52. this.button2.Text = "Водитель";
  53. this.button2.UseVisualStyleBackColor = true;
  54. this.button2.Click += new System.EventHandler(this.button2_Click);
  55. //
  56. // button3
  57. //
  58. this.button3.Location = new System.Drawing.Point(76, 251);
  59. this.button3.Margin = new System.Windows.Forms.Padding(5);
  60. this.button3.Name = "button3";
  61. this.button3.Size = new System.Drawing.Size(125, 61);
  62. this.button3.TabIndex = 2;
  63. this.button3.Text = "Создать Заявку";
  64. this.button3.UseVisualStyleBackColor = true;
  65. this.button3.Click += new System.EventHandler(this.button3_Click);
  66. //
  67. // Menu
  68. //
  69. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 23F);
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.ClientSize = new System.Drawing.Size(284, 361);
  72. this.Controls.Add(this.button3);
  73. this.Controls.Add(this.button2);
  74. this.Controls.Add(this.button1);
  75. this.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.Margin = new System.Windows.Forms.Padding(5);
  77. this.Name = "Menu";
  78. this.Text = "Menu";
  79. this.Load += new System.EventHandler(this.Menu_Load);
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private System.Windows.Forms.Button button1;
  84. private System.Windows.Forms.Button button2;
  85. private System.Windows.Forms.Button button3;
  86. }
  87. }