FrmStaffAwardPunishUpdate.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. namespace LYFZ.Software.UI.FinancialManagement.StaffAwardPunish
  2. {
  3. partial class FrmStaffAwardPunishUpdate
  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(FrmStaffAwardPunishUpdate));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.txtRp_PersonHandling = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  31. this.txtRp_RPDatetime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  32. this.txtRp_Money = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  33. this.txtTsorder_OpenSingle = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  34. this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.txtRp_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  37. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.cmbRp_Status = new LYFZ.ComponentLibrary.ComboBoxEx();
  41. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.cmbRp_Type = new LYFZ.ComponentLibrary.ComboBoxEx();
  44. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.plExMainContainer.SuspendLayout();
  47. this.plFormMainContent.SuspendLayout();
  48. this.panelEx1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.Controls.Add(this.panelEx1);
  54. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  55. this.plExMainContainer.Size = new System.Drawing.Size(560, 455);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Size = new System.Drawing.Size(560, 455);
  60. //
  61. // btnAppFormMaximize
  62. //
  63. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  64. this.btnAppFormMaximize.Location = new System.Drawing.Point(535, 0);
  65. //
  66. // btnAppFormExit
  67. //
  68. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  69. this.btnAppFormExit.Location = new System.Drawing.Point(528, 0);
  70. //
  71. // btnAppFormMinimize
  72. //
  73. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  74. this.btnAppFormMinimize.Location = new System.Drawing.Point(508, 0);
  75. //
  76. // panelEx1
  77. //
  78. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  79. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  80. this.panelEx1.BorderWidth = 1;
  81. this.panelEx1.Controls.Add(this.txtRp_PersonHandling);
  82. this.panelEx1.Controls.Add(this.txtRp_RPDatetime);
  83. this.panelEx1.Controls.Add(this.txtRp_Money);
  84. this.panelEx1.Controls.Add(this.txtTsorder_OpenSingle);
  85. this.panelEx1.Controls.Add(this.btnCanle);
  86. this.panelEx1.Controls.Add(this.btnSave);
  87. this.panelEx1.Controls.Add(this.txtRp_Remark);
  88. this.panelEx1.Controls.Add(this.labelEx11);
  89. this.panelEx1.Controls.Add(this.labelEx8);
  90. this.panelEx1.Controls.Add(this.labelEx7);
  91. this.panelEx1.Controls.Add(this.cmbRp_Status);
  92. this.panelEx1.Controls.Add(this.labelEx2);
  93. this.panelEx1.Controls.Add(this.labelEx4);
  94. this.panelEx1.Controls.Add(this.cmbRp_Type);
  95. this.panelEx1.Controls.Add(this.labelEx10);
  96. this.panelEx1.Controls.Add(this.labelEx15);
  97. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  99. this.panelEx1.Name = "panelEx1";
  100. this.panelEx1.Size = new System.Drawing.Size(540, 435);
  101. this.panelEx1.TabIndex = 2;
  102. //
  103. // txtRp_PersonHandling
  104. //
  105. this.txtRp_PersonHandling.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  106. this.txtRp_PersonHandling.EmptyTextTip = null;
  107. this.txtRp_PersonHandling.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  108. this.txtRp_PersonHandling.Font = new System.Drawing.Font("微软雅黑", 9F);
  109. this.txtRp_PersonHandling.Location = new System.Drawing.Point(138, 225);
  110. this.txtRp_PersonHandling.Name = "txtRp_PersonHandling";
  111. this.txtRp_PersonHandling.ReadOnly = true;
  112. this.txtRp_PersonHandling.Size = new System.Drawing.Size(270, 23);
  113. this.txtRp_PersonHandling.TabIndex = 181;
  114. //
  115. // txtRp_RPDatetime
  116. //
  117. this.txtRp_RPDatetime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  118. this.txtRp_RPDatetime.EmptyTextTip = null;
  119. this.txtRp_RPDatetime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  120. this.txtRp_RPDatetime.Font = new System.Drawing.Font("微软雅黑", 9F);
  121. this.txtRp_RPDatetime.Location = new System.Drawing.Point(138, 185);
  122. this.txtRp_RPDatetime.Name = "txtRp_RPDatetime";
  123. this.txtRp_RPDatetime.ReadOnly = true;
  124. this.txtRp_RPDatetime.Size = new System.Drawing.Size(270, 23);
  125. this.txtRp_RPDatetime.TabIndex = 179;
  126. //
  127. // txtRp_Money
  128. //
  129. this.txtRp_Money.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  130. this.txtRp_Money.EmptyTextTip = null;
  131. this.txtRp_Money.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  132. this.txtRp_Money.Font = new System.Drawing.Font("微软雅黑", 9F);
  133. this.txtRp_Money.Location = new System.Drawing.Point(138, 107);
  134. this.txtRp_Money.Name = "txtRp_Money";
  135. this.txtRp_Money.Size = new System.Drawing.Size(270, 23);
  136. this.txtRp_Money.TabIndex = 2;
  137. //
  138. // txtTsorder_OpenSingle
  139. //
  140. this.txtTsorder_OpenSingle.AfterSelectLevelFirstNode = false;
  141. this.txtTsorder_OpenSingle.DropDownHeight = 220;
  142. this.txtTsorder_OpenSingle.DropDownShow = false;
  143. this.txtTsorder_OpenSingle.FormattingEnabled = true;
  144. this.txtTsorder_OpenSingle.IntegralHeight = false;
  145. this.txtTsorder_OpenSingle.IsNodeMouseClick = false;
  146. this.txtTsorder_OpenSingle.IsSelectParentNode = false;
  147. this.txtTsorder_OpenSingle.Location = new System.Drawing.Point(138, 32);
  148. this.txtTsorder_OpenSingle.Name = "txtTsorder_OpenSingle";
  149. this.txtTsorder_OpenSingle.ReadOnly = true;
  150. this.txtTsorder_OpenSingle.SelectedNode = null;
  151. this.txtTsorder_OpenSingle.Size = new System.Drawing.Size(270, 20);
  152. this.txtTsorder_OpenSingle.StrGetName = "";
  153. this.txtTsorder_OpenSingle.StrGetTagName = "";
  154. this.txtTsorder_OpenSingle.StrKey = null;
  155. this.txtTsorder_OpenSingle.TabIndex = 0;
  156. //
  157. // btnCanle
  158. //
  159. this.btnCanle.BackColor = System.Drawing.Color.Transparent;
  160. this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
  161. this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  162. this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  163. this.btnCanle.ForeColor = System.Drawing.Color.White;
  164. this.btnCanle.IsCustomBackImg = false;
  165. this.btnCanle.IsShowText = true;
  166. this.btnCanle.Location = new System.Drawing.Point(300, 370);
  167. this.btnCanle.Name = "btnCanle";
  168. this.btnCanle.Size = new System.Drawing.Size(85, 28);
  169. this.btnCanle.TabIndex = 185;
  170. this.btnCanle.Text = " 取 消";
  171. this.btnCanle.UseVisualStyleBackColor = false;
  172. //
  173. // btnSave
  174. //
  175. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  176. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  177. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  178. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  179. this.btnSave.ForeColor = System.Drawing.Color.White;
  180. this.btnSave.IsCustomBackImg = false;
  181. this.btnSave.IsShowText = true;
  182. this.btnSave.Location = new System.Drawing.Point(145, 370);
  183. this.btnSave.Name = "btnSave";
  184. this.btnSave.Size = new System.Drawing.Size(85, 28);
  185. this.btnSave.TabIndex = 184;
  186. this.btnSave.Text = " 保 存";
  187. this.btnSave.UseVisualStyleBackColor = false;
  188. //
  189. // txtRp_Remark
  190. //
  191. this.txtRp_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  192. this.txtRp_Remark.EmptyTextTip = null;
  193. this.txtRp_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  194. this.txtRp_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  195. this.txtRp_Remark.Location = new System.Drawing.Point(138, 265);
  196. this.txtRp_Remark.Multiline = true;
  197. this.txtRp_Remark.Name = "txtRp_Remark";
  198. this.txtRp_Remark.Size = new System.Drawing.Size(270, 80);
  199. this.txtRp_Remark.TabIndex = 4;
  200. //
  201. // labelEx11
  202. //
  203. this.labelEx11.AutoSize = true;
  204. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  205. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  206. this.labelEx11.Location = new System.Drawing.Point(97, 268);
  207. this.labelEx11.Name = "labelEx11";
  208. this.labelEx11.Size = new System.Drawing.Size(44, 17);
  209. this.labelEx11.TabIndex = 183;
  210. this.labelEx11.Text = "备注:";
  211. //
  212. // labelEx8
  213. //
  214. this.labelEx8.AutoSize = true;
  215. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  216. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  217. this.labelEx8.Location = new System.Drawing.Point(85, 228);
  218. this.labelEx8.Name = "labelEx8";
  219. this.labelEx8.Size = new System.Drawing.Size(56, 17);
  220. this.labelEx8.TabIndex = 180;
  221. this.labelEx8.Text = "录单人:";
  222. //
  223. // labelEx7
  224. //
  225. this.labelEx7.AutoSize = true;
  226. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  227. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  228. this.labelEx7.Location = new System.Drawing.Point(73, 188);
  229. this.labelEx7.Name = "labelEx7";
  230. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  231. this.labelEx7.TabIndex = 178;
  232. this.labelEx7.Text = "执行日期:";
  233. //
  234. // cmbRp_Status
  235. //
  236. this.cmbRp_Status.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  237. this.cmbRp_Status.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  238. this.cmbRp_Status.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  239. this.cmbRp_Status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  240. this.cmbRp_Status.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  241. this.cmbRp_Status.Font = new System.Drawing.Font("宋体", 10.5F);
  242. this.cmbRp_Status.FormattingEnabled = true;
  243. this.cmbRp_Status.IsCustomColor = false;
  244. this.cmbRp_Status.Items.AddRange(new object[] {
  245. "",
  246. "现金执行",
  247. "薪资执行"});
  248. this.cmbRp_Status.Location = new System.Drawing.Point(138, 146);
  249. this.cmbRp_Status.Name = "cmbRp_Status";
  250. this.cmbRp_Status.ReadOnly = false;
  251. this.cmbRp_Status.Size = new System.Drawing.Size(270, 22);
  252. this.cmbRp_Status.TabIndex = 3;
  253. //
  254. // labelEx2
  255. //
  256. this.labelEx2.AutoSize = true;
  257. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  258. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  259. this.labelEx2.Location = new System.Drawing.Point(64, 149);
  260. this.labelEx2.Name = "labelEx2";
  261. this.labelEx2.Size = new System.Drawing.Size(77, 17);
  262. this.labelEx2.TabIndex = 176;
  263. this.labelEx2.Text = "* 是否执行:";
  264. //
  265. // labelEx4
  266. //
  267. this.labelEx4.AutoSize = true;
  268. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  269. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  270. this.labelEx4.Location = new System.Drawing.Point(64, 110);
  271. this.labelEx4.Name = "labelEx4";
  272. this.labelEx4.Size = new System.Drawing.Size(77, 17);
  273. this.labelEx4.TabIndex = 174;
  274. this.labelEx4.Text = "* 奖罚金额:";
  275. //
  276. // cmbRp_Type
  277. //
  278. this.cmbRp_Type.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  279. this.cmbRp_Type.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  280. this.cmbRp_Type.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  281. this.cmbRp_Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  282. this.cmbRp_Type.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  283. this.cmbRp_Type.Font = new System.Drawing.Font("宋体", 10.5F);
  284. this.cmbRp_Type.FormattingEnabled = true;
  285. this.cmbRp_Type.IsCustomColor = false;
  286. this.cmbRp_Type.Items.AddRange(new object[] {
  287. "",
  288. "惩罚",
  289. "奖励"});
  290. this.cmbRp_Type.Location = new System.Drawing.Point(138, 68);
  291. this.cmbRp_Type.Name = "cmbRp_Type";
  292. this.cmbRp_Type.ReadOnly = false;
  293. this.cmbRp_Type.Size = new System.Drawing.Size(270, 22);
  294. this.cmbRp_Type.TabIndex = 1;
  295. //
  296. // labelEx10
  297. //
  298. this.labelEx10.AutoSize = true;
  299. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  300. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  301. this.labelEx10.Location = new System.Drawing.Point(64, 71);
  302. this.labelEx10.Name = "labelEx10";
  303. this.labelEx10.Size = new System.Drawing.Size(77, 17);
  304. this.labelEx10.TabIndex = 172;
  305. this.labelEx10.Text = "* 奖罚类别:";
  306. //
  307. // labelEx15
  308. //
  309. this.labelEx15.AutoSize = true;
  310. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  311. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  312. this.labelEx15.Location = new System.Drawing.Point(64, 33);
  313. this.labelEx15.Name = "labelEx15";
  314. this.labelEx15.Size = new System.Drawing.Size(77, 17);
  315. this.labelEx15.TabIndex = 170;
  316. this.labelEx15.Text = "* 相关人员:";
  317. //
  318. // FrmStaffAwardPunishUpdate
  319. //
  320. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  321. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  322. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  323. this.ClientSize = new System.Drawing.Size(560, 520);
  324. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  325. this.MinimizeBox = false;
  326. this.Name = "FrmStaffAwardPunishUpdate";
  327. this.Text = "员工奖罚修改";
  328. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  329. this.plExMainContainer.ResumeLayout(false);
  330. this.plFormMainContent.ResumeLayout(false);
  331. this.panelEx1.ResumeLayout(false);
  332. this.panelEx1.PerformLayout();
  333. this.ResumeLayout(false);
  334. }
  335. #endregion
  336. private ComponentLibrary.PanelEx panelEx1;
  337. protected ComponentLibrary.ComboBoxTreeViewEx txtTsorder_OpenSingle;
  338. protected ComponentLibrary.TextBoxBasicEx txtRp_Remark;
  339. private ComponentLibrary.LabelEx labelEx11;
  340. private ComponentLibrary.LabelEx labelEx8;
  341. protected ComponentLibrary.TextBoxBasicEx txtRp_PersonHandling;
  342. private ComponentLibrary.LabelEx labelEx7;
  343. protected ComponentLibrary.TextBoxBasicEx txtRp_RPDatetime;
  344. protected ComponentLibrary.ComboBoxEx cmbRp_Status;
  345. private ComponentLibrary.LabelEx labelEx2;
  346. private ComponentLibrary.LabelEx labelEx4;
  347. protected ComponentLibrary.TextBoxBasicEx txtRp_Money;
  348. protected ComponentLibrary.ComboBoxEx cmbRp_Type;
  349. private ComponentLibrary.LabelEx labelEx10;
  350. private ComponentLibrary.LabelEx labelEx15;
  351. protected internal ComponentLibrary.ButtonEx btnCanle;
  352. protected internal ComponentLibrary.ButtonEx btnSave;
  353. }
  354. }