F_TAT_0802.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0802
  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_0802));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.lblDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtBasicSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  44. this.tsbtnOther = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  47. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  48. this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.AttendanceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.tsrOperate.SuspendLayout();
  55. this.c_GroupBox1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // lblDefectFineName
  60. //
  61. this.lblDefectFineName.AutoSize = true;
  62. this.lblDefectFineName.BackColor = System.Drawing.Color.Transparent;
  63. this.lblDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.lblDefectFineName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  65. this.lblDefectFineName.IsMustInput = true;
  66. this.lblDefectFineName.Location = new System.Drawing.Point(6, 17);
  67. this.lblDefectFineName.Name = "lblDefectFineName";
  68. this.lblDefectFineName.Size = new System.Drawing.Size(77, 12);
  69. this.lblDefectFineName.TabIndex = 2;
  70. this.lblDefectFineName.Text = "出勤考核名称";
  71. //
  72. // txtBasicSalaryName
  73. //
  74. this.txtBasicSalaryName.BackColor = System.Drawing.Color.Yellow;
  75. this.txtBasicSalaryName.BackgroundColor = System.Drawing.SystemColors.Window;
  76. this.txtBasicSalaryName.ErrorMessage = "";
  77. this.txtBasicSalaryName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.txtBasicSalaryName.IsMustInput = true;
  79. this.txtBasicSalaryName.Location = new System.Drawing.Point(89, 14);
  80. this.txtBasicSalaryName.MaxLength = 20;
  81. this.txtBasicSalaryName.Name = "txtBasicSalaryName";
  82. this.txtBasicSalaryName.Size = new System.Drawing.Size(170, 21);
  83. this.txtBasicSalaryName.TabIndex = 3;
  84. this.txtBasicSalaryName.TextValue = "";
  85. //
  86. // lblStartTime
  87. //
  88. this.lblStartTime.AutoSize = true;
  89. this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
  90. this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
  92. this.lblStartTime.Location = new System.Drawing.Point(265, 17);
  93. this.lblStartTime.Name = "lblStartTime";
  94. this.lblStartTime.Size = new System.Drawing.Size(53, 12);
  95. this.lblStartTime.TabIndex = 117;
  96. this.lblStartTime.Text = "开始时间";
  97. //
  98. // dtpStartTime
  99. //
  100. this.dtpStartTime.CustomFormat = "yyyy-MM";
  101. this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  103. this.dtpStartTime.Location = new System.Drawing.Point(324, 11);
  104. this.dtpStartTime.Name = "dtpStartTime";
  105. this.dtpStartTime.Size = new System.Drawing.Size(166, 21);
  106. this.dtpStartTime.TabIndex = 118;
  107. //
  108. // lblRemarks
  109. //
  110. this.lblRemarks.AutoSize = true;
  111. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  112. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.lblRemarks.Location = new System.Drawing.Point(6, 49);
  114. this.lblRemarks.Name = "lblRemarks";
  115. this.lblRemarks.Size = new System.Drawing.Size(77, 12);
  116. this.lblRemarks.TabIndex = 134;
  117. this.lblRemarks.Text = "出勤考核备注";
  118. //
  119. // txtRemarks
  120. //
  121. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  122. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  123. this.txtRemarks.ErrorMessage = "";
  124. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.txtRemarks.Location = new System.Drawing.Point(89, 49);
  126. this.txtRemarks.Multiline = true;
  127. this.txtRemarks.Name = "txtRemarks";
  128. this.txtRemarks.Size = new System.Drawing.Size(408, 52);
  129. this.txtRemarks.TabIndex = 135;
  130. this.txtRemarks.TextValue = "";
  131. //
  132. // btnPass
  133. //
  134. this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None;
  135. this.btnPass.BackColor = System.Drawing.Color.Transparent;
  136. this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
  137. this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.btnPass.ForeColor = System.Drawing.Color.White;
  139. this.btnPass.Location = new System.Drawing.Point(14, 369);
  140. this.btnPass.Name = "btnPass";
  141. this.btnPass.Size = new System.Drawing.Size(85, 30);
  142. this.btnPass.TabIndex = 136;
  143. this.btnPass.Text = "审批通过(&S)";
  144. this.btnPass.UseVisualStyleBackColor = false;
  145. this.btnPass.Visible = false;
  146. this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
  147. //
  148. // btnReturn
  149. //
  150. this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
  151. this.btnReturn.BackColor = System.Drawing.Color.Transparent;
  152. this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage")));
  153. this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.btnReturn.ForeColor = System.Drawing.Color.White;
  155. this.btnReturn.Location = new System.Drawing.Point(105, 369);
  156. this.btnReturn.Name = "btnReturn";
  157. this.btnReturn.Size = new System.Drawing.Size(85, 30);
  158. this.btnReturn.TabIndex = 137;
  159. this.btnReturn.Text = "审批驳回(&S)";
  160. this.btnReturn.UseVisualStyleBackColor = false;
  161. this.btnReturn.Visible = false;
  162. this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
  163. //
  164. // btnSubmit
  165. //
  166. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  167. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  168. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  169. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  171. this.btnSubmit.Location = new System.Drawing.Point(443, 369);
  172. this.btnSubmit.Name = "btnSubmit";
  173. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  174. this.btnSubmit.TabIndex = 138;
  175. this.btnSubmit.Text = "提交(&S)";
  176. this.btnSubmit.UseVisualStyleBackColor = false;
  177. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  178. //
  179. // btnClose
  180. //
  181. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
  182. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  183. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  184. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  185. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btnClose.ForeColor = System.Drawing.Color.White;
  187. this.btnClose.Location = new System.Drawing.Point(534, 369);
  188. this.btnClose.Name = "btnClose";
  189. this.btnClose.Size = new System.Drawing.Size(85, 30);
  190. this.btnClose.TabIndex = 139;
  191. this.btnClose.Text = "关闭(&C)";
  192. this.btnClose.UseVisualStyleBackColor = false;
  193. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  194. //
  195. // tsrOperate
  196. //
  197. this.tsrOperate.AutoSize = false;
  198. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  199. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  200. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  202. this.tsbtnOther,
  203. this.toolStripSeparator3,
  204. this.tsbtnAdaptive});
  205. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  206. this.tsrOperate.Name = "tsrOperate";
  207. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  208. this.tsrOperate.ShowItemToolTips = false;
  209. this.tsrOperate.Size = new System.Drawing.Size(631, 35);
  210. this.tsrOperate.TabIndex = 140;
  211. //
  212. // tsbtnOther
  213. //
  214. this.tsbtnOther.AutoSize = false;
  215. this.tsbtnOther.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.tsbtnOther.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  217. this.tsbtnOther.ImageTransparentColor = System.Drawing.Color.Magenta;
  218. this.tsbtnOther.Name = "tsbtnOther";
  219. this.tsbtnOther.Size = new System.Drawing.Size(60, 25);
  220. this.tsbtnOther.Text = "明细(&O)";
  221. this.tsbtnOther.Click += new System.EventHandler(this.tsbtnOther_Click);
  222. //
  223. // toolStripSeparator3
  224. //
  225. this.toolStripSeparator3.AutoSize = false;
  226. this.toolStripSeparator3.Name = "toolStripSeparator3";
  227. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  228. //
  229. // tsbtnAdaptive
  230. //
  231. this.tsbtnAdaptive.AutoSize = false;
  232. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  234. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  235. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  236. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  237. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  238. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  239. //
  240. // c_GroupBox1
  241. //
  242. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  243. | System.Windows.Forms.AnchorStyles.Right)));
  244. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  245. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  246. this.c_GroupBox1.Controls.Add(this.lblDefectFineName);
  247. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  248. this.c_GroupBox1.Controls.Add(this.txtBasicSalaryName);
  249. this.c_GroupBox1.Controls.Add(this.lblStartTime);
  250. this.c_GroupBox1.Controls.Add(this.dtpStartTime);
  251. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  252. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  254. this.c_GroupBox1.IsMustInput = false;
  255. this.c_GroupBox1.Location = new System.Drawing.Point(12, 38);
  256. this.c_GroupBox1.Name = "c_GroupBox1";
  257. this.c_GroupBox1.OriginalHeight = -1;
  258. this.c_GroupBox1.Size = new System.Drawing.Size(607, 107);
  259. this.c_GroupBox1.TabIndex = 141;
  260. this.c_GroupBox1.TabStop = false;
  261. this.c_GroupBox1.Text = "基础信息 ▼";
  262. //
  263. // dgvJobs
  264. //
  265. this.dgvJobs.AllowUserToModifyRows = true;
  266. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  267. this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  268. this.dgvJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  269. | System.Windows.Forms.AnchorStyles.Left)
  270. | System.Windows.Forms.AnchorStyles.Right)));
  271. this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  272. this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  273. this.dgvJobs.CellHeight = 23;
  274. this.dgvJobs.ChildNodeColumnName = null;
  275. this.dgvJobs.ChildNodeColumnText = null;
  276. this.dgvJobs.ColumnDeep = 1;
  277. this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  278. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  279. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  280. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  282. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  283. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  284. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  285. this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  286. this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  287. this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  288. this.JobsId,
  289. this.AttendanceID,
  290. this.JobsCode,
  291. this.JobsName,
  292. this.isHave});
  293. this.dgvJobs.ColumnTreeView = null;
  294. 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)));
  295. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  296. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  297. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  299. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  300. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  301. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  302. this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle3;
  303. this.dgvJobs.DynamicColumnName = "";
  304. this.dgvJobs.EnableHeadersVisualStyles = false;
  305. this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.dgvJobs.IsAutoCountSum = true;
  307. this.dgvJobs.IsAutoResizeColumns = false;
  308. this.dgvJobs.IsClickF12 = false;
  309. this.dgvJobs.IsSubTotalFlag = false;
  310. this.dgvJobs.Location = new System.Drawing.Point(12, 153);
  311. this.dgvJobs.MultiSelect = false;
  312. this.dgvJobs.Name = "dgvJobs";
  313. this.dgvJobs.RefreshAtHscroll = false;
  314. this.dgvJobs.RowHeadersWidth = 50;
  315. this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  316. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  317. this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle4;
  318. this.dgvJobs.RowTemplate.Height = 21;
  319. this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  320. this.dgvJobs.Size = new System.Drawing.Size(607, 210);
  321. this.dgvJobs.SortOrderColumnName = null;
  322. this.dgvJobs.TabIndex = 142;
  323. this.dgvJobs.Tag = true;
  324. this.dgvJobs.TotalSumColumns = null;
  325. this.dgvJobs.ViewRowFilter = "";
  326. this.dgvJobs.VirtualMode = true;
  327. this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJobs_CellValueChanged);
  328. this.dgvJobs.SelectionChanged += new System.EventHandler(this.dgvJobs_SelectionChanged);
  329. //
  330. // JobsId
  331. //
  332. this.JobsId.DataPropertyName = "JobsId";
  333. this.JobsId.HeaderText = "工种ID";
  334. this.JobsId.Name = "JobsId";
  335. this.JobsId.Visible = false;
  336. //
  337. // AttendanceID
  338. //
  339. this.AttendanceID.DataPropertyName = "AttendanceID";
  340. this.AttendanceID.HeaderText = "出勤考核ID";
  341. this.AttendanceID.Name = "AttendanceID";
  342. this.AttendanceID.Visible = false;
  343. //
  344. // JobsCode
  345. //
  346. this.JobsCode.DataPropertyName = "JobsCode";
  347. this.JobsCode.HeaderText = "工种编码";
  348. this.JobsCode.Name = "JobsCode";
  349. this.JobsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  350. this.JobsCode.Width = 120;
  351. //
  352. // JobsName
  353. //
  354. this.JobsName.DataPropertyName = "JobsName";
  355. this.JobsName.HeaderText = "工种名称";
  356. this.JobsName.Name = "JobsName";
  357. this.JobsName.ReadOnly = true;
  358. this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  359. this.JobsName.Width = 120;
  360. //
  361. // isHave
  362. //
  363. this.isHave.DataPropertyName = "isHave";
  364. this.isHave.HeaderText = "isHave";
  365. this.isHave.Name = "isHave";
  366. this.isHave.Visible = false;
  367. //
  368. // F_TAT_0802
  369. //
  370. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  372. this.ClientSize = new System.Drawing.Size(631, 427);
  373. this.Controls.Add(this.dgvJobs);
  374. this.Controls.Add(this.c_GroupBox1);
  375. this.Controls.Add(this.tsrOperate);
  376. this.Controls.Add(this.btnClose);
  377. this.Controls.Add(this.btnSubmit);
  378. this.Controls.Add(this.btnReturn);
  379. this.Controls.Add(this.btnPass);
  380. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  381. this.IsSaveFormSize = false;
  382. this.MaximizeBox = false;
  383. this.MinimizeBox = false;
  384. this.Name = "F_TAT_0802";
  385. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  386. this.Text = "F_TAT_0802";
  387. this.Load += new System.EventHandler(this.F_TAT_0802_Load);
  388. this.Controls.SetChildIndex(this.btnPass, 0);
  389. this.Controls.SetChildIndex(this.btnReturn, 0);
  390. this.Controls.SetChildIndex(this.btnSubmit, 0);
  391. this.Controls.SetChildIndex(this.btnClose, 0);
  392. this.Controls.SetChildIndex(this.tsrOperate, 0);
  393. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  394. this.Controls.SetChildIndex(this.dgvJobs, 0);
  395. this.tsrOperate.ResumeLayout(false);
  396. this.tsrOperate.PerformLayout();
  397. this.c_GroupBox1.ResumeLayout(false);
  398. this.c_GroupBox1.PerformLayout();
  399. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
  400. this.ResumeLayout(false);
  401. this.PerformLayout();
  402. }
  403. #endregion
  404. private Basics.BaseControls.C_Label lblDefectFineName;
  405. private Basics.BaseControls.C_TextBox txtBasicSalaryName;
  406. private Basics.BaseControls.C_Label lblStartTime;
  407. private Basics.BaseControls.C_DateTimePicker dtpStartTime;
  408. private Basics.BaseControls.C_Label lblRemarks;
  409. private Basics.BaseControls.C_TextBox txtRemarks;
  410. private Basics.BaseControls.C_Button btnPass;
  411. private Basics.BaseControls.C_Button btnReturn;
  412. private Basics.BaseControls.C_Button btnSubmit;
  413. private Basics.BaseControls.C_Button btnClose;
  414. private Basics.BaseControls.C_ToolStrip tsrOperate;
  415. private System.Windows.Forms.ToolStripButton tsbtnOther;
  416. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  417. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  418. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  419. private Basics.BaseControls.C_DataGridView dgvJobs;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceID;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
  425. }
  426. }