1
0

fAdd.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. namespace SUBD_Medical_Staff
  2. {
  3. partial class fAdd
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fAdd));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.pbImage = new System.Windows.Forms.PictureBox();
  35. this.cbDolj = new System.Windows.Forms.ComboBox();
  36. this.bCancel = new System.Windows.Forms.Button();
  37. this.bOk = new System.Windows.Forms.Button();
  38. this.tbFam = new System.Windows.Forms.TextBox();
  39. this.tbOtch = new System.Windows.Forms.TextBox();
  40. this.tbPol = new System.Windows.Forms.TextBox();
  41. this.tbPhone = new System.Windows.Forms.TextBox();
  42. this.tbName = new System.Windows.Forms.TextBox();
  43. this.lDolj = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  50. this.panel1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // panel1
  56. //
  57. this.panel1.BackColor = System.Drawing.Color.White;
  58. this.panel1.Controls.Add(this.pictureBox1);
  59. this.panel1.Controls.Add(this.label2);
  60. this.panel1.Location = new System.Drawing.Point(12, 12);
  61. this.panel1.Name = "panel1";
  62. this.panel1.Size = new System.Drawing.Size(992, 139);
  63. this.panel1.TabIndex = 8;
  64. //
  65. // pictureBox1
  66. //
  67. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  68. this.pictureBox1.Location = new System.Drawing.Point(846, 3);
  69. this.pictureBox1.Name = "pictureBox1";
  70. this.pictureBox1.Size = new System.Drawing.Size(143, 136);
  71. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  72. this.pictureBox1.TabIndex = 1;
  73. this.pictureBox1.TabStop = false;
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Font = new System.Drawing.Font("Arial", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.label2.Location = new System.Drawing.Point(15, 12);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(649, 51);
  82. this.label2.TabIndex = 0;
  83. this.label2.Text = "Отдел кадров \"Heath Center\"";
  84. //
  85. // button2
  86. //
  87. this.button2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  88. this.button2.Location = new System.Drawing.Point(720, 438);
  89. this.button2.Name = "button2";
  90. this.button2.Size = new System.Drawing.Size(187, 30);
  91. this.button2.TabIndex = 112;
  92. this.button2.Text = "Выставить заглушку";
  93. this.button2.UseVisualStyleBackColor = false;
  94. this.button2.Click += new System.EventHandler(this.button2_Click);
  95. //
  96. // button1
  97. //
  98. this.button1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  99. this.button1.Location = new System.Drawing.Point(720, 398);
  100. this.button1.Name = "button1";
  101. this.button1.Size = new System.Drawing.Size(187, 30);
  102. this.button1.TabIndex = 111;
  103. this.button1.Text = "Загрузить фото";
  104. this.button1.UseVisualStyleBackColor = false;
  105. this.button1.Click += new System.EventHandler(this.button1_Click);
  106. //
  107. // pbImage
  108. //
  109. this.pbImage.Cursor = System.Windows.Forms.Cursors.Default;
  110. this.pbImage.Location = new System.Drawing.Point(720, 216);
  111. this.pbImage.Name = "pbImage";
  112. this.pbImage.Size = new System.Drawing.Size(187, 176);
  113. this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  114. this.pbImage.TabIndex = 110;
  115. this.pbImage.TabStop = false;
  116. //
  117. // cbDolj
  118. //
  119. this.cbDolj.BackColor = System.Drawing.SystemColors.ActiveCaption;
  120. this.cbDolj.FormattingEnabled = true;
  121. this.cbDolj.Location = new System.Drawing.Point(499, 251);
  122. this.cbDolj.Name = "cbDolj";
  123. this.cbDolj.Size = new System.Drawing.Size(215, 31);
  124. this.cbDolj.TabIndex = 107;
  125. //
  126. // bCancel
  127. //
  128. this.bCancel.BackColor = System.Drawing.SystemColors.ActiveCaption;
  129. this.bCancel.Location = new System.Drawing.Point(880, 606);
  130. this.bCancel.Name = "bCancel";
  131. this.bCancel.Size = new System.Drawing.Size(126, 35);
  132. this.bCancel.TabIndex = 106;
  133. this.bCancel.Text = "Отмена";
  134. this.bCancel.UseVisualStyleBackColor = false;
  135. this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
  136. //
  137. // bOk
  138. //
  139. this.bOk.BackColor = System.Drawing.SystemColors.ActiveCaption;
  140. this.bOk.Location = new System.Drawing.Point(670, 606);
  141. this.bOk.Name = "bOk";
  142. this.bOk.Size = new System.Drawing.Size(204, 35);
  143. this.bOk.TabIndex = 105;
  144. this.bOk.Text = "Зарегистрировать";
  145. this.bOk.UseVisualStyleBackColor = false;
  146. this.bOk.Click += new System.EventHandler(this.bOk_Click);
  147. //
  148. // tbFam
  149. //
  150. this.tbFam.BackColor = System.Drawing.SystemColors.ActiveCaption;
  151. this.tbFam.Location = new System.Drawing.Point(160, 216);
  152. this.tbFam.Name = "tbFam";
  153. this.tbFam.Size = new System.Drawing.Size(215, 29);
  154. this.tbFam.TabIndex = 104;
  155. //
  156. // tbOtch
  157. //
  158. this.tbOtch.BackColor = System.Drawing.SystemColors.ActiveCaption;
  159. this.tbOtch.Location = new System.Drawing.Point(160, 303);
  160. this.tbOtch.Name = "tbOtch";
  161. this.tbOtch.Size = new System.Drawing.Size(215, 29);
  162. this.tbOtch.TabIndex = 103;
  163. //
  164. // tbPol
  165. //
  166. this.tbPol.BackColor = System.Drawing.SystemColors.ActiveCaption;
  167. this.tbPol.Location = new System.Drawing.Point(160, 347);
  168. this.tbPol.Name = "tbPol";
  169. this.tbPol.Size = new System.Drawing.Size(215, 29);
  170. this.tbPol.TabIndex = 102;
  171. //
  172. // tbPhone
  173. //
  174. this.tbPhone.BackColor = System.Drawing.SystemColors.ActiveCaption;
  175. this.tbPhone.Location = new System.Drawing.Point(499, 216);
  176. this.tbPhone.Name = "tbPhone";
  177. this.tbPhone.Size = new System.Drawing.Size(215, 29);
  178. this.tbPhone.TabIndex = 101;
  179. //
  180. // tbName
  181. //
  182. this.tbName.BackColor = System.Drawing.SystemColors.ActiveCaption;
  183. this.tbName.Location = new System.Drawing.Point(160, 259);
  184. this.tbName.Name = "tbName";
  185. this.tbName.Size = new System.Drawing.Size(215, 29);
  186. this.tbName.TabIndex = 100;
  187. //
  188. // lDolj
  189. //
  190. this.lDolj.AutoSize = true;
  191. this.lDolj.Location = new System.Drawing.Point(381, 259);
  192. this.lDolj.Name = "lDolj";
  193. this.lDolj.Size = new System.Drawing.Size(90, 23);
  194. this.lDolj.TabIndex = 99;
  195. this.lDolj.Text = "Должность";
  196. //
  197. // label4
  198. //
  199. this.label4.AutoSize = true;
  200. this.label4.Location = new System.Drawing.Point(381, 216);
  201. this.label4.Name = "label4";
  202. this.label4.Size = new System.Drawing.Size(77, 23);
  203. this.label4.TabIndex = 98;
  204. this.label4.Text = "Телефон";
  205. //
  206. // label1
  207. //
  208. this.label1.AutoSize = true;
  209. this.label1.Location = new System.Drawing.Point(12, 222);
  210. this.label1.Name = "label1";
  211. this.label1.Size = new System.Drawing.Size(77, 23);
  212. this.label1.TabIndex = 113;
  213. this.label1.Text = "Фамилия";
  214. //
  215. // label3
  216. //
  217. this.label3.AutoSize = true;
  218. this.label3.Location = new System.Drawing.Point(12, 265);
  219. this.label3.Name = "label3";
  220. this.label3.Size = new System.Drawing.Size(40, 23);
  221. this.label3.TabIndex = 114;
  222. this.label3.Text = "Имя";
  223. //
  224. // label5
  225. //
  226. this.label5.AutoSize = true;
  227. this.label5.Location = new System.Drawing.Point(12, 353);
  228. this.label5.Name = "label5";
  229. this.label5.Size = new System.Drawing.Size(39, 23);
  230. this.label5.TabIndex = 115;
  231. this.label5.Text = "Пол";
  232. //
  233. // label6
  234. //
  235. this.label6.AutoSize = true;
  236. this.label6.Location = new System.Drawing.Point(12, 309);
  237. this.label6.Name = "label6";
  238. this.label6.Size = new System.Drawing.Size(78, 23);
  239. this.label6.TabIndex = 116;
  240. this.label6.Text = "Отчество";
  241. //
  242. // openFileDialog1
  243. //
  244. this.openFileDialog1.FileName = "openFileDialog1";
  245. //
  246. // fAdd
  247. //
  248. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 23F);
  249. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  250. this.ClientSize = new System.Drawing.Size(1018, 653);
  251. this.Controls.Add(this.label6);
  252. this.Controls.Add(this.label5);
  253. this.Controls.Add(this.label3);
  254. this.Controls.Add(this.label1);
  255. this.Controls.Add(this.button2);
  256. this.Controls.Add(this.button1);
  257. this.Controls.Add(this.pbImage);
  258. this.Controls.Add(this.cbDolj);
  259. this.Controls.Add(this.bCancel);
  260. this.Controls.Add(this.bOk);
  261. this.Controls.Add(this.tbFam);
  262. this.Controls.Add(this.tbOtch);
  263. this.Controls.Add(this.tbPol);
  264. this.Controls.Add(this.tbPhone);
  265. this.Controls.Add(this.tbName);
  266. this.Controls.Add(this.lDolj);
  267. this.Controls.Add(this.label4);
  268. this.Controls.Add(this.panel1);
  269. this.Font = new System.Drawing.Font("Arial Narrow", 11.25F);
  270. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  271. this.MaximumSize = new System.Drawing.Size(1036, 700);
  272. this.MinimumSize = new System.Drawing.Size(1036, 700);
  273. this.Name = "fAdd";
  274. this.Text = "fAdd";
  275. this.Load += new System.EventHandler(this.fAdd_Load);
  276. this.panel1.ResumeLayout(false);
  277. this.panel1.PerformLayout();
  278. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
  280. this.ResumeLayout(false);
  281. this.PerformLayout();
  282. }
  283. #endregion
  284. private System.Windows.Forms.Panel panel1;
  285. private System.Windows.Forms.PictureBox pictureBox1;
  286. private System.Windows.Forms.Label label2;
  287. private System.Windows.Forms.Button button2;
  288. private System.Windows.Forms.Button button1;
  289. private System.Windows.Forms.PictureBox pbImage;
  290. private System.Windows.Forms.ComboBox cbDolj;
  291. private System.Windows.Forms.Button bCancel;
  292. private System.Windows.Forms.Button bOk;
  293. private System.Windows.Forms.TextBox tbFam;
  294. private System.Windows.Forms.TextBox tbOtch;
  295. private System.Windows.Forms.TextBox tbPol;
  296. private System.Windows.Forms.TextBox tbPhone;
  297. private System.Windows.Forms.TextBox tbName;
  298. private System.Windows.Forms.Label lDolj;
  299. private System.Windows.Forms.Label label4;
  300. private System.Windows.Forms.Label label1;
  301. private System.Windows.Forms.Label label3;
  302. private System.Windows.Forms.Label label5;
  303. private System.Windows.Forms.Label label6;
  304. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  305. }
  306. }