njcit/NJCIT/InfomationForm.Designer.cs

229 lines
12 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();
2019-09-14 14:05:52 +00:00
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton_about = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_more = new System.Windows.Forms.ToolStripButton();
this.toolStripLabel_help = new System.Windows.Forms.ToolStripButton();
this.toolStrip1.SuspendLayout();
2019-09-14 12:12:26 +00:00
this.SuspendLayout();
//
// button_logout
//
this.button_logout.Cursor = System.Windows.Forms.Cursors.Hand;
2019-09-14 14:05:52 +00:00
this.button_logout.Location = new System.Drawing.Point(60, 300);
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
this.label_info.Location = new System.Drawing.Point(85, 48);
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
this.label_username.Location = new System.Drawing.Point(85, 83);
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
this.label_domain.Location = new System.Drawing.Point(85, 118);
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
this.label_ip.Location = new System.Drawing.Point(85, 153);
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
this.label_timer.Location = new System.Drawing.Point(85, 188);
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
this.label_account.Location = new System.Drawing.Point(85, 223);
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
this.label_timeamount.Location = new System.Drawing.Point(85, 258);
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
this.button_exit.Location = new System.Drawing.Point(200, 300);
2019-09-14 12:12:26 +00:00
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);
//
2019-09-14 14:05:52 +00:00
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.Window;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton_about,
this.toolStripLabel_help});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(334, 31);
this.toolStrip1.TabIndex = 16;
this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
//
// toolStripButton_about
//
this.toolStripButton_about.BackColor = System.Drawing.SystemColors.Window;
this.toolStripButton_about.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton_about.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton_about.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_about.Image")));
this.toolStripButton_about.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_about.Margin = new System.Windows.Forms.Padding(5, 5, 0, 5);
this.toolStripButton_about.Name = "toolStripButton_about";
this.toolStripButton_about.Size = new System.Drawing.Size(52, 21);
this.toolStripButton_about.Text = "关于(&A)";
this.toolStripButton_about.Click += new System.EventHandler(this.toolStripButton_about_Click);
//
// toolStripButton_more
//
this.toolStripButton_more.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton_more.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton_more.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_more.Image")));
this.toolStripButton_more.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_more.Name = "toolStripButton_more";
this.toolStripButton_more.Size = new System.Drawing.Size(36, 22);
this.toolStripButton_more.Text = "更多";
//
// toolStripLabel_help
//
this.toolStripLabel_help.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripLabel_help.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.toolStripLabel_help.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel_help.Image")));
this.toolStripLabel_help.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripLabel_help.Name = "toolStripLabel_help";
this.toolStripLabel_help.Size = new System.Drawing.Size(53, 28);
this.toolStripLabel_help.Text = "帮助(&H)";
this.toolStripLabel_help.Click += new System.EventHandler(this.toolStripLabel_help_Click);
//
2019-09-14 12:12:26 +00:00
// 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);
2019-09-14 14:05:52 +00:00
this.Controls.Add(this.toolStrip1);
2019-09-14 12:12:26 +00:00
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);
2019-09-14 14:05:52 +00:00
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
2019-09-14 12:12:26 +00:00
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;
2019-09-14 14:05:52 +00:00
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton_about;
private System.Windows.Forms.ToolStripButton toolStripButton_more;
private System.Windows.Forms.ToolStripButton toolStripLabel_help;
2019-09-14 12:12:26 +00:00
}
}