F_HR_1102.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_1102
  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. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_1102));
  30. this.dkUserName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  31. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.comAdministrationType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  34. this.comRAPType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  35. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dtpRAPDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtRAPAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  41. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.SuspendLayout();
  46. //
  47. // dkUserName
  48. //
  49. this.dkUserName.DataSource = null;
  50. this.dkUserName.Enabled = true;
  51. this.dkUserName.IsMustInput = true;
  52. this.dkUserName.Location = new System.Drawing.Point(12, 12);
  53. this.dkUserName.Name = "dkUserName";
  54. this.dkUserName.PurviewType = ((byte)(0));
  55. this.dkUserName.Size = new System.Drawing.Size(205, 21);
  56. dkStaffEntity1.AccountID = 0;
  57. dkStaffEntity1.ExProbationEndDate = new System.DateTime(((long)(0)));
  58. dkStaffEntity1.Jobs = 0;
  59. dkStaffEntity1.JobsName = null;
  60. dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
  61. dkStaffEntity1.OrganizationID = 0;
  62. dkStaffEntity1.OrganizationName = null;
  63. dkStaffEntity1.Post = 0;
  64. dkStaffEntity1.PostName = null;
  65. dkStaffEntity1.StaffCode = null;
  66. dkStaffEntity1.StaffID = 0;
  67. dkStaffEntity1.StaffName = null;
  68. dkStaffEntity1.StaffStatus = 0;
  69. dkStaffEntity1.UserCode = null;
  70. dkStaffEntity1.UserID = 0;
  71. dkStaffEntity1.UserName = null;
  72. dkStaffEntity1.ValueFlag = false;
  73. this.dkUserName.StaffEntity = dkStaffEntity1;
  74. this.dkUserName.TabIndex = 0;
  75. this.dkUserName.TxtUserBackColor = System.Drawing.SystemColors.Control;
  76. this.dkUserName.UserCode = "";
  77. this.dkUserName.UserName = null;
  78. this.dkUserName.UserRow = null;
  79. this.dkUserName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  80. //
  81. // btnCancel
  82. //
  83. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  84. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  85. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  86. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.btnCancel.ForeColor = System.Drawing.Color.White;
  88. this.btnCancel.Location = new System.Drawing.Point(349, 254);
  89. this.btnCancel.Name = "btnCancel";
  90. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  91. this.btnCancel.TabIndex = 14;
  92. this.btnCancel.Text = "关闭";
  93. this.btnCancel.UseVisualStyleBackColor = false;
  94. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  95. //
  96. // btnSave
  97. //
  98. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  99. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  100. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.btnSave.ForeColor = System.Drawing.Color.White;
  102. this.btnSave.Location = new System.Drawing.Point(258, 254);
  103. this.btnSave.Name = "btnSave";
  104. this.btnSave.Size = new System.Drawing.Size(85, 30);
  105. this.btnSave.TabIndex = 13;
  106. this.btnSave.Text = "保存";
  107. this.btnSave.UseVisualStyleBackColor = false;
  108. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  109. //
  110. // comAdministrationType
  111. //
  112. this.comAdministrationType.BackgroundColor = System.Drawing.SystemColors.Window;
  113. this.comAdministrationType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.comAdministrationType.FormattingEnabled = true;
  115. this.comAdministrationType.Location = new System.Drawing.Point(70, 147);
  116. this.comAdministrationType.Name = "comAdministrationType";
  117. this.comAdministrationType.Size = new System.Drawing.Size(147, 20);
  118. this.comAdministrationType.TabIndex = 10;
  119. //
  120. // comRAPType
  121. //
  122. this.comRAPType.BackgroundColor = System.Drawing.SystemColors.Window;
  123. this.comRAPType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.comRAPType.FormattingEnabled = true;
  125. this.comRAPType.Location = new System.Drawing.Point(287, 12);
  126. this.comRAPType.Name = "comRAPType";
  127. this.comRAPType.Size = new System.Drawing.Size(147, 20);
  128. this.comRAPType.TabIndex = 2;
  129. //
  130. // c_Label1
  131. //
  132. this.c_Label1.AutoSize = true;
  133. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  134. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  136. this.c_Label1.IsMustInput = true;
  137. this.c_Label1.Location = new System.Drawing.Point(10, 150);
  138. this.c_Label1.Name = "c_Label1";
  139. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  140. this.c_Label1.TabIndex = 9;
  141. this.c_Label1.Text = "考核类别";
  142. //
  143. // lblStaffCode
  144. //
  145. this.lblStaffCode.AutoSize = true;
  146. this.lblStaffCode.BackColor = System.Drawing.Color.Transparent;
  147. this.lblStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lblStaffCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  149. this.lblStaffCode.IsMustInput = true;
  150. this.lblStaffCode.Location = new System.Drawing.Point(228, 16);
  151. this.lblStaffCode.Name = "lblStaffCode";
  152. this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
  153. this.lblStaffCode.TabIndex = 1;
  154. this.lblStaffCode.Text = "奖惩类型";
  155. //
  156. // c_Label2
  157. //
  158. this.c_Label2.AutoSize = true;
  159. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  160. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  162. this.c_Label2.IsMustInput = true;
  163. this.c_Label2.Location = new System.Drawing.Point(11, 43);
  164. this.c_Label2.Name = "c_Label2";
  165. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  166. this.c_Label2.TabIndex = 3;
  167. this.c_Label2.Text = "奖惩日期";
  168. //
  169. // dtpRAPDate
  170. //
  171. this.dtpRAPDate.CustomFormat = "yyyy-MM-dd";
  172. this.dtpRAPDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.dtpRAPDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  174. this.dtpRAPDate.Location = new System.Drawing.Point(71, 39);
  175. this.dtpRAPDate.Name = "dtpRAPDate";
  176. this.dtpRAPDate.Size = new System.Drawing.Size(146, 21);
  177. this.dtpRAPDate.TabIndex = 4;
  178. //
  179. // c_Label3
  180. //
  181. this.c_Label3.AutoSize = true;
  182. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  183. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.c_Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  185. this.c_Label3.IsMustInput = true;
  186. this.c_Label3.Location = new System.Drawing.Point(227, 43);
  187. this.c_Label3.Name = "c_Label3";
  188. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  189. this.c_Label3.TabIndex = 5;
  190. this.c_Label3.Text = "奖惩金额";
  191. //
  192. // txtRAPAmount
  193. //
  194. this.txtRAPAmount.AllowNegative = false;
  195. this.txtRAPAmount.BackColor = System.Drawing.Color.Yellow;
  196. this.txtRAPAmount.BackgroundColor = System.Drawing.SystemColors.Window;
  197. this.txtRAPAmount.ErrorMessage = "必须输入项目";
  198. this.txtRAPAmount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.txtRAPAmount.HasError = true;
  200. this.txtRAPAmount.ImeMode = System.Windows.Forms.ImeMode.Off;
  201. this.txtRAPAmount.IsMustInput = true;
  202. this.txtRAPAmount.Location = new System.Drawing.Point(287, 39);
  203. this.txtRAPAmount.MaxValue = new decimal(new int[] {
  204. 999,
  205. 0,
  206. 0,
  207. 0});
  208. this.txtRAPAmount.MinValue = new decimal(new int[] {
  209. 0,
  210. 0,
  211. 0,
  212. 0});
  213. this.txtRAPAmount.Name = "txtRAPAmount";
  214. this.txtRAPAmount.Number = new System.Drawing.Point(6, 2);
  215. this.txtRAPAmount.Size = new System.Drawing.Size(147, 21);
  216. this.txtRAPAmount.TabIndex = 6;
  217. this.txtRAPAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  218. //
  219. // c_Label4
  220. //
  221. this.c_Label4.AutoSize = true;
  222. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  223. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.c_Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  225. this.c_Label4.IsMustInput = true;
  226. this.c_Label4.Location = new System.Drawing.Point(11, 66);
  227. this.c_Label4.Name = "c_Label4";
  228. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  229. this.c_Label4.TabIndex = 7;
  230. this.c_Label4.Text = "奖惩原因";
  231. //
  232. // txtReason
  233. //
  234. this.txtReason.BackColor = System.Drawing.Color.Yellow;
  235. this.txtReason.BackgroundColor = System.Drawing.SystemColors.Window;
  236. this.txtReason.ErrorMessage = "必须输入项目";
  237. this.txtReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.txtReason.HasError = true;
  239. this.txtReason.IsMustInput = true;
  240. this.txtReason.Location = new System.Drawing.Point(70, 66);
  241. this.txtReason.MaxLength = 500;
  242. this.txtReason.Multiline = true;
  243. this.txtReason.Name = "txtReason";
  244. this.txtReason.Size = new System.Drawing.Size(364, 75);
  245. this.txtReason.TabIndex = 8;
  246. //
  247. // c_Label5
  248. //
  249. this.c_Label5.AutoSize = true;
  250. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  251. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  253. this.c_Label5.Location = new System.Drawing.Point(34, 176);
  254. this.c_Label5.Name = "c_Label5";
  255. this.c_Label5.Size = new System.Drawing.Size(29, 12);
  256. this.c_Label5.TabIndex = 11;
  257. this.c_Label5.Text = "备注";
  258. //
  259. // txtRemarks
  260. //
  261. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  262. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  263. this.txtRemarks.ErrorMessage = "";
  264. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.txtRemarks.Location = new System.Drawing.Point(70, 173);
  266. this.txtRemarks.Multiline = true;
  267. this.txtRemarks.Name = "txtRemarks";
  268. this.txtRemarks.Size = new System.Drawing.Size(364, 75);
  269. this.txtRemarks.TabIndex = 12;
  270. //
  271. // F_HR_1102
  272. //
  273. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  274. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  275. this.CancelButton = this.btnCancel;
  276. this.ClientSize = new System.Drawing.Size(447, 311);
  277. this.Controls.Add(this.txtRemarks);
  278. this.Controls.Add(this.c_Label5);
  279. this.Controls.Add(this.txtReason);
  280. this.Controls.Add(this.c_Label4);
  281. this.Controls.Add(this.txtRAPAmount);
  282. this.Controls.Add(this.c_Label3);
  283. this.Controls.Add(this.dtpRAPDate);
  284. this.Controls.Add(this.c_Label2);
  285. this.Controls.Add(this.comAdministrationType);
  286. this.Controls.Add(this.comRAPType);
  287. this.Controls.Add(this.c_Label1);
  288. this.Controls.Add(this.lblStaffCode);
  289. this.Controls.Add(this.btnCancel);
  290. this.Controls.Add(this.btnSave);
  291. this.Controls.Add(this.dkUserName);
  292. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  293. this.IsSaveFormSize = false;
  294. this.MaximizeBox = false;
  295. this.MinimizeBox = false;
  296. this.Name = "F_HR_1102";
  297. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  298. this.StatusSizingGrip = false;
  299. this.Text = "F_HR_1102";
  300. this.Load += new System.EventHandler(this.F_HR_1102_Load);
  301. this.Controls.SetChildIndex(this.dkUserName, 0);
  302. this.Controls.SetChildIndex(this.btnSave, 0);
  303. this.Controls.SetChildIndex(this.btnCancel, 0);
  304. this.Controls.SetChildIndex(this.lblStaffCode, 0);
  305. this.Controls.SetChildIndex(this.c_Label1, 0);
  306. this.Controls.SetChildIndex(this.comRAPType, 0);
  307. this.Controls.SetChildIndex(this.comAdministrationType, 0);
  308. this.Controls.SetChildIndex(this.c_Label2, 0);
  309. this.Controls.SetChildIndex(this.dtpRAPDate, 0);
  310. this.Controls.SetChildIndex(this.c_Label3, 0);
  311. this.Controls.SetChildIndex(this.txtRAPAmount, 0);
  312. this.Controls.SetChildIndex(this.c_Label4, 0);
  313. this.Controls.SetChildIndex(this.txtReason, 0);
  314. this.Controls.SetChildIndex(this.c_Label5, 0);
  315. this.Controls.SetChildIndex(this.txtRemarks, 0);
  316. this.ResumeLayout(false);
  317. this.PerformLayout();
  318. }
  319. #endregion
  320. private Controls.dkStaffSearchBox dkUserName;
  321. private Basics.BaseControls.C_Button btnCancel;
  322. private Basics.BaseControls.C_Button btnSave;
  323. private Basics.BaseControls.C_ComboBox comAdministrationType;
  324. private Basics.BaseControls.C_ComboBox comRAPType;
  325. private Basics.BaseControls.C_Label c_Label1;
  326. private Basics.BaseControls.C_Label lblStaffCode;
  327. private Basics.BaseControls.C_Label c_Label2;
  328. private Basics.BaseControls.C_DateTimePicker dtpRAPDate;
  329. private Basics.BaseControls.C_Label c_Label3;
  330. private Basics.BaseControls.C_TXT_Digital txtRAPAmount;
  331. private Basics.BaseControls.C_Label c_Label4;
  332. private Basics.BaseControls.C_TextBox txtReason;
  333. private Basics.BaseControls.C_Label c_Label5;
  334. private Basics.BaseControls.C_TextBox txtRemarks;
  335. }
  336. }