UserForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. 
  2. namespace ARM_spec_otdelenia
  3. {
  4. partial class UserForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.exitBtn = new System.Windows.Forms.Button();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.clientBtn = new System.Windows.Forms.Button();
  38. this.homeBtn = new System.Windows.Forms.Button();
  39. this.uslugiBtn = new System.Windows.Forms.Button();
  40. this.socpolBtn = new System.Windows.Forms.Button();
  41. this.lichnBtn = new System.Windows.Forms.Button();
  42. this.contactBtn = new System.Windows.Forms.Button();
  43. this.zdorBtn = new System.Windows.Forms.Button();
  44. this.AdminGrid = new System.Windows.Forms.DataGridView();
  45. this.panel1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.AdminGrid)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panel1
  50. //
  51. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  52. this.panel1.Controls.Add(this.exitBtn);
  53. this.panel1.Controls.Add(this.label1);
  54. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.panel1.Location = new System.Drawing.Point(0, 0);
  57. this.panel1.Name = "panel1";
  58. this.panel1.Size = new System.Drawing.Size(684, 95);
  59. this.panel1.TabIndex = 25;
  60. //
  61. // exitBtn
  62. //
  63. this.exitBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  64. this.exitBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  65. this.exitBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(50)))), ((int)(((byte)(110)))));
  66. this.exitBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(150)))));
  67. this.exitBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  68. this.exitBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.exitBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  70. this.exitBtn.Location = new System.Drawing.Point(608, 0);
  71. this.exitBtn.Name = "exitBtn";
  72. this.exitBtn.Size = new System.Drawing.Size(76, 35);
  73. this.exitBtn.TabIndex = 24;
  74. this.exitBtn.TabStop = false;
  75. this.exitBtn.Text = "Выход";
  76. this.exitBtn.UseVisualStyleBackColor = false;
  77. this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.label1.ForeColor = System.Drawing.Color.White;
  84. this.label1.Location = new System.Drawing.Point(185, 24);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size(329, 45);
  87. this.label1.TabIndex = 0;
  88. this.label1.Text = "Просмотр клиентов";
  89. //
  90. // clientBtn
  91. //
  92. this.clientBtn.BackColor = System.Drawing.Color.White;
  93. this.clientBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  94. this.clientBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  95. this.clientBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  96. this.clientBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.clientBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  98. this.clientBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  99. this.clientBtn.Location = new System.Drawing.Point(11, 101);
  100. this.clientBtn.Name = "clientBtn";
  101. this.clientBtn.Size = new System.Drawing.Size(117, 35);
  102. this.clientBtn.TabIndex = 34;
  103. this.clientBtn.TabStop = false;
  104. this.clientBtn.Text = "Клиенты";
  105. this.clientBtn.UseVisualStyleBackColor = false;
  106. this.clientBtn.Click += new System.EventHandler(this.clientBtn_Click);
  107. //
  108. // homeBtn
  109. //
  110. this.homeBtn.BackColor = System.Drawing.Color.White;
  111. this.homeBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  112. this.homeBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  113. this.homeBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  114. this.homeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  115. this.homeBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  116. this.homeBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  117. this.homeBtn.Location = new System.Drawing.Point(134, 142);
  118. this.homeBtn.Name = "homeBtn";
  119. this.homeBtn.Size = new System.Drawing.Size(142, 35);
  120. this.homeBtn.TabIndex = 33;
  121. this.homeBtn.TabStop = false;
  122. this.homeBtn.Text = "Записи на дом";
  123. this.homeBtn.UseVisualStyleBackColor = false;
  124. this.homeBtn.Click += new System.EventHandler(this.homeBtn_Click);
  125. //
  126. // uslugiBtn
  127. //
  128. this.uslugiBtn.BackColor = System.Drawing.Color.White;
  129. this.uslugiBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  130. this.uslugiBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  131. this.uslugiBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  132. this.uslugiBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  133. this.uslugiBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  134. this.uslugiBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  135. this.uslugiBtn.Location = new System.Drawing.Point(11, 142);
  136. this.uslugiBtn.Name = "uslugiBtn";
  137. this.uslugiBtn.Size = new System.Drawing.Size(117, 35);
  138. this.uslugiBtn.TabIndex = 32;
  139. this.uslugiBtn.TabStop = false;
  140. this.uslugiBtn.Text = "Услуги";
  141. this.uslugiBtn.UseVisualStyleBackColor = false;
  142. this.uslugiBtn.Click += new System.EventHandler(this.uslugiBtn_Click);
  143. //
  144. // socpolBtn
  145. //
  146. this.socpolBtn.BackColor = System.Drawing.Color.White;
  147. this.socpolBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  148. this.socpolBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  149. this.socpolBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  150. this.socpolBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  151. this.socpolBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  152. this.socpolBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  153. this.socpolBtn.Location = new System.Drawing.Point(530, 101);
  154. this.socpolBtn.Name = "socpolBtn";
  155. this.socpolBtn.Size = new System.Drawing.Size(142, 35);
  156. this.socpolBtn.TabIndex = 31;
  157. this.socpolBtn.TabStop = false;
  158. this.socpolBtn.Text = "Соц. положение";
  159. this.socpolBtn.UseVisualStyleBackColor = false;
  160. this.socpolBtn.Click += new System.EventHandler(this.socpolBtn_Click);
  161. //
  162. // lichnBtn
  163. //
  164. this.lichnBtn.BackColor = System.Drawing.Color.White;
  165. this.lichnBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  166. this.lichnBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  167. this.lichnBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  168. this.lichnBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  169. this.lichnBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  170. this.lichnBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  171. this.lichnBtn.Location = new System.Drawing.Point(381, 101);
  172. this.lichnBtn.Name = "lichnBtn";
  173. this.lichnBtn.Size = new System.Drawing.Size(142, 35);
  174. this.lichnBtn.TabIndex = 30;
  175. this.lichnBtn.TabStop = false;
  176. this.lichnBtn.Text = "Личные данные";
  177. this.lichnBtn.UseVisualStyleBackColor = false;
  178. this.lichnBtn.Click += new System.EventHandler(this.lichnBtn_Click);
  179. //
  180. // contactBtn
  181. //
  182. this.contactBtn.BackColor = System.Drawing.Color.White;
  183. this.contactBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  184. this.contactBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  185. this.contactBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  186. this.contactBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  187. this.contactBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  188. this.contactBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  189. this.contactBtn.Location = new System.Drawing.Point(257, 101);
  190. this.contactBtn.Name = "contactBtn";
  191. this.contactBtn.Size = new System.Drawing.Size(118, 35);
  192. this.contactBtn.TabIndex = 29;
  193. this.contactBtn.TabStop = false;
  194. this.contactBtn.Text = "Контакты";
  195. this.contactBtn.UseVisualStyleBackColor = false;
  196. this.contactBtn.Click += new System.EventHandler(this.contactBtn_Click);
  197. //
  198. // zdorBtn
  199. //
  200. this.zdorBtn.BackColor = System.Drawing.Color.White;
  201. this.zdorBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  202. this.zdorBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  203. this.zdorBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  204. this.zdorBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  205. this.zdorBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  206. this.zdorBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  207. this.zdorBtn.Location = new System.Drawing.Point(134, 101);
  208. this.zdorBtn.Name = "zdorBtn";
  209. this.zdorBtn.Size = new System.Drawing.Size(117, 35);
  210. this.zdorBtn.TabIndex = 28;
  211. this.zdorBtn.TabStop = false;
  212. this.zdorBtn.Text = "Здоровье";
  213. this.zdorBtn.UseVisualStyleBackColor = false;
  214. this.zdorBtn.Click += new System.EventHandler(this.zdorBtn_Click);
  215. //
  216. // AdminGrid
  217. //
  218. this.AdminGrid.AllowUserToAddRows = false;
  219. this.AdminGrid.AllowUserToDeleteRows = false;
  220. this.AdminGrid.AllowUserToResizeRows = false;
  221. dataGridViewCellStyle16.BackColor = System.Drawing.Color.White;
  222. dataGridViewCellStyle16.ForeColor = System.Drawing.Color.Black;
  223. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  224. dataGridViewCellStyle16.SelectionForeColor = System.Drawing.Color.Black;
  225. this.AdminGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  226. this.AdminGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  227. this.AdminGrid.BackgroundColor = System.Drawing.Color.White;
  228. this.AdminGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
  229. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  230. dataGridViewCellStyle17.BackColor = System.Drawing.Color.White;
  231. dataGridViewCellStyle17.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  232. dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText;
  233. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  234. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.Color.Black;
  235. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  236. this.AdminGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  237. this.AdminGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  238. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  239. dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
  240. dataGridViewCellStyle18.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  241. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.Black;
  242. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.White;
  243. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.Black;
  244. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  245. this.AdminGrid.DefaultCellStyle = dataGridViewCellStyle18;
  246. this.AdminGrid.Location = new System.Drawing.Point(12, 189);
  247. this.AdminGrid.MultiSelect = false;
  248. this.AdminGrid.Name = "AdminGrid";
  249. this.AdminGrid.ReadOnly = true;
  250. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  251. dataGridViewCellStyle19.BackColor = System.Drawing.Color.White;
  252. dataGridViewCellStyle19.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  253. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.Black;
  254. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  255. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.Black;
  256. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  257. this.AdminGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  258. this.AdminGrid.RowHeadersVisible = false;
  259. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  260. dataGridViewCellStyle20.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  261. dataGridViewCellStyle20.ForeColor = System.Drawing.Color.Black;
  262. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  263. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.Black;
  264. this.AdminGrid.RowsDefaultCellStyle = dataGridViewCellStyle20;
  265. this.AdminGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  266. this.AdminGrid.Size = new System.Drawing.Size(660, 216);
  267. this.AdminGrid.TabIndex = 26;
  268. //
  269. // UserForm
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.BackColor = System.Drawing.Color.White;
  274. this.ClientSize = new System.Drawing.Size(684, 411);
  275. this.Controls.Add(this.panel1);
  276. this.Controls.Add(this.clientBtn);
  277. this.Controls.Add(this.homeBtn);
  278. this.Controls.Add(this.uslugiBtn);
  279. this.Controls.Add(this.socpolBtn);
  280. this.Controls.Add(this.lichnBtn);
  281. this.Controls.Add(this.contactBtn);
  282. this.Controls.Add(this.zdorBtn);
  283. this.Controls.Add(this.AdminGrid);
  284. this.MaximizeBox = false;
  285. this.MinimizeBox = false;
  286. this.Name = "UserForm";
  287. this.ShowIcon = false;
  288. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  289. this.Text = "Форма клиентов";
  290. this.panel1.ResumeLayout(false);
  291. this.panel1.PerformLayout();
  292. ((System.ComponentModel.ISupportInitialize)(this.AdminGrid)).EndInit();
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private System.Windows.Forms.Panel panel1;
  297. private System.Windows.Forms.Button exitBtn;
  298. private System.Windows.Forms.Label label1;
  299. private System.Windows.Forms.Button clientBtn;
  300. private System.Windows.Forms.Button homeBtn;
  301. private System.Windows.Forms.Button uslugiBtn;
  302. private System.Windows.Forms.Button socpolBtn;
  303. private System.Windows.Forms.Button lichnBtn;
  304. private System.Windows.Forms.Button contactBtn;
  305. private System.Windows.Forms.Button zdorBtn;
  306. public System.Windows.Forms.DataGridView AdminGrid;
  307. }
  308. }