175 lines
9.8 KiB
C#
175 lines
9.8 KiB
C#
namespace 软件系统客户端模版
|
|
{
|
|
partial class FormLog
|
|
{
|
|
/// <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.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.userButton_login = new BasicFramework.UserButton();
|
|
this.userButton1 = new BasicFramework.UserButton();
|
|
this.userButton2 = new BasicFramework.UserButton();
|
|
this.userButton3 = new BasicFramework.UserButton();
|
|
this.userButton4 = new BasicFramework.UserButton();
|
|
this.userButton5 = new BasicFramework.UserButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.textBox1.Size = new System.Drawing.Size(596, 457);
|
|
this.textBox1.TabIndex = 0;
|
|
//
|
|
// userButton_login
|
|
//
|
|
this.userButton_login.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
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(619, 11);
|
|
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(103, 26);
|
|
this.userButton_login.TabIndex = 6;
|
|
this.userButton_login.UIText = "网络日志查看";
|
|
this.userButton_login.Click += new System.EventHandler(this.userButton_login_Click);
|
|
//
|
|
// userButton1
|
|
//
|
|
this.userButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.userButton1.BackColor = System.Drawing.Color.Transparent;
|
|
this.userButton1.CustomerInformation = "";
|
|
this.userButton1.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
|
|
this.userButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.userButton1.Location = new System.Drawing.Point(619, 45);
|
|
this.userButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.userButton1.Name = "userButton1";
|
|
this.userButton1.Size = new System.Drawing.Size(103, 26);
|
|
this.userButton1.TabIndex = 7;
|
|
this.userButton1.UIText = "网络日志清空";
|
|
this.userButton1.Click += new System.EventHandler(this.userButton1_Click);
|
|
//
|
|
// userButton2
|
|
//
|
|
this.userButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.userButton2.BackColor = System.Drawing.Color.Transparent;
|
|
this.userButton2.CustomerInformation = "";
|
|
this.userButton2.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
|
|
this.userButton2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.userButton2.Location = new System.Drawing.Point(619, 118);
|
|
this.userButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.userButton2.Name = "userButton2";
|
|
this.userButton2.Size = new System.Drawing.Size(103, 26);
|
|
this.userButton2.TabIndex = 8;
|
|
this.userButton2.UIText = "同步日志查看";
|
|
this.userButton2.Click += new System.EventHandler(this.userButton2_Click);
|
|
//
|
|
// userButton3
|
|
//
|
|
this.userButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.userButton3.BackColor = System.Drawing.Color.Transparent;
|
|
this.userButton3.CustomerInformation = "";
|
|
this.userButton3.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
|
|
this.userButton3.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.userButton3.Location = new System.Drawing.Point(619, 152);
|
|
this.userButton3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.userButton3.Name = "userButton3";
|
|
this.userButton3.Size = new System.Drawing.Size(103, 26);
|
|
this.userButton3.TabIndex = 9;
|
|
this.userButton3.UIText = "同步日志清空";
|
|
this.userButton3.Click += new System.EventHandler(this.userButton3_Click);
|
|
//
|
|
// userButton4
|
|
//
|
|
this.userButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.userButton4.BackColor = System.Drawing.Color.Transparent;
|
|
this.userButton4.CustomerInformation = "";
|
|
this.userButton4.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
|
|
this.userButton4.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.userButton4.Location = new System.Drawing.Point(619, 225);
|
|
this.userButton4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.userButton4.Name = "userButton4";
|
|
this.userButton4.Size = new System.Drawing.Size(103, 26);
|
|
this.userButton4.TabIndex = 10;
|
|
this.userButton4.UIText = "更新日志查看";
|
|
this.userButton4.Click += new System.EventHandler(this.userButton4_Click);
|
|
//
|
|
// userButton5
|
|
//
|
|
this.userButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.userButton5.BackColor = System.Drawing.Color.Transparent;
|
|
this.userButton5.CustomerInformation = "";
|
|
this.userButton5.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
|
|
this.userButton5.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.userButton5.Location = new System.Drawing.Point(619, 259);
|
|
this.userButton5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.userButton5.Name = "userButton5";
|
|
this.userButton5.Size = new System.Drawing.Size(103, 26);
|
|
this.userButton5.TabIndex = 11;
|
|
this.userButton5.UIText = "更新日志清空";
|
|
this.userButton5.Click += new System.EventHandler(this.userButton5_Click);
|
|
//
|
|
// FormLog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(732, 492);
|
|
this.Controls.Add(this.userButton5);
|
|
this.Controls.Add(this.userButton4);
|
|
this.Controls.Add(this.userButton3);
|
|
this.Controls.Add(this.userButton2);
|
|
this.Controls.Add(this.userButton1);
|
|
this.Controls.Add(this.userButton_login);
|
|
this.Controls.Add(this.textBox1);
|
|
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 = "FormLog";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "网络日志查看";
|
|
this.Load += new System.EventHandler(this.FormLog_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private BasicFramework.UserButton userButton_login;
|
|
private BasicFramework.UserButton userButton1;
|
|
private BasicFramework.UserButton userButton2;
|
|
private BasicFramework.UserButton userButton3;
|
|
private BasicFramework.UserButton userButton4;
|
|
private BasicFramework.UserButton userButton5;
|
|
}
|
|
} |