125 lines
5.1 KiB
C#
125 lines
5.1 KiB
C#
|
namespace Server.User
|
|||
|
{
|
|||
|
partial class FrmAddBetaUser
|
|||
|
{
|
|||
|
/// <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.label2 = new System.Windows.Forms.Label();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.DtUserList = new ryControls.DoubleText();
|
|||
|
this.BtnOK = new ryControls.ButtonEx();
|
|||
|
this.TxtDesc = new ryControls.TextBoxEx2();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(10, 55);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|||
|
this.label2.TabIndex = 10;
|
|||
|
this.label2.Text = "用户列表";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(10, 7);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|||
|
this.label1.TabIndex = 8;
|
|||
|
this.label1.Text = "说明";
|
|||
|
//
|
|||
|
// DtUserList
|
|||
|
//
|
|||
|
this.DtUserList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
|
|||
|
this.DtUserList.Location = new System.Drawing.Point(12, 70);
|
|||
|
this.DtUserList.Name = "DtUserList";
|
|||
|
this.DtUserList.SelectName = "";
|
|||
|
this.DtUserList.Size = new System.Drawing.Size(543, 32);
|
|||
|
this.DtUserList.TabIndex = 67;
|
|||
|
this.DtUserList.OnSelected += new System.EventHandler(this.DtUserList_OnSelected);
|
|||
|
//
|
|||
|
// BtnOK
|
|||
|
//
|
|||
|
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|||
|
this.BtnOK.Location = new System.Drawing.Point(470, 112);
|
|||
|
this.BtnOK.Name = "BtnOK";
|
|||
|
this.BtnOK.Size = new System.Drawing.Size(85, 32);
|
|||
|
this.BtnOK.TabIndex = 66;
|
|||
|
this.BtnOK.Text = "确定";
|
|||
|
this.BtnOK.UseVisualStyleBackColor = true;
|
|||
|
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|||
|
//
|
|||
|
// TxtDesc
|
|||
|
//
|
|||
|
this.TxtDesc.BackColor = System.Drawing.Color.White;
|
|||
|
this.TxtDesc.EmptyText = "";
|
|||
|
this.TxtDesc.Location = new System.Drawing.Point(12, 23);
|
|||
|
this.TxtDesc.MaxLength = 999999999;
|
|||
|
this.TxtDesc.Multiline = false;
|
|||
|
this.TxtDesc.Name = "TxtDesc";
|
|||
|
this.TxtDesc.OnlyNumeric = false;
|
|||
|
this.TxtDesc.PasswordChar = '\0';
|
|||
|
this.TxtDesc.ReadOnly = false;
|
|||
|
this.TxtDesc.SelectedText = "";
|
|||
|
this.TxtDesc.SelectionLength = 0;
|
|||
|
this.TxtDesc.SelectionStart = 0;
|
|||
|
this.TxtDesc.Size = new System.Drawing.Size(307, 29);
|
|||
|
this.TxtDesc.TabIndex = 9;
|
|||
|
this.TxtDesc.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.TxtDesc.ToolTip = "";
|
|||
|
this.TxtDesc.WordWrap = true;
|
|||
|
//
|
|||
|
// FrmAddBetaUser
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(567, 152);
|
|||
|
this.Controls.Add(this.DtUserList);
|
|||
|
this.Controls.Add(this.BtnOK);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.TxtDesc);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "FrmAddBetaUser";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "添加更新用户组";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
public ryControls.TextBoxEx2 TxtDesc;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private ryControls.ButtonEx BtnOK;
|
|||
|
public ryControls.DoubleText DtUserList;
|
|||
|
}
|
|||
|
}
|