| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0208
- {
- /// <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_0208));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- this.txtUserCode = new System.Windows.Forms.TextBox();
- this.txtUserName = new System.Windows.Forms.TextBox();
- this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.cbActionType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
- this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
- this.dgvUserLogin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.opentime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.closetime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.limitMAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.设备名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.动作类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IP地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ACTIONTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUserLogin)).BeginInit();
- this.SuspendLayout();
- //
- // txtUserCode
- //
- this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- 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.Location = new System.Drawing.Point(70, 20);
- this.txtUserCode.MaxLength = 20;
- this.txtUserCode.Name = "txtUserCode";
- this.txtUserCode.Size = new System.Drawing.Size(97, 21);
- this.txtUserCode.TabIndex = 2;
- //
- // txtUserName
- //
- this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtUserName.Location = new System.Drawing.Point(220, 21);
- this.txtUserName.MaxLength = 20;
- this.txtUserName.Name = "txtUserName";
- this.txtUserName.Size = new System.Drawing.Size(97, 21);
- this.txtUserName.TabIndex = 4;
- //
- // 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(509, 24);
- this.lblMAC.Name = "lblMAC";
- this.lblMAC.Size = new System.Drawing.Size(53, 12);
- this.lblMAC.TabIndex = 17;
- this.lblMAC.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.SystemColors.ControlText;
- this.lblUserCode.Location = new System.Drawing.Point(11, 24);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblUserCode.TabIndex = 1;
- this.lblUserCode.Text = "用户编码";
- //
- // 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.SystemColors.ControlText;
- this.lblUserName.Location = new System.Drawing.Point(173, 24);
- this.lblUserName.Name = "lblUserName";
- this.lblUserName.Size = new System.Drawing.Size(41, 12);
- this.lblUserName.TabIndex = 3;
- this.lblUserName.Text = "用户名";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(856, 20);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 10;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClear_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Gray;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(732, 20);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 9;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.closetime);
- this.gbxCondition.Controls.Add(this.c_Label3);
- this.gbxCondition.Controls.Add(this.opentime);
- this.gbxCondition.Controls.Add(this.c_Label2);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.cbActionType);
- this.gbxCondition.Controls.Add(this.scbOrganization);
- this.gbxCondition.Controls.Add(this.lblMAC);
- this.gbxCondition.Controls.Add(this.txtUserCode);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.txtUserName);
- this.gbxCondition.Controls.Add(this.lblUserName);
- this.gbxCondition.Controls.Add(this.lblUserCode);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(12, 12);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(1007, 78);
- this.gbxCondition.TabIndex = 20;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // 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(323, 24);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(29, 12);
- this.c_Label1.TabIndex = 111;
- this.c_Label1.Text = "部门";
- //
- // cbActionType
- //
- this.cbActionType.BackColor = System.Drawing.SystemColors.Window;
- this.cbActionType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cbActionType.DataSource = null;
- this.cbActionType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbActionType.FormattingEnabled = true;
- //
- //
- //
- this.cbActionType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cbActionType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbActionType.ListBox.Location = new System.Drawing.Point(0, 0);
- this.cbActionType.ListBox.Name = "";
- this.cbActionType.ListBox.Size = new System.Drawing.Size(132, 136);
- this.cbActionType.ListBox.TabIndex = 0;
- this.cbActionType.Location = new System.Drawing.Point(568, 21);
- this.cbActionType.Name = "cbActionType";
- this.cbActionType.Size = new System.Drawing.Size(134, 20);
- this.cbActionType.TabIndex = 110;
- //
- // scbOrganization
- //
- this.scbOrganization.CheckedData = null;
- this.scbOrganization.IsOnlyDisplayEnd = false;
- this.scbOrganization.Location = new System.Drawing.Point(358, 21);
- this.scbOrganization.Name = "scbOrganization";
- this.scbOrganization.Size = new System.Drawing.Size(145, 21);
- this.scbOrganization.TabIndex = 29;
- //
- // dgvUserLogin
- //
- this.dgvUserLogin.AllowUserToAddRows = false;
- this.dgvUserLogin.AllowUserToDeleteRows = false;
- this.dgvUserLogin.AllowUserToModifyRows = true;
- this.dgvUserLogin.AllowUserToOrderColumns = true;
- this.dgvUserLogin.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvUserLogin.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvUserLogin.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.dgvUserLogin.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvUserLogin.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvUserLogin.CellHeight = 23;
- this.dgvUserLogin.ChildNodeColumnName = null;
- this.dgvUserLogin.ChildNodeColumnText = null;
- this.dgvUserLogin.ColumnDeep = 1;
- this.dgvUserLogin.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.dgvUserLogin.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvUserLogin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvUserLogin.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.UserCode,
- this.UserName,
- this.OrganizationName,
- this.OrganizationFullName,
- this.limitMAC,
- this.设备名,
- this.动作类型,
- this.IP地址,
- this.IMEI,
- this.PostName,
- this.UserID,
- this.ACTIONTIME});
- this.dgvUserLogin.ColumnTreeView = null;
- this.dgvUserLogin.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)));
- this.dgvUserLogin.DynamicColumnName = "";
- this.dgvUserLogin.EnableHeadersVisualStyles = false;
- this.dgvUserLogin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvUserLogin.FormatQuantityColumns = null;
- this.dgvUserLogin.HorizontalMergeColumn = null;
- this.dgvUserLogin.IsAutoCountSum = true;
- this.dgvUserLogin.IsAutoResizeColumns = false;
- this.dgvUserLogin.IsClickF12 = false;
- this.dgvUserLogin.IsOpenMergeCellFlag = false;
- this.dgvUserLogin.IsSubTotalFlag = false;
- this.dgvUserLogin.IsTopDeep = false;
- this.dgvUserLogin.Location = new System.Drawing.Point(12, 95);
- this.dgvUserLogin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvUserLogin.MergeColumnNames = null;
- this.dgvUserLogin.MergeDetailColumnNames = null;
- this.dgvUserLogin.MergeDetailOnlyColumn = null;
- this.dgvUserLogin.MergeOnlyColumn = null;
- this.dgvUserLogin.MultiSelect = false;
- this.dgvUserLogin.Name = "dgvUserLogin";
- this.dgvUserLogin.ReadOnly = true;
- this.dgvUserLogin.RefreshAtHscroll = false;
- this.dgvUserLogin.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvUserLogin.RowHeadersWidth = 50;
- this.dgvUserLogin.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvUserLogin.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvUserLogin.RowTemplate.Height = 21;
- this.dgvUserLogin.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvUserLogin.Size = new System.Drawing.Size(1007, 310);
- this.dgvUserLogin.SortOrderColumnName = null;
- this.dgvUserLogin.TabIndex = 21;
- this.dgvUserLogin.Tag = true;
- this.dgvUserLogin.TotalSumColumns = null;
- this.dgvUserLogin.ViewRowFilter = "";
- //
- // 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(11, 56);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 112;
- this.c_Label2.Text = "操作时间";
- //
- // opentime
- //
- this.opentime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.opentime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.opentime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.opentime.Location = new System.Drawing.Point(70, 52);
- this.opentime.Name = "opentime";
- this.opentime.Size = new System.Drawing.Size(154, 21);
- this.opentime.TabIndex = 113;
- //
- // 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(230, 56);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(11, 12);
- this.c_Label3.TabIndex = 114;
- this.c_Label3.Text = "-";
- //
- // closetime
- //
- this.closetime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.closetime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.closetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.closetime.Location = new System.Drawing.Point(247, 52);
- this.closetime.Name = "closetime";
- this.closetime.Size = new System.Drawing.Size(153, 21);
- this.closetime.TabIndex = 115;
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "UserCode";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- this.UserCode.DefaultCellStyle = dataGridViewCellStyle3;
- this.UserCode.HeaderText = "用户编码";
- this.UserCode.MaxInputLength = 20;
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- this.UserCode.Width = 80;
- //
- // UserName
- //
- this.UserName.DataPropertyName = "UserName";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
- this.UserName.DefaultCellStyle = dataGridViewCellStyle4;
- this.UserName.HeaderText = "用户姓名";
- this.UserName.MaxInputLength = 20;
- this.UserName.Name = "UserName";
- this.UserName.ReadOnly = true;
- this.UserName.Width = 80;
- //
- // OrganizationName
- //
- this.OrganizationName.DataPropertyName = "OrganizationName";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- this.OrganizationName.DefaultCellStyle = dataGridViewCellStyle5;
- this.OrganizationName.HeaderText = "所属部门";
- this.OrganizationName.MaxInputLength = 20;
- this.OrganizationName.Name = "OrganizationName";
- this.OrganizationName.ReadOnly = true;
- this.OrganizationName.Width = 80;
- //
- // OrganizationFullName
- //
- this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
- this.OrganizationFullName.HeaderText = "部门全称";
- this.OrganizationFullName.Name = "OrganizationFullName";
- this.OrganizationFullName.ReadOnly = true;
- this.OrganizationFullName.Width = 200;
- //
- // limitMAC
- //
- this.limitMAC.DataPropertyName = "MAC";
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
- this.limitMAC.DefaultCellStyle = dataGridViewCellStyle6;
- this.limitMAC.HeaderText = "MAC地址";
- this.limitMAC.MaxInputLength = 17;
- this.limitMAC.Name = "limitMAC";
- this.limitMAC.ReadOnly = true;
- //
- // 设备名
- //
- this.设备名.DataPropertyName = "COMPUTERNAME";
- this.设备名.HeaderText = "设备名";
- this.设备名.Name = "设备名";
- this.设备名.ReadOnly = true;
- //
- // 动作类型
- //
- this.动作类型.DataPropertyName = "ACTIONTYPE";
- this.动作类型.HeaderText = "动作类型";
- this.动作类型.Name = "动作类型";
- this.动作类型.ReadOnly = true;
- //
- // IP地址
- //
- this.IP地址.DataPropertyName = "IP";
- this.IP地址.HeaderText = "IP地址";
- this.IP地址.Name = "IP地址";
- this.IP地址.ReadOnly = true;
- //
- // IMEI
- //
- this.IMEI.DataPropertyName = "IMEI";
- this.IMEI.HeaderText = "IMEI";
- this.IMEI.Name = "IMEI";
- this.IMEI.ReadOnly = true;
- //
- // PostName
- //
- this.PostName.DataPropertyName = "PostName";
- this.PostName.HeaderText = "职务";
- this.PostName.Name = "PostName";
- this.PostName.ReadOnly = true;
- this.PostName.Visible = false;
- //
- // UserID
- //
- this.UserID.DataPropertyName = "UserID";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
- this.UserID.DefaultCellStyle = dataGridViewCellStyle7;
- this.UserID.HeaderText = "用户ID";
- this.UserID.MaxInputLength = 4;
- this.UserID.Name = "UserID";
- this.UserID.ReadOnly = true;
- this.UserID.Visible = false;
- //
- // ACTIONTIME
- //
- this.ACTIONTIME.DataPropertyName = "ACTIONTIME";
- this.ACTIONTIME.HeaderText = "操作时间";
- this.ACTIONTIME.Name = "ACTIONTIME";
- this.ACTIONTIME.ReadOnly = true;
- //
- // F_MST_0208
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
- this.ClientSize = new System.Drawing.Size(1031, 416);
- this.Controls.Add(this.dgvUserLogin);
- this.Controls.Add(this.gbxCondition);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "F_MST_0208";
- this.Text = " 登录记录";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0203_FormClosed);
- this.Load += new System.EventHandler(this.FrmUser_Load);
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUserLogin)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
- private System.Windows.Forms.TextBox txtUserCode;
- private System.Windows.Forms.TextBox txtUserName;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserCode;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserName;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblMAC;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_DataGridView dgvUserLogin;
- private Controls.SearchBox.ScbOrganization scbOrganization;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.DKListBoxComboBox cbActionType;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_DateTimePicker opentime;
- private Basics.BaseControls.C_DateTimePicker closetime;
- private Basics.BaseControls.C_Label c_Label3;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
- private System.Windows.Forms.DataGridViewTextBoxColumn limitMAC;
- private System.Windows.Forms.DataGridViewTextBoxColumn 设备名;
- private System.Windows.Forms.DataGridViewTextBoxColumn 动作类型;
- private System.Windows.Forms.DataGridViewTextBoxColumn IP地址;
- private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
- private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ACTIONTIME;
- }
- }
|