namespace WCS_Client.From { partial class FromUser { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FromUser)); this.BtnRefresh = new System.Windows.Forms.Button(); this.pagerControl1 = new WCS_Client.UC.PagerControl(); this.lblLoadData = new CCWin.SkinControl.SkinLabel(); this.btn_adduser = new System.Windows.Forms.Button(); this.btn_updateuser = new System.Windows.Forms.Button(); this.btn_updatepwd = new System.Windows.Forms.Button(); this.btn_DelPwd = new System.Windows.Forms.Button(); this.Use_Notes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_LoginTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_EditDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_EditUserNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_AddDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_AddUserNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_Address = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_Email = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_ContactText = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_IsStop = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Use_SexCh = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_Sex = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_RoleName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_RoleId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Use_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USER_TEXT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USER_PWD = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USER_NO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.skinDgvUsers = new CCWin.SkinControl.SkinDataGridView(); ((System.ComponentModel.ISupportInitialize)(this.skinDgvUsers)).BeginInit(); this.SuspendLayout(); // // BtnRefresh // this.BtnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.BtnRefresh.Location = new System.Drawing.Point(15, 40); this.BtnRefresh.Name = "BtnRefresh"; this.BtnRefresh.Size = new System.Drawing.Size(84, 34); this.BtnRefresh.TabIndex = 2; this.BtnRefresh.Text = "刷新"; this.BtnRefresh.UseVisualStyleBackColor = true; this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click); // // pagerControl1 // this.pagerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pagerControl1.CurrentPage = 1; this.pagerControl1.Location = new System.Drawing.Point(15, 556); this.pagerControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.pagerControl1.Name = "pagerControl1"; this.pagerControl1.PageSize = 20; this.pagerControl1.Record = 0; this.pagerControl1.Size = new System.Drawing.Size(1150, 38); this.pagerControl1.TabIndex = 3; this.pagerControl1.BindSource += new WCS_Client.UC.PagerControl.BindHandle(this.pagerControl1_BindSource); // // lblLoadData // this.lblLoadData.AutoSize = true; this.lblLoadData.BackColor = System.Drawing.Color.Transparent; this.lblLoadData.BorderColor = System.Drawing.Color.White; this.lblLoadData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLoadData.ForeColor = System.Drawing.Color.Red; this.lblLoadData.Location = new System.Drawing.Point(18, 81); this.lblLoadData.Name = "lblLoadData"; this.lblLoadData.Size = new System.Drawing.Size(15, 17); this.lblLoadData.TabIndex = 9; this.lblLoadData.Text = "1"; // // btn_adduser // this.btn_adduser.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_adduser.Location = new System.Drawing.Point(120, 40); this.btn_adduser.Name = "btn_adduser"; this.btn_adduser.Size = new System.Drawing.Size(84, 34); this.btn_adduser.TabIndex = 10; this.btn_adduser.Text = "新建用户"; this.btn_adduser.UseVisualStyleBackColor = true; this.btn_adduser.Click += new System.EventHandler(this.btn_adduser_Click); // // btn_updateuser // this.btn_updateuser.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_updateuser.Location = new System.Drawing.Point(223, 40); this.btn_updateuser.Name = "btn_updateuser"; this.btn_updateuser.Size = new System.Drawing.Size(84, 34); this.btn_updateuser.TabIndex = 11; this.btn_updateuser.Text = "修改用户"; this.btn_updateuser.UseVisualStyleBackColor = true; this.btn_updateuser.Click += new System.EventHandler(this.btn_updateuser_Click); // // btn_updatepwd // this.btn_updatepwd.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_updatepwd.Location = new System.Drawing.Point(333, 40); this.btn_updatepwd.Name = "btn_updatepwd"; this.btn_updatepwd.Size = new System.Drawing.Size(84, 34); this.btn_updatepwd.TabIndex = 12; this.btn_updatepwd.Text = "修改密码"; this.btn_updatepwd.UseVisualStyleBackColor = true; this.btn_updatepwd.Click += new System.EventHandler(this.btn_updatepwd_Click); // // btn_DelPwd // this.btn_DelPwd.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btn_DelPwd.Location = new System.Drawing.Point(443, 40); this.btn_DelPwd.Name = "btn_DelPwd"; this.btn_DelPwd.Size = new System.Drawing.Size(84, 34); this.btn_DelPwd.TabIndex = 13; this.btn_DelPwd.Text = "删除用户"; this.btn_DelPwd.UseVisualStyleBackColor = true; this.btn_DelPwd.Click += new System.EventHandler(this.btn_DelPwd_Click); // // Use_Notes // this.Use_Notes.DataPropertyName = "Use_Notes"; this.Use_Notes.HeaderText = "备注"; this.Use_Notes.Name = "Use_Notes"; this.Use_Notes.ReadOnly = true; // // Use_LoginTime // this.Use_LoginTime.DataPropertyName = "Use_LoginTime"; this.Use_LoginTime.HeaderText = "登录时间"; this.Use_LoginTime.Name = "Use_LoginTime"; this.Use_LoginTime.ReadOnly = true; // // Use_EditDateTime // this.Use_EditDateTime.DataPropertyName = "Use_EditDateTime"; this.Use_EditDateTime.HeaderText = "编辑时间"; this.Use_EditDateTime.Name = "Use_EditDateTime"; this.Use_EditDateTime.ReadOnly = true; // // Use_EditUserNo // this.Use_EditUserNo.DataPropertyName = "Use_EditUserNo"; this.Use_EditUserNo.HeaderText = "编辑用户"; this.Use_EditUserNo.Name = "Use_EditUserNo"; this.Use_EditUserNo.ReadOnly = true; // // Use_AddDateTime // this.Use_AddDateTime.DataPropertyName = "Use_AddDateTime"; this.Use_AddDateTime.HeaderText = "创建时间"; this.Use_AddDateTime.Name = "Use_AddDateTime"; this.Use_AddDateTime.ReadOnly = true; this.Use_AddDateTime.Visible = false; // // Use_AddUserNo // this.Use_AddUserNo.DataPropertyName = "Use_AddUserNo"; this.Use_AddUserNo.HeaderText = "创建用户"; this.Use_AddUserNo.Name = "Use_AddUserNo"; this.Use_AddUserNo.ReadOnly = true; this.Use_AddUserNo.Visible = false; // // Use_Address // this.Use_Address.DataPropertyName = "Use_Address"; this.Use_Address.HeaderText = "地址"; this.Use_Address.Name = "Use_Address"; this.Use_Address.ReadOnly = true; // // Use_Email // this.Use_Email.DataPropertyName = "Use_Email"; this.Use_Email.HeaderText = "邮箱"; this.Use_Email.Name = "Use_Email"; this.Use_Email.ReadOnly = true; this.Use_Email.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // Use_ContactText // this.Use_ContactText.DataPropertyName = "Use_ContactText"; this.Use_ContactText.HeaderText = "联系方式"; this.Use_ContactText.Name = "Use_ContactText"; this.Use_ContactText.ReadOnly = true; this.Use_ContactText.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Use_ContactText.Width = 120; // // Use_IsStop // this.Use_IsStop.DataPropertyName = "Use_IsStop"; this.Use_IsStop.HeaderText = "是否停用"; this.Use_IsStop.Name = "Use_IsStop"; this.Use_IsStop.ReadOnly = true; this.Use_IsStop.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Use_IsStop.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Use_IsStop.Width = 120; // // Use_SexCh // this.Use_SexCh.DataPropertyName = "Use_SexCh"; this.Use_SexCh.HeaderText = "性别"; this.Use_SexCh.Name = "Use_SexCh"; this.Use_SexCh.ReadOnly = true; this.Use_SexCh.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // Use_Sex // this.Use_Sex.DataPropertyName = "Use_Sex"; this.Use_Sex.HeaderText = "性别编号"; this.Use_Sex.Name = "Use_Sex"; this.Use_Sex.ReadOnly = true; this.Use_Sex.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Use_Sex.Visible = false; // // Use_RoleName // this.Use_RoleName.DataPropertyName = "Use_RoleName"; this.Use_RoleName.HeaderText = "角色名称"; this.Use_RoleName.Name = "Use_RoleName"; this.Use_RoleName.ReadOnly = true; // // Use_RoleId // this.Use_RoleId.DataPropertyName = "Use_RoleId"; this.Use_RoleId.HeaderText = "角色id"; this.Use_RoleId.Name = "Use_RoleId"; this.Use_RoleId.ReadOnly = true; this.Use_RoleId.Visible = false; // // Use_Name // this.Use_Name.DataPropertyName = "Use_Name"; this.Use_Name.HeaderText = "用户名称"; this.Use_Name.Name = "Use_Name"; this.Use_Name.ReadOnly = true; // // USER_TEXT // this.USER_TEXT.DataPropertyName = "USER_TEXT"; this.USER_TEXT.HeaderText = "用户信息"; this.USER_TEXT.Name = "USER_TEXT"; this.USER_TEXT.ReadOnly = true; this.USER_TEXT.Visible = false; // // USER_PWD // this.USER_PWD.DataPropertyName = "USER_PWD"; this.USER_PWD.HeaderText = "登录密码"; this.USER_PWD.Name = "USER_PWD"; this.USER_PWD.ReadOnly = true; this.USER_PWD.Visible = false; // // USER_NO // this.USER_NO.DataPropertyName = "USER_NO"; this.USER_NO.HeaderText = "登录名"; this.USER_NO.Name = "USER_NO"; this.USER_NO.ReadOnly = true; // // skinDgvUsers // this.skinDgvUsers.AllowUserToAddRows = false; this.skinDgvUsers.AllowUserToDeleteRows = false; this.skinDgvUsers.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253))))); this.skinDgvUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.skinDgvUsers.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.skinDgvUsers.BackgroundColor = System.Drawing.SystemColors.Window; this.skinDgvUsers.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.skinDgvUsers.ColumnFont = null; this.skinDgvUsers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.skinDgvUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.skinDgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.skinDgvUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.USER_NO, this.USER_PWD, this.USER_TEXT, this.Use_Name, this.Use_RoleId, this.Use_RoleName, this.Use_Sex, this.Use_SexCh, this.Use_IsStop, this.Use_ContactText, this.Use_Email, this.Use_Address, this.Use_AddUserNo, this.Use_AddDateTime, this.Use_EditUserNo, this.Use_EditDateTime, this.Use_LoginTime, this.Use_Notes}); this.skinDgvUsers.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.skinDgvUsers.DefaultCellStyle = dataGridViewCellStyle3; this.skinDgvUsers.EnableHeadersVisualStyles = false; this.skinDgvUsers.GridColor = System.Drawing.SystemColors.GradientActiveCaption; this.skinDgvUsers.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.skinDgvUsers.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText; this.skinDgvUsers.Location = new System.Drawing.Point(15, 104); this.skinDgvUsers.MultiSelect = false; this.skinDgvUsers.Name = "skinDgvUsers"; this.skinDgvUsers.ReadOnly = true; this.skinDgvUsers.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.skinDgvUsers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.skinDgvUsers.RowsDefaultCellStyle = dataGridViewCellStyle4; this.skinDgvUsers.RowTemplate.Height = 23; this.skinDgvUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.skinDgvUsers.Size = new System.Drawing.Size(1153, 446); this.skinDgvUsers.TabIndex = 8; this.skinDgvUsers.TitleBack = null; this.skinDgvUsers.TitleBackColorBegin = System.Drawing.Color.White; this.skinDgvUsers.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242))))); this.skinDgvUsers.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.skinDgvUsers_DataError); // // FromUser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1181, 600); this.Controls.Add(this.btn_DelPwd); this.Controls.Add(this.btn_updatepwd); this.Controls.Add(this.btn_updateuser); this.Controls.Add(this.btn_adduser); this.Controls.Add(this.lblLoadData); this.Controls.Add(this.skinDgvUsers); this.Controls.Add(this.pagerControl1); this.Controls.Add(this.BtnRefresh); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FromUser"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "用户管理"; ((System.ComponentModel.ISupportInitialize)(this.skinDgvUsers)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BtnRefresh; private UC.PagerControl pagerControl1; private CCWin.SkinControl.SkinLabel lblLoadData; private System.Windows.Forms.Button btn_adduser; private System.Windows.Forms.Button btn_updateuser; private System.Windows.Forms.Button btn_updatepwd; private System.Windows.Forms.Button btn_DelPwd; private System.Windows.Forms.DataGridViewTextBoxColumn Use_Notes; private System.Windows.Forms.DataGridViewTextBoxColumn Use_LoginTime; private System.Windows.Forms.DataGridViewTextBoxColumn Use_EditDateTime; private System.Windows.Forms.DataGridViewTextBoxColumn Use_EditUserNo; private System.Windows.Forms.DataGridViewTextBoxColumn Use_AddDateTime; private System.Windows.Forms.DataGridViewTextBoxColumn Use_AddUserNo; private System.Windows.Forms.DataGridViewTextBoxColumn Use_Address; private System.Windows.Forms.DataGridViewTextBoxColumn Use_Email; private System.Windows.Forms.DataGridViewTextBoxColumn Use_ContactText; private System.Windows.Forms.DataGridViewCheckBoxColumn Use_IsStop; private System.Windows.Forms.DataGridViewTextBoxColumn Use_SexCh; private System.Windows.Forms.DataGridViewTextBoxColumn Use_Sex; private System.Windows.Forms.DataGridViewTextBoxColumn Use_RoleName; private System.Windows.Forms.DataGridViewTextBoxColumn Use_RoleId; private System.Windows.Forms.DataGridViewTextBoxColumn Use_Name; private System.Windows.Forms.DataGridViewTextBoxColumn USER_TEXT; private System.Windows.Forms.DataGridViewTextBoxColumn USER_PWD; private System.Windows.Forms.DataGridViewTextBoxColumn USER_NO; private CCWin.SkinControl.SkinDataGridView skinDgvUsers; } }