F_PM_1105.Designer.cs 16 KB

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