fAddUser.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. 
  2. namespace SUBD
  3. {
  4. partial class fAddUser
  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. this.lErrorPhoto = new System.Windows.Forms.Label();
  30. this.bClear = new System.Windows.Forms.Button();
  31. this.bPhoto = new System.Windows.Forms.Button();
  32. this.pbImage = new System.Windows.Forms.PictureBox();
  33. this.label7 = new System.Windows.Forms.Label();
  34. this.tbNumberKv = new System.Windows.Forms.TextBox();
  35. this.lNumberHouse = new System.Windows.Forms.Label();
  36. this.tbNumberHouse = new System.Windows.Forms.TextBox();
  37. this.lNaim = new System.Windows.Forms.Label();
  38. this.tbNaim = new System.Windows.Forms.TextBox();
  39. this.cbUch = new System.Windows.Forms.ComboBox();
  40. this.cbPol = new System.Windows.Forms.ComboBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.cbRole = new System.Windows.Forms.ComboBox();
  43. this.lErrorOtch = new System.Windows.Forms.Label();
  44. this.tbOtch = new System.Windows.Forms.TextBox();
  45. this.lOtch = new System.Windows.Forms.Label();
  46. this.lErrorName = new System.Windows.Forms.Label();
  47. this.tbName = new System.Windows.Forms.TextBox();
  48. this.BAddUser = new System.Windows.Forms.Button();
  49. this.lErrorFam = new System.Windows.Forms.Label();
  50. this.tbFam = new System.Windows.Forms.TextBox();
  51. this.lFam = new System.Windows.Forms.Label();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.pbLogo = new System.Windows.Forms.PictureBox();
  55. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  56. this.label3 = new System.Windows.Forms.Label();
  57. this.label4 = new System.Windows.Forms.Label();
  58. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
  59. this.panel1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // lErrorPhoto
  64. //
  65. this.lErrorPhoto.AutoSize = true;
  66. this.lErrorPhoto.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  67. this.lErrorPhoto.ForeColor = System.Drawing.Color.DarkRed;
  68. this.lErrorPhoto.Location = new System.Drawing.Point(383, 235);
  69. this.lErrorPhoto.Name = "lErrorPhoto";
  70. this.lErrorPhoto.Size = new System.Drawing.Size(161, 17);
  71. this.lErrorPhoto.TabIndex = 52;
  72. this.lErrorPhoto.Text = "Фото или заглушка";
  73. this.lErrorPhoto.Visible = false;
  74. //
  75. // bClear
  76. //
  77. this.bClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  78. this.bClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  79. this.bClear.ForeColor = System.Drawing.Color.White;
  80. this.bClear.Location = new System.Drawing.Point(544, 344);
  81. this.bClear.Name = "bClear";
  82. this.bClear.Size = new System.Drawing.Size(143, 35);
  83. this.bClear.TabIndex = 51;
  84. this.bClear.Text = "Заглушка";
  85. this.bClear.UseVisualStyleBackColor = false;
  86. this.bClear.Click += new System.EventHandler(this.bClear_Click);
  87. //
  88. // bPhoto
  89. //
  90. this.bPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  91. this.bPhoto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  92. this.bPhoto.ForeColor = System.Drawing.Color.White;
  93. this.bPhoto.Location = new System.Drawing.Point(544, 263);
  94. this.bPhoto.Name = "bPhoto";
  95. this.bPhoto.Size = new System.Drawing.Size(143, 35);
  96. this.bPhoto.TabIndex = 50;
  97. this.bPhoto.Text = "Выбрать фото";
  98. this.bPhoto.UseVisualStyleBackColor = false;
  99. this.bPhoto.Click += new System.EventHandler(this.bPhoto_Click);
  100. //
  101. // pbImage
  102. //
  103. this.pbImage.Location = new System.Drawing.Point(385, 260);
  104. this.pbImage.Name = "pbImage";
  105. this.pbImage.Size = new System.Drawing.Size(144, 119);
  106. this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  107. this.pbImage.TabIndex = 49;
  108. this.pbImage.TabStop = false;
  109. //
  110. // label7
  111. //
  112. this.label7.AutoSize = true;
  113. this.label7.Location = new System.Drawing.Point(542, 184);
  114. this.label7.Name = "label7";
  115. this.label7.Size = new System.Drawing.Size(260, 17);
  116. this.label7.TabIndex = 48;
  117. this.label7.Text = "номер квартиры(только цифры)";
  118. //
  119. // tbNumberKv
  120. //
  121. this.tbNumberKv.Location = new System.Drawing.Point(545, 204);
  122. this.tbNumberKv.Name = "tbNumberKv";
  123. this.tbNumberKv.Size = new System.Drawing.Size(127, 24);
  124. this.tbNumberKv.TabIndex = 47;
  125. this.tbNumberKv.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbNumberKv_KeyPress);
  126. //
  127. // lNumberHouse
  128. //
  129. this.lNumberHouse.AutoSize = true;
  130. this.lNumberHouse.Location = new System.Drawing.Point(382, 184);
  131. this.lNumberHouse.Name = "lNumberHouse";
  132. this.lNumberHouse.Size = new System.Drawing.Size(98, 17);
  133. this.lNumberHouse.TabIndex = 46;
  134. this.lNumberHouse.Text = "номер дома";
  135. //
  136. // tbNumberHouse
  137. //
  138. this.tbNumberHouse.Location = new System.Drawing.Point(385, 204);
  139. this.tbNumberHouse.Name = "tbNumberHouse";
  140. this.tbNumberHouse.Size = new System.Drawing.Size(127, 24);
  141. this.tbNumberHouse.TabIndex = 45;
  142. //
  143. // lNaim
  144. //
  145. this.lNaim.AutoSize = true;
  146. this.lNaim.Location = new System.Drawing.Point(542, 127);
  147. this.lNaim.Name = "lNaim";
  148. this.lNaim.Size = new System.Drawing.Size(188, 17);
  149. this.lNaim.TabIndex = 44;
  150. this.lNaim.Text = "наименование участка";
  151. //
  152. // tbNaim
  153. //
  154. this.tbNaim.Location = new System.Drawing.Point(545, 147);
  155. this.tbNaim.Name = "tbNaim";
  156. this.tbNaim.Size = new System.Drawing.Size(209, 24);
  157. this.tbNaim.TabIndex = 43;
  158. //
  159. // cbUch
  160. //
  161. this.cbUch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  162. this.cbUch.FormattingEnabled = true;
  163. this.cbUch.Items.AddRange(new object[] {
  164. "улица",
  165. "проспект",
  166. "переулок"});
  167. this.cbUch.Location = new System.Drawing.Point(386, 147);
  168. this.cbUch.Name = "cbUch";
  169. this.cbUch.Size = new System.Drawing.Size(144, 25);
  170. this.cbUch.TabIndex = 42;
  171. //
  172. // cbPol
  173. //
  174. this.cbPol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  175. this.cbPol.FormattingEnabled = true;
  176. this.cbPol.Items.AddRange(new object[] {
  177. "муж",
  178. "жен"});
  179. this.cbPol.Location = new System.Drawing.Point(104, 354);
  180. this.cbPol.Name = "cbPol";
  181. this.cbPol.Size = new System.Drawing.Size(204, 25);
  182. this.cbPol.TabIndex = 41;
  183. //
  184. // label2
  185. //
  186. this.label2.AutoSize = true;
  187. this.label2.Location = new System.Drawing.Point(10, 309);
  188. this.label2.Name = "label2";
  189. this.label2.Size = new System.Drawing.Size(89, 17);
  190. this.label2.TabIndex = 40;
  191. this.label2.Text = "Должность";
  192. //
  193. // cbRole
  194. //
  195. this.cbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  196. this.cbRole.FormattingEnabled = true;
  197. this.cbRole.Items.AddRange(new object[] {
  198. "1",
  199. "2",
  200. "2"});
  201. this.cbRole.Location = new System.Drawing.Point(105, 306);
  202. this.cbRole.Name = "cbRole";
  203. this.cbRole.Size = new System.Drawing.Size(204, 25);
  204. this.cbRole.TabIndex = 39;
  205. //
  206. // lErrorOtch
  207. //
  208. this.lErrorOtch.AutoSize = true;
  209. this.lErrorOtch.Font = new System.Drawing.Font("Courier New", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  210. this.lErrorOtch.ForeColor = System.Drawing.Color.DarkRed;
  211. this.lErrorOtch.Location = new System.Drawing.Point(101, 235);
  212. this.lErrorOtch.Name = "lErrorOtch";
  213. this.lErrorOtch.Size = new System.Drawing.Size(98, 15);
  214. this.lErrorOtch.TabIndex = 38;
  215. this.lErrorOtch.Text = "Введите текст";
  216. this.lErrorOtch.Visible = false;
  217. //
  218. // tbOtch
  219. //
  220. this.tbOtch.Font = new System.Drawing.Font("Courier New", 9F);
  221. this.tbOtch.Location = new System.Drawing.Point(105, 255);
  222. this.tbOtch.Name = "tbOtch";
  223. this.tbOtch.Size = new System.Drawing.Size(204, 24);
  224. this.tbOtch.TabIndex = 37;
  225. //
  226. // lOtch
  227. //
  228. this.lOtch.AutoSize = true;
  229. this.lOtch.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  230. this.lOtch.Location = new System.Drawing.Point(10, 258);
  231. this.lOtch.Name = "lOtch";
  232. this.lOtch.Size = new System.Drawing.Size(80, 17);
  233. this.lOtch.TabIndex = 36;
  234. this.lOtch.Text = "Отчество";
  235. //
  236. // lErrorName
  237. //
  238. this.lErrorName.AutoSize = true;
  239. this.lErrorName.Font = new System.Drawing.Font("Courier New", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  240. this.lErrorName.ForeColor = System.Drawing.Color.DarkRed;
  241. this.lErrorName.Location = new System.Drawing.Point(101, 181);
  242. this.lErrorName.Name = "lErrorName";
  243. this.lErrorName.Size = new System.Drawing.Size(98, 15);
  244. this.lErrorName.TabIndex = 35;
  245. this.lErrorName.Text = "Введите текст";
  246. this.lErrorName.Visible = false;
  247. //
  248. // tbName
  249. //
  250. this.tbName.Font = new System.Drawing.Font("Courier New", 9F);
  251. this.tbName.Location = new System.Drawing.Point(105, 201);
  252. this.tbName.Name = "tbName";
  253. this.tbName.Size = new System.Drawing.Size(204, 24);
  254. this.tbName.TabIndex = 34;
  255. //
  256. // BAddUser
  257. //
  258. this.BAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  259. this.BAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  260. this.BAddUser.ForeColor = System.Drawing.Color.White;
  261. this.BAddUser.Location = new System.Drawing.Point(12, 416);
  262. this.BAddUser.Name = "BAddUser";
  263. this.BAddUser.Size = new System.Drawing.Size(149, 35);
  264. this.BAddUser.TabIndex = 33;
  265. this.BAddUser.Text = "Добавить";
  266. this.BAddUser.UseVisualStyleBackColor = false;
  267. this.BAddUser.Click += new System.EventHandler(this.BAddUser_Click);
  268. //
  269. // lErrorFam
  270. //
  271. this.lErrorFam.AutoSize = true;
  272. this.lErrorFam.Font = new System.Drawing.Font("Courier New", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  273. this.lErrorFam.ForeColor = System.Drawing.Color.DarkRed;
  274. this.lErrorFam.Location = new System.Drawing.Point(101, 127);
  275. this.lErrorFam.Name = "lErrorFam";
  276. this.lErrorFam.Size = new System.Drawing.Size(98, 15);
  277. this.lErrorFam.TabIndex = 32;
  278. this.lErrorFam.Text = "Введите текст";
  279. this.lErrorFam.Visible = false;
  280. //
  281. // tbFam
  282. //
  283. this.tbFam.Font = new System.Drawing.Font("Courier New", 9F);
  284. this.tbFam.Location = new System.Drawing.Point(105, 147);
  285. this.tbFam.Name = "tbFam";
  286. this.tbFam.Size = new System.Drawing.Size(204, 24);
  287. this.tbFam.TabIndex = 31;
  288. //
  289. // lFam
  290. //
  291. this.lFam.AutoSize = true;
  292. this.lFam.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  293. this.lFam.Location = new System.Drawing.Point(10, 150);
  294. this.lFam.Name = "lFam";
  295. this.lFam.Size = new System.Drawing.Size(71, 17);
  296. this.lFam.TabIndex = 30;
  297. this.lFam.Text = "Фамилия";
  298. //
  299. // panel1
  300. //
  301. this.panel1.BackColor = System.Drawing.Color.LightGray;
  302. this.panel1.Controls.Add(this.label1);
  303. this.panel1.Controls.Add(this.pbLogo);
  304. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  305. this.panel1.Location = new System.Drawing.Point(0, 0);
  306. this.panel1.Name = "panel1";
  307. this.panel1.Size = new System.Drawing.Size(863, 85);
  308. this.panel1.TabIndex = 29;
  309. //
  310. // label1
  311. //
  312. this.label1.AutoSize = true;
  313. this.label1.Font = new System.Drawing.Font("Courier New", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  314. this.label1.Location = new System.Drawing.Point(191, 25);
  315. this.label1.Name = "label1";
  316. this.label1.Size = new System.Drawing.Size(375, 34);
  317. this.label1.TabIndex = 1;
  318. this.label1.Text = "Добавление работника";
  319. //
  320. // pbLogo
  321. //
  322. this.pbLogo.Dock = System.Windows.Forms.DockStyle.Right;
  323. this.pbLogo.Location = new System.Drawing.Point(729, 0);
  324. this.pbLogo.Name = "pbLogo";
  325. this.pbLogo.Size = new System.Drawing.Size(134, 85);
  326. this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  327. this.pbLogo.TabIndex = 0;
  328. this.pbLogo.TabStop = false;
  329. //
  330. // openFileDialog1
  331. //
  332. this.openFileDialog1.FileName = "openFileDialog1";
  333. //
  334. // label3
  335. //
  336. this.label3.AutoSize = true;
  337. this.label3.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  338. this.label3.Location = new System.Drawing.Point(9, 207);
  339. this.label3.Name = "label3";
  340. this.label3.Size = new System.Drawing.Size(35, 17);
  341. this.label3.TabIndex = 53;
  342. this.label3.Text = "Имя";
  343. //
  344. // label4
  345. //
  346. this.label4.AutoSize = true;
  347. this.label4.Location = new System.Drawing.Point(9, 362);
  348. this.label4.Name = "label4";
  349. this.label4.Size = new System.Drawing.Size(35, 17);
  350. this.label4.TabIndex = 54;
  351. this.label4.Text = "Пол";
  352. //
  353. // fAddUser
  354. //
  355. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
  356. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  357. this.BackColor = System.Drawing.Color.White;
  358. this.ClientSize = new System.Drawing.Size(863, 478);
  359. this.Controls.Add(this.label4);
  360. this.Controls.Add(this.label3);
  361. this.Controls.Add(this.lErrorPhoto);
  362. this.Controls.Add(this.bClear);
  363. this.Controls.Add(this.bPhoto);
  364. this.Controls.Add(this.pbImage);
  365. this.Controls.Add(this.label7);
  366. this.Controls.Add(this.tbNumberKv);
  367. this.Controls.Add(this.lNumberHouse);
  368. this.Controls.Add(this.tbNumberHouse);
  369. this.Controls.Add(this.lNaim);
  370. this.Controls.Add(this.tbNaim);
  371. this.Controls.Add(this.cbUch);
  372. this.Controls.Add(this.cbPol);
  373. this.Controls.Add(this.label2);
  374. this.Controls.Add(this.cbRole);
  375. this.Controls.Add(this.lErrorOtch);
  376. this.Controls.Add(this.tbOtch);
  377. this.Controls.Add(this.lOtch);
  378. this.Controls.Add(this.lErrorName);
  379. this.Controls.Add(this.tbName);
  380. this.Controls.Add(this.BAddUser);
  381. this.Controls.Add(this.lErrorFam);
  382. this.Controls.Add(this.tbFam);
  383. this.Controls.Add(this.lFam);
  384. this.Controls.Add(this.panel1);
  385. this.Font = new System.Drawing.Font("Courier New", 9F);
  386. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  387. this.Name = "fAddUser";
  388. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  389. this.Text = "СУБД Кадры";
  390. this.Load += new System.EventHandler(this.fAddUser_Load);
  391. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
  392. this.panel1.ResumeLayout(false);
  393. this.panel1.PerformLayout();
  394. ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
  395. this.ResumeLayout(false);
  396. this.PerformLayout();
  397. }
  398. #endregion
  399. private System.Windows.Forms.Label lErrorPhoto;
  400. private System.Windows.Forms.Button bClear;
  401. private System.Windows.Forms.Button bPhoto;
  402. private System.Windows.Forms.PictureBox pbImage;
  403. private System.Windows.Forms.Label label7;
  404. private System.Windows.Forms.TextBox tbNumberKv;
  405. private System.Windows.Forms.Label lNumberHouse;
  406. private System.Windows.Forms.TextBox tbNumberHouse;
  407. private System.Windows.Forms.Label lNaim;
  408. private System.Windows.Forms.TextBox tbNaim;
  409. private System.Windows.Forms.ComboBox cbUch;
  410. private System.Windows.Forms.ComboBox cbPol;
  411. private System.Windows.Forms.Label label2;
  412. private System.Windows.Forms.ComboBox cbRole;
  413. private System.Windows.Forms.Label lErrorOtch;
  414. private System.Windows.Forms.TextBox tbOtch;
  415. private System.Windows.Forms.Label lOtch;
  416. private System.Windows.Forms.Label lErrorName;
  417. private System.Windows.Forms.TextBox tbName;
  418. private System.Windows.Forms.Button BAddUser;
  419. private System.Windows.Forms.Label lErrorFam;
  420. private System.Windows.Forms.TextBox tbFam;
  421. private System.Windows.Forms.Label lFam;
  422. private System.Windows.Forms.Panel panel1;
  423. private System.Windows.Forms.Label label1;
  424. private System.Windows.Forms.PictureBox pbLogo;
  425. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  426. private System.Windows.Forms.Label label3;
  427. private System.Windows.Forms.Label label4;
  428. }
  429. }