fAddClient.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. namespace СУБД_Кадры
  2. {
  3. partial class fAddClient
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.Label label2;
  29. System.Windows.Forms.Label emailLabel;
  30. System.Windows.Forms.Label phoneLabel;
  31. System.Windows.Forms.Label lastNameLabel;
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fAddClient));
  33. System.Windows.Forms.Label label3;
  34. System.Windows.Forms.Label label4;
  35. this.RbtFemale = new System.Windows.Forms.RadioButton();
  36. this.RbtMale = new System.Windows.Forms.RadioButton();
  37. this.BtnCancel = new System.Windows.Forms.Button();
  38. this.BtnSave = new System.Windows.Forms.Button();
  39. this.TbxEmail = new System.Windows.Forms.TextBox();
  40. this.TbxPhone = new System.Windows.Forms.TextBox();
  41. this.tbSurname = new System.Windows.Forms.TextBox();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.LblGenderCode = new System.Windows.Forms.Label();
  46. this.tbName = new System.Windows.Forms.TextBox();
  47. this.tbPathronymic = new System.Windows.Forms.TextBox();
  48. label2 = new System.Windows.Forms.Label();
  49. emailLabel = new System.Windows.Forms.Label();
  50. phoneLabel = new System.Windows.Forms.Label();
  51. lastNameLabel = new System.Windows.Forms.Label();
  52. label3 = new System.Windows.Forms.Label();
  53. label4 = new System.Windows.Forms.Label();
  54. this.panel1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // label2
  59. //
  60. label2.AutoSize = true;
  61. label2.Location = new System.Drawing.Point(417, 120);
  62. label2.Name = "label2";
  63. label2.Size = new System.Drawing.Size(30, 13);
  64. label2.TabIndex = 47;
  65. label2.Text = "Пол:";
  66. //
  67. // emailLabel
  68. //
  69. emailLabel.AutoSize = true;
  70. emailLabel.Location = new System.Drawing.Point(18, 232);
  71. emailLabel.Name = "emailLabel";
  72. emailLabel.Size = new System.Drawing.Size(35, 13);
  73. emailLabel.TabIndex = 43;
  74. emailLabel.Text = "Email:";
  75. //
  76. // phoneLabel
  77. //
  78. phoneLabel.AutoSize = true;
  79. phoneLabel.Location = new System.Drawing.Point(4, 200);
  80. phoneLabel.Name = "phoneLabel";
  81. phoneLabel.Size = new System.Drawing.Size(55, 13);
  82. phoneLabel.TabIndex = 41;
  83. phoneLabel.Text = "Телефон:";
  84. //
  85. // lastNameLabel
  86. //
  87. lastNameLabel.AutoSize = true;
  88. lastNameLabel.Location = new System.Drawing.Point(4, 123);
  89. lastNameLabel.Name = "lastNameLabel";
  90. lastNameLabel.Size = new System.Drawing.Size(59, 13);
  91. lastNameLabel.TabIndex = 37;
  92. lastNameLabel.Text = "Фамилия:";
  93. //
  94. // RbtFemale
  95. //
  96. this.RbtFemale.AutoSize = true;
  97. this.RbtFemale.Location = new System.Drawing.Point(538, 120);
  98. this.RbtFemale.Name = "RbtFemale";
  99. this.RbtFemale.Size = new System.Drawing.Size(69, 17);
  100. this.RbtFemale.TabIndex = 49;
  101. this.RbtFemale.Text = "женский";
  102. this.RbtFemale.UseVisualStyleBackColor = true;
  103. this.RbtFemale.CheckedChanged += new System.EventHandler(this.RbtFemale_CheckedChanged);
  104. //
  105. // RbtMale
  106. //
  107. this.RbtMale.AutoSize = true;
  108. this.RbtMale.Location = new System.Drawing.Point(458, 120);
  109. this.RbtMale.Name = "RbtMale";
  110. this.RbtMale.Size = new System.Drawing.Size(70, 17);
  111. this.RbtMale.TabIndex = 48;
  112. this.RbtMale.Text = "мужской";
  113. this.RbtMale.UseVisualStyleBackColor = true;
  114. this.RbtMale.CheckedChanged += new System.EventHandler(this.RbtMale_CheckedChanged);
  115. //
  116. // BtnCancel
  117. //
  118. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  119. this.BtnCancel.Location = new System.Drawing.Point(261, 287);
  120. this.BtnCancel.Name = "BtnCancel";
  121. this.BtnCancel.Size = new System.Drawing.Size(150, 29);
  122. this.BtnCancel.TabIndex = 46;
  123. this.BtnCancel.Text = "Отмена";
  124. this.BtnCancel.UseVisualStyleBackColor = false;
  125. this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
  126. //
  127. // BtnSave
  128. //
  129. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  130. this.BtnSave.Location = new System.Drawing.Point(85, 287);
  131. this.BtnSave.Name = "BtnSave";
  132. this.BtnSave.Size = new System.Drawing.Size(150, 29);
  133. this.BtnSave.TabIndex = 45;
  134. this.BtnSave.Text = "Сохранить";
  135. this.BtnSave.UseVisualStyleBackColor = false;
  136. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  137. //
  138. // TbxEmail
  139. //
  140. this.TbxEmail.Location = new System.Drawing.Point(85, 232);
  141. this.TbxEmail.Name = "TbxEmail";
  142. this.TbxEmail.Size = new System.Drawing.Size(326, 20);
  143. this.TbxEmail.TabIndex = 44;
  144. //
  145. // TbxPhone
  146. //
  147. this.TbxPhone.Location = new System.Drawing.Point(85, 197);
  148. this.TbxPhone.Name = "TbxPhone";
  149. this.TbxPhone.Size = new System.Drawing.Size(326, 20);
  150. this.TbxPhone.TabIndex = 42;
  151. //
  152. // tbSurname
  153. //
  154. this.tbSurname.Location = new System.Drawing.Point(85, 117);
  155. this.tbSurname.Name = "tbSurname";
  156. this.tbSurname.Size = new System.Drawing.Size(326, 20);
  157. this.tbSurname.TabIndex = 38;
  158. //
  159. // panel1
  160. //
  161. this.panel1.BackColor = System.Drawing.Color.MistyRose;
  162. this.panel1.Controls.Add(this.pictureBox1);
  163. this.panel1.Controls.Add(this.label1);
  164. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  165. this.panel1.Location = new System.Drawing.Point(0, 0);
  166. this.panel1.Name = "panel1";
  167. this.panel1.Size = new System.Drawing.Size(614, 100);
  168. this.panel1.TabIndex = 50;
  169. //
  170. // pictureBox1
  171. //
  172. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  173. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  174. this.pictureBox1.Location = new System.Drawing.Point(514, 0);
  175. this.pictureBox1.Name = "pictureBox1";
  176. this.pictureBox1.Size = new System.Drawing.Size(100, 100);
  177. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  178. this.pictureBox1.TabIndex = 1;
  179. this.pictureBox1.TabStop = false;
  180. //
  181. // label1
  182. //
  183. this.label1.AutoSize = true;
  184. this.label1.Font = new System.Drawing.Font("Tw Cen MT", 27.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  185. this.label1.Location = new System.Drawing.Point(77, 22);
  186. this.label1.Name = "label1";
  187. this.label1.Size = new System.Drawing.Size(404, 43);
  188. this.label1.TabIndex = 0;
  189. this.label1.Text = "Добавление клиента";
  190. //
  191. // LblGenderCode
  192. //
  193. this.LblGenderCode.AutoSize = true;
  194. this.LblGenderCode.Location = new System.Drawing.Point(320, 450);
  195. this.LblGenderCode.Name = "LblGenderCode";
  196. this.LblGenderCode.Size = new System.Drawing.Size(35, 13);
  197. this.LblGenderCode.TabIndex = 51;
  198. this.LblGenderCode.Text = "label3";
  199. this.LblGenderCode.Visible = false;
  200. //
  201. // label3
  202. //
  203. label3.AutoSize = true;
  204. label3.Location = new System.Drawing.Point(4, 149);
  205. label3.Name = "label3";
  206. label3.Size = new System.Drawing.Size(32, 13);
  207. label3.TabIndex = 52;
  208. label3.Text = "Имя:";
  209. //
  210. // tbName
  211. //
  212. this.tbName.Location = new System.Drawing.Point(85, 143);
  213. this.tbName.Name = "tbName";
  214. this.tbName.Size = new System.Drawing.Size(326, 20);
  215. this.tbName.TabIndex = 53;
  216. //
  217. // label4
  218. //
  219. label4.AutoSize = true;
  220. label4.Location = new System.Drawing.Point(4, 175);
  221. label4.Name = "label4";
  222. label4.Size = new System.Drawing.Size(57, 13);
  223. label4.TabIndex = 54;
  224. label4.Text = "Отчество:";
  225. //
  226. // tbPathronymic
  227. //
  228. this.tbPathronymic.Location = new System.Drawing.Point(85, 169);
  229. this.tbPathronymic.Name = "tbPathronymic";
  230. this.tbPathronymic.Size = new System.Drawing.Size(326, 20);
  231. this.tbPathronymic.TabIndex = 55;
  232. //
  233. // fAddClient
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237. this.BackColor = System.Drawing.SystemColors.ControlLightLight;
  238. this.ClientSize = new System.Drawing.Size(614, 353);
  239. this.Controls.Add(label4);
  240. this.Controls.Add(this.tbPathronymic);
  241. this.Controls.Add(label3);
  242. this.Controls.Add(this.tbName);
  243. this.Controls.Add(this.LblGenderCode);
  244. this.Controls.Add(this.panel1);
  245. this.Controls.Add(this.RbtFemale);
  246. this.Controls.Add(this.RbtMale);
  247. this.Controls.Add(label2);
  248. this.Controls.Add(this.BtnCancel);
  249. this.Controls.Add(this.BtnSave);
  250. this.Controls.Add(emailLabel);
  251. this.Controls.Add(this.TbxEmail);
  252. this.Controls.Add(phoneLabel);
  253. this.Controls.Add(this.TbxPhone);
  254. this.Controls.Add(lastNameLabel);
  255. this.Controls.Add(this.tbSurname);
  256. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  257. this.Name = "fAddClient";
  258. this.Text = "Добавление клиента";
  259. this.Load += new System.EventHandler(this.fAddClient_Load);
  260. this.panel1.ResumeLayout(false);
  261. this.panel1.PerformLayout();
  262. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  263. this.ResumeLayout(false);
  264. this.PerformLayout();
  265. }
  266. #endregion
  267. private System.Windows.Forms.RadioButton RbtFemale;
  268. private System.Windows.Forms.RadioButton RbtMale;
  269. private System.Windows.Forms.Button BtnCancel;
  270. private System.Windows.Forms.Button BtnSave;
  271. private System.Windows.Forms.TextBox TbxEmail;
  272. private System.Windows.Forms.TextBox TbxPhone;
  273. private System.Windows.Forms.TextBox tbSurname;
  274. private System.Windows.Forms.Panel panel1;
  275. private System.Windows.Forms.PictureBox pictureBox1;
  276. private System.Windows.Forms.Label label1;
  277. private System.Windows.Forms.Label LblGenderCode;
  278. private System.Windows.Forms.TextBox tbName;
  279. private System.Windows.Forms.TextBox tbPathronymic;
  280. }
  281. }