F_TAT_0202.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0202
  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_0202));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnCreateJobs = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnOther = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  41. this.palSalaryType = new System.Windows.Forms.Panel();
  42. this.cbTrial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  43. this.cbCeremonial = new Dongke.IBOSS.PRD.Basics.BaseControls.C_RadioButton();
  44. this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.lblSalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtWagesName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.lblWagesName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  52. this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  53. this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.PriceType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  57. this.OneCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  58. this.OnePrice = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  59. this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  63. this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  64. this.tsrOperate.SuspendLayout();
  65. this.c_GroupBox1.SuspendLayout();
  66. this.palSalaryType.SuspendLayout();
  67. this.c_GroupBox2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // tsrOperate
  72. //
  73. this.tsrOperate.AutoSize = false;
  74. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  75. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  76. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  78. this.tsbtnCreateJobs,
  79. this.tsbtnOther,
  80. this.toolStripSeparator3,
  81. this.tsbtnAdaptive});
  82. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  83. this.tsrOperate.Name = "tsrOperate";
  84. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  85. this.tsrOperate.ShowItemToolTips = false;
  86. this.tsrOperate.Size = new System.Drawing.Size(752, 35);
  87. this.tsrOperate.TabIndex = 2;
  88. //
  89. // tsbtnCreateJobs
  90. //
  91. this.tsbtnCreateJobs.AutoSize = false;
  92. this.tsbtnCreateJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.tsbtnCreateJobs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  94. this.tsbtnCreateJobs.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.tsbtnCreateJobs.Name = "tsbtnCreateJobs";
  96. this.tsbtnCreateJobs.Size = new System.Drawing.Size(100, 25);
  97. this.tsbtnCreateJobs.Text = "生成工种信息(&J)";
  98. this.tsbtnCreateJobs.Click += new System.EventHandler(this.tsbtnCreateJobs_Click);
  99. //
  100. // tsbtnOther
  101. //
  102. this.tsbtnOther.AutoSize = false;
  103. this.tsbtnOther.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.tsbtnOther.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  105. this.tsbtnOther.ImageTransparentColor = System.Drawing.Color.Magenta;
  106. this.tsbtnOther.Name = "tsbtnOther";
  107. this.tsbtnOther.Size = new System.Drawing.Size(60, 25);
  108. this.tsbtnOther.Text = "明细(&O)";
  109. this.tsbtnOther.Click += new System.EventHandler(this.tsbtnOther_Click);
  110. //
  111. // toolStripSeparator3
  112. //
  113. this.toolStripSeparator3.AutoSize = false;
  114. this.toolStripSeparator3.Name = "toolStripSeparator3";
  115. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  116. //
  117. // tsbtnAdaptive
  118. //
  119. this.tsbtnAdaptive.AutoSize = false;
  120. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  122. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  124. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  125. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  126. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  127. //
  128. // c_GroupBox1
  129. //
  130. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  131. | System.Windows.Forms.AnchorStyles.Right)));
  132. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  133. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  134. this.c_GroupBox1.Controls.Add(this.palSalaryType);
  135. this.c_GroupBox1.Controls.Add(this.lblStartTime);
  136. this.c_GroupBox1.Controls.Add(this.lblSalaryType);
  137. this.c_GroupBox1.Controls.Add(this.dtpStartTime);
  138. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  139. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  140. this.c_GroupBox1.Controls.Add(this.txtWagesName);
  141. this.c_GroupBox1.Controls.Add(this.lblWagesName);
  142. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  144. this.c_GroupBox1.IsMustInput = false;
  145. this.c_GroupBox1.Location = new System.Drawing.Point(12, 38);
  146. this.c_GroupBox1.Name = "c_GroupBox1";
  147. this.c_GroupBox1.OriginalHeight = -1;
  148. this.c_GroupBox1.Size = new System.Drawing.Size(728, 107);
  149. this.c_GroupBox1.TabIndex = 3;
  150. this.c_GroupBox1.TabStop = false;
  151. this.c_GroupBox1.Text = "基础信息 ▼";
  152. //
  153. // palSalaryType
  154. //
  155. this.palSalaryType.BackColor = System.Drawing.Color.Transparent;
  156. this.palSalaryType.Controls.Add(this.cbTrial);
  157. this.palSalaryType.Controls.Add(this.cbCeremonial);
  158. this.palSalaryType.Location = new System.Drawing.Point(494, 20);
  159. this.palSalaryType.Name = "palSalaryType";
  160. this.palSalaryType.Size = new System.Drawing.Size(228, 21);
  161. this.palSalaryType.TabIndex = 130;
  162. //
  163. // cbTrial
  164. //
  165. this.cbTrial.AutoSize = true;
  166. this.cbTrial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.cbTrial.Location = new System.Drawing.Point(104, 3);
  168. this.cbTrial.Name = "cbTrial";
  169. this.cbTrial.Size = new System.Drawing.Size(95, 16);
  170. this.cbTrial.TabIndex = 8;
  171. this.cbTrial.TabStop = true;
  172. this.cbTrial.Text = "试用员工策略";
  173. this.cbTrial.UseVisualStyleBackColor = true;
  174. //
  175. // cbCeremonial
  176. //
  177. this.cbCeremonial.AutoSize = true;
  178. this.cbCeremonial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.cbCeremonial.Location = new System.Drawing.Point(3, 3);
  180. this.cbCeremonial.Name = "cbCeremonial";
  181. this.cbCeremonial.Size = new System.Drawing.Size(95, 16);
  182. this.cbCeremonial.TabIndex = 7;
  183. this.cbCeremonial.TabStop = true;
  184. this.cbCeremonial.Text = "正式员工策略";
  185. this.cbCeremonial.UseVisualStyleBackColor = true;
  186. //
  187. // lblStartTime
  188. //
  189. this.lblStartTime.AutoSize = true;
  190. this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
  191. this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
  193. this.lblStartTime.Location = new System.Drawing.Point(249, 25);
  194. this.lblStartTime.Name = "lblStartTime";
  195. this.lblStartTime.Size = new System.Drawing.Size(53, 12);
  196. this.lblStartTime.TabIndex = 116;
  197. this.lblStartTime.Text = "开始时间";
  198. //
  199. // lblSalaryType
  200. //
  201. this.lblSalaryType.AutoSize = true;
  202. this.lblSalaryType.BackColor = System.Drawing.Color.Transparent;
  203. this.lblSalaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.lblSalaryType.ForeColor = System.Drawing.SystemColors.ControlText;
  205. this.lblSalaryType.Location = new System.Drawing.Point(435, 24);
  206. this.lblSalaryType.Name = "lblSalaryType";
  207. this.lblSalaryType.Size = new System.Drawing.Size(53, 12);
  208. this.lblSalaryType.TabIndex = 111;
  209. this.lblSalaryType.Text = "策略类型";
  210. //
  211. // dtpStartTime
  212. //
  213. this.dtpStartTime.CustomFormat = "yyyy-MM";
  214. this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  216. this.dtpStartTime.Location = new System.Drawing.Point(308, 20);
  217. this.dtpStartTime.Name = "dtpStartTime";
  218. this.dtpStartTime.Size = new System.Drawing.Size(121, 21);
  219. this.dtpStartTime.TabIndex = 23;
  220. //
  221. // txtRemarks
  222. //
  223. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  224. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  225. this.txtRemarks.ErrorMessage = "";
  226. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.txtRemarks.Location = new System.Drawing.Point(65, 45);
  228. this.txtRemarks.MaxLength = 500;
  229. this.txtRemarks.Multiline = true;
  230. this.txtRemarks.Name = "txtRemarks";
  231. this.txtRemarks.Size = new System.Drawing.Size(657, 56);
  232. this.txtRemarks.TabIndex = 16;
  233. //
  234. // lblRemarks
  235. //
  236. this.lblRemarks.AutoSize = true;
  237. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  238. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  240. this.lblRemarks.Location = new System.Drawing.Point(6, 48);
  241. this.lblRemarks.Name = "lblRemarks";
  242. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  243. this.lblRemarks.TabIndex = 15;
  244. this.lblRemarks.Text = "策略备注";
  245. //
  246. // txtWagesName
  247. //
  248. this.txtWagesName.BackColor = System.Drawing.Color.Yellow;
  249. this.txtWagesName.BackgroundColor = System.Drawing.SystemColors.Window;
  250. this.txtWagesName.ErrorMessage = "";
  251. this.txtWagesName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.txtWagesName.IsMustInput = true;
  253. this.txtWagesName.Location = new System.Drawing.Point(65, 20);
  254. this.txtWagesName.MaxLength = 70;
  255. this.txtWagesName.Name = "txtWagesName";
  256. this.txtWagesName.Size = new System.Drawing.Size(178, 21);
  257. this.txtWagesName.TabIndex = 1;
  258. //
  259. // lblWagesName
  260. //
  261. this.lblWagesName.AutoSize = true;
  262. this.lblWagesName.BackColor = System.Drawing.Color.Transparent;
  263. this.lblWagesName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.lblWagesName.ForeColor = System.Drawing.SystemColors.ControlText;
  265. this.lblWagesName.Location = new System.Drawing.Point(6, 24);
  266. this.lblWagesName.Name = "lblWagesName";
  267. this.lblWagesName.Size = new System.Drawing.Size(53, 12);
  268. this.lblWagesName.TabIndex = 0;
  269. this.lblWagesName.Text = "策略名称";
  270. //
  271. // c_GroupBox2
  272. //
  273. this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  274. | System.Windows.Forms.AnchorStyles.Right)));
  275. this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
  276. this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
  277. this.c_GroupBox2.CanExpand = false;
  278. this.c_GroupBox2.Controls.Add(this.dgvJobs);
  279. this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  281. this.c_GroupBox2.IsMustInput = false;
  282. this.c_GroupBox2.Location = new System.Drawing.Point(12, 151);
  283. this.c_GroupBox2.Name = "c_GroupBox2";
  284. this.c_GroupBox2.OriginalHeight = -1;
  285. this.c_GroupBox2.Size = new System.Drawing.Size(728, 331);
  286. this.c_GroupBox2.TabIndex = 117;
  287. this.c_GroupBox2.TabStop = false;
  288. this.c_GroupBox2.Text = "对应工种 ▼";
  289. //
  290. // dgvJobs
  291. //
  292. this.dgvJobs.AllowUserToModifyRows = true;
  293. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  294. this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  295. this.dgvJobs.Anchor = System.Windows.Forms.AnchorStyles.None;
  296. this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  297. this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  298. this.dgvJobs.CellHeight = 23;
  299. this.dgvJobs.ChildNodeColumnName = null;
  300. this.dgvJobs.ChildNodeColumnText = null;
  301. this.dgvJobs.ColumnDeep = 1;
  302. this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  303. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  304. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  305. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  307. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  308. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  309. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  310. this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  311. this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  312. this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  313. this.JobsId,
  314. this.JobsCode,
  315. this.JobsName,
  316. this.PriceType,
  317. this.OneCount,
  318. this.OnePrice,
  319. this.isHave});
  320. this.dgvJobs.ColumnTreeView = null;
  321. this.dgvJobs.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  322. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  323. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  324. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  326. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  327. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  328. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  329. this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle5;
  330. this.dgvJobs.DynamicColumnName = "";
  331. this.dgvJobs.EnableHeadersVisualStyles = false;
  332. this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.dgvJobs.IsAutoCountSum = true;
  334. this.dgvJobs.IsAutoResizeColumns = false;
  335. this.dgvJobs.IsClickF12 = false;
  336. this.dgvJobs.IsSubTotalFlag = false;
  337. this.dgvJobs.Location = new System.Drawing.Point(8, 20);
  338. this.dgvJobs.MultiSelect = false;
  339. this.dgvJobs.Name = "dgvJobs";
  340. this.dgvJobs.RefreshAtHscroll = false;
  341. this.dgvJobs.RowHeadersWidth = 50;
  342. this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  343. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  344. this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle6;
  345. this.dgvJobs.RowTemplate.Height = 21;
  346. this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  347. this.dgvJobs.Size = new System.Drawing.Size(714, 305);
  348. this.dgvJobs.SortOrderColumnName = null;
  349. this.dgvJobs.TabIndex = 23;
  350. this.dgvJobs.Tag = true;
  351. this.dgvJobs.TotalSumColumns = null;
  352. this.dgvJobs.ViewRowFilter = "";
  353. this.dgvJobs.VirtualMode = true;
  354. this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJobs_CellValueChanged);
  355. this.dgvJobs.SelectionChanged += new System.EventHandler(this.dgvJobs_SelectionChanged);
  356. //
  357. // JobsId
  358. //
  359. this.JobsId.DataPropertyName = "JobsId";
  360. this.JobsId.HeaderText = "工种ID";
  361. this.JobsId.Name = "JobsId";
  362. this.JobsId.Visible = false;
  363. //
  364. // JobsCode
  365. //
  366. this.JobsCode.DataPropertyName = "JobsCode";
  367. this.JobsCode.HeaderText = "工种编码";
  368. this.JobsCode.Name = "JobsCode";
  369. this.JobsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  370. this.JobsCode.Width = 120;
  371. //
  372. // JobsName
  373. //
  374. this.JobsName.DataPropertyName = "JobsName";
  375. this.JobsName.HeaderText = "工种名称";
  376. this.JobsName.Name = "JobsName";
  377. this.JobsName.ReadOnly = true;
  378. this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  379. this.JobsName.Width = 120;
  380. //
  381. // PriceType
  382. //
  383. this.PriceType.DataPropertyName = "PriceType";
  384. this.PriceType.HeaderText = "计价类别";
  385. this.PriceType.Name = "PriceType";
  386. this.PriceType.ReadOnly = true;
  387. this.PriceType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  388. this.PriceType.Width = 120;
  389. //
  390. // OneCount
  391. //
  392. this.OneCount.DataPropertyName = "OneCount";
  393. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  394. this.OneCount.DefaultCellStyle = dataGridViewCellStyle3;
  395. this.OneCount.HeaderText = "计价单位数量";
  396. this.OneCount.MaxValue = new decimal(new int[] {
  397. 999999,
  398. 0,
  399. 0,
  400. 0});
  401. this.OneCount.MinValue = new decimal(new int[] {
  402. 0,
  403. 0,
  404. 0,
  405. 0});
  406. this.OneCount.Name = "OneCount";
  407. this.OneCount.Number = new System.Drawing.Point(6, 6);
  408. this.OneCount.ReadOnly = true;
  409. this.OneCount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  410. this.OneCount.Width = 120;
  411. //
  412. // OnePrice
  413. //
  414. this.OnePrice.DataPropertyName = "OnePrice";
  415. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  416. this.OnePrice.DefaultCellStyle = dataGridViewCellStyle4;
  417. this.OnePrice.HeaderText = "单位数量价格";
  418. this.OnePrice.MaxValue = new decimal(new int[] {
  419. 0,
  420. 0,
  421. 0,
  422. 0});
  423. this.OnePrice.MinValue = new decimal(new int[] {
  424. 0,
  425. 0,
  426. 0,
  427. 0});
  428. this.OnePrice.Name = "OnePrice";
  429. this.OnePrice.Number = new System.Drawing.Point(6, 6);
  430. this.OnePrice.ReadOnly = true;
  431. this.OnePrice.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  432. this.OnePrice.Width = 120;
  433. //
  434. // isHave
  435. //
  436. this.isHave.DataPropertyName = "isHave";
  437. this.isHave.HeaderText = "isHave";
  438. this.isHave.Name = "isHave";
  439. this.isHave.Visible = false;
  440. //
  441. // btnSubmit
  442. //
  443. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  444. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  445. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  446. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  448. this.btnSubmit.Location = new System.Drawing.Point(558, 488);
  449. this.btnSubmit.Name = "btnSubmit";
  450. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  451. this.btnSubmit.TabIndex = 118;
  452. this.btnSubmit.Text = "提交(&S)";
  453. this.btnSubmit.UseVisualStyleBackColor = false;
  454. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  455. //
  456. // btnClose
  457. //
  458. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
  459. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  460. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  461. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  462. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.btnClose.ForeColor = System.Drawing.Color.White;
  464. this.btnClose.Location = new System.Drawing.Point(649, 488);
  465. this.btnClose.Name = "btnClose";
  466. this.btnClose.Size = new System.Drawing.Size(85, 30);
  467. this.btnClose.TabIndex = 119;
  468. this.btnClose.Text = "关闭(&C)";
  469. this.btnClose.UseVisualStyleBackColor = false;
  470. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  471. //
  472. // btnPass
  473. //
  474. this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None;
  475. this.btnPass.BackColor = System.Drawing.Color.Transparent;
  476. this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
  477. this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.btnPass.ForeColor = System.Drawing.Color.White;
  479. this.btnPass.Location = new System.Drawing.Point(20, 488);
  480. this.btnPass.Name = "btnPass";
  481. this.btnPass.Size = new System.Drawing.Size(85, 30);
  482. this.btnPass.TabIndex = 131;
  483. this.btnPass.Text = "审批通过(&S)";
  484. this.btnPass.UseVisualStyleBackColor = false;
  485. this.btnPass.Visible = false;
  486. this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
  487. //
  488. // btnReturn
  489. //
  490. this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
  491. this.btnReturn.BackColor = System.Drawing.Color.Transparent;
  492. this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage")));
  493. this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.btnReturn.ForeColor = System.Drawing.Color.White;
  495. this.btnReturn.Location = new System.Drawing.Point(111, 488);
  496. this.btnReturn.Name = "btnReturn";
  497. this.btnReturn.Size = new System.Drawing.Size(85, 30);
  498. this.btnReturn.TabIndex = 132;
  499. this.btnReturn.Text = "审批驳回(&S)";
  500. this.btnReturn.UseVisualStyleBackColor = false;
  501. this.btnReturn.Visible = false;
  502. this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
  503. //
  504. // F_TAT_0202
  505. //
  506. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  507. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  508. this.ClientSize = new System.Drawing.Size(752, 545);
  509. this.Controls.Add(this.btnReturn);
  510. this.Controls.Add(this.btnPass);
  511. this.Controls.Add(this.btnClose);
  512. this.Controls.Add(this.btnSubmit);
  513. this.Controls.Add(this.c_GroupBox2);
  514. this.Controls.Add(this.c_GroupBox1);
  515. this.Controls.Add(this.tsrOperate);
  516. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  517. this.IsSaveFormSize = false;
  518. this.MaximizeBox = false;
  519. this.MinimizeBox = false;
  520. this.Name = "F_TAT_0202";
  521. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  522. this.Text = "F_TAT_0202";
  523. this.Load += new System.EventHandler(this.F_TAT_0202_Load);
  524. this.Controls.SetChildIndex(this.tsrOperate, 0);
  525. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  526. this.Controls.SetChildIndex(this.c_GroupBox2, 0);
  527. this.Controls.SetChildIndex(this.btnSubmit, 0);
  528. this.Controls.SetChildIndex(this.btnClose, 0);
  529. this.Controls.SetChildIndex(this.btnPass, 0);
  530. this.Controls.SetChildIndex(this.btnReturn, 0);
  531. this.tsrOperate.ResumeLayout(false);
  532. this.tsrOperate.PerformLayout();
  533. this.c_GroupBox1.ResumeLayout(false);
  534. this.c_GroupBox1.PerformLayout();
  535. this.palSalaryType.ResumeLayout(false);
  536. this.palSalaryType.PerformLayout();
  537. this.c_GroupBox2.ResumeLayout(false);
  538. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
  539. this.ResumeLayout(false);
  540. this.PerformLayout();
  541. }
  542. #endregion
  543. private Basics.BaseControls.C_ToolStrip tsrOperate;
  544. private System.Windows.Forms.ToolStripButton tsbtnOther;
  545. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  546. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  547. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  548. private Basics.BaseControls.C_Label lblSalaryType;
  549. private Basics.BaseControls.C_DateTimePicker dtpStartTime;
  550. private Basics.BaseControls.C_TextBox txtRemarks;
  551. private Basics.BaseControls.C_Label lblRemarks;
  552. private Basics.BaseControls.C_TextBox txtWagesName;
  553. private Basics.BaseControls.C_Label lblWagesName;
  554. private Basics.BaseControls.C_Label lblStartTime;
  555. private Basics.BaseControls.C_GroupBox c_GroupBox2;
  556. private Basics.BaseControls.C_DataGridView dgvJobs;
  557. private Basics.BaseControls.C_Button btnSubmit;
  558. private Basics.BaseControls.C_Button btnClose;
  559. private System.Windows.Forms.Panel palSalaryType;
  560. private Basics.BaseControls.C_RadioButton cbTrial;
  561. private Basics.BaseControls.C_RadioButton cbCeremonial;
  562. private System.Windows.Forms.ToolStripButton tsbtnCreateJobs;
  563. private Basics.BaseControls.C_Button btnPass;
  564. private Basics.BaseControls.C_Button btnReturn;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  568. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox PriceType;
  569. private Basics.BaseControls.C_DGV_Column_Digital OneCount;
  570. private Basics.BaseControls.C_DGV_Column_Digital OnePrice;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
  572. }
  573. }