F_TAT_0602.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0602
  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(F_TAT_0602));
  29. this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.lblSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  35. this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtAdministrationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblAdministrationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.palSalaryType = new System.Windows.Forms.Panel();
  39. this.cbTrial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  40. this.cbCeremonial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  41. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.lblAdministrationType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.lbxAdministrationType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  45. this.palSalaryType.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // btnReturn
  49. //
  50. this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
  51. this.btnReturn.BackColor = System.Drawing.Color.Transparent;
  52. this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage")));
  53. this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.btnReturn.ForeColor = System.Drawing.Color.White;
  55. this.btnReturn.Location = new System.Drawing.Point(165, 236);
  56. this.btnReturn.Name = "btnReturn";
  57. this.btnReturn.Size = new System.Drawing.Size(85, 30);
  58. this.btnReturn.TabIndex = 161;
  59. this.btnReturn.Text = "审批驳回(&S)";
  60. this.btnReturn.UseVisualStyleBackColor = false;
  61. this.btnReturn.Visible = false;
  62. this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
  63. //
  64. // btnPass
  65. //
  66. this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None;
  67. this.btnPass.BackColor = System.Drawing.Color.Transparent;
  68. this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
  69. this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.btnPass.ForeColor = System.Drawing.Color.White;
  71. this.btnPass.Location = new System.Drawing.Point(71, 236);
  72. this.btnPass.Name = "btnPass";
  73. this.btnPass.Size = new System.Drawing.Size(85, 30);
  74. this.btnPass.TabIndex = 160;
  75. this.btnPass.Text = "审批通过(&S)";
  76. this.btnPass.UseVisualStyleBackColor = false;
  77. this.btnPass.Visible = false;
  78. this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
  79. //
  80. // btnClose
  81. //
  82. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
  83. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  84. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  85. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  86. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.btnClose.ForeColor = System.Drawing.Color.White;
  88. this.btnClose.Location = new System.Drawing.Point(389, 236);
  89. this.btnClose.Name = "btnClose";
  90. this.btnClose.Size = new System.Drawing.Size(85, 30);
  91. this.btnClose.TabIndex = 159;
  92. this.btnClose.Text = "关闭(&C)";
  93. this.btnClose.UseVisualStyleBackColor = false;
  94. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  95. //
  96. // btnSubmit
  97. //
  98. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  99. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  100. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  101. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  103. this.btnSubmit.Location = new System.Drawing.Point(298, 236);
  104. this.btnSubmit.Name = "btnSubmit";
  105. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  106. this.btnSubmit.TabIndex = 158;
  107. this.btnSubmit.Text = "提交(&S)";
  108. this.btnSubmit.UseVisualStyleBackColor = false;
  109. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  110. //
  111. // lblSalaryType
  112. //
  113. this.lblSalaryType.AutoSize = true;
  114. this.lblSalaryType.BackColor = System.Drawing.Color.Transparent;
  115. this.lblSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.lblSalaryType.ForeColor = System.Drawing.SystemColors.ControlText;
  117. this.lblSalaryType.Location = new System.Drawing.Point(12, 65);
  118. this.lblSalaryType.Name = "lblSalaryType";
  119. this.lblSalaryType.Size = new System.Drawing.Size(53, 12);
  120. this.lblSalaryType.TabIndex = 156;
  121. this.lblSalaryType.Text = "策略类型";
  122. //
  123. // dtpStartTime
  124. //
  125. this.dtpStartTime.CustomFormat = "yyyy-MM";
  126. this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  128. this.dtpStartTime.Location = new System.Drawing.Point(71, 33);
  129. this.dtpStartTime.Name = "dtpStartTime";
  130. this.dtpStartTime.Size = new System.Drawing.Size(170, 21);
  131. this.dtpStartTime.TabIndex = 152;
  132. //
  133. // lblStartTime
  134. //
  135. this.lblStartTime.AutoSize = true;
  136. this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
  137. this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this.lblStartTime.Location = new System.Drawing.Point(12, 38);
  140. this.lblStartTime.Name = "lblStartTime";
  141. this.lblStartTime.Size = new System.Drawing.Size(53, 12);
  142. this.lblStartTime.TabIndex = 154;
  143. this.lblStartTime.Text = "开始时间";
  144. //
  145. // txtAdministrationName
  146. //
  147. this.txtAdministrationName.BackColor = System.Drawing.Color.Yellow;
  148. this.txtAdministrationName.BackgroundColor = System.Drawing.SystemColors.Window;
  149. this.txtAdministrationName.ErrorMessage = "";
  150. this.txtAdministrationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.txtAdministrationName.IsMustInput = true;
  152. this.txtAdministrationName.Location = new System.Drawing.Point(71, 6);
  153. this.txtAdministrationName.MaxLength = 20;
  154. this.txtAdministrationName.Name = "txtAdministrationName";
  155. this.txtAdministrationName.Size = new System.Drawing.Size(170, 21);
  156. this.txtAdministrationName.TabIndex = 151;
  157. this.txtAdministrationName.TextValue = "";
  158. //
  159. // lblAdministrationName
  160. //
  161. this.lblAdministrationName.AutoSize = true;
  162. this.lblAdministrationName.BackColor = System.Drawing.Color.Transparent;
  163. this.lblAdministrationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.lblAdministrationName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  165. this.lblAdministrationName.IsMustInput = true;
  166. this.lblAdministrationName.Location = new System.Drawing.Point(12, 9);
  167. this.lblAdministrationName.Name = "lblAdministrationName";
  168. this.lblAdministrationName.Size = new System.Drawing.Size(53, 12);
  169. this.lblAdministrationName.TabIndex = 150;
  170. this.lblAdministrationName.Text = "行政考核";
  171. //
  172. // palSalaryType
  173. //
  174. this.palSalaryType.BackColor = System.Drawing.Color.Transparent;
  175. this.palSalaryType.Controls.Add(this.cbTrial);
  176. this.palSalaryType.Controls.Add(this.cbCeremonial);
  177. this.palSalaryType.Location = new System.Drawing.Point(71, 60);
  178. this.palSalaryType.Name = "palSalaryType";
  179. this.palSalaryType.Size = new System.Drawing.Size(228, 21);
  180. this.palSalaryType.TabIndex = 157;
  181. //
  182. // cbTrial
  183. //
  184. this.cbTrial.AutoSize = true;
  185. this.cbTrial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.cbTrial.Location = new System.Drawing.Point(104, 3);
  187. this.cbTrial.Name = "cbTrial";
  188. this.cbTrial.Size = new System.Drawing.Size(95, 16);
  189. this.cbTrial.TabIndex = 8;
  190. this.cbTrial.TabStop = true;
  191. this.cbTrial.Text = "试用员工策略";
  192. this.cbTrial.UseVisualStyleBackColor = true;
  193. //
  194. // cbCeremonial
  195. //
  196. this.cbCeremonial.AutoSize = true;
  197. this.cbCeremonial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.cbCeremonial.Location = new System.Drawing.Point(3, 3);
  199. this.cbCeremonial.Name = "cbCeremonial";
  200. this.cbCeremonial.Size = new System.Drawing.Size(95, 16);
  201. this.cbCeremonial.TabIndex = 7;
  202. this.cbCeremonial.TabStop = true;
  203. this.cbCeremonial.Text = "正式员工策略";
  204. this.cbCeremonial.UseVisualStyleBackColor = true;
  205. //
  206. // txtRemarks
  207. //
  208. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  209. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  210. this.txtRemarks.ErrorMessage = "";
  211. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.txtRemarks.Location = new System.Drawing.Point(71, 111);
  213. this.txtRemarks.Multiline = true;
  214. this.txtRemarks.Name = "txtRemarks";
  215. this.txtRemarks.Size = new System.Drawing.Size(403, 119);
  216. this.txtRemarks.TabIndex = 153;
  217. this.txtRemarks.TextValue = "";
  218. //
  219. // lblRemarks
  220. //
  221. this.lblRemarks.AutoSize = true;
  222. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  223. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.lblRemarks.Location = new System.Drawing.Point(12, 111);
  225. this.lblRemarks.Name = "lblRemarks";
  226. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  227. this.lblRemarks.TabIndex = 155;
  228. this.lblRemarks.Text = "策略备注";
  229. //
  230. // lblAdministrationType
  231. //
  232. this.lblAdministrationType.AutoSize = true;
  233. this.lblAdministrationType.BackColor = System.Drawing.Color.Transparent;
  234. this.lblAdministrationType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.lblAdministrationType.ForeColor = System.Drawing.SystemColors.ControlText;
  236. this.lblAdministrationType.Location = new System.Drawing.Point(12, 88);
  237. this.lblAdministrationType.Name = "lblAdministrationType";
  238. this.lblAdministrationType.Size = new System.Drawing.Size(53, 12);
  239. this.lblAdministrationType.TabIndex = 163;
  240. this.lblAdministrationType.Text = "行政类别";
  241. //
  242. // lbxAdministrationType
  243. //
  244. this.lbxAdministrationType.BackColor = System.Drawing.Color.Yellow;
  245. this.lbxAdministrationType.BackgroundColor = System.Drawing.SystemColors.Window;
  246. this.lbxAdministrationType.DataSource = null;
  247. this.lbxAdministrationType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.lbxAdministrationType.FormattingEnabled = true;
  249. this.lbxAdministrationType.IsMustInput = true;
  250. //
  251. //
  252. //
  253. this.lbxAdministrationType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.lbxAdministrationType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.lbxAdministrationType.ListBox.Location = new System.Drawing.Point(0, 0);
  256. this.lbxAdministrationType.ListBox.Name = "";
  257. this.lbxAdministrationType.ListBox.Size = new System.Drawing.Size(168, 136);
  258. this.lbxAdministrationType.ListBox.TabIndex = 0;
  259. this.lbxAdministrationType.Location = new System.Drawing.Point(71, 85);
  260. this.lbxAdministrationType.Name = "lbxAdministrationType";
  261. this.lbxAdministrationType.Size = new System.Drawing.Size(170, 20);
  262. this.lbxAdministrationType.TabIndex = 162;
  263. //
  264. // F_TAT_0602
  265. //
  266. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  267. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  268. this.ClientSize = new System.Drawing.Size(524, 286);
  269. this.Controls.Add(this.lblAdministrationType);
  270. this.Controls.Add(this.lbxAdministrationType);
  271. this.Controls.Add(this.btnReturn);
  272. this.Controls.Add(this.btnPass);
  273. this.Controls.Add(this.btnClose);
  274. this.Controls.Add(this.btnSubmit);
  275. this.Controls.Add(this.lblSalaryType);
  276. this.Controls.Add(this.dtpStartTime);
  277. this.Controls.Add(this.lblStartTime);
  278. this.Controls.Add(this.txtAdministrationName);
  279. this.Controls.Add(this.lblAdministrationName);
  280. this.Controls.Add(this.palSalaryType);
  281. this.Controls.Add(this.txtRemarks);
  282. this.Controls.Add(this.lblRemarks);
  283. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  284. this.IsSaveFormSize = false;
  285. this.Name = "F_TAT_0602";
  286. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  287. this.Text = "F_TAT_0602";
  288. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0602_FormClosed);
  289. this.Load += new System.EventHandler(this.F_TAT_0602_Load);
  290. this.Controls.SetChildIndex(this.lblRemarks, 0);
  291. this.Controls.SetChildIndex(this.txtRemarks, 0);
  292. this.Controls.SetChildIndex(this.palSalaryType, 0);
  293. this.Controls.SetChildIndex(this.lblAdministrationName, 0);
  294. this.Controls.SetChildIndex(this.txtAdministrationName, 0);
  295. this.Controls.SetChildIndex(this.lblStartTime, 0);
  296. this.Controls.SetChildIndex(this.dtpStartTime, 0);
  297. this.Controls.SetChildIndex(this.lblSalaryType, 0);
  298. this.Controls.SetChildIndex(this.btnSubmit, 0);
  299. this.Controls.SetChildIndex(this.btnClose, 0);
  300. this.Controls.SetChildIndex(this.btnPass, 0);
  301. this.Controls.SetChildIndex(this.btnReturn, 0);
  302. this.Controls.SetChildIndex(this.lbxAdministrationType, 0);
  303. this.Controls.SetChildIndex(this.lblAdministrationType, 0);
  304. this.palSalaryType.ResumeLayout(false);
  305. this.palSalaryType.PerformLayout();
  306. this.ResumeLayout(false);
  307. this.PerformLayout();
  308. }
  309. #endregion
  310. private Basics.BaseControls.C_Button btnReturn;
  311. private Basics.BaseControls.C_Button btnPass;
  312. private Basics.BaseControls.C_Button btnClose;
  313. private Basics.BaseControls.C_Button btnSubmit;
  314. private Basics.BaseControls.C_Label lblSalaryType;
  315. private Basics.BaseControls.C_DateTimePicker dtpStartTime;
  316. private Basics.BaseControls.C_Label lblStartTime;
  317. private Basics.BaseControls.C_TextBox txtAdministrationName;
  318. private Basics.BaseControls.C_Label lblAdministrationName;
  319. private System.Windows.Forms.Panel palSalaryType;
  320. private Basics.BaseControls.C_RadioButton cbTrial;
  321. private Basics.BaseControls.C_RadioButton cbCeremonial;
  322. private Basics.BaseControls.C_TextBox txtRemarks;
  323. private Basics.BaseControls.C_Label lblRemarks;
  324. private Basics.BaseControls.C_Label lblAdministrationType;
  325. private Basics.BaseControls.DKListBoxComboBox lbxAdministrationType;
  326. }
  327. }