ManagersForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. namespace WindowsFormsApp4
  2. {
  3. partial class ManagersForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.dgvManagers = new System.Windows.Forms.DataGridView();
  17. this.btnRefresh = new System.Windows.Forms.Button();
  18. this.btnAdd = new System.Windows.Forms.Button();
  19. this.btnEdit = new System.Windows.Forms.Button();
  20. this.btnDelete = new System.Windows.Forms.Button();
  21. this.btnBack = new System.Windows.Forms.Button();
  22. this.lblTitle = new System.Windows.Forms.Label();
  23. this.panelHeader = new System.Windows.Forms.Panel();
  24. ((System.ComponentModel.ISupportInitialize)(this.dgvManagers)).BeginInit();
  25. this.panelHeader.SuspendLayout();
  26. this.SuspendLayout();
  27. //
  28. // dgvManagers
  29. //
  30. this.dgvManagers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  31. | System.Windows.Forms.AnchorStyles.Left)
  32. | System.Windows.Forms.AnchorStyles.Right)));
  33. this.dgvManagers.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  34. this.dgvManagers.BorderStyle = System.Windows.Forms.BorderStyle.None;
  35. this.dgvManagers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  36. this.dgvManagers.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  37. this.dgvManagers.Location = new System.Drawing.Point(15, 65);
  38. this.dgvManagers.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  39. this.dgvManagers.Name = "dgvManagers";
  40. this.dgvManagers.ReadOnly = true;
  41. this.dgvManagers.RowHeadersVisible = false;
  42. this.dgvManagers.RowTemplate.Height = 30;
  43. this.dgvManagers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  44. this.dgvManagers.Size = new System.Drawing.Size(645, 325);
  45. this.dgvManagers.TabIndex = 1;
  46. //
  47. // btnRefresh
  48. //
  49. this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  50. this.btnRefresh.FlatAppearance.BorderSize = 0;
  51. this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  52. this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  53. this.btnRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  54. this.btnRefresh.Location = new System.Drawing.Point(15, 406);
  55. this.btnRefresh.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  56. this.btnRefresh.Name = "btnRefresh";
  57. this.btnRefresh.Size = new System.Drawing.Size(90, 32);
  58. this.btnRefresh.TabIndex = 2;
  59. this.btnRefresh.Text = "Обновить";
  60. this.btnRefresh.UseVisualStyleBackColor = false;
  61. //
  62. // btnAdd
  63. //
  64. this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  65. this.btnAdd.FlatAppearance.BorderSize = 0;
  66. this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  67. this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  68. this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  69. this.btnAdd.Location = new System.Drawing.Point(109, 406);
  70. this.btnAdd.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  71. this.btnAdd.Name = "btnAdd";
  72. this.btnAdd.Size = new System.Drawing.Size(102, 32);
  73. this.btnAdd.TabIndex = 3;
  74. this.btnAdd.Text = "Добавить";
  75. this.btnAdd.UseVisualStyleBackColor = false;
  76. //
  77. // btnEdit
  78. //
  79. this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  80. this.btnEdit.FlatAppearance.BorderSize = 0;
  81. this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  82. this.btnEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  83. this.btnEdit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  84. this.btnEdit.Location = new System.Drawing.Point(215, 406);
  85. this.btnEdit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  86. this.btnEdit.Name = "btnEdit";
  87. this.btnEdit.Size = new System.Drawing.Size(131, 32);
  88. this.btnEdit.TabIndex = 4;
  89. this.btnEdit.Text = "Редактировать";
  90. this.btnEdit.UseVisualStyleBackColor = false;
  91. //
  92. // btnDelete
  93. //
  94. this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  95. this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  96. this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  97. this.btnDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  98. this.btnDelete.Location = new System.Drawing.Point(350, 406);
  99. this.btnDelete.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  100. this.btnDelete.Name = "btnDelete";
  101. this.btnDelete.Size = new System.Drawing.Size(85, 32);
  102. this.btnDelete.TabIndex = 5;
  103. this.btnDelete.Text = "Удалить";
  104. this.btnDelete.UseVisualStyleBackColor = false;
  105. //
  106. // btnBack
  107. //
  108. this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  109. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  110. this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  111. this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  112. this.btnBack.Location = new System.Drawing.Point(570, 406);
  113. this.btnBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  114. this.btnBack.Name = "btnBack";
  115. this.btnBack.Size = new System.Drawing.Size(90, 32);
  116. this.btnBack.TabIndex = 6;
  117. this.btnBack.Text = "< Назад";
  118. this.btnBack.UseVisualStyleBackColor = false;
  119. //
  120. // lblTitle
  121. //
  122. this.lblTitle.AutoSize = true;
  123. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
  124. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  125. this.lblTitle.Location = new System.Drawing.Point(270, 12);
  126. this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  127. this.lblTitle.Name = "lblTitle";
  128. this.lblTitle.Size = new System.Drawing.Size(144, 26);
  129. this.lblTitle.TabIndex = 0;
  130. this.lblTitle.Text = "Менеджеры";
  131. //
  132. // panelHeader
  133. //
  134. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  135. this.panelHeader.Controls.Add(this.lblTitle);
  136. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  137. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  138. this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  139. this.panelHeader.Name = "panelHeader";
  140. this.panelHeader.Size = new System.Drawing.Size(675, 49);
  141. this.panelHeader.TabIndex = 0;
  142. //
  143. // ManagersForm
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  148. this.ClientSize = new System.Drawing.Size(675, 455);
  149. this.Controls.Add(this.btnBack);
  150. this.Controls.Add(this.btnDelete);
  151. this.Controls.Add(this.btnEdit);
  152. this.Controls.Add(this.btnAdd);
  153. this.Controls.Add(this.btnRefresh);
  154. this.Controls.Add(this.dgvManagers);
  155. this.Controls.Add(this.panelHeader);
  156. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  157. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  158. this.MaximizeBox = false;
  159. this.Name = "ManagersForm";
  160. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  161. this.Text = "Менеджеры - Обработка заявок";
  162. ((System.ComponentModel.ISupportInitialize)(this.dgvManagers)).EndInit();
  163. this.panelHeader.ResumeLayout(false);
  164. this.panelHeader.PerformLayout();
  165. this.ResumeLayout(false);
  166. }
  167. private System.Windows.Forms.DataGridView dgvManagers;
  168. private System.Windows.Forms.Button btnRefresh;
  169. private System.Windows.Forms.Button btnAdd;
  170. private System.Windows.Forms.Button btnEdit;
  171. private System.Windows.Forms.Button btnDelete;
  172. private System.Windows.Forms.Button btnBack;
  173. private System.Windows.Forms.Label lblTitle;
  174. private System.Windows.Forms.Panel panelHeader;
  175. }
  176. }