AssignmentForm.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. namespace DeanOfficeApp
  2. {
  3. partial class AssignmentForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. components.Dispose();
  10. base.Dispose(disposing);
  11. }
  12. private void InitializeComponent()
  13. {
  14. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  15. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  16. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  17. this.panelHeader = new Guna.UI2.WinForms.Guna2Panel();
  18. this.lblTitle = new Guna.UI2.WinForms.Guna2HtmlLabel();
  19. this.panelContent = new Guna.UI2.WinForms.Guna2Panel();
  20. this.txtSearch = new Guna.UI2.WinForms.Guna2TextBox();
  21. this.btnRefresh = new Guna.UI2.WinForms.Guna2Button();
  22. this.btnDelete = new Guna.UI2.WinForms.Guna2Button();
  23. this.btnUpdate = new Guna.UI2.WinForms.Guna2Button();
  24. this.btnAdd = new Guna.UI2.WinForms.Guna2Button();
  25. this.cmbSemester = new Guna.UI2.WinForms.Guna2ComboBox();
  26. this.cmbTeacher = new Guna.UI2.WinForms.Guna2ComboBox();
  27. this.cmbDiscipline = new Guna.UI2.WinForms.Guna2ComboBox();
  28. this.cmbGroup = new Guna.UI2.WinForms.Guna2ComboBox();
  29. this.lblSemester = new Guna.UI2.WinForms.Guna2HtmlLabel();
  30. this.lblTeacher = new Guna.UI2.WinForms.Guna2HtmlLabel();
  31. this.lblDiscipline = new Guna.UI2.WinForms.Guna2HtmlLabel();
  32. this.lblGroup = new Guna.UI2.WinForms.Guna2HtmlLabel();
  33. this.dgvAssignments = new Guna.UI2.WinForms.Guna2DataGridView();
  34. this.panelHeader.SuspendLayout();
  35. this.panelContent.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.dgvAssignments)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // panelHeader
  40. //
  41. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  42. this.panelHeader.Controls.Add(this.lblTitle);
  43. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  44. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  45. this.panelHeader.Name = "panelHeader";
  46. this.panelHeader.Size = new System.Drawing.Size(1000, 60);
  47. this.panelHeader.TabIndex = 0;
  48. //
  49. // lblTitle
  50. //
  51. this.lblTitle.BackColor = System.Drawing.Color.Transparent;
  52. this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold);
  53. this.lblTitle.ForeColor = System.Drawing.Color.White;
  54. this.lblTitle.Location = new System.Drawing.Point(20, 15);
  55. this.lblTitle.Name = "lblTitle";
  56. this.lblTitle.Size = new System.Drawing.Size(344, 34);
  57. this.lblTitle.TabIndex = 0;
  58. this.lblTitle.Text = "Редактирование расписания";
  59. //
  60. // panelContent
  61. //
  62. this.panelContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(242)))), ((int)(((byte)(245)))));
  63. this.panelContent.Controls.Add(this.txtSearch);
  64. this.panelContent.Controls.Add(this.btnRefresh);
  65. this.panelContent.Controls.Add(this.btnDelete);
  66. this.panelContent.Controls.Add(this.btnUpdate);
  67. this.panelContent.Controls.Add(this.btnAdd);
  68. this.panelContent.Controls.Add(this.cmbSemester);
  69. this.panelContent.Controls.Add(this.cmbTeacher);
  70. this.panelContent.Controls.Add(this.cmbDiscipline);
  71. this.panelContent.Controls.Add(this.cmbGroup);
  72. this.panelContent.Controls.Add(this.lblSemester);
  73. this.panelContent.Controls.Add(this.lblTeacher);
  74. this.panelContent.Controls.Add(this.lblDiscipline);
  75. this.panelContent.Controls.Add(this.lblGroup);
  76. this.panelContent.Controls.Add(this.dgvAssignments);
  77. this.panelContent.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.panelContent.Location = new System.Drawing.Point(0, 60);
  79. this.panelContent.Name = "panelContent";
  80. this.panelContent.Size = new System.Drawing.Size(1000, 540);
  81. this.panelContent.TabIndex = 1;
  82. //
  83. // txtSearch
  84. //
  85. this.txtSearch.Cursor = System.Windows.Forms.Cursors.IBeam;
  86. this.txtSearch.DefaultText = "";
  87. this.txtSearch.Font = new System.Drawing.Font("Segoe UI", 9F);
  88. this.txtSearch.Location = new System.Drawing.Point(644, 464);
  89. this.txtSearch.Name = "txtSearch";
  90. this.txtSearch.PlaceholderText = "🔍 Поиск по группе, дисциплине, преподавателю...";
  91. this.txtSearch.SelectedText = "";
  92. this.txtSearch.Size = new System.Drawing.Size(220, 36);
  93. this.txtSearch.TabIndex = 13;
  94. this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
  95. //
  96. // btnRefresh
  97. //
  98. this.btnRefresh.BorderRadius = 10;
  99. this.btnRefresh.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  100. this.btnRefresh.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  101. this.btnRefresh.ForeColor = System.Drawing.Color.White;
  102. this.btnRefresh.Location = new System.Drawing.Point(870, 460);
  103. this.btnRefresh.Name = "btnRefresh";
  104. this.btnRefresh.Size = new System.Drawing.Size(110, 40);
  105. this.btnRefresh.TabIndex = 12;
  106. this.btnRefresh.Text = "Обновить";
  107. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  108. //
  109. // btnDelete
  110. //
  111. this.btnDelete.BorderRadius = 10;
  112. this.btnDelete.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(53)))), ((int)(((byte)(69)))));
  113. this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  114. this.btnDelete.ForeColor = System.Drawing.Color.White;
  115. this.btnDelete.Location = new System.Drawing.Point(280, 460);
  116. this.btnDelete.Name = "btnDelete";
  117. this.btnDelete.Size = new System.Drawing.Size(110, 40);
  118. this.btnDelete.TabIndex = 11;
  119. this.btnDelete.Text = "Удалить";
  120. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  121. //
  122. // btnUpdate
  123. //
  124. this.btnUpdate.BorderRadius = 10;
  125. this.btnUpdate.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(193)))), ((int)(((byte)(7)))));
  126. this.btnUpdate.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  127. this.btnUpdate.ForeColor = System.Drawing.Color.Black;
  128. this.btnUpdate.Location = new System.Drawing.Point(150, 460);
  129. this.btnUpdate.Name = "btnUpdate";
  130. this.btnUpdate.Size = new System.Drawing.Size(110, 40);
  131. this.btnUpdate.TabIndex = 10;
  132. this.btnUpdate.Text = "Обновить";
  133. this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  134. //
  135. // btnAdd
  136. //
  137. this.btnAdd.BorderRadius = 10;
  138. this.btnAdd.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(167)))), ((int)(((byte)(69)))));
  139. this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  140. this.btnAdd.ForeColor = System.Drawing.Color.White;
  141. this.btnAdd.Location = new System.Drawing.Point(20, 460);
  142. this.btnAdd.Name = "btnAdd";
  143. this.btnAdd.Size = new System.Drawing.Size(110, 40);
  144. this.btnAdd.TabIndex = 9;
  145. this.btnAdd.Text = "Добавить";
  146. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  147. //
  148. // cmbSemester
  149. //
  150. this.cmbSemester.BackColor = System.Drawing.Color.Transparent;
  151. this.cmbSemester.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  152. this.cmbSemester.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  153. this.cmbSemester.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
  154. this.cmbSemester.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
  155. this.cmbSemester.Font = new System.Drawing.Font("Segoe UI", 10F);
  156. this.cmbSemester.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(112)))));
  157. this.cmbSemester.ItemHeight = 30;
  158. this.cmbSemester.Items.AddRange(new object[] {
  159. "1",
  160. "2",
  161. "3",
  162. "4",
  163. "5",
  164. "6",
  165. "7",
  166. "8"});
  167. this.cmbSemester.Location = new System.Drawing.Point(680, 45);
  168. this.cmbSemester.Name = "cmbSemester";
  169. this.cmbSemester.Size = new System.Drawing.Size(120, 36);
  170. this.cmbSemester.TabIndex = 7;
  171. //
  172. // cmbTeacher
  173. //
  174. this.cmbTeacher.BackColor = System.Drawing.Color.Transparent;
  175. this.cmbTeacher.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  176. this.cmbTeacher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  177. this.cmbTeacher.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
  178. this.cmbTeacher.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
  179. this.cmbTeacher.Font = new System.Drawing.Font("Segoe UI", 10F);
  180. this.cmbTeacher.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(112)))));
  181. this.cmbTeacher.ItemHeight = 30;
  182. this.cmbTeacher.Location = new System.Drawing.Point(460, 45);
  183. this.cmbTeacher.Name = "cmbTeacher";
  184. this.cmbTeacher.Size = new System.Drawing.Size(200, 36);
  185. this.cmbTeacher.TabIndex = 5;
  186. //
  187. // cmbDiscipline
  188. //
  189. this.cmbDiscipline.BackColor = System.Drawing.Color.Transparent;
  190. this.cmbDiscipline.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  191. this.cmbDiscipline.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  192. this.cmbDiscipline.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
  193. this.cmbDiscipline.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
  194. this.cmbDiscipline.Font = new System.Drawing.Font("Segoe UI", 10F);
  195. this.cmbDiscipline.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(112)))));
  196. this.cmbDiscipline.ItemHeight = 30;
  197. this.cmbDiscipline.Location = new System.Drawing.Point(240, 45);
  198. this.cmbDiscipline.Name = "cmbDiscipline";
  199. this.cmbDiscipline.Size = new System.Drawing.Size(200, 36);
  200. this.cmbDiscipline.TabIndex = 3;
  201. //
  202. // cmbGroup
  203. //
  204. this.cmbGroup.BackColor = System.Drawing.Color.Transparent;
  205. this.cmbGroup.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  206. this.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  207. this.cmbGroup.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
  208. this.cmbGroup.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
  209. this.cmbGroup.Font = new System.Drawing.Font("Segoe UI", 10F);
  210. this.cmbGroup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(112)))));
  211. this.cmbGroup.ItemHeight = 30;
  212. this.cmbGroup.Location = new System.Drawing.Point(20, 45);
  213. this.cmbGroup.Name = "cmbGroup";
  214. this.cmbGroup.Size = new System.Drawing.Size(200, 36);
  215. this.cmbGroup.TabIndex = 1;
  216. //
  217. // lblSemester
  218. //
  219. this.lblSemester.BackColor = System.Drawing.Color.Transparent;
  220. this.lblSemester.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  221. this.lblSemester.Location = new System.Drawing.Point(680, 20);
  222. this.lblSemester.Name = "lblSemester";
  223. this.lblSemester.Size = new System.Drawing.Size(59, 19);
  224. this.lblSemester.TabIndex = 6;
  225. this.lblSemester.Text = "Семестр:";
  226. //
  227. // lblTeacher
  228. //
  229. this.lblTeacher.BackColor = System.Drawing.Color.Transparent;
  230. this.lblTeacher.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  231. this.lblTeacher.Location = new System.Drawing.Point(460, 20);
  232. this.lblTeacher.Name = "lblTeacher";
  233. this.lblTeacher.Size = new System.Drawing.Size(106, 19);
  234. this.lblTeacher.TabIndex = 4;
  235. this.lblTeacher.Text = "Преподаватель:";
  236. //
  237. // lblDiscipline
  238. //
  239. this.lblDiscipline.BackColor = System.Drawing.Color.Transparent;
  240. this.lblDiscipline.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  241. this.lblDiscipline.Location = new System.Drawing.Point(240, 20);
  242. this.lblDiscipline.Name = "lblDiscipline";
  243. this.lblDiscipline.Size = new System.Drawing.Size(86, 19);
  244. this.lblDiscipline.TabIndex = 2;
  245. this.lblDiscipline.Text = "Дисциплина:";
  246. //
  247. // lblGroup
  248. //
  249. this.lblGroup.BackColor = System.Drawing.Color.Transparent;
  250. this.lblGroup.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  251. this.lblGroup.Location = new System.Drawing.Point(20, 20);
  252. this.lblGroup.Name = "lblGroup";
  253. this.lblGroup.Size = new System.Drawing.Size(52, 19);
  254. this.lblGroup.TabIndex = 0;
  255. this.lblGroup.Text = "Группа:";
  256. //
  257. // dgvAssignments
  258. //
  259. dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
  260. this.dgvAssignments.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  261. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  262. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  263. dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  264. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  265. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  266. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  267. this.dgvAssignments.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  268. this.dgvAssignments.ColumnHeadersHeight = 40;
  269. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  270. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  271. dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F);
  272. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  273. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(241)))), ((int)(((byte)(251)))));
  274. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
  275. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  276. this.dgvAssignments.DefaultCellStyle = dataGridViewCellStyle3;
  277. this.dgvAssignments.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  278. this.dgvAssignments.Location = new System.Drawing.Point(20, 100);
  279. this.dgvAssignments.Name = "dgvAssignments";
  280. this.dgvAssignments.ReadOnly = true;
  281. this.dgvAssignments.RowHeadersVisible = false;
  282. this.dgvAssignments.RowTemplate.Height = 30;
  283. this.dgvAssignments.Size = new System.Drawing.Size(960, 340);
  284. this.dgvAssignments.TabIndex = 8;
  285. this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.BackColor = System.Drawing.Color.White;
  286. this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.Font = null;
  287. this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.ForeColor = System.Drawing.Color.Empty;
  288. this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.Empty;
  289. this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Empty;
  290. this.dgvAssignments.ThemeStyle.BackColor = System.Drawing.Color.White;
  291. this.dgvAssignments.ThemeStyle.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  292. this.dgvAssignments.ThemeStyle.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
  293. this.dgvAssignments.ThemeStyle.HeaderStyle.BorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  294. this.dgvAssignments.ThemeStyle.HeaderStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  295. this.dgvAssignments.ThemeStyle.HeaderStyle.ForeColor = System.Drawing.Color.White;
  296. this.dgvAssignments.ThemeStyle.HeaderStyle.HeaightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  297. this.dgvAssignments.ThemeStyle.HeaderStyle.Height = 40;
  298. this.dgvAssignments.ThemeStyle.ReadOnly = true;
  299. this.dgvAssignments.ThemeStyle.RowsStyle.BackColor = System.Drawing.Color.White;
  300. this.dgvAssignments.ThemeStyle.RowsStyle.BorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
  301. this.dgvAssignments.ThemeStyle.RowsStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  302. this.dgvAssignments.ThemeStyle.RowsStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
  303. this.dgvAssignments.ThemeStyle.RowsStyle.Height = 30;
  304. this.dgvAssignments.ThemeStyle.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
  305. this.dgvAssignments.ThemeStyle.RowsStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
  306. this.dgvAssignments.SelectionChanged += new System.EventHandler(this.dgvAssignments_SelectionChanged);
  307. //
  308. // AssignmentForm
  309. //
  310. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  311. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  312. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(242)))), ((int)(((byte)(245)))));
  313. this.ClientSize = new System.Drawing.Size(1000, 600);
  314. this.Controls.Add(this.panelContent);
  315. this.Controls.Add(this.panelHeader);
  316. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  317. this.MaximizeBox = false;
  318. this.Name = "AssignmentForm";
  319. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  320. this.Text = "Управление расписанием";
  321. this.Load += new System.EventHandler(this.AssignmentForm_Load);
  322. this.panelHeader.ResumeLayout(false);
  323. this.panelHeader.PerformLayout();
  324. this.panelContent.ResumeLayout(false);
  325. this.panelContent.PerformLayout();
  326. ((System.ComponentModel.ISupportInitialize)(this.dgvAssignments)).EndInit();
  327. this.ResumeLayout(false);
  328. }
  329. // Поля компонентов (каждое объявлено ровно один раз)
  330. private Guna.UI2.WinForms.Guna2Panel panelHeader;
  331. private Guna.UI2.WinForms.Guna2HtmlLabel lblTitle;
  332. private Guna.UI2.WinForms.Guna2Panel panelContent;
  333. private Guna.UI2.WinForms.Guna2ComboBox cmbGroup;
  334. private Guna.UI2.WinForms.Guna2ComboBox cmbDiscipline;
  335. private Guna.UI2.WinForms.Guna2ComboBox cmbTeacher;
  336. private Guna.UI2.WinForms.Guna2ComboBox cmbSemester;
  337. private Guna.UI2.WinForms.Guna2HtmlLabel lblGroup;
  338. private Guna.UI2.WinForms.Guna2HtmlLabel lblDiscipline;
  339. private Guna.UI2.WinForms.Guna2HtmlLabel lblTeacher;
  340. private Guna.UI2.WinForms.Guna2HtmlLabel lblSemester;
  341. private Guna.UI2.WinForms.Guna2Button btnAdd;
  342. private Guna.UI2.WinForms.Guna2Button btnUpdate;
  343. private Guna.UI2.WinForms.Guna2Button btnDelete;
  344. private Guna.UI2.WinForms.Guna2Button btnRefresh;
  345. private Guna.UI2.WinForms.Guna2DataGridView dgvAssignments;
  346. private Guna.UI2.WinForms.Guna2TextBox txtSearch;
  347. }
  348. }