mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-16 02:29:53 +01:00
Register
This commit is contained in:
36
APP/Main.Designer.cs
generated
36
APP/Main.Designer.cs
generated
@@ -31,6 +31,7 @@
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
||||
this.tabControl = new System.Windows.Forms.TabControl();
|
||||
this.tabUser = new System.Windows.Forms.TabPage();
|
||||
this.userLabelInfoData = new System.Windows.Forms.Label();
|
||||
this.userLinkLabel = new System.Windows.Forms.LinkLabel();
|
||||
this.userLabelInfo = new System.Windows.Forms.Label();
|
||||
this.userLabel = new System.Windows.Forms.Label();
|
||||
@@ -41,7 +42,7 @@
|
||||
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
||||
this.memeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.loginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.userLabelInfoData = new System.Windows.Forms.Label();
|
||||
this.logToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.tabControl.SuspendLayout();
|
||||
this.tabUser.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.userImage)).BeginInit();
|
||||
@@ -76,6 +77,17 @@
|
||||
this.tabUser.TabIndex = 0;
|
||||
this.tabUser.Text = "YOURNAME";
|
||||
//
|
||||
// userLabelInfoData
|
||||
//
|
||||
this.userLabelInfoData.AutoSize = true;
|
||||
this.userLabelInfoData.ForeColor = System.Drawing.SystemColors.Control;
|
||||
this.userLabelInfoData.Location = new System.Drawing.Point(374, 76);
|
||||
this.userLabelInfoData.Name = "userLabelInfoData";
|
||||
this.userLabelInfoData.Size = new System.Drawing.Size(38, 15);
|
||||
this.userLabelInfoData.TabIndex = 4;
|
||||
this.userLabelInfoData.Text = "label1";
|
||||
this.userLabelInfoData.Visible = false;
|
||||
//
|
||||
// userLinkLabel
|
||||
//
|
||||
this.userLinkLabel.AutoSize = true;
|
||||
@@ -166,7 +178,8 @@
|
||||
this.menuStrip.BackColor = System.Drawing.Color.Gray;
|
||||
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.memeToolStripMenuItem,
|
||||
this.loginToolStripMenuItem});
|
||||
this.loginToolStripMenuItem,
|
||||
this.logToolStripMenuItem});
|
||||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||||
this.menuStrip.Name = "menuStrip";
|
||||
this.menuStrip.Size = new System.Drawing.Size(828, 24);
|
||||
@@ -182,20 +195,16 @@
|
||||
// loginToolStripMenuItem
|
||||
//
|
||||
this.loginToolStripMenuItem.Name = "loginToolStripMenuItem";
|
||||
this.loginToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
|
||||
this.loginToolStripMenuItem.Text = "Login";
|
||||
this.loginToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
|
||||
this.loginToolStripMenuItem.Text = "Register";
|
||||
this.loginToolStripMenuItem.Click += new System.EventHandler(this.loginToolStripMenuItem_Click);
|
||||
//
|
||||
// userLabelInfoData
|
||||
// logToolStripMenuItem
|
||||
//
|
||||
this.userLabelInfoData.AutoSize = true;
|
||||
this.userLabelInfoData.ForeColor = System.Drawing.SystemColors.Control;
|
||||
this.userLabelInfoData.Location = new System.Drawing.Point(374, 76);
|
||||
this.userLabelInfoData.Name = "userLabelInfoData";
|
||||
this.userLabelInfoData.Size = new System.Drawing.Size(38, 15);
|
||||
this.userLabelInfoData.TabIndex = 4;
|
||||
this.userLabelInfoData.Text = "label1";
|
||||
this.userLabelInfoData.Visible = false;
|
||||
this.logToolStripMenuItem.Name = "logToolStripMenuItem";
|
||||
this.logToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
|
||||
this.logToolStripMenuItem.Text = "Log";
|
||||
this.logToolStripMenuItem.Click += new System.EventHandler(this.logToolStripMenuItem_Click);
|
||||
//
|
||||
// Main
|
||||
//
|
||||
@@ -235,5 +244,6 @@
|
||||
private Label userLabelInfo;
|
||||
private LinkLabel userLinkLabel;
|
||||
private Label userLabelInfoData;
|
||||
private ToolStripMenuItem logToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user