namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0202 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0202)); 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(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkCanSmartLogin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkIsWorker = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvDataJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.JobsCode_No = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox(); this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JobsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chkCanPCLogin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.dtpLimitStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpLimitEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.cbTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.chkPublicBody = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.chkPRD = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.chkMBC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.cobBarcodePrinter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkIsGroutingWorker = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.dkPost = new Dongke.IBOSS.PRD.Client.Controls.dkPostSearchBox(); this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization(); this.cobPLC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtADUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); ((System.ComponentModel.ISupportInitialize)(this.dgvDataJobs)).BeginInit(); this.SuspendLayout(); // // btnSave // this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(529, 372); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 25; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(620, 372); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 26; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; // // 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(78, 95); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemarks.Size = new System.Drawing.Size(628, 59); this.txtRemarks.TabIndex = 15; // // txtMAC // this.txtMAC.BackColor = System.Drawing.SystemColors.Window; this.txtMAC.BackgroundColor = System.Drawing.SystemColors.Window; this.txtMAC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMAC.ErrorMessage = ""; this.txtMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMAC.Location = new System.Drawing.Point(81, 68); this.txtMAC.MaxLength = 20; this.txtMAC.Name = "txtMAC"; this.txtMAC.Size = new System.Drawing.Size(162, 21); this.txtMAC.TabIndex = 11; // // txtUserName // this.txtUserName.BackColor = System.Drawing.Color.Yellow; this.txtUserName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtUserName.ErrorMessage = ""; this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUserName.IsMustInput = true; this.txtUserName.Location = new System.Drawing.Point(351, 14); this.txtUserName.MaxLength = 20; this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(145, 21); this.txtUserName.TabIndex = 3; // // txtUserCode // this.txtUserCode.BackColor = System.Drawing.Color.Yellow; this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtUserCode.ErrorMessage = ""; this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtUserCode.IsMustInput = true; this.txtUserCode.Location = new System.Drawing.Point(77, 16); this.txtUserCode.MaxLength = 20; this.txtUserCode.Name = "txtUserCode"; this.txtUserCode.Size = new System.Drawing.Size(163, 21); this.txtUserCode.TabIndex = 1; // // lblMAC // this.lblMAC.AutoSize = true; this.lblMAC.BackColor = System.Drawing.Color.Transparent; this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMAC.ForeColor = System.Drawing.SystemColors.ControlText; this.lblMAC.Location = new System.Drawing.Point(4, 72); this.lblMAC.Name = "lblMAC"; this.lblMAC.Size = new System.Drawing.Size(71, 12); this.lblMAC.TabIndex = 10; this.lblMAC.Text = "限制MAC地址"; this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblUserName // this.lblUserName.AutoSize = true; this.lblUserName.BackColor = System.Drawing.Color.Transparent; this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblUserName.IsMustInput = true; this.lblUserName.Location = new System.Drawing.Point(304, 17); this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new System.Drawing.Size(41, 12); this.lblUserName.TabIndex = 2; this.lblUserName.Text = "用户名"; // // lblUserCode // this.lblUserCode.AutoSize = true; this.lblUserCode.BackColor = System.Drawing.Color.Transparent; this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblUserCode.IsMustInput = true; this.lblUserCode.Location = new System.Drawing.Point(21, 20); this.lblUserCode.Name = "lblUserCode"; this.lblUserCode.Size = new System.Drawing.Size(53, 12); this.lblUserCode.TabIndex = 0; this.lblUserCode.Text = "用户编码"; // // chkCanSmartLogin // this.chkCanSmartLogin.AutoSize = true; this.chkCanSmartLogin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkCanSmartLogin.Location = new System.Drawing.Point(77, 350); this.chkCanSmartLogin.Name = "chkCanSmartLogin"; this.chkCanSmartLogin.Size = new System.Drawing.Size(120, 16); this.chkCanSmartLogin.TabIndex = 18; this.chkCanSmartLogin.Text = "移动终端登录标识"; this.chkCanSmartLogin.UseVisualStyleBackColor = true; // // chkValueFlag // this.chkValueFlag.AutoSize = true; this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkValueFlag.Location = new System.Drawing.Point(282, 372); this.chkValueFlag.Name = "chkValueFlag"; this.chkValueFlag.Size = new System.Drawing.Size(48, 16); this.chkValueFlag.TabIndex = 22; this.chkValueFlag.Text = "有效"; this.chkValueFlag.UseVisualStyleBackColor = true; // // 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.ForeColor = System.Drawing.SystemColors.ControlText; this.lblRemarks.Location = new System.Drawing.Point(46, 95); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 14; this.lblRemarks.Text = "备注"; // // chkIsWorker // this.chkIsWorker.AutoSize = true; this.chkIsWorker.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkIsWorker.Location = new System.Drawing.Point(203, 350); this.chkIsWorker.Name = "chkIsWorker"; this.chkIsWorker.Size = new System.Drawing.Size(72, 16); this.chkIsWorker.TabIndex = 20; this.chkIsWorker.Text = "生产工号"; this.chkIsWorker.UseVisualStyleBackColor = true; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(42, 160); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(29, 12); this.c_Label1.TabIndex = 16; this.c_Label1.Text = "工种"; // // dgvDataJobs // this.dgvDataJobs.AllowUserToModifyRows = true; this.dgvDataJobs.AllowUserToOrderColumns = true; this.dgvDataJobs.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDataJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvDataJobs.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.dgvDataJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDataJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDataJobs.CellHeight = 23; this.dgvDataJobs.ChildNodeColumnName = null; this.dgvDataJobs.ChildNodeColumnText = null; this.dgvDataJobs.ColumnDeep = 1; this.dgvDataJobs.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.dgvDataJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvDataJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDataJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.JobsCode_No, this.JobsCode, this.JobsName, this.Remarks, this.JobsID}); this.dgvDataJobs.ColumnTreeView = null; this.dgvDataJobs.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None; this.dgvDataJobs.DynamicColumnName = ""; this.dgvDataJobs.EnableHeadersVisualStyles = false; this.dgvDataJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDataJobs.FormatQuantityColumns = null; this.dgvDataJobs.HasNode = false; this.dgvDataJobs.HorizontalMergeColumn = null; this.dgvDataJobs.IsAutoCountSum = true; this.dgvDataJobs.IsAutoResizeColumns = false; this.dgvDataJobs.IsClickF12 = false; this.dgvDataJobs.IsOpenMergeCellFlag = false; this.dgvDataJobs.IsSubTotalFlag = false; this.dgvDataJobs.IsTopDeep = false; this.dgvDataJobs.Location = new System.Drawing.Point(77, 160); this.dgvDataJobs.MergeColumnNames = null; this.dgvDataJobs.MergeDetailColumnNames = null; this.dgvDataJobs.MergeDetailOnlyColumn = null; this.dgvDataJobs.MergeOnlyColumn = null; this.dgvDataJobs.MultiSelect = false; this.dgvDataJobs.Name = "dgvDataJobs"; this.dgvDataJobs.RefreshAtHscroll = false; this.dgvDataJobs.RowHeadersWidth = 50; this.dgvDataJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDataJobs.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvDataJobs.RowTemplate.Height = 21; this.dgvDataJobs.Size = new System.Drawing.Size(629, 176); this.dgvDataJobs.SortOrderColumnName = null; this.dgvDataJobs.TabIndex = 17; this.dgvDataJobs.Tag = true; this.dgvDataJobs.TotalSumColumns = null; this.dgvDataJobs.ViewRowFilter = ""; this.dgvDataJobs.VirtualNodes = false; this.dgvDataJobs.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_CellBeginEdit); this.dgvDataJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValueChanged); // // JobsCode_No // this.JobsCode_No.DisplayMember = "JobsCode"; this.JobsCode_No.HeaderText = "工种编码(不要了)"; this.JobsCode_No.Name = "JobsCode_No"; this.JobsCode_No.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.JobsCode_No.ValueMember = "JobsId"; this.JobsCode_No.Visible = false; this.JobsCode_No.Width = 120; // // JobsCode // this.JobsCode.DataPropertyName = "JobsCode"; this.JobsCode.HeaderText = "工种编码"; this.JobsCode.Name = "JobsCode"; // // JobsName // this.JobsName.DataPropertyName = "JobsName"; this.JobsName.HeaderText = "工种名称"; this.JobsName.MaxInputLength = 50; this.JobsName.Name = "JobsName"; this.JobsName.ReadOnly = true; this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.JobsName.Width = 120; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.MaxInputLength = 100; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Remarks.Width = 200; // // JobsID // this.JobsID.DataPropertyName = "JobsID"; this.JobsID.HeaderText = "工种ID"; this.JobsID.Name = "JobsID"; this.JobsID.ReadOnly = true; this.JobsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.JobsID.Visible = false; // // chkCanPCLogin // this.chkCanPCLogin.AutoSize = true; this.chkCanPCLogin.Checked = true; this.chkCanPCLogin.CheckState = System.Windows.Forms.CheckState.Checked; this.chkCanPCLogin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkCanPCLogin.Location = new System.Drawing.Point(77, 372); this.chkCanPCLogin.Name = "chkCanPCLogin"; this.chkCanPCLogin.Size = new System.Drawing.Size(96, 16); this.chkCanPCLogin.TabIndex = 19; this.chkCanPCLogin.Text = "PC端登录标识"; this.chkCanPCLogin.UseVisualStyleBackColor = true; // // dtpLimitStartTime // this.dtpLimitStartTime.CustomFormat = "yyyy-MM-dd"; this.dtpLimitStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpLimitStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dtpLimitStartTime.Location = new System.Drawing.Point(351, 41); this.dtpLimitStartTime.Name = "dtpLimitStartTime"; this.dtpLimitStartTime.ShowUpDown = true; this.dtpLimitStartTime.Size = new System.Drawing.Size(145, 21); this.dtpLimitStartTime.TabIndex = 7; // // lblTo // this.lblTo.AutoSize = true; this.lblTo.BackColor = System.Drawing.Color.Transparent; this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText; this.lblTo.Location = new System.Drawing.Point(519, 45); this.lblTo.Name = "lblTo"; this.lblTo.Size = new System.Drawing.Size(17, 12); this.lblTo.TabIndex = 8; this.lblTo.Text = "至"; this.lblTo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // dtpLimitEndTime // this.dtpLimitEndTime.CustomFormat = "yyyy-MM-dd"; this.dtpLimitEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpLimitEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dtpLimitEndTime.Location = new System.Drawing.Point(561, 41); this.dtpLimitEndTime.Name = "dtpLimitEndTime"; this.dtpLimitEndTime.ShowUpDown = true; this.dtpLimitEndTime.Size = new System.Drawing.Size(145, 21); this.dtpLimitEndTime.TabIndex = 9; // // cbTime // this.cbTime.AutoSize = true; this.cbTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbTime.Location = new System.Drawing.Point(255, 43); this.cbTime.Name = "cbTime"; this.cbTime.Size = new System.Drawing.Size(96, 16); this.cbTime.TabIndex = 6; this.cbTime.Text = "限制登陆时间"; this.cbTime.UseVisualStyleBackColor = true; this.cbTime.CheckedChanged += new System.EventHandler(this.cbTime_CheckedChanged); // // chkPublicBody // this.chkPublicBody.AutoSize = true; this.chkPublicBody.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkPublicBody.Location = new System.Drawing.Point(281, 350); this.chkPublicBody.Name = "chkPublicBody"; this.chkPublicBody.Size = new System.Drawing.Size(84, 16); this.chkPublicBody.TabIndex = 21; this.chkPublicBody.Text = "交坯为公坯"; this.chkPublicBody.UseVisualStyleBackColor = true; // // chkPRD // this.chkPRD.AutoSize = true; this.chkPRD.Checked = true; this.chkPRD.CheckState = System.Windows.Forms.CheckState.Checked; this.chkPRD.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkPRD.Location = new System.Drawing.Point(529, 350); this.chkPRD.Name = "chkPRD"; this.chkPRD.Size = new System.Drawing.Size(72, 16); this.chkPRD.TabIndex = 23; this.chkPRD.Text = "一期登录"; this.chkPRD.UseVisualStyleBackColor = true; this.chkPRD.Visible = false; // // chkMBC // this.chkMBC.AutoSize = true; this.chkMBC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkMBC.Location = new System.Drawing.Point(620, 350); this.chkMBC.Name = "chkMBC"; this.chkMBC.Size = new System.Drawing.Size(72, 16); this.chkMBC.TabIndex = 24; this.chkMBC.Text = "二期登录"; this.chkMBC.UseVisualStyleBackColor = true; this.chkMBC.Visible = false; // // cobBarcodePrinter // this.cobBarcodePrinter.BackColor = System.Drawing.SystemColors.Window; this.cobBarcodePrinter.BackgroundColor = System.Drawing.SystemColors.Window; this.cobBarcodePrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cobBarcodePrinter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cobBarcodePrinter.FormattingEnabled = true; this.cobBarcodePrinter.Location = new System.Drawing.Point(351, 68); this.cobBarcodePrinter.Name = "cobBarcodePrinter"; this.cobBarcodePrinter.Size = new System.Drawing.Size(145, 20); this.cobBarcodePrinter.TabIndex = 13; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Location = new System.Drawing.Point(280, 72); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(65, 12); this.c_Label2.TabIndex = 12; this.c_Label2.Text = "条码打印机"; this.c_Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // chkIsGroutingWorker // this.chkIsGroutingWorker.AutoSize = true; this.chkIsGroutingWorker.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkIsGroutingWorker.Location = new System.Drawing.Point(203, 372); this.chkIsGroutingWorker.Name = "chkIsGroutingWorker"; this.chkIsGroutingWorker.Size = new System.Drawing.Size(72, 16); this.chkIsGroutingWorker.TabIndex = 20; this.chkIsGroutingWorker.Text = "成型工号"; this.chkIsGroutingWorker.UseVisualStyleBackColor = true; // // dkPost // this.dkPost.DataSource = null; this.dkPost.Enabled = true; this.dkPost.IsMustInput = false; this.dkPost.Location = new System.Drawing.Point(20, 41); this.dkPost.Name = "dkPost"; this.dkPost.PostCode = null; this.dkPost.PostName = null; this.dkPost.PurviewType = ((byte)(0)); this.dkPost.Size = new System.Drawing.Size(217, 21); this.dkPost.TabIndex = 5; this.dkPost.TxtUserBackColor = System.Drawing.SystemColors.Control; // // lblOrganization // this.lblOrganization.AutoSize = true; this.lblOrganization.BackColor = System.Drawing.Color.Transparent; this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblOrganization.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblOrganization.IsMustInput = true; this.lblOrganization.Location = new System.Drawing.Point(502, 17); this.lblOrganization.Name = "lblOrganization"; this.lblOrganization.Size = new System.Drawing.Size(53, 12); this.lblOrganization.TabIndex = 29; this.lblOrganization.Text = "所属部门"; // // scbOrganization // this.scbOrganization.CheckedData = null; this.scbOrganization.IsOnlyDisplayEnd = false; this.scbOrganization.Location = new System.Drawing.Point(561, 14); this.scbOrganization.Name = "scbOrganization"; this.scbOrganization.Size = new System.Drawing.Size(145, 21); this.scbOrganization.TabIndex = 28; // // cobPLC // this.cobPLC.BackColor = System.Drawing.SystemColors.Window; this.cobPLC.BackgroundColor = System.Drawing.SystemColors.Window; this.cobPLC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cobPLC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cobPLC.FormattingEnabled = true; this.cobPLC.Location = new System.Drawing.Point(561, 68); this.cobPLC.Name = "cobPLC"; this.cobPLC.Size = new System.Drawing.Size(145, 20); this.cobPLC.TabIndex = 30; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label3.Location = new System.Drawing.Point(508, 72); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(47, 12); this.c_Label3.TabIndex = 12; this.c_Label3.Text = "PLC参数"; this.c_Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.Location = new System.Drawing.Point(364, 351); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(29, 12); this.c_Label4.TabIndex = 31; this.c_Label4.Text = "AD域"; // // txtADUserCode // this.txtADUserCode.BackColor = System.Drawing.SystemColors.Window; this.txtADUserCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtADUserCode.ErrorMessage = ""; this.txtADUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtADUserCode.Location = new System.Drawing.Point(396, 348); this.txtADUserCode.Name = "txtADUserCode"; this.txtADUserCode.Size = new System.Drawing.Size(100, 21); this.txtADUserCode.TabIndex = 32; this.txtADUserCode.TextValue = ""; // // F_MST_0202 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(717, 427); this.Controls.Add(this.txtADUserCode); this.Controls.Add(this.c_Label4); this.Controls.Add(this.cobPLC); this.Controls.Add(this.lblOrganization); this.Controls.Add(this.scbOrganization); this.Controls.Add(this.cobBarcodePrinter); this.Controls.Add(this.dkPost); this.Controls.Add(this.cbTime); this.Controls.Add(this.dtpLimitEndTime); this.Controls.Add(this.lblTo); this.Controls.Add(this.dtpLimitStartTime); this.Controls.Add(this.chkCanPCLogin); this.Controls.Add(this.dgvDataJobs); this.Controls.Add(this.c_Label1); this.Controls.Add(this.chkIsGroutingWorker); this.Controls.Add(this.chkIsWorker); this.Controls.Add(this.lblUserName); this.Controls.Add(this.lblUserCode); this.Controls.Add(this.lblRemarks); this.Controls.Add(this.chkPublicBody); this.Controls.Add(this.chkMBC); this.Controls.Add(this.chkPRD); this.Controls.Add(this.chkValueFlag); this.Controls.Add(this.chkCanSmartLogin); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.txtUserCode); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtUserName); this.Controls.Add(this.btnCancel); this.Controls.Add(this.txtMAC); this.Controls.Add(this.c_Label3); this.Controls.Add(this.c_Label2); this.Controls.Add(this.lblMAC); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_0202"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = ""; this.Load += new System.EventHandler(this.F_MST_0202_Load); this.Controls.SetChildIndex(this.lblMAC, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.c_Label3, 0); this.Controls.SetChildIndex(this.txtMAC, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.txtUserName, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.txtUserCode, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.chkCanSmartLogin, 0); this.Controls.SetChildIndex(this.chkValueFlag, 0); this.Controls.SetChildIndex(this.chkPRD, 0); this.Controls.SetChildIndex(this.chkMBC, 0); this.Controls.SetChildIndex(this.chkPublicBody, 0); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.lblUserCode, 0); this.Controls.SetChildIndex(this.lblUserName, 0); this.Controls.SetChildIndex(this.chkIsWorker, 0); this.Controls.SetChildIndex(this.chkIsGroutingWorker, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.dgvDataJobs, 0); this.Controls.SetChildIndex(this.chkCanPCLogin, 0); this.Controls.SetChildIndex(this.dtpLimitStartTime, 0); this.Controls.SetChildIndex(this.lblTo, 0); this.Controls.SetChildIndex(this.dtpLimitEndTime, 0); this.Controls.SetChildIndex(this.cbTime, 0); this.Controls.SetChildIndex(this.dkPost, 0); this.Controls.SetChildIndex(this.cobBarcodePrinter, 0); this.Controls.SetChildIndex(this.scbOrganization, 0); this.Controls.SetChildIndex(this.lblOrganization, 0); this.Controls.SetChildIndex(this.cobPLC, 0); this.Controls.SetChildIndex(this.c_Label4, 0); this.Controls.SetChildIndex(this.txtADUserCode, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDataJobs)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel; private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtRemarks; private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtMAC; private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUserName; private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUserCode; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblMAC; private Basics.BaseControls.C_CheckBox chkCanSmartLogin; private Basics.BaseControls.C_CheckBox chkValueFlag; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_Label lblUserCode; private Basics.BaseControls.C_Label lblUserName; private Basics.BaseControls.C_CheckBox chkIsWorker; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DataGridView dgvDataJobs; private Basics.BaseControls.C_CheckBox chkCanPCLogin; private Basics.BaseControls.C_DateTimePicker dtpLimitStartTime; private Basics.BaseControls.C_Label lblTo; private Basics.BaseControls.C_DateTimePicker dtpLimitEndTime; private Basics.BaseControls.C_DGV_Column_ListBoxComboBox JobsCode_No; private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode; private System.Windows.Forms.DataGridViewTextBoxColumn JobsName; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn JobsID; private Basics.BaseControls.C_CheckBox cbTime; private Basics.BaseControls.C_CheckBox chkPublicBody; private Controls.dkPostSearchBox dkPost; private Basics.BaseControls.C_CheckBox chkPRD; private Basics.BaseControls.C_CheckBox chkMBC; private Basics.BaseControls.C_ComboBox cobBarcodePrinter; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_CheckBox chkIsGroutingWorker; private Basics.BaseControls.C_Label lblOrganization; private Controls.SearchBox.ScbOrganization scbOrganization; private Basics.BaseControls.C_ComboBox cobPLC; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_TextBox txtADUserCode; } }