F_TAT_0303.Designer.cs 16 KB

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