AddExamDialog.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. namespace ThesisProject.Forms.UserForm.AddExamDialog
  2. {
  3. partial class AddExamDialog
  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.button1 = new System.Windows.Forms.Button();
  29. this.label5 = new System.Windows.Forms.Label();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.examinerBox = new System.Windows.Forms.TextBox();
  36. this.criteriaFilenameBox = new System.Windows.Forms.TextBox();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.examDatetime = new System.Windows.Forms.DateTimePicker();
  39. this.addExamGroupBox = new System.Windows.Forms.ComboBox();
  40. this.openCriteriaFileDialog = new System.Windows.Forms.OpenFileDialog();
  41. this.addExamProModuleBox = new System.Windows.Forms.ComboBox();
  42. this.SuspendLayout();
  43. //
  44. // button1
  45. //
  46. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  47. this.button1.Location = new System.Drawing.Point(16, 241);
  48. this.button1.Name = "button1";
  49. this.button1.Size = new System.Drawing.Size(346, 23);
  50. this.button1.TabIndex = 20;
  51. this.button1.Text = "Добавить";
  52. this.button1.UseVisualStyleBackColor = true;
  53. this.button1.Click += new System.EventHandler(this.button1_Click);
  54. //
  55. // label5
  56. //
  57. this.label5.AutoSize = true;
  58. this.label5.Location = new System.Drawing.Point(13, 132);
  59. this.label5.Name = "label5";
  60. this.label5.Size = new System.Drawing.Size(55, 13);
  61. this.label5.TabIndex = 18;
  62. this.label5.Text = "Критерии";
  63. //
  64. // label4
  65. //
  66. this.label4.AutoSize = true;
  67. this.label4.Location = new System.Drawing.Point(13, 106);
  68. this.label4.Name = "label4";
  69. this.label4.Size = new System.Drawing.Size(33, 13);
  70. this.label4.TabIndex = 16;
  71. this.label4.Text = "Дата";
  72. //
  73. // label3
  74. //
  75. this.label3.AutoSize = true;
  76. this.label3.Location = new System.Drawing.Point(13, 80);
  77. this.label3.Name = "label3";
  78. this.label3.Size = new System.Drawing.Size(42, 13);
  79. this.label3.TabIndex = 14;
  80. this.label3.Text = "Группа";
  81. //
  82. // label2
  83. //
  84. this.label2.AutoSize = true;
  85. this.label2.Location = new System.Drawing.Point(13, 54);
  86. this.label2.Name = "label2";
  87. this.label2.Size = new System.Drawing.Size(45, 13);
  88. this.label2.TabIndex = 12;
  89. this.label2.Text = "Модуль";
  90. //
  91. // label1
  92. //
  93. this.label1.AutoSize = true;
  94. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.label1.Location = new System.Drawing.Point(12, 9);
  96. this.label1.Name = "label1";
  97. this.label1.Size = new System.Drawing.Size(178, 24);
  98. this.label1.TabIndex = 11;
  99. this.label1.Text = "Добавить экзамен";
  100. this.label1.Click += new System.EventHandler(this.label1_Click);
  101. //
  102. // label6
  103. //
  104. this.label6.AutoSize = true;
  105. this.label6.Location = new System.Drawing.Point(13, 158);
  106. this.label6.Name = "label6";
  107. this.label6.Size = new System.Drawing.Size(57, 26);
  108. this.label6.TabIndex = 21;
  109. this.label6.Text = "Состав\r\nкомиссии";
  110. //
  111. // examinerBox
  112. //
  113. this.examinerBox.Location = new System.Drawing.Point(76, 157);
  114. this.examinerBox.Multiline = true;
  115. this.examinerBox.Name = "examinerBox";
  116. this.examinerBox.Size = new System.Drawing.Size(286, 78);
  117. this.examinerBox.TabIndex = 22;
  118. //
  119. // criteriaFilenameBox
  120. //
  121. this.criteriaFilenameBox.Location = new System.Drawing.Point(76, 131);
  122. this.criteriaFilenameBox.Name = "criteriaFilenameBox";
  123. this.criteriaFilenameBox.Size = new System.Drawing.Size(205, 20);
  124. this.criteriaFilenameBox.TabIndex = 23;
  125. //
  126. // button2
  127. //
  128. this.button2.Location = new System.Drawing.Point(287, 131);
  129. this.button2.Name = "button2";
  130. this.button2.Size = new System.Drawing.Size(75, 20);
  131. this.button2.TabIndex = 24;
  132. this.button2.Text = "Обзор";
  133. this.button2.UseVisualStyleBackColor = true;
  134. this.button2.Click += new System.EventHandler(this.button2_Click);
  135. //
  136. // examDatetime
  137. //
  138. this.examDatetime.CustomFormat = "dd.MM.yyyy HH:mm";
  139. this.examDatetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  140. this.examDatetime.Location = new System.Drawing.Point(76, 105);
  141. this.examDatetime.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
  142. this.examDatetime.MinDate = new System.DateTime(2020, 1, 1, 0, 0, 0, 0);
  143. this.examDatetime.Name = "examDatetime";
  144. this.examDatetime.Size = new System.Drawing.Size(286, 20);
  145. this.examDatetime.TabIndex = 25;
  146. this.examDatetime.Value = new System.DateTime(2022, 4, 6, 18, 1, 0, 0);
  147. this.examDatetime.ValueChanged += new System.EventHandler(this.examDatetime_ValueChanged);
  148. //
  149. // addExamGroupBox
  150. //
  151. this.addExamGroupBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  152. this.addExamGroupBox.FormattingEnabled = true;
  153. this.addExamGroupBox.Location = new System.Drawing.Point(76, 78);
  154. this.addExamGroupBox.Name = "addExamGroupBox";
  155. this.addExamGroupBox.Size = new System.Drawing.Size(286, 21);
  156. this.addExamGroupBox.TabIndex = 26;
  157. //
  158. // openCriteriaFileDialog
  159. //
  160. this.openCriteriaFileDialog.FileName = "openCriteriaFileDialog";
  161. //
  162. // addExamProModuleBox
  163. //
  164. this.addExamProModuleBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  165. this.addExamProModuleBox.FormattingEnabled = true;
  166. this.addExamProModuleBox.Location = new System.Drawing.Point(77, 51);
  167. this.addExamProModuleBox.Name = "addExamProModuleBox";
  168. this.addExamProModuleBox.Size = new System.Drawing.Size(286, 21);
  169. this.addExamProModuleBox.TabIndex = 27;
  170. //
  171. // AddExamDialog
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.ClientSize = new System.Drawing.Size(375, 275);
  176. this.Controls.Add(this.addExamProModuleBox);
  177. this.Controls.Add(this.addExamGroupBox);
  178. this.Controls.Add(this.examDatetime);
  179. this.Controls.Add(this.button2);
  180. this.Controls.Add(this.criteriaFilenameBox);
  181. this.Controls.Add(this.examinerBox);
  182. this.Controls.Add(this.label6);
  183. this.Controls.Add(this.button1);
  184. this.Controls.Add(this.label5);
  185. this.Controls.Add(this.label4);
  186. this.Controls.Add(this.label3);
  187. this.Controls.Add(this.label2);
  188. this.Controls.Add(this.label1);
  189. this.Name = "AddExamDialog";
  190. this.ShowIcon = false;
  191. this.ShowInTaskbar = false;
  192. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  193. this.Text = "Добавить экзамен";
  194. this.Load += new System.EventHandler(this.AddExamDialog_Load);
  195. this.ResumeLayout(false);
  196. this.PerformLayout();
  197. }
  198. #endregion
  199. private System.Windows.Forms.Button button1;
  200. private System.Windows.Forms.Label label5;
  201. private System.Windows.Forms.Label label4;
  202. private System.Windows.Forms.Label label3;
  203. private System.Windows.Forms.Label label2;
  204. private System.Windows.Forms.Label label1;
  205. private System.Windows.Forms.Label label6;
  206. private System.Windows.Forms.TextBox examinerBox;
  207. private System.Windows.Forms.TextBox criteriaFilenameBox;
  208. private System.Windows.Forms.Button button2;
  209. private System.Windows.Forms.DateTimePicker examDatetime;
  210. private System.Windows.Forms.ComboBox addExamGroupBox;
  211. private System.Windows.Forms.OpenFileDialog openCriteriaFileDialog;
  212. private System.Windows.Forms.ComboBox addExamProModuleBox;
  213. }
  214. }