You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
252 lines
11 KiB
C#
252 lines
11 KiB
C#
namespace Mesnac.Action.Default.Test
|
|
{
|
|
partial class FrmInsert
|
|
{
|
|
/// <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()
|
|
{
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.cmbRole = new System.Windows.Forms.ComboBox();
|
|
this.txtRealName = new System.Windows.Forms.TextBox();
|
|
this.txtUserPWD = new System.Windows.Forms.TextBox();
|
|
this.txtUserName = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.cmbRole);
|
|
this.groupBox1.Controls.Add(this.txtRealName);
|
|
this.groupBox1.Controls.Add(this.txtUserPWD);
|
|
this.groupBox1.Controls.Add(this.txtUserName);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(18, 18);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Size = new System.Drawing.Size(382, 251);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "用户信息";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.ForeColor = System.Drawing.Color.Red;
|
|
this.label12.Location = new System.Drawing.Point(114, 188);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(17, 18);
|
|
this.label12.TabIndex = 15;
|
|
this.label12.Text = "*";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
|
this.label10.Location = new System.Drawing.Point(114, 130);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(17, 18);
|
|
this.label10.TabIndex = 13;
|
|
this.label10.Text = "*";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.ForeColor = System.Drawing.Color.Red;
|
|
this.label9.Location = new System.Drawing.Point(114, 84);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(17, 18);
|
|
this.label9.TabIndex = 12;
|
|
this.label9.Text = "*";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.ForeColor = System.Drawing.Color.Red;
|
|
this.label8.Location = new System.Drawing.Point(114, 38);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(17, 18);
|
|
this.label8.TabIndex = 11;
|
|
this.label8.Text = "*";
|
|
//
|
|
// cmbRole
|
|
//
|
|
this.cmbRole.DisplayMember = "RoleName";
|
|
this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbRole.FormattingEnabled = true;
|
|
this.cmbRole.Location = new System.Drawing.Point(140, 126);
|
|
this.cmbRole.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmbRole.Name = "cmbRole";
|
|
this.cmbRole.Size = new System.Drawing.Size(210, 26);
|
|
this.cmbRole.TabIndex = 3;
|
|
this.cmbRole.ValueMember = "GUID";
|
|
//
|
|
// txtRealName
|
|
//
|
|
this.txtRealName.Location = new System.Drawing.Point(140, 183);
|
|
this.txtRealName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtRealName.Name = "txtRealName";
|
|
this.txtRealName.Size = new System.Drawing.Size(210, 28);
|
|
this.txtRealName.TabIndex = 5;
|
|
//
|
|
// txtUserPWD
|
|
//
|
|
this.txtUserPWD.Location = new System.Drawing.Point(140, 80);
|
|
this.txtUserPWD.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtUserPWD.Name = "txtUserPWD";
|
|
this.txtUserPWD.PasswordChar = '*';
|
|
this.txtUserPWD.Size = new System.Drawing.Size(210, 28);
|
|
this.txtUserPWD.TabIndex = 2;
|
|
//
|
|
// txtUserName
|
|
//
|
|
this.txtUserName.Location = new System.Drawing.Point(140, 33);
|
|
this.txtUserName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtUserName.Name = "txtUserName";
|
|
this.txtUserName.Size = new System.Drawing.Size(210, 28);
|
|
this.txtUserName.TabIndex = 1;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(32, 130);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(44, 18);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "角色";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(32, 188);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(80, 18);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "人员姓名";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(32, 84);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(44, 18);
|
|
this.label2.TabIndex = 7;
|
|
this.label2.Text = "密码";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(32, 38);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(80, 18);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "用户账号";
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(135, 286);
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(112, 34);
|
|
this.btnOk.TabIndex = 17;
|
|
this.btnOk.Text = "确定(&O)";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(256, 286);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(112, 34);
|
|
this.btnCancel.TabIndex = 18;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// FrmInsert
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(418, 346);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmInsert";
|
|
this.Text = "添加用户";
|
|
this.Load += new System.EventHandler(this.FrmInsert_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.ComboBox cmbRole;
|
|
private System.Windows.Forms.TextBox txtRealName;
|
|
private System.Windows.Forms.TextBox txtUserPWD;
|
|
private System.Windows.Forms.TextBox txtUserName;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
}
|
|
} |