| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0202
- {
- /// <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_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();
- ((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(472, 350);
- 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.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.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;
- //
- // 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.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);
- ((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;
- }
- }
|