| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432 |
- namespace Dongke.IBOSS.PRD.Client.TATModule
- {
- partial class F_TAT_0802
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0802));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.lblDefectFineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBasicSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnOther = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AttendanceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.c_GroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
- this.SuspendLayout();
- //
- // lblDefectFineName
- //
- this.lblDefectFineName.AutoSize = true;
- this.lblDefectFineName.BackColor = System.Drawing.Color.Transparent;
- this.lblDefectFineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDefectFineName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblDefectFineName.IsMustInput = true;
- this.lblDefectFineName.Location = new System.Drawing.Point(6, 17);
- this.lblDefectFineName.Name = "lblDefectFineName";
- this.lblDefectFineName.Size = new System.Drawing.Size(77, 12);
- this.lblDefectFineName.TabIndex = 2;
- this.lblDefectFineName.Text = "出勤考核名称";
- //
- // txtBasicSalaryName
- //
- this.txtBasicSalaryName.BackColor = System.Drawing.Color.Yellow;
- this.txtBasicSalaryName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBasicSalaryName.ErrorMessage = "";
- this.txtBasicSalaryName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBasicSalaryName.IsMustInput = true;
- this.txtBasicSalaryName.Location = new System.Drawing.Point(89, 14);
- this.txtBasicSalaryName.MaxLength = 20;
- this.txtBasicSalaryName.Name = "txtBasicSalaryName";
- this.txtBasicSalaryName.Size = new System.Drawing.Size(170, 21);
- this.txtBasicSalaryName.TabIndex = 3;
- this.txtBasicSalaryName.TextValue = "";
- //
- // lblStartTime
- //
- this.lblStartTime.AutoSize = true;
- this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
- this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblStartTime.Location = new System.Drawing.Point(265, 17);
- this.lblStartTime.Name = "lblStartTime";
- this.lblStartTime.Size = new System.Drawing.Size(53, 12);
- this.lblStartTime.TabIndex = 117;
- this.lblStartTime.Text = "开始时间";
- //
- // dtpStartTime
- //
- this.dtpStartTime.CustomFormat = "yyyy-MM";
- this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStartTime.Location = new System.Drawing.Point(324, 11);
- this.dtpStartTime.Name = "dtpStartTime";
- this.dtpStartTime.Size = new System.Drawing.Size(166, 21);
- this.dtpStartTime.TabIndex = 118;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.Location = new System.Drawing.Point(6, 49);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(77, 12);
- this.lblRemarks.TabIndex = 134;
- this.lblRemarks.Text = "出勤考核备注";
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(89, 49);
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(408, 52);
- this.txtRemarks.TabIndex = 135;
- this.txtRemarks.TextValue = "";
- //
- // btnPass
- //
- this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.btnPass.BackColor = System.Drawing.Color.Transparent;
- this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
- this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPass.ForeColor = System.Drawing.Color.White;
- this.btnPass.Location = new System.Drawing.Point(14, 369);
- this.btnPass.Name = "btnPass";
- this.btnPass.Size = new System.Drawing.Size(85, 30);
- this.btnPass.TabIndex = 136;
- this.btnPass.Text = "审批通过(&S)";
- this.btnPass.UseVisualStyleBackColor = false;
- this.btnPass.Visible = false;
- this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
- //
- // btnReturn
- //
- this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.btnReturn.BackColor = System.Drawing.Color.Transparent;
- this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage")));
- this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnReturn.ForeColor = System.Drawing.Color.White;
- this.btnReturn.Location = new System.Drawing.Point(105, 369);
- this.btnReturn.Name = "btnReturn";
- this.btnReturn.Size = new System.Drawing.Size(85, 30);
- this.btnReturn.TabIndex = 137;
- this.btnReturn.Text = "审批驳回(&S)";
- this.btnReturn.UseVisualStyleBackColor = false;
- this.btnReturn.Visible = false;
- this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
- //
- // btnSubmit
- //
- this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
- this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
- this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSubmit.ForeColor = System.Drawing.Color.White;
- this.btnSubmit.Location = new System.Drawing.Point(443, 369);
- this.btnSubmit.Name = "btnSubmit";
- this.btnSubmit.Size = new System.Drawing.Size(85, 30);
- this.btnSubmit.TabIndex = 138;
- this.btnSubmit.Text = "提交(&S)";
- this.btnSubmit.UseVisualStyleBackColor = false;
- this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
- //
- // btnClose
- //
- this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.Location = new System.Drawing.Point(534, 369);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 139;
- this.btnClose.Text = "关闭(&C)";
- this.btnClose.UseVisualStyleBackColor = false;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnOther,
- this.toolStripSeparator3,
- this.tsbtnAdaptive});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(631, 35);
- this.tsrOperate.TabIndex = 140;
- //
- // tsbtnOther
- //
- this.tsbtnOther.AutoSize = false;
- this.tsbtnOther.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnOther.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnOther.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnOther.Name = "tsbtnOther";
- this.tsbtnOther.Size = new System.Drawing.Size(60, 25);
- this.tsbtnOther.Text = "明细(&O)";
- this.tsbtnOther.Click += new System.EventHandler(this.tsbtnOther_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.AutoSize = false;
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // c_GroupBox1
- //
- this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
- this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
- this.c_GroupBox1.Controls.Add(this.lblDefectFineName);
- this.c_GroupBox1.Controls.Add(this.lblRemarks);
- this.c_GroupBox1.Controls.Add(this.txtBasicSalaryName);
- this.c_GroupBox1.Controls.Add(this.lblStartTime);
- this.c_GroupBox1.Controls.Add(this.dtpStartTime);
- this.c_GroupBox1.Controls.Add(this.txtRemarks);
- this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_GroupBox1.IsMustInput = false;
- this.c_GroupBox1.Location = new System.Drawing.Point(12, 38);
- this.c_GroupBox1.Name = "c_GroupBox1";
- this.c_GroupBox1.OriginalHeight = -1;
- this.c_GroupBox1.Size = new System.Drawing.Size(607, 107);
- this.c_GroupBox1.TabIndex = 141;
- this.c_GroupBox1.TabStop = false;
- this.c_GroupBox1.Text = "基础信息 ▼";
- //
- // dgvJobs
- //
- this.dgvJobs.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvJobs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvJobs.CellHeight = 23;
- this.dgvJobs.ChildNodeColumnName = null;
- this.dgvJobs.ChildNodeColumnText = null;
- this.dgvJobs.ColumnDeep = 1;
- this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.JobsId,
- this.AttendanceID,
- this.JobsCode,
- this.JobsName,
- this.isHave});
- this.dgvJobs.ColumnTreeView = null;
- 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)));
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvJobs.DynamicColumnName = "";
- this.dgvJobs.EnableHeadersVisualStyles = false;
- this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvJobs.IsAutoCountSum = true;
- this.dgvJobs.IsAutoResizeColumns = false;
- this.dgvJobs.IsClickF12 = false;
- this.dgvJobs.IsSubTotalFlag = false;
- this.dgvJobs.Location = new System.Drawing.Point(12, 153);
- this.dgvJobs.MultiSelect = false;
- this.dgvJobs.Name = "dgvJobs";
- this.dgvJobs.RefreshAtHscroll = false;
- this.dgvJobs.RowHeadersWidth = 50;
- this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvJobs.RowTemplate.Height = 21;
- this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvJobs.Size = new System.Drawing.Size(607, 210);
- this.dgvJobs.SortOrderColumnName = null;
- this.dgvJobs.TabIndex = 142;
- this.dgvJobs.Tag = true;
- this.dgvJobs.TotalSumColumns = null;
- this.dgvJobs.ViewRowFilter = "";
- this.dgvJobs.VirtualMode = true;
- this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJobs_CellValueChanged);
- this.dgvJobs.SelectionChanged += new System.EventHandler(this.dgvJobs_SelectionChanged);
- //
- // JobsId
- //
- this.JobsId.DataPropertyName = "JobsId";
- this.JobsId.HeaderText = "工种ID";
- this.JobsId.Name = "JobsId";
- this.JobsId.Visible = false;
- //
- // AttendanceID
- //
- this.AttendanceID.DataPropertyName = "AttendanceID";
- this.AttendanceID.HeaderText = "出勤考核ID";
- this.AttendanceID.Name = "AttendanceID";
- this.AttendanceID.Visible = false;
- //
- // JobsCode
- //
- this.JobsCode.DataPropertyName = "JobsCode";
- this.JobsCode.HeaderText = "工种编码";
- this.JobsCode.Name = "JobsCode";
- this.JobsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.JobsCode.Width = 120;
- //
- // JobsName
- //
- this.JobsName.DataPropertyName = "JobsName";
- this.JobsName.HeaderText = "工种名称";
- this.JobsName.Name = "JobsName";
- this.JobsName.ReadOnly = true;
- this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.JobsName.Width = 120;
- //
- // isHave
- //
- this.isHave.DataPropertyName = "isHave";
- this.isHave.HeaderText = "isHave";
- this.isHave.Name = "isHave";
- this.isHave.Visible = false;
- //
- // F_TAT_0802
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(631, 427);
- this.Controls.Add(this.dgvJobs);
- this.Controls.Add(this.c_GroupBox1);
- this.Controls.Add(this.tsrOperate);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnSubmit);
- this.Controls.Add(this.btnReturn);
- this.Controls.Add(this.btnPass);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_TAT_0802";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_TAT_0802";
- this.Load += new System.EventHandler(this.F_TAT_0802_Load);
- this.Controls.SetChildIndex(this.btnPass, 0);
- this.Controls.SetChildIndex(this.btnReturn, 0);
- this.Controls.SetChildIndex(this.btnSubmit, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.Controls.SetChildIndex(this.tsrOperate, 0);
- this.Controls.SetChildIndex(this.c_GroupBox1, 0);
- this.Controls.SetChildIndex(this.dgvJobs, 0);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.c_GroupBox1.ResumeLayout(false);
- this.c_GroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblDefectFineName;
- private Basics.BaseControls.C_TextBox txtBasicSalaryName;
- private Basics.BaseControls.C_Label lblStartTime;
- private Basics.BaseControls.C_DateTimePicker dtpStartTime;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Button btnPass;
- private Basics.BaseControls.C_Button btnReturn;
- private Basics.BaseControls.C_Button btnSubmit;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnOther;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private Basics.BaseControls.C_GroupBox c_GroupBox1;
- private Basics.BaseControls.C_DataGridView dgvJobs;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
- private System.Windows.Forms.DataGridViewTextBoxColumn AttendanceID;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
- }
- }
|