2017-10-06 13:30:28 +08:00
|
|
|
|
namespace ClientsLibrary
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class FormAccountSelect
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
this.userButton_login = new HslCommunication.Controls.UserButton();
|
|
|
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// userButton_login
|
|
|
|
|
|
//
|
|
|
|
|
|
this.userButton_login.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
this.userButton_login.CustomerInformation = "";
|
|
|
|
|
|
this.userButton_login.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
|
|
|
|
|
|
this.userButton_login.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
|
|
|
this.userButton_login.Location = new System.Drawing.Point(309, 442);
|
|
|
|
|
|
this.userButton_login.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
|
this.userButton_login.Name = "userButton_login";
|
|
|
|
|
|
this.userButton_login.Size = new System.Drawing.Size(108, 27);
|
|
|
|
|
|
this.userButton_login.TabIndex = 8;
|
|
|
|
|
|
this.userButton_login.UIText = "确认";
|
|
|
|
|
|
this.userButton_login.Click += new System.EventHandler(this.userButton_login_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// dataGridView1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
|
|
|
|
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
|
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
|
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
|
this.Column1,
|
|
|
|
|
|
this.Column2,
|
|
|
|
|
|
this.Column3,
|
|
|
|
|
|
this.Column4,
|
|
|
|
|
|
this.Column5});
|
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.dataGridView1.MultiSelect = false;
|
|
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
|
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(721, 433);
|
|
|
|
|
|
this.dataGridView1.TabIndex = 9;
|
|
|
|
|
|
//
|
|
|
|
|
|
// Column1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Column1.HeaderText = "选择";
|
|
|
|
|
|
this.Column1.Name = "Column1";
|
|
|
|
|
|
this.Column1.Width = 70;
|
|
|
|
|
|
//
|
|
|
|
|
|
// Column2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Column2.HeaderText = "账户名";
|
|
|
|
|
|
this.Column2.Name = "Column2";
|
|
|
|
|
|
this.Column2.ReadOnly = true;
|
|
|
|
|
|
this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
|
this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
|
//
|
|
|
|
|
|
// Column3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Column3.HeaderText = "别名";
|
|
|
|
|
|
this.Column3.Name = "Column3";
|
|
|
|
|
|
this.Column3.ReadOnly = true;
|
|
|
|
|
|
this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
|
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
|
//
|
|
|
|
|
|
// Column4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Column4.HeaderText = "分厂";
|
|
|
|
|
|
this.Column4.Name = "Column4";
|
|
|
|
|
|
this.Column4.ReadOnly = true;
|
|
|
|
|
|
this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
|
this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
|
//
|
|
|
|
|
|
// Column5
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Column5.HeaderText = "注册时间";
|
|
|
|
|
|
this.Column5.Name = "Column5";
|
|
|
|
|
|
this.Column5.ReadOnly = true;
|
|
|
|
|
|
this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
|
this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
|
this.Column5.Width = 200;
|
|
|
|
|
|
//
|
|
|
|
|
|
// FormAccountSelect
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2018-05-26 13:17:58 +08:00
|
|
|
|
this.BackColor = System.Drawing.Color.AliceBlue;
|
2017-10-06 13:30:28 +08:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(721, 480);
|
|
|
|
|
|
this.Controls.Add(this.dataGridView1);
|
|
|
|
|
|
this.Controls.Add(this.userButton_login);
|
|
|
|
|
|
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
|
this.Name = "FormAccountSelect";
|
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
|
this.Text = "账号选择";
|
|
|
|
|
|
this.Load += new System.EventHandler(this.FormAccountSelect_Load);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private HslCommunication.Controls.UserButton userButton_login;
|
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|