Bd.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace WindowsFormsApp4
  2. {
  3. partial class Form1
  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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.button5 = new System.Windows.Forms.Button();
  37. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.button3 = new System.Windows.Forms.Button();
  40. this.button6 = new System.Windows.Forms.Button();
  41. this.button8 = new System.Windows.Forms.Button();
  42. this.button7 = new System.Windows.Forms.Button();
  43. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // dataGridView1
  48. //
  49. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  50. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  51. this.dataGridView1.Location = new System.Drawing.Point(348, 85);
  52. this.dataGridView1.Name = "dataGridView1";
  53. this.dataGridView1.Size = new System.Drawing.Size(646, 296);
  54. this.dataGridView1.TabIndex = 0;
  55. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.BackColor = System.Drawing.Color.MistyRose;
  61. this.label1.Font = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  62. this.label1.Location = new System.Drawing.Point(12, 9);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(264, 32);
  65. this.label1.TabIndex = 1;
  66. this.label1.Text = "Главная страница";
  67. //
  68. // button1
  69. //
  70. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.button1.Location = new System.Drawing.Point(92, 85);
  72. this.button1.Name = "button1";
  73. this.button1.Size = new System.Drawing.Size(188, 52);
  74. this.button1.TabIndex = 2;
  75. this.button1.Text = "Авто";
  76. this.button1.UseVisualStyleBackColor = true;
  77. this.button1.Click += new System.EventHandler(this.button1_Click);
  78. //
  79. // label2
  80. //
  81. this.label2.AutoSize = true;
  82. this.label2.BackColor = System.Drawing.Color.MistyRose;
  83. this.label2.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.label2.Location = new System.Drawing.Point(12, 47);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(346, 25);
  87. this.label2.TabIndex = 6;
  88. this.label2.Text = "Выберите таблицу для вывода";
  89. //
  90. // button4
  91. //
  92. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. this.button4.Location = new System.Drawing.Point(92, 201);
  94. this.button4.Name = "button4";
  95. this.button4.Size = new System.Drawing.Size(188, 52);
  96. this.button4.TabIndex = 9;
  97. this.button4.Text = "Пользователи";
  98. this.button4.UseVisualStyleBackColor = true;
  99. this.button4.Click += new System.EventHandler(this.button4_Click);
  100. //
  101. // button5
  102. //
  103. this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.button5.Location = new System.Drawing.Point(92, 143);
  105. this.button5.Name = "button5";
  106. this.button5.Size = new System.Drawing.Size(188, 52);
  107. this.button5.TabIndex = 10;
  108. this.button5.Text = "Продажи";
  109. this.button5.UseVisualStyleBackColor = true;
  110. this.button5.Click += new System.EventHandler(this.button5_Click);
  111. //
  112. // chart1
  113. //
  114. chartArea3.Name = "ChartArea1";
  115. this.chart1.ChartAreas.Add(chartArea3);
  116. legend3.Name = "Legend1";
  117. this.chart1.Legends.Add(legend3);
  118. this.chart1.Location = new System.Drawing.Point(348, 409);
  119. this.chart1.Name = "chart1";
  120. series3.ChartArea = "ChartArea1";
  121. series3.Legend = "Legend1";
  122. series3.Name = "Series1";
  123. this.chart1.Series.Add(series3);
  124. this.chart1.Size = new System.Drawing.Size(646, 278);
  125. this.chart1.TabIndex = 11;
  126. this.chart1.Text = "chart1";
  127. this.chart1.Click += new System.EventHandler(this.chart1_Click);
  128. //
  129. // button2
  130. //
  131. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  132. this.button2.Location = new System.Drawing.Point(104, 505);
  133. this.button2.Name = "button2";
  134. this.button2.Size = new System.Drawing.Size(188, 60);
  135. this.button2.TabIndex = 12;
  136. this.button2.Text = "Кол-во автомобилей";
  137. this.button2.UseVisualStyleBackColor = true;
  138. this.button2.Click += new System.EventHandler(this.button2_Click);
  139. //
  140. // button3
  141. //
  142. this.button3.BackColor = System.Drawing.Color.Red;
  143. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  144. this.button3.Location = new System.Drawing.Point(1000, 228);
  145. this.button3.Name = "button3";
  146. this.button3.Size = new System.Drawing.Size(136, 64);
  147. this.button3.TabIndex = 13;
  148. this.button3.Text = "Удалить Авто";
  149. this.button3.UseVisualStyleBackColor = false;
  150. this.button3.Click += new System.EventHandler(this.button3_Click);
  151. //
  152. // button6
  153. //
  154. this.button6.BackColor = System.Drawing.Color.Lime;
  155. this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  156. this.button6.Location = new System.Drawing.Point(1000, 85);
  157. this.button6.Name = "button6";
  158. this.button6.Size = new System.Drawing.Size(136, 70);
  159. this.button6.TabIndex = 14;
  160. this.button6.Text = "Добавить новое авто";
  161. this.button6.UseVisualStyleBackColor = false;
  162. this.button6.Click += new System.EventHandler(this.button6_Click);
  163. //
  164. // button8
  165. //
  166. this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  167. this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  168. this.button8.Location = new System.Drawing.Point(1000, 298);
  169. this.button8.Name = "button8";
  170. this.button8.Size = new System.Drawing.Size(136, 83);
  171. this.button8.TabIndex = 16;
  172. this.button8.Text = "Добавить продажу";
  173. this.button8.UseVisualStyleBackColor = false;
  174. //
  175. // button7
  176. //
  177. this.button7.BackColor = System.Drawing.Color.Yellow;
  178. this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  179. this.button7.Location = new System.Drawing.Point(1000, 161);
  180. this.button7.Name = "button7";
  181. this.button7.Size = new System.Drawing.Size(136, 61);
  182. this.button7.TabIndex = 17;
  183. this.button7.Text = "Изменить Авто";
  184. this.button7.UseVisualStyleBackColor = false;
  185. this.button7.Click += new System.EventHandler(this.button7_Click_2);
  186. //
  187. // Form1
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.BackColor = System.Drawing.Color.MistyRose;
  192. this.ClientSize = new System.Drawing.Size(1171, 714);
  193. this.Controls.Add(this.button7);
  194. this.Controls.Add(this.button8);
  195. this.Controls.Add(this.button6);
  196. this.Controls.Add(this.button3);
  197. this.Controls.Add(this.button2);
  198. this.Controls.Add(this.chart1);
  199. this.Controls.Add(this.button5);
  200. this.Controls.Add(this.button4);
  201. this.Controls.Add(this.label2);
  202. this.Controls.Add(this.button1);
  203. this.Controls.Add(this.label1);
  204. this.Controls.Add(this.dataGridView1);
  205. this.Name = "Form1";
  206. this.Text = "Bd";
  207. this.Load += new System.EventHandler(this.Form1_Load);
  208. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  210. this.ResumeLayout(false);
  211. this.PerformLayout();
  212. }
  213. #endregion
  214. private System.Windows.Forms.DataGridView dataGridView1;
  215. private System.Windows.Forms.Label label1;
  216. private System.Windows.Forms.Button button1;
  217. private System.Windows.Forms.Label label2;
  218. private System.Windows.Forms.Button button4;
  219. private System.Windows.Forms.Button button5;
  220. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  221. private System.Windows.Forms.Button button2;
  222. private System.Windows.Forms.Button button3;
  223. private System.Windows.Forms.Button button6;
  224. private System.Windows.Forms.Button button8;
  225. private System.Windows.Forms.Button button7;
  226. }
  227. }