Добавление расписания.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. namespace ЭлектронныйЖурнал
  2. {
  3. partial class Добавление_расписания
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Добавление_расписания));
  29. this.AddButton = new System.Windows.Forms.Button();
  30. this.BackButton = new System.Windows.Forms.Button();
  31. this.NameBox = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.comboBox1 = new System.Windows.Forms.ComboBox();
  39. this.StartDate = new System.Windows.Forms.MaskedTextBox();
  40. this.LostDate = new System.Windows.Forms.MaskedTextBox();
  41. this.DateBox = new System.Windows.Forms.MaskedTextBox();
  42. this.LocationBox = new System.Windows.Forms.ComboBox();
  43. this.SuspendLayout();
  44. //
  45. // AddButton
  46. //
  47. this.AddButton.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.AddButton.Location = new System.Drawing.Point(16, 302);
  49. this.AddButton.Name = "AddButton";
  50. this.AddButton.Size = new System.Drawing.Size(90, 30);
  51. this.AddButton.TabIndex = 0;
  52. this.AddButton.Text = "Добавить";
  53. this.AddButton.UseVisualStyleBackColor = true;
  54. this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
  55. //
  56. // BackButton
  57. //
  58. this.BackButton.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.BackButton.Location = new System.Drawing.Point(282, 302);
  60. this.BackButton.Name = "BackButton";
  61. this.BackButton.Size = new System.Drawing.Size(90, 30);
  62. this.BackButton.TabIndex = 1;
  63. this.BackButton.Text = "Назад";
  64. this.BackButton.UseVisualStyleBackColor = true;
  65. this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
  66. //
  67. // NameBox
  68. //
  69. this.NameBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.NameBox.Location = new System.Drawing.Point(175, 144);
  71. this.NameBox.Multiline = true;
  72. this.NameBox.Name = "NameBox";
  73. this.NameBox.Size = new System.Drawing.Size(150, 30);
  74. this.NameBox.TabIndex = 3;
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.label1.Location = new System.Drawing.Point(50, 108);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(119, 19);
  83. this.label1.TabIndex = 5;
  84. this.label1.Text = "Дата проведения";
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.label2.Location = new System.Drawing.Point(12, 144);
  91. this.label2.Name = "label2";
  92. this.label2.Size = new System.Drawing.Size(157, 19);
  93. this.label2.TabIndex = 6;
  94. this.label2.Text = "Название мероприятия";
  95. //
  96. // label3
  97. //
  98. this.label3.AutoSize = true;
  99. this.label3.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  100. this.label3.Location = new System.Drawing.Point(41, 180);
  101. this.label3.Name = "label3";
  102. this.label3.Size = new System.Drawing.Size(128, 19);
  103. this.label3.TabIndex = 7;
  104. this.label3.Text = "Место проведения";
  105. //
  106. // label4
  107. //
  108. this.label4.AutoSize = true;
  109. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.label4.Location = new System.Drawing.Point(114, 72);
  111. this.label4.Name = "label4";
  112. this.label4.Size = new System.Drawing.Size(53, 19);
  113. this.label4.TabIndex = 11;
  114. this.label4.Text = "Группа";
  115. //
  116. // label5
  117. //
  118. this.label5.AutoSize = true;
  119. this.label5.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  120. this.label5.Location = new System.Drawing.Point(59, 216);
  121. this.label5.Name = "label5";
  122. this.label5.Size = new System.Drawing.Size(110, 19);
  123. this.label5.TabIndex = 12;
  124. this.label5.Text = "Начало занятия";
  125. //
  126. // label6
  127. //
  128. this.label6.AutoSize = true;
  129. this.label6.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.label6.Location = new System.Drawing.Point(66, 252);
  131. this.label6.Name = "label6";
  132. this.label6.Size = new System.Drawing.Size(101, 19);
  133. this.label6.TabIndex = 13;
  134. this.label6.Text = "Конец занятия";
  135. //
  136. // comboBox1
  137. //
  138. this.comboBox1.DisplayMember = "Код";
  139. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  140. this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  141. this.comboBox1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.comboBox1.FormattingEnabled = true;
  143. this.comboBox1.Location = new System.Drawing.Point(175, 73);
  144. this.comboBox1.Name = "comboBox1";
  145. this.comboBox1.Size = new System.Drawing.Size(150, 31);
  146. this.comboBox1.TabIndex = 14;
  147. this.comboBox1.ValueMember = "Код";
  148. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  149. //
  150. // StartDate
  151. //
  152. this.StartDate.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  153. this.StartDate.Location = new System.Drawing.Point(175, 215);
  154. this.StartDate.Mask = "00/00/0000 90:00";
  155. this.StartDate.Name = "StartDate";
  156. this.StartDate.Size = new System.Drawing.Size(150, 30);
  157. this.StartDate.TabIndex = 16;
  158. this.StartDate.ValidatingType = typeof(System.DateTime);
  159. //
  160. // LostDate
  161. //
  162. this.LostDate.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. this.LostDate.Location = new System.Drawing.Point(175, 251);
  164. this.LostDate.Mask = "00/00/0000 90:00";
  165. this.LostDate.Name = "LostDate";
  166. this.LostDate.Size = new System.Drawing.Size(150, 30);
  167. this.LostDate.TabIndex = 17;
  168. this.LostDate.ValidatingType = typeof(System.DateTime);
  169. //
  170. // DateBox
  171. //
  172. this.DateBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  173. this.DateBox.Location = new System.Drawing.Point(175, 110);
  174. this.DateBox.Mask = "00/00/0000";
  175. this.DateBox.Name = "DateBox";
  176. this.DateBox.Size = new System.Drawing.Size(150, 30);
  177. this.DateBox.TabIndex = 18;
  178. this.DateBox.ValidatingType = typeof(System.DateTime);
  179. //
  180. // LocationBox
  181. //
  182. this.LocationBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  183. this.LocationBox.FormattingEnabled = true;
  184. this.LocationBox.Location = new System.Drawing.Point(175, 178);
  185. this.LocationBox.Name = "LocationBox";
  186. this.LocationBox.Size = new System.Drawing.Size(150, 31);
  187. this.LocationBox.TabIndex = 19;
  188. //
  189. // Добавление_расписания
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.BackColor = System.Drawing.Color.PowderBlue;
  194. this.ClientSize = new System.Drawing.Size(384, 361);
  195. this.Controls.Add(this.LocationBox);
  196. this.Controls.Add(this.DateBox);
  197. this.Controls.Add(this.LostDate);
  198. this.Controls.Add(this.StartDate);
  199. this.Controls.Add(this.comboBox1);
  200. this.Controls.Add(this.label6);
  201. this.Controls.Add(this.label5);
  202. this.Controls.Add(this.label4);
  203. this.Controls.Add(this.label3);
  204. this.Controls.Add(this.label2);
  205. this.Controls.Add(this.label1);
  206. this.Controls.Add(this.NameBox);
  207. this.Controls.Add(this.BackButton);
  208. this.Controls.Add(this.AddButton);
  209. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  210. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  211. this.Name = "Добавление_расписания";
  212. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  213. this.Text = "Добавление расписания";
  214. this.Load += new System.EventHandler(this.Добавление_расписания_Load);
  215. this.ResumeLayout(false);
  216. this.PerformLayout();
  217. }
  218. #endregion
  219. private System.Windows.Forms.Button AddButton;
  220. private System.Windows.Forms.Button BackButton;
  221. private System.Windows.Forms.TextBox NameBox;
  222. private System.Windows.Forms.Label label1;
  223. private System.Windows.Forms.Label label2;
  224. private System.Windows.Forms.Label label3;
  225. private System.Windows.Forms.Label label4;
  226. private System.Windows.Forms.Label label5;
  227. private System.Windows.Forms.Label label6;
  228. private System.Windows.Forms.ComboBox comboBox1;
  229. private System.Windows.Forms.MaskedTextBox StartDate;
  230. private System.Windows.Forms.MaskedTextBox LostDate;
  231. private System.Windows.Forms.MaskedTextBox DateBox;
  232. private System.Windows.Forms.ComboBox LocationBox;
  233. }
  234. }