F_TAT_0502.Designer.cs 16 KB

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