518 lines
22 KiB
C#
518 lines
22 KiB
C#
namespace qtc_net_client_2
|
|
{
|
|
partial class Main
|
|
{
|
|
/// <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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
|
ListViewItem listViewItem1 = new ListViewItem("Stock Market", 0);
|
|
ListViewItem listViewItem2 = new ListViewItem("Guess The Number", 1);
|
|
ListViewItem listViewItem3 = new ListViewItem("Tic-Tac-Toe (Multiplayer)", "Tic-tac-toe.png");
|
|
tbcMain = new TabControl();
|
|
tbpContacts = new TabPage();
|
|
lvContacts = new ListView();
|
|
ctxmRefresh = new ContextMenuStrip(components);
|
|
refreshToolStripMenuItem = new ToolStripMenuItem();
|
|
ilProfilePics = new ImageList(components);
|
|
tbpRooms = new TabPage();
|
|
btnAddRoom = new Button();
|
|
lbRooms = new ListBox();
|
|
tbpUsers = new TabPage();
|
|
lvUserDirectory = new ListView();
|
|
ilStatusIcons = new ImageList(components);
|
|
tbpGames = new TabPage();
|
|
lvGames = new ListView();
|
|
ilGames = new ImageList(components);
|
|
ilTabIcons = new ImageList(components);
|
|
ctxmChangeStatus = new ContextMenuStrip(components);
|
|
onlineToolStripMenuItem = new ToolStripMenuItem();
|
|
awayToolStripMenuItem = new ToolStripMenuItem();
|
|
doNotDisturbToolStripMenuItem = new ToolStripMenuItem();
|
|
invisibleToolStripMenuItem = new ToolStripMenuItem();
|
|
lblRequestNotif = new Label();
|
|
niMain = new NotifyIcon(components);
|
|
llblClaimSpin = new LinkLabel();
|
|
pCurrencyArea = new Panel();
|
|
pbCurrencyIcon = new PictureBox();
|
|
lblCurrencyAmount = new Label();
|
|
pCurrentUser = new Panel();
|
|
llblEditProfile = new LinkLabel();
|
|
llblSignOut = new LinkLabel();
|
|
llblSignIn = new LinkLabel();
|
|
lblWelcome = new Label();
|
|
pbUserPfp = new PictureBox();
|
|
tbcMain.SuspendLayout();
|
|
tbpContacts.SuspendLayout();
|
|
ctxmRefresh.SuspendLayout();
|
|
tbpRooms.SuspendLayout();
|
|
tbpUsers.SuspendLayout();
|
|
tbpGames.SuspendLayout();
|
|
ctxmChangeStatus.SuspendLayout();
|
|
pCurrencyArea.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pbCurrencyIcon).BeginInit();
|
|
pCurrentUser.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pbUserPfp).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// tbcMain
|
|
//
|
|
tbcMain.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbcMain.Controls.Add(tbpContacts);
|
|
tbcMain.Controls.Add(tbpRooms);
|
|
tbcMain.Controls.Add(tbpUsers);
|
|
tbcMain.Controls.Add(tbpGames);
|
|
tbcMain.Enabled = false;
|
|
tbcMain.ImageList = ilTabIcons;
|
|
tbcMain.Location = new Point(12, 66);
|
|
tbcMain.Name = "tbcMain";
|
|
tbcMain.SelectedIndex = 0;
|
|
tbcMain.Size = new Size(305, 535);
|
|
tbcMain.TabIndex = 0;
|
|
//
|
|
// tbpContacts
|
|
//
|
|
tbpContacts.Controls.Add(lvContacts);
|
|
tbpContacts.ImageKey = "ContactsIcon.png";
|
|
tbpContacts.Location = new Point(4, 24);
|
|
tbpContacts.Name = "tbpContacts";
|
|
tbpContacts.Padding = new Padding(3);
|
|
tbpContacts.Size = new Size(297, 507);
|
|
tbpContacts.TabIndex = 0;
|
|
tbpContacts.Text = "Contacts";
|
|
tbpContacts.UseVisualStyleBackColor = true;
|
|
//
|
|
// lvContacts
|
|
//
|
|
lvContacts.Alignment = ListViewAlignment.Left;
|
|
lvContacts.Anchor = AnchorStyles.Left | AnchorStyles.Right;
|
|
lvContacts.ContextMenuStrip = ctxmRefresh;
|
|
lvContacts.LargeImageList = ilProfilePics;
|
|
lvContacts.Location = new Point(0, 0);
|
|
lvContacts.MultiSelect = false;
|
|
lvContacts.Name = "lvContacts";
|
|
lvContacts.Size = new Size(297, 514);
|
|
lvContacts.SmallImageList = ilProfilePics;
|
|
lvContacts.TabIndex = 1;
|
|
lvContacts.UseCompatibleStateImageBehavior = false;
|
|
lvContacts.View = View.SmallIcon;
|
|
lvContacts.DoubleClick += lvContacts_DoubleClick;
|
|
//
|
|
// ctxmRefresh
|
|
//
|
|
ctxmRefresh.Items.AddRange(new ToolStripItem[] { refreshToolStripMenuItem });
|
|
ctxmRefresh.Name = "ctxmRefresh";
|
|
ctxmRefresh.Size = new Size(114, 26);
|
|
//
|
|
// refreshToolStripMenuItem
|
|
//
|
|
refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
|
|
refreshToolStripMenuItem.Size = new Size(113, 22);
|
|
refreshToolStripMenuItem.Text = "Refresh";
|
|
refreshToolStripMenuItem.Click += refreshToolStripMenuItem_Click;
|
|
//
|
|
// ilProfilePics
|
|
//
|
|
ilProfilePics.ColorDepth = ColorDepth.Depth32Bit;
|
|
ilProfilePics.ImageStream = (ImageListStreamer)resources.GetObject("ilProfilePics.ImageStream");
|
|
ilProfilePics.TransparentColor = Color.Transparent;
|
|
ilProfilePics.Images.SetKeyName(0, "DEFAULT");
|
|
//
|
|
// tbpRooms
|
|
//
|
|
tbpRooms.Controls.Add(btnAddRoom);
|
|
tbpRooms.Controls.Add(lbRooms);
|
|
tbpRooms.ImageKey = "RoomsChatIcon.png";
|
|
tbpRooms.Location = new Point(4, 24);
|
|
tbpRooms.Name = "tbpRooms";
|
|
tbpRooms.Padding = new Padding(3);
|
|
tbpRooms.Size = new Size(297, 507);
|
|
tbpRooms.TabIndex = 1;
|
|
tbpRooms.Text = "Rooms";
|
|
tbpRooms.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnAddRoom
|
|
//
|
|
btnAddRoom.FlatAppearance.BorderSize = 0;
|
|
btnAddRoom.FlatStyle = FlatStyle.Flat;
|
|
btnAddRoom.Location = new Point(342, 485);
|
|
btnAddRoom.Name = "btnAddRoom";
|
|
btnAddRoom.Size = new Size(20, 22);
|
|
btnAddRoom.TabIndex = 7;
|
|
btnAddRoom.UseVisualStyleBackColor = true;
|
|
btnAddRoom.Click += btnAddRoom_Click;
|
|
//
|
|
// lbRooms
|
|
//
|
|
lbRooms.Anchor = AnchorStyles.Left | AnchorStyles.Right;
|
|
lbRooms.ContextMenuStrip = ctxmRefresh;
|
|
lbRooms.FormattingEnabled = true;
|
|
lbRooms.ItemHeight = 15;
|
|
lbRooms.Location = new Point(0, 0);
|
|
lbRooms.Name = "lbRooms";
|
|
lbRooms.Size = new Size(297, 514);
|
|
lbRooms.TabIndex = 0;
|
|
lbRooms.DoubleClick += lbRooms_DoubleClick;
|
|
//
|
|
// tbpUsers
|
|
//
|
|
tbpUsers.Controls.Add(lvUserDirectory);
|
|
tbpUsers.ImageIndex = 1;
|
|
tbpUsers.Location = new Point(4, 24);
|
|
tbpUsers.Name = "tbpUsers";
|
|
tbpUsers.Size = new Size(297, 507);
|
|
tbpUsers.TabIndex = 3;
|
|
tbpUsers.Text = "Users";
|
|
tbpUsers.UseVisualStyleBackColor = true;
|
|
//
|
|
// lvUserDirectory
|
|
//
|
|
lvUserDirectory.Alignment = ListViewAlignment.Left;
|
|
lvUserDirectory.ContextMenuStrip = ctxmRefresh;
|
|
lvUserDirectory.Location = new Point(0, 0);
|
|
lvUserDirectory.MultiSelect = false;
|
|
lvUserDirectory.Name = "lvUserDirectory";
|
|
lvUserDirectory.RightToLeft = RightToLeft.Yes;
|
|
lvUserDirectory.Size = new Size(297, 514);
|
|
lvUserDirectory.SmallImageList = ilStatusIcons;
|
|
lvUserDirectory.TabIndex = 0;
|
|
lvUserDirectory.UseCompatibleStateImageBehavior = false;
|
|
lvUserDirectory.View = View.SmallIcon;
|
|
lvUserDirectory.DoubleClick += lbUserDirectory_DoubleClick;
|
|
//
|
|
// ilStatusIcons
|
|
//
|
|
ilStatusIcons.ColorDepth = ColorDepth.Depth32Bit;
|
|
ilStatusIcons.ImageStream = (ImageListStreamer)resources.GetObject("ilStatusIcons.ImageStream");
|
|
ilStatusIcons.TransparentColor = Color.Transparent;
|
|
ilStatusIcons.Images.SetKeyName(0, "Offline");
|
|
ilStatusIcons.Images.SetKeyName(1, "Online");
|
|
ilStatusIcons.Images.SetKeyName(2, "Away");
|
|
ilStatusIcons.Images.SetKeyName(3, "DND");
|
|
//
|
|
// tbpGames
|
|
//
|
|
tbpGames.Controls.Add(lvGames);
|
|
tbpGames.ImageIndex = 3;
|
|
tbpGames.Location = new Point(4, 24);
|
|
tbpGames.Name = "tbpGames";
|
|
tbpGames.Size = new Size(297, 507);
|
|
tbpGames.TabIndex = 4;
|
|
tbpGames.Text = "Games";
|
|
tbpGames.UseVisualStyleBackColor = true;
|
|
//
|
|
// lvGames
|
|
//
|
|
lvGames.Anchor = AnchorStyles.Left | AnchorStyles.Right;
|
|
listViewItem1.Tag = "StockMarketGame";
|
|
listViewItem2.Tag = "GuessTheNumberGame";
|
|
listViewItem3.Tag = "TicTacToeGame";
|
|
lvGames.Items.AddRange(new ListViewItem[] { listViewItem1, listViewItem2, listViewItem3 });
|
|
lvGames.LargeImageList = ilGames;
|
|
lvGames.Location = new Point(0, 0);
|
|
lvGames.MultiSelect = false;
|
|
lvGames.Name = "lvGames";
|
|
lvGames.Size = new Size(297, 514);
|
|
lvGames.SmallImageList = ilGames;
|
|
lvGames.TabIndex = 2;
|
|
lvGames.UseCompatibleStateImageBehavior = false;
|
|
lvGames.DoubleClick += lvGames_DoubleClick;
|
|
//
|
|
// ilGames
|
|
//
|
|
ilGames.ColorDepth = ColorDepth.Depth32Bit;
|
|
ilGames.ImageStream = (ImageListStreamer)resources.GetObject("ilGames.ImageStream");
|
|
ilGames.TransparentColor = Color.Transparent;
|
|
ilGames.Images.SetKeyName(0, "dollar-money.gif");
|
|
ilGames.Images.SetKeyName(1, "NumberGuessGameIcon.png");
|
|
ilGames.Images.SetKeyName(2, "Tic-tac-toe.png");
|
|
//
|
|
// ilTabIcons
|
|
//
|
|
ilTabIcons.ColorDepth = ColorDepth.Depth32Bit;
|
|
ilTabIcons.ImageStream = (ImageListStreamer)resources.GetObject("ilTabIcons.ImageStream");
|
|
ilTabIcons.TransparentColor = Color.Transparent;
|
|
ilTabIcons.Images.SetKeyName(0, "ContactsIcon.png");
|
|
ilTabIcons.Images.SetKeyName(1, "UserIcon.png");
|
|
ilTabIcons.Images.SetKeyName(2, "RoomsChatIcon.png");
|
|
ilTabIcons.Images.SetKeyName(3, "CurrencyIcon.png");
|
|
//
|
|
// ctxmChangeStatus
|
|
//
|
|
ctxmChangeStatus.Items.AddRange(new ToolStripItem[] { onlineToolStripMenuItem, awayToolStripMenuItem, doNotDisturbToolStripMenuItem, invisibleToolStripMenuItem });
|
|
ctxmChangeStatus.Name = "ctxmChangeStatus";
|
|
ctxmChangeStatus.Size = new Size(154, 92);
|
|
ctxmChangeStatus.ItemClicked += ctxmChangeStatus_ItemClicked;
|
|
//
|
|
// onlineToolStripMenuItem
|
|
//
|
|
onlineToolStripMenuItem.Image = Properties.Resources.OnlineIcon;
|
|
onlineToolStripMenuItem.Name = "onlineToolStripMenuItem";
|
|
onlineToolStripMenuItem.Size = new Size(153, 22);
|
|
onlineToolStripMenuItem.Text = "Online";
|
|
//
|
|
// awayToolStripMenuItem
|
|
//
|
|
awayToolStripMenuItem.Image = Properties.Resources.AwayIcon;
|
|
awayToolStripMenuItem.Name = "awayToolStripMenuItem";
|
|
awayToolStripMenuItem.Size = new Size(153, 22);
|
|
awayToolStripMenuItem.Text = "Away";
|
|
//
|
|
// doNotDisturbToolStripMenuItem
|
|
//
|
|
doNotDisturbToolStripMenuItem.Image = Properties.Resources.DNDIcon;
|
|
doNotDisturbToolStripMenuItem.Name = "doNotDisturbToolStripMenuItem";
|
|
doNotDisturbToolStripMenuItem.Size = new Size(153, 22);
|
|
doNotDisturbToolStripMenuItem.Text = "Do Not Disturb";
|
|
//
|
|
// invisibleToolStripMenuItem
|
|
//
|
|
invisibleToolStripMenuItem.Image = Properties.Resources.OfflineIcon;
|
|
invisibleToolStripMenuItem.Name = "invisibleToolStripMenuItem";
|
|
invisibleToolStripMenuItem.Size = new Size(153, 22);
|
|
invisibleToolStripMenuItem.Text = "Invisible";
|
|
//
|
|
// lblRequestNotif
|
|
//
|
|
lblRequestNotif.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
lblRequestNotif.AutoSize = true;
|
|
lblRequestNotif.Font = new Font("Segoe UI", 6F, FontStyle.Bold);
|
|
lblRequestNotif.Location = new Point(215, 53);
|
|
lblRequestNotif.Name = "lblRequestNotif";
|
|
lblRequestNotif.Size = new Size(109, 11);
|
|
lblRequestNotif.TabIndex = 6;
|
|
lblRequestNotif.Text = "You Have Contact Requests!";
|
|
lblRequestNotif.Visible = false;
|
|
//
|
|
// niMain
|
|
//
|
|
niMain.Icon = (Icon)resources.GetObject("niMain.Icon");
|
|
niMain.Text = "QtC.NET Client";
|
|
niMain.DoubleClick += niMain_DoubleClick;
|
|
//
|
|
// llblClaimSpin
|
|
//
|
|
llblClaimSpin.AutoSize = true;
|
|
llblClaimSpin.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
|
llblClaimSpin.Location = new Point(1, 25);
|
|
llblClaimSpin.Name = "llblClaimSpin";
|
|
llblClaimSpin.Size = new Size(94, 15);
|
|
llblClaimSpin.TabIndex = 11;
|
|
llblClaimSpin.TabStop = true;
|
|
llblClaimSpin.Text = "Claim Daily Spin";
|
|
llblClaimSpin.Visible = false;
|
|
llblClaimSpin.LinkClicked += llblClaimSpin_LinkClicked;
|
|
//
|
|
// pCurrencyArea
|
|
//
|
|
pCurrencyArea.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
pCurrencyArea.BorderStyle = BorderStyle.FixedSingle;
|
|
pCurrencyArea.Controls.Add(llblClaimSpin);
|
|
pCurrencyArea.Controls.Add(pbCurrencyIcon);
|
|
pCurrencyArea.Controls.Add(lblCurrencyAmount);
|
|
pCurrencyArea.Location = new Point(223, 5);
|
|
pCurrencyArea.Name = "pCurrencyArea";
|
|
pCurrencyArea.Size = new Size(95, 46);
|
|
pCurrencyArea.TabIndex = 12;
|
|
//
|
|
// pbCurrencyIcon
|
|
//
|
|
pbCurrencyIcon.Image = Properties.Resources.CurrencyIcon;
|
|
pbCurrencyIcon.Location = new Point(20, 6);
|
|
pbCurrencyIcon.Name = "pbCurrencyIcon";
|
|
pbCurrencyIcon.Size = new Size(15, 14);
|
|
pbCurrencyIcon.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
pbCurrencyIcon.TabIndex = 18;
|
|
pbCurrencyIcon.TabStop = false;
|
|
pbCurrencyIcon.Visible = false;
|
|
//
|
|
// lblCurrencyAmount
|
|
//
|
|
lblCurrencyAmount.BackColor = Color.Transparent;
|
|
lblCurrencyAmount.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
|
lblCurrencyAmount.ForeColor = Color.White;
|
|
lblCurrencyAmount.Location = new Point(35, 3);
|
|
lblCurrencyAmount.Name = "lblCurrencyAmount";
|
|
lblCurrencyAmount.Size = new Size(69, 20);
|
|
lblCurrencyAmount.TabIndex = 19;
|
|
lblCurrencyAmount.Text = "99999";
|
|
lblCurrencyAmount.TextAlign = ContentAlignment.MiddleLeft;
|
|
lblCurrencyAmount.Visible = false;
|
|
//
|
|
// pCurrentUser
|
|
//
|
|
pCurrentUser.BorderStyle = BorderStyle.FixedSingle;
|
|
pCurrentUser.Controls.Add(llblEditProfile);
|
|
pCurrentUser.Controls.Add(llblSignOut);
|
|
pCurrentUser.Controls.Add(llblSignIn);
|
|
pCurrentUser.Controls.Add(lblWelcome);
|
|
pCurrentUser.Controls.Add(pbUserPfp);
|
|
pCurrentUser.Location = new Point(5, 4);
|
|
pCurrentUser.Name = "pCurrentUser";
|
|
pCurrentUser.Size = new Size(204, 59);
|
|
pCurrentUser.TabIndex = 13;
|
|
//
|
|
// llblEditProfile
|
|
//
|
|
llblEditProfile.AutoSize = true;
|
|
llblEditProfile.Font = new Font("Segoe UI Light", 9F);
|
|
llblEditProfile.LinkColor = Color.White;
|
|
llblEditProfile.Location = new Point(104, 29);
|
|
llblEditProfile.Name = "llblEditProfile";
|
|
llblEditProfile.Size = new Size(60, 15);
|
|
llblEditProfile.TabIndex = 10;
|
|
llblEditProfile.TabStop = true;
|
|
llblEditProfile.Text = "Edit Profile";
|
|
llblEditProfile.Visible = false;
|
|
llblEditProfile.LinkClicked += llblEditProfile_LinkClicked;
|
|
//
|
|
// llblSignOut
|
|
//
|
|
llblSignOut.AutoSize = true;
|
|
llblSignOut.Font = new Font("Segoe UI Light", 9F);
|
|
llblSignOut.LinkColor = Color.White;
|
|
llblSignOut.Location = new Point(56, 29);
|
|
llblSignOut.Name = "llblSignOut";
|
|
llblSignOut.Size = new Size(50, 15);
|
|
llblSignOut.TabIndex = 9;
|
|
llblSignOut.TabStop = true;
|
|
llblSignOut.Text = "Sign Out";
|
|
llblSignOut.Visible = false;
|
|
llblSignOut.LinkClicked += llblSignOut_LinkClicked;
|
|
//
|
|
// llblSignIn
|
|
//
|
|
llblSignIn.AutoSize = true;
|
|
llblSignIn.Font = new Font("Segoe UI Light", 9F);
|
|
llblSignIn.LinkColor = Color.White;
|
|
llblSignIn.Location = new Point(109, 11);
|
|
llblSignIn.Name = "llblSignIn";
|
|
llblSignIn.Size = new Size(40, 15);
|
|
llblSignIn.TabIndex = 8;
|
|
llblSignIn.TabStop = true;
|
|
llblSignIn.Text = "Sign In";
|
|
llblSignIn.LinkClicked += llblSignIn_LinkClicked;
|
|
//
|
|
// lblWelcome
|
|
//
|
|
lblWelcome.AutoEllipsis = true;
|
|
lblWelcome.Font = new Font("Segoe UI Light", 9F);
|
|
lblWelcome.ForeColor = SystemColors.ControlLightLight;
|
|
lblWelcome.Location = new Point(56, 11);
|
|
lblWelcome.Name = "lblWelcome";
|
|
lblWelcome.Size = new Size(143, 15);
|
|
lblWelcome.TabIndex = 7;
|
|
lblWelcome.Text = "Welcome, ";
|
|
//
|
|
// pbUserPfp
|
|
//
|
|
pbUserPfp.BorderStyle = BorderStyle.FixedSingle;
|
|
pbUserPfp.ContextMenuStrip = ctxmChangeStatus;
|
|
pbUserPfp.Cursor = Cursors.Hand;
|
|
pbUserPfp.Image = Properties.Resources.DefaultPfp;
|
|
pbUserPfp.Location = new Point(3, 4);
|
|
pbUserPfp.Name = "pbUserPfp";
|
|
pbUserPfp.Size = new Size(51, 50);
|
|
pbUserPfp.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
pbUserPfp.TabIndex = 6;
|
|
pbUserPfp.TabStop = false;
|
|
pbUserPfp.Click += pbUserPfp_Click;
|
|
//
|
|
// Main
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.DodgerBlue;
|
|
ClientSize = new Size(329, 613);
|
|
Controls.Add(pCurrentUser);
|
|
Controls.Add(pCurrencyArea);
|
|
Controls.Add(lblRequestNotif);
|
|
Controls.Add(tbcMain);
|
|
FormBorderStyle = FormBorderStyle.FixedDialog;
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
MaximizeBox = false;
|
|
Name = "Main";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "QtC.NET Client";
|
|
FormClosed += frmMain_FormClosed;
|
|
Load += frmMain_Load;
|
|
Resize += frmMain_Resize;
|
|
tbcMain.ResumeLayout(false);
|
|
tbpContacts.ResumeLayout(false);
|
|
ctxmRefresh.ResumeLayout(false);
|
|
tbpRooms.ResumeLayout(false);
|
|
tbpUsers.ResumeLayout(false);
|
|
tbpGames.ResumeLayout(false);
|
|
ctxmChangeStatus.ResumeLayout(false);
|
|
pCurrencyArea.ResumeLayout(false);
|
|
pCurrencyArea.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pbCurrencyIcon).EndInit();
|
|
pCurrentUser.ResumeLayout(false);
|
|
pCurrentUser.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pbUserPfp).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TabControl tbcMain;
|
|
private TabPage tbpContacts;
|
|
private TabPage tbpRooms;
|
|
private ListBox lbRooms;
|
|
private Label lblRequestNotif;
|
|
private ListView lvContacts;
|
|
private System.Windows.Forms.ImageList ilProfilePics;
|
|
private NotifyIcon niMain;
|
|
private ImageList ilTabIcons;
|
|
private ContextMenuStrip ctxmChangeStatus;
|
|
private ToolStripMenuItem onlineToolStripMenuItem;
|
|
private ToolStripMenuItem awayToolStripMenuItem;
|
|
private ToolStripMenuItem doNotDisturbToolStripMenuItem;
|
|
private ToolStripMenuItem invisibleToolStripMenuItem;
|
|
private Button btnAddRoom;
|
|
private LinkLabel llblClaimSpin;
|
|
private Panel pCurrencyArea;
|
|
private Panel pCurrentUser;
|
|
private LinkLabel llblEditProfile;
|
|
private LinkLabel llblSignOut;
|
|
private LinkLabel llblSignIn;
|
|
private Label lblWelcome;
|
|
private PictureBox pbUserPfp;
|
|
private TabPage tbpGames;
|
|
private ListView lvGames;
|
|
private ImageList ilGames;
|
|
private PictureBox pbCurrencyIcon;
|
|
private Label lblCurrencyAmount;
|
|
private ContextMenuStrip ctxmRefresh;
|
|
private ToolStripMenuItem refreshToolStripMenuItem;
|
|
private ImageList ilStatusIcons;
|
|
private TabPage tbpUsers;
|
|
private ListView lvUserDirectory;
|
|
}
|
|
}
|