MainPage.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. namespace TestsManipulate
  2. {
  3. partial class MainPage
  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. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.button3 = new System.Windows.Forms.Button();
  35. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  36. this.таблицыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.пользователиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.вариантыОтветаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.вопросыНаТестыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.вопросыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.тестыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.уровниСложностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.темыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.логиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.textBox1 = new System.Windows.Forms.TextBox();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.button4 = new System.Windows.Forms.Button();
  48. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  49. this.menuStrip1.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // dataGridView1
  53. //
  54. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  55. this.dataGridView1.Location = new System.Drawing.Point(267, 35);
  56. this.dataGridView1.Name = "dataGridView1";
  57. this.dataGridView1.Size = new System.Drawing.Size(521, 335);
  58. this.dataGridView1.TabIndex = 0;
  59. //
  60. // button1
  61. //
  62. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  63. this.button1.Location = new System.Drawing.Point(267, 376);
  64. this.button1.Name = "button1";
  65. this.button1.Size = new System.Drawing.Size(109, 43);
  66. this.button1.TabIndex = 4;
  67. this.button1.Text = "Удалить";
  68. this.button1.UseVisualStyleBackColor = true;
  69. this.button1.Click += new System.EventHandler(this.Delete);
  70. //
  71. // button2
  72. //
  73. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.button2.Location = new System.Drawing.Point(456, 376);
  75. this.button2.Name = "button2";
  76. this.button2.Size = new System.Drawing.Size(144, 43);
  77. this.button2.TabIndex = 5;
  78. this.button2.Text = "Изменить";
  79. this.button2.UseVisualStyleBackColor = true;
  80. this.button2.Click += new System.EventHandler(this.Update);
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.label1.Location = new System.Drawing.Point(12, 76);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(0, 25);
  89. this.label1.TabIndex = 7;
  90. //
  91. // label2
  92. //
  93. this.label2.AutoSize = true;
  94. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.label2.Location = new System.Drawing.Point(12, 35);
  96. this.label2.Name = "label2";
  97. this.label2.Size = new System.Drawing.Size(67, 25);
  98. this.label2.TabIndex = 8;
  99. this.label2.Text = "Роль:";
  100. //
  101. // label3
  102. //
  103. this.label3.AutoSize = true;
  104. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.label3.Location = new System.Drawing.Point(262, 7);
  106. this.label3.Name = "label3";
  107. this.label3.Size = new System.Drawing.Size(130, 25);
  108. this.label3.TabIndex = 9;
  109. this.label3.Text = "Результаты";
  110. //
  111. // button3
  112. //
  113. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. this.button3.Location = new System.Drawing.Point(644, 376);
  115. this.button3.Name = "button3";
  116. this.button3.Size = new System.Drawing.Size(144, 43);
  117. this.button3.TabIndex = 10;
  118. this.button3.Text = "Добавить";
  119. this.button3.UseVisualStyleBackColor = true;
  120. this.button3.Click += new System.EventHandler(this.Add);
  121. //
  122. // menuStrip1
  123. //
  124. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  125. this.таблицыToolStripMenuItem,
  126. this.логиToolStripMenuItem});
  127. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  128. this.menuStrip1.Name = "menuStrip1";
  129. this.menuStrip1.Size = new System.Drawing.Size(800, 24);
  130. this.menuStrip1.TabIndex = 11;
  131. this.menuStrip1.Text = "menuStrip1";
  132. //
  133. // таблицыToolStripMenuItem
  134. //
  135. this.таблицыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  136. this.пользователиToolStripMenuItem,
  137. this.вариантыОтветаToolStripMenuItem,
  138. this.вопросыНаТестыToolStripMenuItem,
  139. this.вопросыToolStripMenuItem,
  140. this.тестыToolStripMenuItem,
  141. this.уровниСложностиToolStripMenuItem,
  142. this.темыToolStripMenuItem});
  143. this.таблицыToolStripMenuItem.Name = "таблицыToolStripMenuItem";
  144. this.таблицыToolStripMenuItem.Size = new System.Drawing.Size(69, 20);
  145. this.таблицыToolStripMenuItem.Text = "Таблицы";
  146. //
  147. // пользователиToolStripMenuItem
  148. //
  149. this.пользователиToolStripMenuItem.Name = "пользователиToolStripMenuItem";
  150. this.пользователиToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  151. this.пользователиToolStripMenuItem.Text = "Пользователи";
  152. this.пользователиToolStripMenuItem.Click += new System.EventHandler(this.UsersTable);
  153. //
  154. // вариантыОтветаToolStripMenuItem
  155. //
  156. this.вариантыОтветаToolStripMenuItem.Name = "вариантыОтветаToolStripMenuItem";
  157. this.вариантыОтветаToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  158. this.вариантыОтветаToolStripMenuItem.Text = "Варианты ответа";
  159. this.вариантыОтветаToolStripMenuItem.Click += new System.EventHandler(this.AnswerOptionsTable);
  160. //
  161. // вопросыНаТестыToolStripMenuItem
  162. //
  163. this.вопросыНаТестыToolStripMenuItem.Name = "вопросыНаТестыToolStripMenuItem";
  164. this.вопросыНаТестыToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  165. this.вопросыНаТестыToolStripMenuItem.Text = "Вопросы на тесты";
  166. this.вопросыНаТестыToolStripMenuItem.Click += new System.EventHandler(this.TestQuestionsTable);
  167. //
  168. // вопросыToolStripMenuItem
  169. //
  170. this.вопросыToolStripMenuItem.Name = "вопросыToolStripMenuItem";
  171. this.вопросыToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  172. this.вопросыToolStripMenuItem.Text = "Вопросы";
  173. this.вопросыToolStripMenuItem.Click += new System.EventHandler(this.QuestionsTable);
  174. //
  175. // тестыToolStripMenuItem
  176. //
  177. this.тестыToolStripMenuItem.Name = "тестыToolStripMenuItem";
  178. this.тестыToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  179. this.тестыToolStripMenuItem.Text = "Тесты";
  180. this.тестыToolStripMenuItem.Click += new System.EventHandler(this.TestsTable);
  181. //
  182. // уровниСложностиToolStripMenuItem
  183. //
  184. this.уровниСложностиToolStripMenuItem.Name = "уровниСложностиToolStripMenuItem";
  185. this.уровниСложностиToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  186. this.уровниСложностиToolStripMenuItem.Text = "Уровни сложности";
  187. this.уровниСложностиToolStripMenuItem.Click += new System.EventHandler(this.DifficultyLevelsTable);
  188. //
  189. // темыToolStripMenuItem
  190. //
  191. this.темыToolStripMenuItem.Name = "темыToolStripMenuItem";
  192. this.темыToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  193. this.темыToolStripMenuItem.Text = "Темы";
  194. this.темыToolStripMenuItem.Click += new System.EventHandler(this.TopicsTable);
  195. //
  196. // логиToolStripMenuItem
  197. //
  198. this.логиToolStripMenuItem.Name = "логиToolStripMenuItem";
  199. this.логиToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
  200. this.логиToolStripMenuItem.Text = "Логи";
  201. this.логиToolStripMenuItem.Click += new System.EventHandler(this.LogsTable);
  202. //
  203. // textBox1
  204. //
  205. this.textBox1.Location = new System.Drawing.Point(17, 153);
  206. this.textBox1.Name = "textBox1";
  207. this.textBox1.Size = new System.Drawing.Size(222, 20);
  208. this.textBox1.TabIndex = 12;
  209. this.textBox1.TextChanged += new System.EventHandler(this.Search);
  210. //
  211. // label4
  212. //
  213. this.label4.AutoSize = true;
  214. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  215. this.label4.Location = new System.Drawing.Point(12, 125);
  216. this.label4.Name = "label4";
  217. this.label4.Size = new System.Drawing.Size(73, 25);
  218. this.label4.TabIndex = 13;
  219. this.label4.Text = "Поиск";
  220. //
  221. // button4
  222. //
  223. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  224. this.button4.Location = new System.Drawing.Point(27, 243);
  225. this.button4.Name = "button4";
  226. this.button4.Size = new System.Drawing.Size(201, 113);
  227. this.button4.TabIndex = 14;
  228. this.button4.Text = "Сформировать отчет";
  229. this.button4.UseVisualStyleBackColor = true;
  230. this.button4.Click += new System.EventHandler(this.Report);
  231. //
  232. // MainPage
  233. //
  234. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  235. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  236. this.ClientSize = new System.Drawing.Size(800, 450);
  237. this.Controls.Add(this.button4);
  238. this.Controls.Add(this.label4);
  239. this.Controls.Add(this.textBox1);
  240. this.Controls.Add(this.button3);
  241. this.Controls.Add(this.label3);
  242. this.Controls.Add(this.label2);
  243. this.Controls.Add(this.label1);
  244. this.Controls.Add(this.button2);
  245. this.Controls.Add(this.button1);
  246. this.Controls.Add(this.dataGridView1);
  247. this.Controls.Add(this.menuStrip1);
  248. this.MainMenuStrip = this.menuStrip1;
  249. this.Name = "MainPage";
  250. this.Text = "MainPage";
  251. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainPage_FormClosed);
  252. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  253. this.menuStrip1.ResumeLayout(false);
  254. this.menuStrip1.PerformLayout();
  255. this.ResumeLayout(false);
  256. this.PerformLayout();
  257. }
  258. #endregion
  259. private System.Windows.Forms.DataGridView dataGridView1;
  260. private System.Windows.Forms.Button button1;
  261. private System.Windows.Forms.Button button2;
  262. private System.Windows.Forms.Label label1;
  263. private System.Windows.Forms.Label label2;
  264. private System.Windows.Forms.Label label3;
  265. private System.Windows.Forms.Button button3;
  266. private System.Windows.Forms.MenuStrip menuStrip1;
  267. private System.Windows.Forms.ToolStripMenuItem таблицыToolStripMenuItem;
  268. private System.Windows.Forms.ToolStripMenuItem пользователиToolStripMenuItem;
  269. private System.Windows.Forms.ToolStripMenuItem вариантыОтветаToolStripMenuItem;
  270. private System.Windows.Forms.ToolStripMenuItem вопросыНаТестыToolStripMenuItem;
  271. private System.Windows.Forms.ToolStripMenuItem вопросыToolStripMenuItem;
  272. private System.Windows.Forms.ToolStripMenuItem тестыToolStripMenuItem;
  273. private System.Windows.Forms.ToolStripMenuItem уровниСложностиToolStripMenuItem;
  274. private System.Windows.Forms.ToolStripMenuItem темыToolStripMenuItem;
  275. private System.Windows.Forms.ToolStripMenuItem логиToolStripMenuItem;
  276. private System.Windows.Forms.TextBox textBox1;
  277. private System.Windows.Forms.Label label4;
  278. private System.Windows.Forms.Button button4;
  279. }
  280. }