Главное_меню.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. 
  2. namespace Prokatavto08
  3. {
  4. partial class Главное_меню
  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.label1 = new System.Windows.Forms.Label();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  35. this.linkLabel2 = new System.Windows.Forms.LinkLabel();
  36. this.linkLabel3 = new System.Windows.Forms.LinkLabel();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.Location = new System.Drawing.Point(30, 113);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(146, 44);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "Таблица \"Клиенты\"";
  46. this.button1.UseVisualStyleBackColor = true;
  47. this.button1.Click += new System.EventHandler(this.button1_Click);
  48. //
  49. // button2
  50. //
  51. this.button2.Location = new System.Drawing.Point(30, 63);
  52. this.button2.Name = "button2";
  53. this.button2.Size = new System.Drawing.Size(146, 44);
  54. this.button2.TabIndex = 1;
  55. this.button2.Text = "Таблица \"Автомобили\"";
  56. this.button2.UseVisualStyleBackColor = true;
  57. this.button2.Click += new System.EventHandler(this.button2_Click);
  58. //
  59. // button3
  60. //
  61. this.button3.Location = new System.Drawing.Point(30, 163);
  62. this.button3.Name = "button3";
  63. this.button3.Size = new System.Drawing.Size(146, 44);
  64. this.button3.TabIndex = 2;
  65. this.button3.Text = "Таблица \"Прокаты\"";
  66. this.button3.UseVisualStyleBackColor = true;
  67. this.button3.Click += new System.EventHandler(this.button3_Click);
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label1.Location = new System.Drawing.Point(39, 17);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(125, 29);
  76. this.label1.TabIndex = 3;
  77. this.label1.Text = "Таблицы";
  78. //
  79. // button4
  80. //
  81. this.button4.Location = new System.Drawing.Point(30, 213);
  82. this.button4.Name = "button4";
  83. this.button4.Size = new System.Drawing.Size(146, 23);
  84. this.button4.TabIndex = 4;
  85. this.button4.Text = "Выход";
  86. this.button4.UseVisualStyleBackColor = true;
  87. this.button4.Click += new System.EventHandler(this.button4_Click);
  88. //
  89. // linkLabel1
  90. //
  91. this.linkLabel1.AutoSize = true;
  92. this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. this.linkLabel1.Location = new System.Drawing.Point(182, 74);
  94. this.linkLabel1.Name = "linkLabel1";
  95. this.linkLabel1.Size = new System.Drawing.Size(18, 20);
  96. this.linkLabel1.TabIndex = 5;
  97. this.linkLabel1.TabStop = true;
  98. this.linkLabel1.Text = "?";
  99. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
  100. //
  101. // linkLabel2
  102. //
  103. this.linkLabel2.AutoSize = true;
  104. this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.linkLabel2.Location = new System.Drawing.Point(183, 124);
  106. this.linkLabel2.Name = "linkLabel2";
  107. this.linkLabel2.Size = new System.Drawing.Size(18, 20);
  108. this.linkLabel2.TabIndex = 6;
  109. this.linkLabel2.TabStop = true;
  110. this.linkLabel2.Text = "?";
  111. this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
  112. //
  113. // linkLabel3
  114. //
  115. this.linkLabel3.AutoSize = true;
  116. this.linkLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  117. this.linkLabel3.Location = new System.Drawing.Point(182, 174);
  118. this.linkLabel3.Name = "linkLabel3";
  119. this.linkLabel3.Size = new System.Drawing.Size(18, 20);
  120. this.linkLabel3.TabIndex = 7;
  121. this.linkLabel3.TabStop = true;
  122. this.linkLabel3.Text = "?";
  123. this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
  124. //
  125. // Главное_меню
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.ClientSize = new System.Drawing.Size(214, 254);
  130. this.Controls.Add(this.linkLabel3);
  131. this.Controls.Add(this.linkLabel2);
  132. this.Controls.Add(this.linkLabel1);
  133. this.Controls.Add(this.button4);
  134. this.Controls.Add(this.label1);
  135. this.Controls.Add(this.button3);
  136. this.Controls.Add(this.button2);
  137. this.Controls.Add(this.button1);
  138. this.Name = "Главное_меню";
  139. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  140. this.Text = "Прокат авто";
  141. this.Load += new System.EventHandler(this.Главное_меню_Load);
  142. this.ResumeLayout(false);
  143. this.PerformLayout();
  144. }
  145. #endregion
  146. private System.Windows.Forms.Button button1;
  147. private System.Windows.Forms.Button button2;
  148. private System.Windows.Forms.Button button3;
  149. private System.Windows.Forms.Label label1;
  150. private System.Windows.Forms.Button button4;
  151. private System.Windows.Forms.LinkLabel linkLabel1;
  152. private System.Windows.Forms.LinkLabel linkLabel2;
  153. private System.Windows.Forms.LinkLabel linkLabel3;
  154. }
  155. }