PersonnelQ.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. namespace ddq
  2. {
  3. partial class PersonnelQ
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.txtName = new System.Windows.Forms.TextBox();
  30. this.panPersonnelBottom = new System.Windows.Forms.Panel();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.cmbRole = new System.Windows.Forms.ComboBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.txtIndustryStartYear = new System.Windows.Forms.TextBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.txtCompanyStartYear = new System.Windows.Forms.TextBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.txtTitle = new System.Windows.Forms.TextBox();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.txtBio = new System.Windows.Forms.TextBox();
  43. this.btnSavePersonnel = new System.Windows.Forms.Button();
  44. this.btnDeletePersonnel = new System.Windows.Forms.Button();
  45. this.panPersonnelBottom.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Location = new System.Drawing.Point(28, 27);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(45, 18);
  54. this.label1.TabIndex = 0;
  55. this.label1.Text = "Name";
  56. //
  57. // txtName
  58. //
  59. this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.txtName.Location = new System.Drawing.Point(152, 24);
  62. this.txtName.Name = "txtName";
  63. this.txtName.Size = new System.Drawing.Size(384, 26);
  64. this.txtName.TabIndex = 1;
  65. //
  66. // panPersonnelBottom
  67. //
  68. this.panPersonnelBottom.BackColor = System.Drawing.Color.WhiteSmoke;
  69. this.panPersonnelBottom.Controls.Add(this.btnDeletePersonnel);
  70. this.panPersonnelBottom.Controls.Add(this.btnSavePersonnel);
  71. this.panPersonnelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  72. this.panPersonnelBottom.Location = new System.Drawing.Point(0, 629);
  73. this.panPersonnelBottom.Name = "panPersonnelBottom";
  74. this.panPersonnelBottom.Size = new System.Drawing.Size(600, 46);
  75. this.panPersonnelBottom.TabIndex = 2;
  76. //
  77. // label2
  78. //
  79. this.label2.AutoSize = true;
  80. this.label2.Location = new System.Drawing.Point(32, 156);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(86, 18);
  83. this.label2.TabIndex = 4;
  84. this.label2.Text = "Current Role";
  85. //
  86. // cmbRole
  87. //
  88. this.cmbRole.FormattingEnabled = true;
  89. this.cmbRole.Location = new System.Drawing.Point(153, 153);
  90. this.cmbRole.Name = "cmbRole";
  91. this.cmbRole.Size = new System.Drawing.Size(234, 26);
  92. this.cmbRole.TabIndex = 5;
  93. //
  94. // label3
  95. //
  96. this.label3.AutoSize = true;
  97. this.label3.Location = new System.Drawing.Point(32, 201);
  98. this.label3.Name = "label3";
  99. this.label3.Size = new System.Drawing.Size(106, 18);
  100. this.label3.TabIndex = 6;
  101. this.label3.Text = "Industry started";
  102. //
  103. // txtIndustryStartYear
  104. //
  105. this.txtIndustryStartYear.Location = new System.Drawing.Point(153, 198);
  106. this.txtIndustryStartYear.Name = "txtIndustryStartYear";
  107. this.txtIndustryStartYear.Size = new System.Drawing.Size(100, 26);
  108. this.txtIndustryStartYear.TabIndex = 7;
  109. //
  110. // label4
  111. //
  112. this.label4.AutoSize = true;
  113. this.label4.Location = new System.Drawing.Point(32, 244);
  114. this.label4.Name = "label4";
  115. this.label4.Size = new System.Drawing.Size(113, 18);
  116. this.label4.TabIndex = 9;
  117. this.label4.Text = "Company started";
  118. //
  119. // txtCompanyStartYear
  120. //
  121. this.txtCompanyStartYear.Location = new System.Drawing.Point(153, 241);
  122. this.txtCompanyStartYear.Name = "txtCompanyStartYear";
  123. this.txtCompanyStartYear.Size = new System.Drawing.Size(100, 26);
  124. this.txtCompanyStartYear.TabIndex = 10;
  125. //
  126. // label5
  127. //
  128. this.label5.AutoSize = true;
  129. this.label5.Location = new System.Drawing.Point(280, 201);
  130. this.label5.Name = "label5";
  131. this.label5.Size = new System.Drawing.Size(123, 18);
  132. this.label5.TabIndex = 8;
  133. this.label5.Text = "(year with 4 digits)";
  134. //
  135. // label6
  136. //
  137. this.label6.AutoSize = true;
  138. this.label6.Location = new System.Drawing.Point(280, 244);
  139. this.label6.Name = "label6";
  140. this.label6.Size = new System.Drawing.Size(123, 18);
  141. this.label6.TabIndex = 11;
  142. this.label6.Text = "(year with 4 digits)";
  143. //
  144. // label7
  145. //
  146. this.label7.AutoSize = true;
  147. this.label7.Location = new System.Drawing.Point(32, 83);
  148. this.label7.Name = "label7";
  149. this.label7.Size = new System.Drawing.Size(36, 18);
  150. this.label7.TabIndex = 2;
  151. this.label7.Text = "Title";
  152. //
  153. // txtTitle
  154. //
  155. this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  156. | System.Windows.Forms.AnchorStyles.Right)));
  157. this.txtTitle.Location = new System.Drawing.Point(152, 80);
  158. this.txtTitle.Name = "txtTitle";
  159. this.txtTitle.Size = new System.Drawing.Size(384, 26);
  160. this.txtTitle.TabIndex = 3;
  161. //
  162. // label8
  163. //
  164. this.label8.AutoSize = true;
  165. this.label8.Location = new System.Drawing.Point(32, 292);
  166. this.label8.Name = "label8";
  167. this.label8.Size = new System.Drawing.Size(28, 18);
  168. this.label8.TabIndex = 12;
  169. this.label8.Text = "Bio";
  170. //
  171. // txtBio
  172. //
  173. this.txtBio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  174. | System.Windows.Forms.AnchorStyles.Right)));
  175. this.txtBio.Location = new System.Drawing.Point(153, 289);
  176. this.txtBio.Multiline = true;
  177. this.txtBio.Name = "txtBio";
  178. this.txtBio.Size = new System.Drawing.Size(383, 296);
  179. this.txtBio.TabIndex = 13;
  180. //
  181. // btnSavePersonnel
  182. //
  183. this.btnSavePersonnel.Location = new System.Drawing.Point(490, 13);
  184. this.btnSavePersonnel.Name = "btnSavePersonnel";
  185. this.btnSavePersonnel.Size = new System.Drawing.Size(75, 23);
  186. this.btnSavePersonnel.TabIndex = 0;
  187. this.btnSavePersonnel.Text = "Save";
  188. this.btnSavePersonnel.UseVisualStyleBackColor = true;
  189. this.btnSavePersonnel.Click += new System.EventHandler(this.btnSavePersonnel_Click);
  190. //
  191. // btnDeletePersonnel
  192. //
  193. this.btnDeletePersonnel.ForeColor = System.Drawing.Color.Red;
  194. this.btnDeletePersonnel.Location = new System.Drawing.Point(31, 13);
  195. this.btnDeletePersonnel.Name = "btnDeletePersonnel";
  196. this.btnDeletePersonnel.Size = new System.Drawing.Size(75, 23);
  197. this.btnDeletePersonnel.TabIndex = 1;
  198. this.btnDeletePersonnel.Text = "Delete";
  199. this.btnDeletePersonnel.UseVisualStyleBackColor = true;
  200. //
  201. // PersonnelQ
  202. //
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  205. this.ClientSize = new System.Drawing.Size(600, 675);
  206. this.Controls.Add(this.txtBio);
  207. this.Controls.Add(this.label8);
  208. this.Controls.Add(this.txtTitle);
  209. this.Controls.Add(this.label7);
  210. this.Controls.Add(this.label6);
  211. this.Controls.Add(this.label5);
  212. this.Controls.Add(this.txtCompanyStartYear);
  213. this.Controls.Add(this.label4);
  214. this.Controls.Add(this.txtIndustryStartYear);
  215. this.Controls.Add(this.label3);
  216. this.Controls.Add(this.cmbRole);
  217. this.Controls.Add(this.label2);
  218. this.Controls.Add(this.panPersonnelBottom);
  219. this.Controls.Add(this.txtName);
  220. this.Controls.Add(this.label1);
  221. this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  222. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  223. this.MinimizeBox = false;
  224. this.Name = "PersonnelQ";
  225. this.Text = "Personnel Data";
  226. this.panPersonnelBottom.ResumeLayout(false);
  227. this.ResumeLayout(false);
  228. this.PerformLayout();
  229. }
  230. #endregion
  231. private System.Windows.Forms.Label label1;
  232. private System.Windows.Forms.TextBox txtName;
  233. private System.Windows.Forms.Panel panPersonnelBottom;
  234. private System.Windows.Forms.Label label2;
  235. private System.Windows.Forms.ComboBox cmbRole;
  236. private System.Windows.Forms.Label label3;
  237. private System.Windows.Forms.TextBox txtIndustryStartYear;
  238. private System.Windows.Forms.Label label4;
  239. private System.Windows.Forms.TextBox txtCompanyStartYear;
  240. private System.Windows.Forms.Label label5;
  241. private System.Windows.Forms.Label label6;
  242. private System.Windows.Forms.Label label7;
  243. private System.Windows.Forms.TextBox txtTitle;
  244. private System.Windows.Forms.Label label8;
  245. private System.Windows.Forms.TextBox txtBio;
  246. private System.Windows.Forms.Button btnSavePersonnel;
  247. private System.Windows.Forms.Button btnDeletePersonnel;
  248. }
  249. }