njcit/NJCIT/InfomationForm.Designer.cs

169 lines
7.8 KiB
C#
Raw Normal View History

2019-09-14 12:12:26 +00:00
namespace NJCIT
{
partial class InfomationForm
{
/// <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(InfomationForm));
this.button_logout = new System.Windows.Forms.Button();
this.label_info = new System.Windows.Forms.Label();
this.label_username = new System.Windows.Forms.Label();
this.label_domain = new System.Windows.Forms.Label();
this.label_ip = new System.Windows.Forms.Label();
this.label_timer = new System.Windows.Forms.Label();
this.label_account = new System.Windows.Forms.Label();
this.label_timeamount = new System.Windows.Forms.Label();
this.button_exit = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button_logout
//
this.button_logout.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_logout.Location = new System.Drawing.Point(60, 290);
this.button_logout.Name = "button_logout";
this.button_logout.Size = new System.Drawing.Size(90, 40);
this.button_logout.TabIndex = 2;
this.button_logout.Text = "退出登录";
this.button_logout.UseVisualStyleBackColor = true;
this.button_logout.Click += new System.EventHandler(this.Button_Logout_Click);
//
// label_info
//
this.label_info.AutoSize = true;
this.label_info.Location = new System.Drawing.Point(85, 30);
this.label_info.Name = "label_info";
this.label_info.Size = new System.Drawing.Size(149, 20);
this.label_info.TabIndex = 9;
this.label_info.Text = "登录状态:用户未登录";
//
// label_username
//
this.label_username.AutoSize = true;
this.label_username.Location = new System.Drawing.Point(85, 65);
this.label_username.Name = "label_username";
this.label_username.Size = new System.Drawing.Size(132, 20);
this.label_username.TabIndex = 10;
this.label_username.Text = "用 户 名 xueye.io";
//
// label_domain
//
this.label_domain.AutoSize = true;
this.label_domain.Location = new System.Drawing.Point(85, 100);
this.label_domain.Name = "label_domain";
this.label_domain.Size = new System.Drawing.Size(130, 20);
this.label_domain.TabIndex = 11;
this.label_domain.Text = "认 证 域 internet";
//
// label_ip
//
this.label_ip.AutoSize = true;
this.label_ip.Location = new System.Drawing.Point(85, 135);
this.label_ip.Name = "label_ip";
this.label_ip.Size = new System.Drawing.Size(117, 20);
this.label_ip.TabIndex = 12;
this.label_ip.Text = "登 录 IP 0.0.0.0";
//
// label_timer
//
this.label_timer.AutoSize = true;
this.label_timer.Location = new System.Drawing.Point(85, 170);
this.label_timer.Name = "label_timer";
this.label_timer.Size = new System.Drawing.Size(125, 20);
this.label_timer.TabIndex = 13;
this.label_timer.Text = "在线时长0:00:00";
//
// label_account
//
this.label_account.AutoSize = true;
this.label_account.Location = new System.Drawing.Point(85, 205);
this.label_account.Name = "label_account";
this.label_account.Size = new System.Drawing.Size(101, 20);
this.label_account.TabIndex = 14;
this.label_account.Text = "账户余额0元";
//
// label_timeamount
//
this.label_timeamount.AutoSize = true;
this.label_timeamount.Location = new System.Drawing.Point(85, 240);
this.label_timeamount.Name = "label_timeamount";
this.label_timeamount.Size = new System.Drawing.Size(145, 20);
this.label_timeamount.TabIndex = 15;
this.label_timeamount.Text = "已用时长0时0分0秒";
//
// button_exit
//
this.button_exit.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_exit.Location = new System.Drawing.Point(200, 290);
this.button_exit.Name = "button_exit";
this.button_exit.Size = new System.Drawing.Size(90, 40);
this.button_exit.TabIndex = 1;
this.button_exit.Text = "关闭程序";
this.button_exit.UseVisualStyleBackColor = true;
this.button_exit.Click += new System.EventHandler(this.Button_exit_Click);
//
// InfomationForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(334, 351);
this.Controls.Add(this.button_exit);
this.Controls.Add(this.label_timeamount);
this.Controls.Add(this.label_account);
this.Controls.Add(this.label_timer);
this.Controls.Add(this.label_ip);
this.Controls.Add(this.label_domain);
this.Controls.Add(this.label_username);
this.Controls.Add(this.label_info);
this.Controls.Add(this.button_logout);
this.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.Name = "InfomationForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "登录信息";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InfomationForm_FormClosing);
this.Load += new System.EventHandler(this.InformationForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button_logout;
private System.Windows.Forms.Label label_info;
private System.Windows.Forms.Label label_username;
private System.Windows.Forms.Label label_domain;
private System.Windows.Forms.Label label_ip;
private System.Windows.Forms.Label label_timer;
private System.Windows.Forms.Label label_account;
private System.Windows.Forms.Label label_timeamount;
private System.Windows.Forms.Button button_exit;
}
}