old_flsystem/FLSystem/Forms/AddCloudblack.Designer.cs

177 lines
7.9 KiB
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
namespace FLSystem.Forms
{
partial class AddCloudblack
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddCloudblack));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
this.label4 = new System.Windows.Forms.Label();
this.textEdit4 = new DevExpress.XtraEditors.MemoEdit();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(34, 77);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 14);
this.label1.TabIndex = 0;
this.label1.Text = "用户名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(34, 121);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 14);
this.label2.TabIndex = 1;
this.label2.Text = "昵 称:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(34, 31);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(51, 14);
this.label3.TabIndex = 2;
this.label3.Text = "类 型:";
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(93, 28);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Properties.ReadOnly = true;
this.textEdit1.Size = new System.Drawing.Size(201, 20);
this.textEdit1.TabIndex = 3;
//
// textEdit2
//
this.textEdit2.Location = new System.Drawing.Point(93, 74);
this.textEdit2.Name = "textEdit2";
this.textEdit2.Properties.ReadOnly = true;
this.textEdit2.Size = new System.Drawing.Size(201, 20);
this.textEdit2.TabIndex = 4;
//
// textEdit3
//
this.textEdit3.Location = new System.Drawing.Point(93, 118);
this.textEdit3.Name = "textEdit3";
this.textEdit3.Properties.ReadOnly = true;
this.textEdit3.Size = new System.Drawing.Size(201, 20);
this.textEdit3.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(34, 171);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(51, 14);
this.label4.TabIndex = 6;
this.label4.Text = "原 因:";
//
// textEdit4
//
this.textEdit4.Location = new System.Drawing.Point(93, 168);
this.textEdit4.Name = "textEdit4";
this.textEdit4.Size = new System.Drawing.Size(201, 62);
this.textEdit4.TabIndex = 7;
//
// simpleButton1
//
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(37, 250);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(116, 31);
this.simpleButton1.TabIndex = 8;
this.simpleButton1.Text = "更新云黑名单";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// simpleButton2
//
this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
this.simpleButton2.Location = new System.Drawing.Point(193, 250);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(131, 31);
this.simpleButton2.TabIndex = 9;
this.simpleButton2.Text = "删除云黑名单";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// AddCloudblack
//
this.AcceptButton = this.simpleButton1;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(349, 303);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.label4);
this.Controls.Add(this.textEdit3);
this.Controls.Add(this.textEdit2);
this.Controls.Add(this.textEdit1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textEdit4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AddCloudblack";
this.Text = "更新云黑名";
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.TextEdit textEdit2;
private DevExpress.XtraEditors.TextEdit textEdit3;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.MemoEdit textEdit4;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
}
}