PersonnelQ.Designer.cs 12 KB

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