📄 frmmem.designer.cs~rf317ba6f.tmp
字号:
namespace DiscSystemUI
{
partial class FrmMem
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.txtMemID = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.btnClear = new DevComponents.DotNetBar.ButtonX();
this.btnCancel = new DevComponents.DotNetBar.ButtonX();
this.btnOK = new DevComponents.DotNetBar.ButtonX();
this.txtMemName = new System.Windows.Forms.TextBox();
this.txtMemPhone = new System.Windows.Forms.TextBox();
this.txtMemAddress = new System.Windows.Forms.TextBox();
this.cmbMemLevel = new System.Windows.Forms.ComboBox();
this.rdoMemNo = new System.Windows.Forms.RadioButton();
this.rdoMemYes = new System.Windows.Forms.RadioButton();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.Controls.Add(this.txtMemID);
this.panelEx1.Controls.Add(this.label6);
this.panelEx1.Controls.Add(this.btnClear);
this.panelEx1.Controls.Add(this.btnCancel);
this.panelEx1.Controls.Add(this.btnOK);
this.panelEx1.Controls.Add(this.txtMemName);
this.panelEx1.Controls.Add(this.txtMemPhone);
this.panelEx1.Controls.Add(this.txtMemAddress);
this.panelEx1.Controls.Add(this.cmbMemLevel);
this.panelEx1.Controls.Add(this.rdoMemNo);
this.panelEx1.Controls.Add(this.rdoMemYes);
this.panelEx1.Controls.Add(this.label5);
this.panelEx1.Controls.Add(this.label4);
this.panelEx1.Controls.Add(this.label3);
this.panelEx1.Controls.Add(this.label2);
this.panelEx1.Controls.Add(this.label1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(492, 287);
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx1.Style.GradientAngle = 90;
this.panelEx1.TabIndex = 0;
//
// txtMemID
//
this.txtMemID.Location = new System.Drawing.Point(94, 30);
this.txtMemID.Name = "txtMemID";
this.txtMemID.Size = new System.Drawing.Size(137, 21);
this.txtMemID.TabIndex = 31;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(35, 33);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 30;
this.label6.Text = "编号";
//
// btnClear
//
this.btnClear.ColorScheme.DockSiteBackColorGradientAngle = 0;
this.btnClear.Location = new System.Drawing.Point(372, 219);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 29;
this.btnClear.Text = "清空";
//
// btnCancel
//
this.btnCancel.ColorScheme.DockSiteBackColorGradientAngle = 0;
this.btnCancel.Location = new System.Drawing.Point(278, 219);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 28;
this.btnCancel.Text = "取消";
//
// btnOK
//
this.btnOK.ColorScheme.DockSiteBackColorGradientAngle = 0;
this.btnOK.Location = new System.Drawing.Point(182, 219);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 27;
this.btnOK.Text = "确定";
//
// txtMemName
//
this.txtMemName.Location = new System.Drawing.Point(310, 30);
this.txtMemName.Name = "txtMemName";
this.txtMemName.Size = new System.Drawing.Size(137, 21);
this.txtMemName.TabIndex = 26;
//
// txtMemPhone
//
this.txtMemPhone.Location = new System.Drawing.Point(95, 75);
this.txtMemPhone.Name = "txtMemPhone";
this.txtMemPhone.Size = new System.Drawing.Size(136, 21);
this.txtMemPhone.TabIndex = 25;
//
// txtMemAddress
//
this.txtMemAddress.Location = new System.Drawing.Point(95, 127);
this.txtMemAddress.Multiline = true;
this.txtMemAddress.Name = "txtMemAddress";
this.txtMemAddress.Size = new System.Drawing.Size(258, 56);
this.txtMemAddress.TabIndex = 24;
//
// cmbMemLevel
//
this.cmbMemLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbMemLevel.FormattingEnabled = true;
this.cmbMemLevel.Items.AddRange(new object[] {
"贵宾用户",
"普通用户"});
this.cmbMemLevel.Location = new System.Drawing.Point(310, 75);
this.cmbMemLevel.Name = "cmbMemLevel";
this.cmbMemLevel.Size = new System.Drawing.Size(137, 20);
this.cmbMemLevel.TabIndex = 22;
//
// rdoMemNo
//
this.rdoMemNo.AutoSize = true;
this.rdoMemNo.Location = new System.Drawing.Point(400, 167);
this.rdoMemNo.Name = "rdoMemNo";
this.rdoMemNo.Size = new System.Drawing.Size(47, 16);
this.rdoMemNo.TabIndex = 21;
this.rdoMemNo.Text = "禁用";
this.rdoMemNo.UseVisualStyleBackColor = true;
//
// rdoMemYes
//
this.rdoMemYes.AutoSize = true;
this.rdoMemYes.Checked = true;
this.rdoMemYes.Location = new System.Drawing.Point(400, 128);
this.rdoMemYes.Name = "rdoMemYes";
this.rdoMemYes.Size = new System.Drawing.Size(47, 16);
this.rdoMemYes.TabIndex = 20;
this.rdoMemYes.TabStop = true;
this.rdoMemYes.Text = "启用";
this.rdoMemYes.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(359, 130);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 19;
this.label5.Text = "状态";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(251, 78);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 18;
this.label4.Text = "会员等级";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(35, 130);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 17;
this.label3.Text = "家庭地址";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(35, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 16;
this.label2.Text = "手机";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(251, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 15;
this.label1.Text = "姓名";
//
// FrmMem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(492, 287);
this.Controls.Add(this.panelEx1);
this.Name = "FrmMem";
this.Text = "会员管理";
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.PanelEx panelEx1;
private System.Windows.Forms.TextBox txtMemName;
private System.Windows.Forms.TextBox txtMemPhone;
private System.Windows.Forms.TextBox txtMemAddress;
private System.Windows.Forms.ComboBox cmbMemLevel;
private System.Windows.Forms.RadioButton rdoMemNo;
private System.Windows.Forms.RadioButton rdoMemYes;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private DevComponents.DotNetBar.ButtonX btnOK;
private DevComponents.DotNetBar.ButtonX btnClear;
private DevComponents.DotNetBar.ButtonX btnCancel;
private System.Windows.Forms.TextBox txtMemID;
private System.Windows.Forms.Label label6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -