AdminForm.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. 
  2. namespace ARM_spec_otdelenia
  3. {
  4. partial class AdminForm
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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.AdminGrid = new System.Windows.Forms.DataGridView();
  38. this.accBtn = new System.Windows.Forms.Button();
  39. this.zdorBtn = new System.Windows.Forms.Button();
  40. this.contactBtn = new System.Windows.Forms.Button();
  41. this.lichnBtn = new System.Windows.Forms.Button();
  42. this.socpolBtn = new System.Windows.Forms.Button();
  43. this.uslugiBtn = new System.Windows.Forms.Button();
  44. this.homeBtn = new System.Windows.Forms.Button();
  45. this.delBtn = new System.Windows.Forms.Button();
  46. this.addBtn = new System.Windows.Forms.Button();
  47. this.changeBtn = new System.Windows.Forms.Button();
  48. this.clientBtn = new System.Windows.Forms.Button();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.AdminGrid)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // panel1
  54. //
  55. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  56. this.panel1.Controls.Add(this.exitBtn);
  57. this.panel1.Controls.Add(this.label1);
  58. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.panel1.Location = new System.Drawing.Point(0, 0);
  61. this.panel1.Name = "panel1";
  62. this.panel1.Size = new System.Drawing.Size(684, 95);
  63. this.panel1.TabIndex = 1;
  64. //
  65. // exitBtn
  66. //
  67. this.exitBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  68. this.exitBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
  69. this.exitBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(50)))), ((int)(((byte)(110)))));
  70. this.exitBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(150)))));
  71. this.exitBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  72. this.exitBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.exitBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  74. this.exitBtn.Location = new System.Drawing.Point(608, 0);
  75. this.exitBtn.Name = "exitBtn";
  76. this.exitBtn.Size = new System.Drawing.Size(76, 35);
  77. this.exitBtn.TabIndex = 24;
  78. this.exitBtn.TabStop = false;
  79. this.exitBtn.Text = "Выход";
  80. this.exitBtn.UseVisualStyleBackColor = false;
  81. this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.label1.ForeColor = System.Drawing.Color.White;
  88. this.label1.Location = new System.Drawing.Point(229, 24);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(243, 45);
  91. this.label1.TabIndex = 0;
  92. this.label1.Text = "Учет клиентов";
  93. //
  94. // AdminGrid
  95. //
  96. this.AdminGrid.AllowUserToAddRows = false;
  97. this.AdminGrid.AllowUserToDeleteRows = false;
  98. this.AdminGrid.AllowUserToResizeRows = false;
  99. dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
  100. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
  101. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  102. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
  103. this.AdminGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  104. this.AdminGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  105. this.AdminGrid.BackgroundColor = System.Drawing.Color.White;
  106. this.AdminGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
  107. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  108. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  109. dataGridViewCellStyle2.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  111. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  112. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
  113. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  114. this.AdminGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  115. this.AdminGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  116. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  117. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  118. dataGridViewCellStyle3.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  119. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
  120. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.White;
  121. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
  122. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  123. this.AdminGrid.DefaultCellStyle = dataGridViewCellStyle3;
  124. this.AdminGrid.Location = new System.Drawing.Point(12, 224);
  125. this.AdminGrid.MultiSelect = false;
  126. this.AdminGrid.Name = "AdminGrid";
  127. this.AdminGrid.ReadOnly = true;
  128. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  129. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  130. dataGridViewCellStyle4.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  131. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
  132. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  133. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
  134. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  135. this.AdminGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  136. this.AdminGrid.RowHeadersVisible = false;
  137. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  138. dataGridViewCellStyle5.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  139. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
  140. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  141. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
  142. this.AdminGrid.RowsDefaultCellStyle = dataGridViewCellStyle5;
  143. this.AdminGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  144. this.AdminGrid.Size = new System.Drawing.Size(660, 175);
  145. this.AdminGrid.TabIndex = 2;
  146. //
  147. // accBtn
  148. //
  149. this.accBtn.BackColor = System.Drawing.Color.White;
  150. this.accBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  151. this.accBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  152. this.accBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  153. this.accBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  154. this.accBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.accBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  156. this.accBtn.Location = new System.Drawing.Point(12, 101);
  157. this.accBtn.Name = "accBtn";
  158. this.accBtn.Size = new System.Drawing.Size(117, 35);
  159. this.accBtn.TabIndex = 14;
  160. this.accBtn.TabStop = false;
  161. this.accBtn.Text = "Учетки";
  162. this.accBtn.UseVisualStyleBackColor = false;
  163. this.accBtn.Click += new System.EventHandler(this.accBtn_Click);
  164. //
  165. // zdorBtn
  166. //
  167. this.zdorBtn.BackColor = System.Drawing.Color.White;
  168. this.zdorBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  169. this.zdorBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  170. this.zdorBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  171. this.zdorBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  172. this.zdorBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  173. this.zdorBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  174. this.zdorBtn.Location = new System.Drawing.Point(135, 101);
  175. this.zdorBtn.Name = "zdorBtn";
  176. this.zdorBtn.Size = new System.Drawing.Size(117, 35);
  177. this.zdorBtn.TabIndex = 15;
  178. this.zdorBtn.TabStop = false;
  179. this.zdorBtn.Text = "Здоровье";
  180. this.zdorBtn.UseVisualStyleBackColor = false;
  181. this.zdorBtn.Click += new System.EventHandler(this.zdorBtn_Click);
  182. //
  183. // contactBtn
  184. //
  185. this.contactBtn.BackColor = System.Drawing.Color.White;
  186. this.contactBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  187. this.contactBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  188. this.contactBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  189. this.contactBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  190. this.contactBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  191. this.contactBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  192. this.contactBtn.Location = new System.Drawing.Point(258, 101);
  193. this.contactBtn.Name = "contactBtn";
  194. this.contactBtn.Size = new System.Drawing.Size(118, 35);
  195. this.contactBtn.TabIndex = 16;
  196. this.contactBtn.TabStop = false;
  197. this.contactBtn.Text = "Контакты";
  198. this.contactBtn.UseVisualStyleBackColor = false;
  199. this.contactBtn.Click += new System.EventHandler(this.contactBtn_Click);
  200. //
  201. // lichnBtn
  202. //
  203. this.lichnBtn.BackColor = System.Drawing.Color.White;
  204. this.lichnBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  205. this.lichnBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  206. this.lichnBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  207. this.lichnBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  208. this.lichnBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  209. this.lichnBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  210. this.lichnBtn.Location = new System.Drawing.Point(382, 101);
  211. this.lichnBtn.Name = "lichnBtn";
  212. this.lichnBtn.Size = new System.Drawing.Size(142, 35);
  213. this.lichnBtn.TabIndex = 17;
  214. this.lichnBtn.TabStop = false;
  215. this.lichnBtn.Text = "Личные данные";
  216. this.lichnBtn.UseVisualStyleBackColor = false;
  217. this.lichnBtn.Click += new System.EventHandler(this.lichnBtn_Click);
  218. //
  219. // socpolBtn
  220. //
  221. this.socpolBtn.BackColor = System.Drawing.Color.White;
  222. this.socpolBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  223. this.socpolBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  224. this.socpolBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  225. this.socpolBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  226. this.socpolBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  227. this.socpolBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  228. this.socpolBtn.Location = new System.Drawing.Point(530, 101);
  229. this.socpolBtn.Name = "socpolBtn";
  230. this.socpolBtn.Size = new System.Drawing.Size(142, 35);
  231. this.socpolBtn.TabIndex = 18;
  232. this.socpolBtn.TabStop = false;
  233. this.socpolBtn.Text = "Соц. положение";
  234. this.socpolBtn.UseVisualStyleBackColor = false;
  235. this.socpolBtn.Click += new System.EventHandler(this.socpolBtn_Click);
  236. //
  237. // uslugiBtn
  238. //
  239. this.uslugiBtn.BackColor = System.Drawing.Color.White;
  240. this.uslugiBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  241. this.uslugiBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  242. this.uslugiBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  243. this.uslugiBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  244. this.uslugiBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  245. this.uslugiBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  246. this.uslugiBtn.Location = new System.Drawing.Point(12, 142);
  247. this.uslugiBtn.Name = "uslugiBtn";
  248. this.uslugiBtn.Size = new System.Drawing.Size(117, 35);
  249. this.uslugiBtn.TabIndex = 19;
  250. this.uslugiBtn.TabStop = false;
  251. this.uslugiBtn.Text = "Услуги";
  252. this.uslugiBtn.UseVisualStyleBackColor = false;
  253. this.uslugiBtn.Click += new System.EventHandler(this.uslugiBtn_Click);
  254. //
  255. // homeBtn
  256. //
  257. this.homeBtn.BackColor = System.Drawing.Color.White;
  258. this.homeBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  259. this.homeBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  260. this.homeBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  261. this.homeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  262. this.homeBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  263. this.homeBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  264. this.homeBtn.Location = new System.Drawing.Point(135, 142);
  265. this.homeBtn.Name = "homeBtn";
  266. this.homeBtn.Size = new System.Drawing.Size(142, 35);
  267. this.homeBtn.TabIndex = 20;
  268. this.homeBtn.TabStop = false;
  269. this.homeBtn.Text = "Записи на дом";
  270. this.homeBtn.UseVisualStyleBackColor = false;
  271. this.homeBtn.Click += new System.EventHandler(this.homeBtn_Click);
  272. //
  273. // delBtn
  274. //
  275. this.delBtn.BackColor = System.Drawing.Color.White;
  276. this.delBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  277. this.delBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  278. this.delBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  279. this.delBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  280. this.delBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  281. this.delBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  282. this.delBtn.Location = new System.Drawing.Point(406, 142);
  283. this.delBtn.Name = "delBtn";
  284. this.delBtn.Size = new System.Drawing.Size(118, 35);
  285. this.delBtn.TabIndex = 22;
  286. this.delBtn.TabStop = false;
  287. this.delBtn.Text = "Удалить";
  288. this.delBtn.UseVisualStyleBackColor = false;
  289. this.delBtn.Click += new System.EventHandler(this.delBtn_Click);
  290. //
  291. // addBtn
  292. //
  293. this.addBtn.BackColor = System.Drawing.Color.White;
  294. this.addBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  295. this.addBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  296. this.addBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  297. this.addBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  298. this.addBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  299. this.addBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  300. this.addBtn.Location = new System.Drawing.Point(283, 142);
  301. this.addBtn.Name = "addBtn";
  302. this.addBtn.Size = new System.Drawing.Size(117, 35);
  303. this.addBtn.TabIndex = 21;
  304. this.addBtn.TabStop = false;
  305. this.addBtn.Text = "Добавить";
  306. this.addBtn.UseVisualStyleBackColor = false;
  307. this.addBtn.Click += new System.EventHandler(this.addBtn_Click);
  308. //
  309. // changeBtn
  310. //
  311. this.changeBtn.BackColor = System.Drawing.Color.White;
  312. this.changeBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  313. this.changeBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  314. this.changeBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  315. this.changeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  316. this.changeBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  317. this.changeBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  318. this.changeBtn.Location = new System.Drawing.Point(530, 142);
  319. this.changeBtn.Name = "changeBtn";
  320. this.changeBtn.Size = new System.Drawing.Size(142, 35);
  321. this.changeBtn.TabIndex = 23;
  322. this.changeBtn.TabStop = false;
  323. this.changeBtn.Text = "Редактировать";
  324. this.changeBtn.UseVisualStyleBackColor = false;
  325. this.changeBtn.Click += new System.EventHandler(this.changeBtn_Click);
  326. //
  327. // clientBtn
  328. //
  329. this.clientBtn.BackColor = System.Drawing.Color.White;
  330. this.clientBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  331. this.clientBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  332. this.clientBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
  333. this.clientBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  334. this.clientBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  335. this.clientBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96)))));
  336. this.clientBtn.Location = new System.Drawing.Point(12, 183);
  337. this.clientBtn.Name = "clientBtn";
  338. this.clientBtn.Size = new System.Drawing.Size(117, 35);
  339. this.clientBtn.TabIndex = 24;
  340. this.clientBtn.TabStop = false;
  341. this.clientBtn.Text = "Клиенты";
  342. this.clientBtn.UseVisualStyleBackColor = false;
  343. this.clientBtn.Click += new System.EventHandler(this.clientBtn_Click);
  344. //
  345. // AdminForm
  346. //
  347. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  348. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  349. this.BackColor = System.Drawing.Color.White;
  350. this.ClientSize = new System.Drawing.Size(684, 411);
  351. this.Controls.Add(this.clientBtn);
  352. this.Controls.Add(this.changeBtn);
  353. this.Controls.Add(this.delBtn);
  354. this.Controls.Add(this.addBtn);
  355. this.Controls.Add(this.homeBtn);
  356. this.Controls.Add(this.uslugiBtn);
  357. this.Controls.Add(this.socpolBtn);
  358. this.Controls.Add(this.lichnBtn);
  359. this.Controls.Add(this.contactBtn);
  360. this.Controls.Add(this.zdorBtn);
  361. this.Controls.Add(this.accBtn);
  362. this.Controls.Add(this.AdminGrid);
  363. this.Controls.Add(this.panel1);
  364. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  365. this.MaximizeBox = false;
  366. this.MinimizeBox = false;
  367. this.Name = "AdminForm";
  368. this.ShowIcon = false;
  369. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  370. this.Text = "Форма клиентов (режим суперпользователя)";
  371. this.Load += new System.EventHandler(this.AdminForm_Load);
  372. this.panel1.ResumeLayout(false);
  373. this.panel1.PerformLayout();
  374. ((System.ComponentModel.ISupportInitialize)(this.AdminGrid)).EndInit();
  375. this.ResumeLayout(false);
  376. }
  377. #endregion
  378. private System.Windows.Forms.Panel panel1;
  379. private System.Windows.Forms.Label label1;
  380. public System.Windows.Forms.DataGridView AdminGrid;
  381. private System.Windows.Forms.Button accBtn;
  382. private System.Windows.Forms.Button zdorBtn;
  383. private System.Windows.Forms.Button contactBtn;
  384. private System.Windows.Forms.Button lichnBtn;
  385. private System.Windows.Forms.Button socpolBtn;
  386. private System.Windows.Forms.Button uslugiBtn;
  387. private System.Windows.Forms.Button homeBtn;
  388. private System.Windows.Forms.Button delBtn;
  389. private System.Windows.Forms.Button exitBtn;
  390. public System.Windows.Forms.Button changeBtn;
  391. public System.Windows.Forms.Button addBtn;
  392. private System.Windows.Forms.Button clientBtn;
  393. }
  394. }