MainForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. namespace DeanOfficeApp
  2. {
  3. partial class MainForm
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  18. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  19. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  20. this.panelTop = new Guna.UI2.WinForms.Guna2Panel();
  21. this.controlBox = new Guna.UI2.WinForms.Guna2ControlBox();
  22. this.panelLeft = new Guna.UI2.WinForms.Guna2Panel();
  23. this.cmbTeachers = new Guna.UI2.WinForms.Guna2ComboBox();
  24. this.btnStudents = new Guna.UI2.WinForms.Guna2Button();
  25. this.btnUsers = new Guna.UI2.WinForms.Guna2Button();
  26. this.btnGrades = new Guna.UI2.WinForms.Guna2Button();
  27. this.btnAssignments = new Guna.UI2.WinForms.Guna2Button();
  28. this.cmbGroups = new Guna.UI2.WinForms.Guna2ComboBox();
  29. this.rbAsc = new Guna.UI2.WinForms.Guna2RadioButton();
  30. this.rbDesc = new Guna.UI2.WinForms.Guna2RadioButton();
  31. this.btnLoad = new Guna.UI2.WinForms.Guna2Button();
  32. this.gbDisciplines = new Guna.UI2.WinForms.Guna2GroupBox();
  33. this.txtDiscName = new Guna.UI2.WinForms.Guna2TextBox();
  34. this.numHours = new Guna.UI2.WinForms.Guna2NumericUpDown();
  35. this.btnAdd = new Guna.UI2.WinForms.Guna2Button();
  36. this.btnUpdate = new Guna.UI2.WinForms.Guna2Button();
  37. this.btnDelete = new Guna.UI2.WinForms.Guna2Button();
  38. this.panelRight = new Guna.UI2.WinForms.Guna2Panel();
  39. this.dgvDisciplines = new Guna.UI2.WinForms.Guna2DataGridView();
  40. this.dgvSchedule = new Guna.UI2.WinForms.Guna2DataGridView();
  41. this.btnExportCsv = new Guna.UI2.WinForms.Guna2Button();
  42. this.btnExportHtml = new Guna.UI2.WinForms.Guna2Button();
  43. this.panelTop.SuspendLayout();
  44. this.panelLeft.SuspendLayout();
  45. this.gbDisciplines.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.numHours)).BeginInit();
  47. this.panelRight.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvDisciplines)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgvSchedule)).BeginInit();
  50. this.SuspendLayout();
  51. // panelTop
  52. this.panelTop.Controls.Add(this.controlBox);
  53. this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
  54. this.panelTop.FillColor = System.Drawing.Color.FromArgb(52, 73, 94);
  55. this.panelTop.Location = new System.Drawing.Point(0, 0);
  56. this.panelTop.Name = "panelTop";
  57. this.panelTop.Size = new System.Drawing.Size(1000, 40);
  58. this.panelTop.TabIndex = 0;
  59. // controlBox
  60. this.controlBox.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
  61. this.controlBox.FillColor = System.Drawing.Color.FromArgb(231, 76, 60);
  62. this.controlBox.IconColor = System.Drawing.Color.White;
  63. this.controlBox.Location = new System.Drawing.Point(960, 6);
  64. this.controlBox.Name = "controlBox";
  65. this.controlBox.Size = new System.Drawing.Size(30, 28);
  66. this.controlBox.TabIndex = 0;
  67. this.controlBox.Click += new System.EventHandler(this.controlBox_Click);
  68. // panelLeft
  69. this.panelLeft.Controls.Add(this.cmbTeachers);
  70. this.panelLeft.Controls.Add(this.btnStudents);
  71. this.panelLeft.Controls.Add(this.btnUsers);
  72. this.panelLeft.Controls.Add(this.btnGrades);
  73. this.panelLeft.Controls.Add(this.btnAssignments);
  74. this.panelLeft.Controls.Add(this.cmbGroups);
  75. this.panelLeft.Controls.Add(this.rbAsc);
  76. this.panelLeft.Controls.Add(this.rbDesc);
  77. this.panelLeft.Controls.Add(this.btnLoad);
  78. this.panelLeft.Controls.Add(this.gbDisciplines);
  79. this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
  80. this.panelLeft.FillColor = System.Drawing.Color.FromArgb(248, 249, 250);
  81. this.panelLeft.Location = new System.Drawing.Point(0, 40);
  82. this.panelLeft.Name = "panelLeft";
  83. this.panelLeft.Size = new System.Drawing.Size(260, 760);
  84. this.panelLeft.TabIndex = 1;
  85. // cmbTeachers
  86. this.cmbTeachers.BackColor = System.Drawing.Color.Transparent;
  87. this.cmbTeachers.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  88. this.cmbTeachers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  89. this.cmbTeachers.FocusedColor = System.Drawing.Color.FromArgb(94, 148, 255);
  90. this.cmbTeachers.FocusedState.BorderColor = System.Drawing.Color.FromArgb(94, 148, 255);
  91. this.cmbTeachers.Font = new System.Drawing.Font("Segoe UI", 10F);
  92. this.cmbTeachers.ForeColor = System.Drawing.Color.FromArgb(68, 88, 112);
  93. this.cmbTeachers.ItemHeight = 30;
  94. this.cmbTeachers.Location = new System.Drawing.Point(20, 6);
  95. this.cmbTeachers.Name = "cmbTeachers";
  96. this.cmbTeachers.Size = new System.Drawing.Size(220, 36);
  97. this.cmbTeachers.TabIndex = 5;
  98. this.cmbTeachers.SelectedIndexChanged += new System.EventHandler(this.cmbTeachers_SelectedIndexChanged);
  99. // btnStudents
  100. this.btnStudents.BorderRadius = 10;
  101. this.btnStudents.FillColor = System.Drawing.Color.FromArgb(52, 73, 94);
  102. this.btnStudents.Font = new System.Drawing.Font("Segoe UI", 9F);
  103. this.btnStudents.ForeColor = System.Drawing.Color.White;
  104. this.btnStudents.Location = new System.Drawing.Point(20, 470);
  105. this.btnStudents.Name = "btnStudents";
  106. this.btnStudents.Size = new System.Drawing.Size(220, 40);
  107. this.btnStudents.TabIndex = 6;
  108. this.btnStudents.Text = "👥 Студенты";
  109. this.btnStudents.Click += new System.EventHandler(this.btnStudents_Click);
  110. // btnUsers
  111. this.btnUsers.BorderRadius = 10;
  112. this.btnUsers.FillColor = System.Drawing.Color.FromArgb(52, 73, 94);
  113. this.btnUsers.Font = new System.Drawing.Font("Segoe UI", 9F);
  114. this.btnUsers.ForeColor = System.Drawing.Color.White;
  115. this.btnUsers.Location = new System.Drawing.Point(20, 525);
  116. this.btnUsers.Name = "btnUsers";
  117. this.btnUsers.Size = new System.Drawing.Size(220, 40);
  118. this.btnUsers.TabIndex = 7;
  119. this.btnUsers.Text = "👥 Управление пользователями";
  120. this.btnUsers.Click += new System.EventHandler(this.btnUsers_Click);
  121. // btnGrades (новая)
  122. this.btnGrades.BorderRadius = 10;
  123. this.btnGrades.FillColor = System.Drawing.Color.FromArgb(52, 73, 94);
  124. this.btnGrades.Font = new System.Drawing.Font("Segoe UI", 9F);
  125. this.btnGrades.ForeColor = System.Drawing.Color.White;
  126. this.btnGrades.Location = new System.Drawing.Point(20, 580);
  127. this.btnGrades.Name = "btnGrades";
  128. this.btnGrades.Size = new System.Drawing.Size(220, 40);
  129. this.btnGrades.TabIndex = 8;
  130. this.btnGrades.Text = "📝 Успеваемость";
  131. this.btnGrades.Click += new System.EventHandler(this.btnGrades_Click);
  132. // btnAssignments (новая)
  133. this.btnAssignments.BorderRadius = 10;
  134. this.btnAssignments.FillColor = System.Drawing.Color.FromArgb(52, 73, 94);
  135. this.btnAssignments.Font = new System.Drawing.Font("Segoe UI", 9F);
  136. this.btnAssignments.ForeColor = System.Drawing.Color.White;
  137. this.btnAssignments.Location = new System.Drawing.Point(20, 635);
  138. this.btnAssignments.Name = "btnAssignments";
  139. this.btnAssignments.Size = new System.Drawing.Size(220, 40);
  140. this.btnAssignments.TabIndex = 9;
  141. this.btnAssignments.Text = "📅 Назначения (расписание)";
  142. this.btnAssignments.Click += new System.EventHandler(this.btnAssignments_Click);
  143. // cmbGroups
  144. this.cmbGroups.BackColor = System.Drawing.Color.Transparent;
  145. this.cmbGroups.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  146. this.cmbGroups.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  147. this.cmbGroups.FocusedColor = System.Drawing.Color.Empty;
  148. this.cmbGroups.Font = new System.Drawing.Font("Segoe UI", 10F);
  149. this.cmbGroups.ForeColor = System.Drawing.Color.FromArgb(68, 88, 112);
  150. this.cmbGroups.ItemHeight = 30;
  151. this.cmbGroups.Location = new System.Drawing.Point(20, 48);
  152. this.cmbGroups.Name = "cmbGroups";
  153. this.cmbGroups.Size = new System.Drawing.Size(220, 36);
  154. this.cmbGroups.TabIndex = 0;
  155. // rbAsc
  156. this.rbAsc.AutoSize = true;
  157. this.rbAsc.CheckedState.BorderThickness = 0;
  158. this.rbAsc.Location = new System.Drawing.Point(20, 90);
  159. this.rbAsc.Name = "rbAsc";
  160. this.rbAsc.Size = new System.Drawing.Size(109, 17);
  161. this.rbAsc.TabIndex = 1;
  162. this.rbAsc.Text = "По возрастанию";
  163. this.rbAsc.UncheckedState.BorderThickness = 0;
  164. // rbDesc
  165. this.rbDesc.AutoSize = true;
  166. this.rbDesc.CheckedState.BorderThickness = 0;
  167. this.rbDesc.Location = new System.Drawing.Point(20, 120);
  168. this.rbDesc.Name = "rbDesc";
  169. this.rbDesc.Size = new System.Drawing.Size(93, 17);
  170. this.rbDesc.TabIndex = 2;
  171. this.rbDesc.Text = "По убыванию";
  172. this.rbDesc.UncheckedState.BorderThickness = 0;
  173. // btnLoad
  174. this.btnLoad.BorderRadius = 10;
  175. this.btnLoad.FillColor = System.Drawing.Color.FromArgb(52, 73, 94);
  176. this.btnLoad.Font = new System.Drawing.Font("Segoe UI", 9F);
  177. this.btnLoad.ForeColor = System.Drawing.Color.White;
  178. this.btnLoad.Location = new System.Drawing.Point(20, 160);
  179. this.btnLoad.Name = "btnLoad";
  180. this.btnLoad.Size = new System.Drawing.Size(220, 40);
  181. this.btnLoad.TabIndex = 3;
  182. this.btnLoad.Text = "Загрузить расписание";
  183. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  184. // gbDisciplines
  185. this.gbDisciplines.Controls.Add(this.txtDiscName);
  186. this.gbDisciplines.Controls.Add(this.numHours);
  187. this.gbDisciplines.Controls.Add(this.btnAdd);
  188. this.gbDisciplines.Controls.Add(this.btnUpdate);
  189. this.gbDisciplines.Controls.Add(this.btnDelete);
  190. this.gbDisciplines.Font = new System.Drawing.Font("Segoe UI", 9F);
  191. this.gbDisciplines.ForeColor = System.Drawing.Color.Black;
  192. this.gbDisciplines.Location = new System.Drawing.Point(20, 230);
  193. this.gbDisciplines.Name = "gbDisciplines";
  194. this.gbDisciplines.Size = new System.Drawing.Size(220, 280);
  195. this.gbDisciplines.TabIndex = 4;
  196. this.gbDisciplines.TabStop = false;
  197. this.gbDisciplines.Text = "Управление дисциплинами";
  198. // txtDiscName
  199. this.txtDiscName.Cursor = System.Windows.Forms.Cursors.IBeam;
  200. this.txtDiscName.DefaultText = "";
  201. this.txtDiscName.Font = new System.Drawing.Font("Segoe UI", 9F);
  202. this.txtDiscName.Location = new System.Drawing.Point(15, 40);
  203. this.txtDiscName.Name = "txtDiscName";
  204. this.txtDiscName.PlaceholderText = "Название";
  205. this.txtDiscName.SelectedText = "";
  206. this.txtDiscName.Size = new System.Drawing.Size(190, 36);
  207. this.txtDiscName.TabIndex = 0;
  208. // numHours
  209. this.numHours.BackColor = System.Drawing.Color.Transparent;
  210. this.numHours.Cursor = System.Windows.Forms.Cursors.IBeam;
  211. this.numHours.Font = new System.Drawing.Font("Segoe UI", 9F);
  212. this.numHours.Location = new System.Drawing.Point(15, 90);
  213. this.numHours.Name = "numHours";
  214. this.numHours.Size = new System.Drawing.Size(100, 36);
  215. this.numHours.TabIndex = 1;
  216. // btnAdd
  217. this.btnAdd.BorderRadius = 8;
  218. this.btnAdd.FillColor = System.Drawing.Color.FromArgb(40, 167, 69);
  219. this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 9F);
  220. this.btnAdd.ForeColor = System.Drawing.Color.White;
  221. this.btnAdd.Location = new System.Drawing.Point(15, 145);
  222. this.btnAdd.Name = "btnAdd";
  223. this.btnAdd.Size = new System.Drawing.Size(85, 35);
  224. this.btnAdd.TabIndex = 2;
  225. this.btnAdd.Text = "Добавить";
  226. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  227. // btnUpdate
  228. this.btnUpdate.BorderRadius = 8;
  229. this.btnUpdate.FillColor = System.Drawing.Color.FromArgb(255, 193, 7);
  230. this.btnUpdate.Font = new System.Drawing.Font("Segoe UI", 9F);
  231. this.btnUpdate.ForeColor = System.Drawing.Color.Black;
  232. this.btnUpdate.Location = new System.Drawing.Point(110, 145);
  233. this.btnUpdate.Name = "btnUpdate";
  234. this.btnUpdate.Size = new System.Drawing.Size(85, 35);
  235. this.btnUpdate.TabIndex = 3;
  236. this.btnUpdate.Text = "Обновить";
  237. this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  238. // btnDelete
  239. this.btnDelete.BorderRadius = 8;
  240. this.btnDelete.FillColor = System.Drawing.Color.FromArgb(220, 53, 69);
  241. this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 9F);
  242. this.btnDelete.ForeColor = System.Drawing.Color.White;
  243. this.btnDelete.Location = new System.Drawing.Point(15, 195);
  244. this.btnDelete.Name = "btnDelete";
  245. this.btnDelete.Size = new System.Drawing.Size(180, 35);
  246. this.btnDelete.TabIndex = 4;
  247. this.btnDelete.Text = "Удалить выбранную";
  248. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  249. // panelRight
  250. this.panelRight.Controls.Add(this.dgvDisciplines);
  251. this.panelRight.Controls.Add(this.dgvSchedule);
  252. this.panelRight.Controls.Add(this.btnExportCsv);
  253. this.panelRight.Controls.Add(this.btnExportHtml);
  254. this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.panelRight.FillColor = System.Drawing.Color.FromArgb(240, 242, 245);
  256. this.panelRight.Location = new System.Drawing.Point(260, 40);
  257. this.panelRight.Name = "panelRight";
  258. this.panelRight.Size = new System.Drawing.Size(740, 760);
  259. this.panelRight.TabIndex = 2;
  260. this.panelRight.Paint += new System.Windows.Forms.PaintEventHandler(this.panelRight_Paint);
  261. // dgvDisciplines
  262. this.dgvDisciplines.AllowUserToAddRows = false;
  263. this.dgvDisciplines.AllowUserToDeleteRows = false;
  264. dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
  265. this.dgvDisciplines.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  266. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  267. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(52, 73, 94);
  268. dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  269. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  270. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(52, 73, 94);
  271. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  272. this.dgvDisciplines.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  273. this.dgvDisciplines.ColumnHeadersHeight = 40;
  274. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  275. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  276. dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F);
  277. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
  278. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(229, 241, 251);
  279. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
  280. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  281. this.dgvDisciplines.DefaultCellStyle = dataGridViewCellStyle3;
  282. this.dgvDisciplines.GridColor = System.Drawing.Color.FromArgb(230, 230, 230);
  283. this.dgvDisciplines.Location = new System.Drawing.Point(20, 420);
  284. this.dgvDisciplines.Name = "dgvDisciplines";
  285. this.dgvDisciplines.ReadOnly = true;
  286. this.dgvDisciplines.RowHeadersVisible = false;
  287. this.dgvDisciplines.RowTemplate.Height = 30;
  288. this.dgvDisciplines.Size = new System.Drawing.Size(700, 220);
  289. this.dgvDisciplines.TabIndex = 1;
  290. this.dgvDisciplines.SelectionChanged += new System.EventHandler(this.dgvDisciplines_SelectionChanged);
  291. // dgvSchedule
  292. this.dgvSchedule.AllowUserToAddRows = false;
  293. this.dgvSchedule.AllowUserToDeleteRows = false;
  294. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  295. this.dgvSchedule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  296. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  297. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(52, 73, 94);
  298. dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  299. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  300. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(52, 73, 94);
  301. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  302. this.dgvSchedule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  303. this.dgvSchedule.ColumnHeadersHeight = 40;
  304. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  305. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  306. dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI", 9F);
  307. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
  308. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(229, 241, 251);
  309. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Black;
  310. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  311. this.dgvSchedule.DefaultCellStyle = dataGridViewCellStyle6;
  312. this.dgvSchedule.GridColor = System.Drawing.Color.FromArgb(230, 230, 230);
  313. this.dgvSchedule.Location = new System.Drawing.Point(20, 20);
  314. this.dgvSchedule.Name = "dgvSchedule";
  315. this.dgvSchedule.ReadOnly = true;
  316. this.dgvSchedule.RowHeadersVisible = false;
  317. this.dgvSchedule.RowTemplate.Height = 30;
  318. this.dgvSchedule.Size = new System.Drawing.Size(700, 300);
  319. this.dgvSchedule.TabIndex = 0;
  320. // btnExportCsv
  321. this.btnExportCsv.BorderRadius = 8;
  322. this.btnExportCsv.FillColor = System.Drawing.Color.FromArgb(40, 167, 69);
  323. this.btnExportCsv.Font = new System.Drawing.Font("Segoe UI", 9F);
  324. this.btnExportCsv.ForeColor = System.Drawing.Color.White;
  325. this.btnExportCsv.Location = new System.Drawing.Point(20, 340);
  326. this.btnExportCsv.Name = "btnExportCsv";
  327. this.btnExportCsv.Size = new System.Drawing.Size(130, 40);
  328. this.btnExportCsv.TabIndex = 2;
  329. this.btnExportCsv.Text = "📎 Экспорт CSV";
  330. this.btnExportCsv.Click += new System.EventHandler(this.btnExportCsv_Click);
  331. // btnExportHtml
  332. this.btnExportHtml.BorderRadius = 8;
  333. this.btnExportHtml.FillColor = System.Drawing.Color.FromArgb(0, 123, 255);
  334. this.btnExportHtml.Font = new System.Drawing.Font("Segoe UI", 9F);
  335. this.btnExportHtml.ForeColor = System.Drawing.Color.White;
  336. this.btnExportHtml.Location = new System.Drawing.Point(170, 340);
  337. this.btnExportHtml.Name = "btnExportHtml";
  338. this.btnExportHtml.Size = new System.Drawing.Size(130, 40);
  339. this.btnExportHtml.TabIndex = 3;
  340. this.btnExportHtml.Text = "🌐 Экспорт HTML";
  341. this.btnExportHtml.Click += new System.EventHandler(this.btnExportHtml_Click);
  342. // MainForm
  343. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  344. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  345. this.BackColor = System.Drawing.Color.FromArgb(240, 242, 245);
  346. this.ClientSize = new System.Drawing.Size(1000, 800);
  347. this.Controls.Add(this.panelRight);
  348. this.Controls.Add(this.panelLeft);
  349. this.Controls.Add(this.panelTop);
  350. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  351. this.Name = "MainForm";
  352. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  353. this.Text = "Деканат";
  354. this.panelTop.ResumeLayout(false);
  355. this.panelLeft.ResumeLayout(false);
  356. this.panelLeft.PerformLayout();
  357. this.gbDisciplines.ResumeLayout(false);
  358. ((System.ComponentModel.ISupportInitialize)(this.numHours)).EndInit();
  359. this.panelRight.ResumeLayout(false);
  360. ((System.ComponentModel.ISupportInitialize)(this.dgvDisciplines)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.dgvSchedule)).EndInit();
  362. this.ResumeLayout(false);
  363. }
  364. // Объявления компонентов
  365. private Guna.UI2.WinForms.Guna2Panel panelTop;
  366. private Guna.UI2.WinForms.Guna2ControlBox controlBox;
  367. private Guna.UI2.WinForms.Guna2Panel panelLeft;
  368. private Guna.UI2.WinForms.Guna2ComboBox cmbGroups;
  369. private Guna.UI2.WinForms.Guna2RadioButton rbAsc;
  370. private Guna.UI2.WinForms.Guna2RadioButton rbDesc;
  371. private Guna.UI2.WinForms.Guna2Button btnLoad;
  372. private Guna.UI2.WinForms.Guna2GroupBox gbDisciplines;
  373. private Guna.UI2.WinForms.Guna2TextBox txtDiscName;
  374. private Guna.UI2.WinForms.Guna2NumericUpDown numHours;
  375. private Guna.UI2.WinForms.Guna2Button btnAdd;
  376. private Guna.UI2.WinForms.Guna2Button btnUpdate;
  377. private Guna.UI2.WinForms.Guna2Button btnDelete;
  378. private Guna.UI2.WinForms.Guna2Panel panelRight;
  379. private Guna.UI2.WinForms.Guna2DataGridView dgvSchedule;
  380. private Guna.UI2.WinForms.Guna2DataGridView dgvDisciplines;
  381. private Guna.UI2.WinForms.Guna2Button btnExportCsv;
  382. private Guna.UI2.WinForms.Guna2Button btnExportHtml;
  383. private Guna.UI2.WinForms.Guna2ComboBox cmbTeachers;
  384. private Guna.UI2.WinForms.Guna2Button btnStudents;
  385. private Guna.UI2.WinForms.Guna2Button btnUsers;
  386. private Guna.UI2.WinForms.Guna2Button btnGrades;
  387. private Guna.UI2.WinForms.Guna2Button btnAssignments;
  388. }
  389. }