Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MessageForm));
     this.label1 = new System.Windows.Forms.Label();
     this.RecivedTextBox = new System.Windows.Forms.RichTextBox();
     this.SendTextBox = new DGP_Messenger.ExRichTextBox();
     this.flashTimer = new System.Windows.Forms.Timer(this.components);
     this.SendButtonImgs = new System.Windows.Forms.ImageList(this.components);
     this.btnSend = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.greyLine = new System.Windows.Forms.PictureBox();
     this.btnPic = new System.Windows.Forms.Button();
     this.EmotionImgs = new System.Windows.Forms.ImageList(this.components);
     this.btnFont = new System.Windows.Forms.Button();
     this.FontDialog = new System.Windows.Forms.FontDialog();
     this.KanterImgs = new System.Windows.Forms.ImageList(this.components);
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.btnSendFile = new System.Windows.Forms.Button();
     this.btnTransfers = new System.Windows.Forms.Button();
     this.emotionPan = new System.Windows.Forms.Panel();
     this.statusBar = new System.Windows.Forms.StatusBar();
     this.statusBarPanel = new System.Windows.Forms.StatusBarPanel();
     this.typingTimer = new System.Windows.Forms.Timer(this.components);
     this.clientWritingTimer = new System.Windows.Forms.Timer(this.components);
     this.roundedcornerPanel1 = new DGP_Messenger.RoundedcornerPanel();
     this.roundedcornerPanel2 = new DGP_Messenger.RoundedcornerPanel();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.CausesValidation = false;
     this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(32, 64);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(424, 16);
     this.label1.TabIndex = 3;
     this.label1.Text = "Konversation Med ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // RecivedTextBox
     //
     this.RecivedTextBox.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.RecivedTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.RecivedTextBox.HideSelection = false;
     this.RecivedTextBox.Location = new System.Drawing.Point(32, 96);
     this.RecivedTextBox.Name = "RecivedTextBox";
     this.RecivedTextBox.ReadOnly = true;
     this.RecivedTextBox.Size = new System.Drawing.Size(544, 280);
     this.RecivedTextBox.TabIndex = 3;
     this.RecivedTextBox.Text = "";
     this.RecivedTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.This_LinkClicked);
     //
     // SendTextBox
     //
     this.SendTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.SendTextBox.BackColor = System.Drawing.Color.White;
     this.SendTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.SendTextBox.HiglightColor = DGP_Messenger.RtfColor.White;
     this.SendTextBox.Location = new System.Drawing.Point(32, 432);
     this.SendTextBox.MaxLength = 1024;
     this.SendTextBox.Name = "SendTextBox";
     this.SendTextBox.Size = new System.Drawing.Size(448, 64);
     this.SendTextBox.TabIndex = 4;
     this.SendTextBox.Text = "";
     this.SendTextBox.TextColor = DGP_Messenger.RtfColor.Black;
     this.SendTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SendTextBox_KeyDown);
     this.SendTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SendTextBox_KeyPress);
     this.SendTextBox.TextChanged += new System.EventHandler(this.SendTextBox_TextChanged);
     this.SendTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.This_LinkClicked);
     //
     // flashTimer
     //
     this.flashTimer.Enabled = true;
     this.flashTimer.Interval = 6000;
     this.flashTimer.Tick += new System.EventHandler(this.flashTimer_Tick);
     //
     // SendButtonImgs
     //
     this.SendButtonImgs.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.SendButtonImgs.ImageSize = new System.Drawing.Size(95, 72);
     this.SendButtonImgs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("SendButtonImgs.ImageStream")));
     this.SendButtonImgs.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnSend
     //
     this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSend.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnSend.Enabled = false;
     this.btnSend.Image = ((System.Drawing.Image)(resources.GetObject("btnSend.Image")));
     this.btnSend.Location = new System.Drawing.Point(496, 424);
     this.btnSend.Name = "btnSend";
     this.btnSend.Size = new System.Drawing.Size(95, 72);
     this.btnSend.TabIndex = 5;
     this.btnSend.TabStop = false;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     this.btnSend.MouseEnter += new System.EventHandler(this.btnSend_MouseEnter);
     this.btnSend.MouseLeave += new System.EventHandler(this.btnSend_MouseLeave);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(0, 0);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(600, 32);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 7;
     this.pictureBox2.TabStop = false;
     //
     // greyLine
     //
     this.greyLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.greyLine.BackColor = System.Drawing.Color.LightGray;
     this.greyLine.Location = new System.Drawing.Point(24, 80);
     this.greyLine.Name = "greyLine";
     this.greyLine.Size = new System.Drawing.Size(552, 3);
     this.greyLine.TabIndex = 10;
     this.greyLine.TabStop = false;
     //
     // btnPic
     //
     this.btnPic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPic.Location = new System.Drawing.Point(24, 392);
     this.btnPic.Name = "btnPic";
     this.btnPic.Size = new System.Drawing.Size(56, 24);
     this.btnPic.TabIndex = 11;
     this.btnPic.Text = "Bild";
     this.btnPic.Click += new System.EventHandler(this.btnPic_Click);
     //
     // EmotionImgs
     //
     this.EmotionImgs.ImageSize = new System.Drawing.Size(19, 19);
     this.EmotionImgs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("EmotionImgs.ImageStream")));
     this.EmotionImgs.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnFont
     //
     this.btnFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnFont.Location = new System.Drawing.Point(88, 392);
     this.btnFont.Name = "btnFont";
     this.btnFont.Size = new System.Drawing.Size(56, 24);
     this.btnFont.TabIndex = 12;
     this.btnFont.Text = "Font";
     this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
     //
     // FontDialog
     //
     this.FontDialog.FontMustExist = true;
     this.FontDialog.MaxSize = 20;
     this.FontDialog.MinSize = 8;
     this.FontDialog.ShowColor = true;
     //
     // KanterImgs
     //
     this.KanterImgs.ImageSize = new System.Drawing.Size(10, 10);
     this.KanterImgs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("KanterImgs.ImageStream")));
     this.KanterImgs.TransparentColor = System.Drawing.Color.White;
     //
     // openFileDialog
     //
     this.openFileDialog.Title = "Välj fil som du vill skicka";
     //
     // saveFileDialog
     //
     this.saveFileDialog.OverwritePrompt = false;
     this.saveFileDialog.Title = "Spara filen";
     //
     // btnSendFile
     //
     this.btnSendFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSendFile.Location = new System.Drawing.Point(152, 392);
     this.btnSendFile.Name = "btnSendFile";
     this.btnSendFile.Size = new System.Drawing.Size(72, 23);
     this.btnSendFile.TabIndex = 0;
     this.btnSendFile.Text = "Skicka Fil";
     this.btnSendFile.Click += new System.EventHandler(this.sendFile_Click);
     //
     // btnTransfers
     //
     this.btnTransfers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnTransfers.Location = new System.Drawing.Point(232, 392);
     this.btnTransfers.Name = "btnTransfers";
     this.btnTransfers.Size = new System.Drawing.Size(64, 23);
     this.btnTransfers.TabIndex = 22;
     this.btnTransfers.Text = "Transfers";
     this.btnTransfers.Click += new System.EventHandler(this.btnTransfers_Click);
     //
     // emotionPan
     //
     this.emotionPan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.emotionPan.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.emotionPan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.emotionPan.Cursor = System.Windows.Forms.Cursors.Hand;
     this.emotionPan.Location = new System.Drawing.Point(24, 424);
     this.emotionPan.Name = "emotionPan";
     this.emotionPan.Size = new System.Drawing.Size(112, 40);
     this.emotionPan.TabIndex = 25;
     this.emotionPan.Visible = false;
     this.emotionPan.Click += new System.EventHandler(this.emotionPan_Click);
     this.emotionPan.VisibleChanged += new System.EventHandler(this.emotionPan_VisibleChanged);
     this.emotionPan.Paint += new System.Windows.Forms.PaintEventHandler(this.emotionPan_Paint);
     this.emotionPan.MouseMove += new System.Windows.Forms.MouseEventHandler(this.emotionPan_MouseMove);
     this.emotionPan.MouseLeave += new System.EventHandler(this.emotionPan_MouseLeave);
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 511);
     this.statusBar.Name = "statusBar";
     this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                                                                                  this.statusBarPanel});
     this.statusBar.ShowPanels = true;
     this.statusBar.Size = new System.Drawing.Size(600, 22);
     this.statusBar.TabIndex = 27;
     //
     // statusBarPanel
     //
     this.statusBarPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     this.statusBarPanel.BorderStyle = System.Windows.Forms.StatusBarPanelBorderStyle.None;
     this.statusBarPanel.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarPanel.Icon")));
     this.statusBarPanel.Text = "Chat";
     this.statusBarPanel.Width = 59;
     //
     // typingTimer
     //
     this.typingTimer.Interval = 5000;
     this.typingTimer.Tick += new System.EventHandler(this.typingTimer_Tick);
     //
     // clientWritingTimer
     //
     this.clientWritingTimer.Interval = 10000;
     this.clientWritingTimer.Tick += new System.EventHandler(this.clientWriting_Tick);
     //
     // roundedcornerPanel1
     //
     this.roundedcornerPanel1.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.roundedcornerPanel1.BackColor = System.Drawing.Color.Transparent;
     this.roundedcornerPanel1.ForeColor = System.Drawing.Color.White;
     this.roundedcornerPanel1.Location = new System.Drawing.Point(24, 88);
     this.roundedcornerPanel1.Name = "roundedcornerPanel1";
     this.roundedcornerPanel1.Size = new System.Drawing.Size(560, 296);
     this.roundedcornerPanel1.TabIndex = 28;
     //
     // roundedcornerPanel2
     //
     this.roundedcornerPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.roundedcornerPanel2.BackColor = System.Drawing.Color.Transparent;
     this.roundedcornerPanel2.ForeColor = System.Drawing.Color.White;
     this.roundedcornerPanel2.Location = new System.Drawing.Point(24, 424);
     this.roundedcornerPanel2.Name = "roundedcornerPanel2";
     this.roundedcornerPanel2.Size = new System.Drawing.Size(464, 80);
     this.roundedcornerPanel2.TabIndex = 29;
     //
     // MessageForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(246)), ((System.Byte)(246)), ((System.Byte)(247)));
     this.CausesValidation = false;
     this.ClientSize = new System.Drawing.Size(600, 533);
     this.Controls.Add(this.emotionPan);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.SendTextBox);
     this.Controls.Add(this.RecivedTextBox);
     this.Controls.Add(this.btnTransfers);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.greyLine);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.btnSendFile);
     this.Controls.Add(this.btnFont);
     this.Controls.Add(this.btnPic);
     this.Controls.Add(this.btnSend);
     this.Controls.Add(this.roundedcornerPanel1);
     this.Controls.Add(this.roundedcornerPanel2);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MessageForm";
     this.Text = "MessengerForm";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.MessageForm_Closing);
     this.Load += new System.EventHandler(this.MessageForm_Load);
     this.Activated += new System.EventHandler(this.MessageForm_Activated);
     this.Deactivate += new System.EventHandler(this.MessageForm_Deactivate);
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
     this.label1 = new System.Windows.Forms.Label();
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuItem17 = new System.Windows.Forms.MenuItem();
     this.menuItem18 = new System.Windows.Forms.MenuItem();
     this.menuItem19 = new System.Windows.Forms.MenuItem();
     this.menuItem20 = new System.Windows.Forms.MenuItem();
     this.menuItem21 = new System.Windows.Forms.MenuItem();
     this.menuItem22 = new System.Windows.Forms.MenuItem();
     this.menuItem23 = new System.Windows.Forms.MenuItem();
     this.setHidden = new System.Windows.Forms.MenuItem();
     this.menuItem29 = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menuItemLoggOfDGP = new System.Windows.Forms.MenuItem();
     this.menuItemLoggOfMSN = new System.Windows.Forms.MenuItem();
     this.menuItem30 = new System.Windows.Forms.MenuItem();
     this.menuItem25 = new System.Windows.Forms.MenuItem();
     this.menuItem26 = new System.Windows.Forms.MenuItem();
     this.menuItem27 = new System.Windows.Forms.MenuItem();
     this.addMsnFriendMenuItem = new System.Windows.Forms.MenuItem();
     this.menuItem6 = new System.Windows.Forms.MenuItem();
     this.menuItem16 = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.NotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
     this.NotifyIconMenu = new System.Windows.Forms.ContextMenu();
     this.menuItem9 = new System.Windows.Forms.MenuItem();
     this.menuItem24 = new System.Windows.Forms.MenuItem();
     this.menuItem31 = new System.Windows.Forms.MenuItem();
     this.menuItem7 = new System.Windows.Forms.MenuItem();
     this.menuItem10 = new System.Windows.Forms.MenuItem();
     this.menuItem11 = new System.Windows.Forms.MenuItem();
     this.menuItem12 = new System.Windows.Forms.MenuItem();
     this.menuItem13 = new System.Windows.Forms.MenuItem();
     this.menuItem14 = new System.Windows.Forms.MenuItem();
     this.menuItem15 = new System.Windows.Forms.MenuItem();
     this.menuItem28 = new System.Windows.Forms.MenuItem();
     this.menuItem32 = new System.Windows.Forms.MenuItem();
     this.menuItem33 = new System.Windows.Forms.MenuItem();
     this.menuItem8 = new System.Windows.Forms.MenuItem();
     this.label2 = new System.Windows.Forms.Label();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.LogginButton = new System.Windows.Forms.PictureBox();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.roundedcornerPanel1 = new DGP_Messenger.RoundedcornerPanel();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.pictureBox7 = new System.Windows.Forms.PictureBox();
     this.label3 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location = new System.Drawing.Point(16, 56);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(264, 48);
     this.label1.TabIndex = 1;
     this.label1.Text = "Inloggad: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Visible = false;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem1,
                                                                               this.menuItem25,
                                                                               this.menuItem6});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem5,
                                                                               this.menuItem17,
                                                                               this.menuItem29,
                                                                               this.menuItem2,
                                                                               this.menuItem30});
     this.menuItem1.Text = "Meny";
     //
     // menuItem5
     //
     this.menuItem5.Enabled = false;
     this.menuItem5.Index = 0;
     this.menuItem5.Text = "Settings";
     this.menuItem5.Click += new System.EventHandler(this.menuItemSettings_Click);
     //
     // menuItem17
     //
     this.menuItem17.Enabled = false;
     this.menuItem17.Index = 1;
     this.menuItem17.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                this.menuItem18,
                                                                                this.menuItem19,
                                                                                this.menuItem20,
                                                                                this.menuItem21,
                                                                                this.menuItem22,
                                                                                this.menuItem23,
                                                                                this.setHidden});
     this.menuItem17.Text = "Status";
     //
     // menuItem18
     //
     this.menuItem18.Index = 0;
     this.menuItem18.Text = "Online";
     this.menuItem18.Click += new System.EventHandler(this.setOnline_Click);
     //
     // menuItem19
     //
     this.menuItem19.Index = 1;
     this.menuItem19.Text = "Strax Tillbaka";
     this.menuItem19.Click += new System.EventHandler(this.setBrb_Click);
     //
     // menuItem20
     //
     this.menuItem20.Index = 2;
     this.menuItem20.Text = "Inte Vid Datorn";
     this.menuItem20.Click += new System.EventHandler(this.setAway_Click);
     //
     // menuItem21
     //
     this.menuItem21.Index = 3;
     this.menuItem21.Text = "Äter Mat";
     this.menuItem21.Click += new System.EventHandler(this.setEating_Click);
     //
     // menuItem22
     //
     this.menuItem22.Index = 4;
     this.menuItem22.Text = "Prata I Telefon";
     this.menuItem22.Click += new System.EventHandler(this.setPhone_Click);
     //
     // menuItem23
     //
     this.menuItem23.Index = 5;
     this.menuItem23.Text = "Upptagen";
     this.menuItem23.Click += new System.EventHandler(this.setBusy_Click);
     //
     // setHidden
     //
     this.setHidden.Index = 6;
     this.setHidden.Text = "Göm Mig!";
     this.setHidden.Click += new System.EventHandler(this.setHidden_Click);
     //
     // menuItem29
     //
     this.menuItem29.Index = 2;
     this.menuItem29.Text = "-";
     //
     // menuItem2
     //
     this.menuItem2.Enabled = false;
     this.menuItem2.Index = 3;
     this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItemLoggOfDGP,
                                                                               this.menuItemLoggOfMSN});
     this.menuItem2.Text = "Logga Ut";
     this.menuItem2.Click += new System.EventHandler(this.menuItemLoggOut_Click);
     //
     // menuItemLoggOfDGP
     //
     this.menuItemLoggOfDGP.Enabled = false;
     this.menuItemLoggOfDGP.Index = 0;
     this.menuItemLoggOfDGP.Text = "DGP";
     this.menuItemLoggOfDGP.Click += new System.EventHandler(this.menuItemLoggOfDGP_Click);
     //
     // menuItemLoggOfMSN
     //
     this.menuItemLoggOfMSN.Enabled = false;
     this.menuItemLoggOfMSN.Index = 1;
     this.menuItemLoggOfMSN.Text = "MSN";
     this.menuItemLoggOfMSN.Click += new System.EventHandler(this.menuItemLoggOfMSN_Click);
     //
     // menuItem30
     //
     this.menuItem30.Index = 4;
     this.menuItem30.Text = "Avsluta";
     this.menuItem30.Click += new System.EventHandler(this.menuItemExit_Click);
     //
     // menuItem25
     //
     this.menuItem25.Enabled = false;
     this.menuItem25.Index = 1;
     this.menuItem25.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                this.menuItem26,
                                                                                this.menuItem27,
                                                                                this.addMsnFriendMenuItem});
     this.menuItem25.Text = "Extra";
     //
     // menuItem26
     //
     this.menuItem26.Index = 0;
     this.menuItem26.Text = "Editor";
     this.menuItem26.Click += new System.EventHandler(this.menuItem26_Click);
     //
     // menuItem27
     //
     this.menuItem27.Index = 1;
     this.menuItem27.Text = "Data Transfer";
     this.menuItem27.Click += new System.EventHandler(this.menuItemShowDataTransfer_Click);
     //
     // addMsnFriendMenuItem
     //
     this.addMsnFriendMenuItem.Index = 2;
     this.addMsnFriendMenuItem.Text = "Add MSN Friend";
     this.addMsnFriendMenuItem.Click += new System.EventHandler(this.addMsnFriendMenuItem_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 2;
     this.menuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem16});
     this.menuItem6.Text = "Hjälp";
     //
     // menuItem16
     //
     this.menuItem16.Index = 0;
     this.menuItem16.Text = "Om DGP Messenger";
     this.menuItem16.Click += new System.EventHandler(this.menuItemAbout_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 4;
     this.menuItem4.Text = "-";
     //
     // menuItem3
     //
     this.menuItem3.Index = 6;
     this.menuItem3.Text = "Avsluta";
     this.menuItem3.Click += new System.EventHandler(this.menuItemExit_Click);
     //
     // listBox1
     //
     this.listBox1.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.listBox1.BackColor = System.Drawing.Color.White;
     this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.listBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.listBox1.ForeColor = System.Drawing.Color.Transparent;
     this.listBox1.ItemHeight = 15;
     this.listBox1.Location = new System.Drawing.Point(32, 128);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(232, 208);
     this.listBox1.TabIndex = 2;
     this.listBox1.Visible = false;
     this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
     this.listBox1.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.listBox1_MeasureItem);
     this.listBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBox1_DrawItem);
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(303, 40);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 19;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // NotifyIcon
     //
     this.NotifyIcon.ContextMenu = this.NotifyIconMenu;
     this.NotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("NotifyIcon.Icon")));
     this.NotifyIcon.Text = "DGP Messenger";
     this.NotifyIcon.DoubleClick += new System.EventHandler(this.NotifyIcon_DoubleClick);
     //
     // NotifyIconMenu
     //
     this.NotifyIconMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                    this.menuItem9,
                                                                                    this.menuItem24,
                                                                                    this.menuItem31,
                                                                                    this.menuItem7,
                                                                                    this.menuItem4,
                                                                                    this.menuItem28,
                                                                                    this.menuItem3});
     //
     // menuItem9
     //
     this.menuItem9.Index = 0;
     this.menuItem9.Text = "Visa Fönstret";
     this.menuItem9.Click += new System.EventHandler(this.NotifyIcon_DoubleClick);
     //
     // menuItem24
     //
     this.menuItem24.Index = 1;
     this.menuItem24.Text = "-";
     //
     // menuItem31
     //
     this.menuItem31.Enabled = false;
     this.menuItem31.Index = 2;
     this.menuItem31.Text = "Settings";
     this.menuItem31.Click += new System.EventHandler(this.menuItemSettings_Click);
     //
     // menuItem7
     //
     this.menuItem7.Enabled = false;
     this.menuItem7.Index = 3;
     this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem10,
                                                                               this.menuItem11,
                                                                               this.menuItem12,
                                                                               this.menuItem13,
                                                                               this.menuItem14,
                                                                               this.menuItem15});
     this.menuItem7.Text = "Status";
     //
     // menuItem10
     //
     this.menuItem10.Index = 0;
     this.menuItem10.Text = "Online";
     this.menuItem10.Click += new System.EventHandler(this.setOnline_Click);
     //
     // menuItem11
     //
     this.menuItem11.Index = 1;
     this.menuItem11.Text = "Strax Tillbaka";
     this.menuItem11.Click += new System.EventHandler(this.setBrb_Click);
     //
     // menuItem12
     //
     this.menuItem12.Index = 2;
     this.menuItem12.Text = "Inte Vid Datorn";
     this.menuItem12.Click += new System.EventHandler(this.setAway_Click);
     //
     // menuItem13
     //
     this.menuItem13.Index = 3;
     this.menuItem13.Text = "Äter Mat";
     this.menuItem13.Click += new System.EventHandler(this.setEating_Click);
     //
     // menuItem14
     //
     this.menuItem14.Index = 4;
     this.menuItem14.Text = "Prata I Telefon";
     this.menuItem14.Click += new System.EventHandler(this.setPhone_Click);
     //
     // menuItem15
     //
     this.menuItem15.Index = 5;
     this.menuItem15.Text = "Upptagen";
     this.menuItem15.Click += new System.EventHandler(this.setBusy_Click);
     //
     // menuItem28
     //
     this.menuItem28.Enabled = false;
     this.menuItem28.Index = 5;
     this.menuItem28.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                this.menuItem32,
                                                                                this.menuItem33});
     this.menuItem28.Text = "Logga Ut";
     this.menuItem28.Click += new System.EventHandler(this.menuItemLoggOut_Click);
     //
     // menuItem32
     //
     this.menuItem32.Index = 0;
     this.menuItem32.Text = "DGP";
     this.menuItem32.Click += new System.EventHandler(this.menuItemLoggOfDGP_Click);
     //
     // menuItem33
     //
     this.menuItem33.Index = 1;
     this.menuItem33.Text = "MSN";
     this.menuItem33.Click += new System.EventHandler(this.menuItemLoggOfMSN_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = -1;
     this.menuItem8.Text = "-";
     //
     // label2
     //
     this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.label2.BackColor = System.Drawing.Color.Lavender;
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label2.Font = new System.Drawing.Font("Verdana", 16F);
     this.label2.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label2.Location = new System.Drawing.Point(40, 104);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(224, 88);
     this.label2.TabIndex = 20;
     this.label2.Text = "Loggar In På: MSN DGP ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label2.Visible = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox3.BackColor = System.Drawing.Color.White;
     this.pictureBox3.Location = new System.Drawing.Point(0, 40);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(304, 4);
     this.pictureBox3.TabIndex = 22;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox5
     //
     this.pictureBox5.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
     this.pictureBox5.Location = new System.Drawing.Point(8, 160);
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(112, 80);
     this.pictureBox5.TabIndex = 24;
     this.pictureBox5.TabStop = false;
     //
     // LogginButton
     //
     this.LogginButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.LogginButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.LogginButton.Image = ((System.Drawing.Image)(resources.GetObject("LogginButton.Image")));
     this.LogginButton.Location = new System.Drawing.Point(88, 264);
     this.LogginButton.Name = "LogginButton";
     this.LogginButton.Size = new System.Drawing.Size(110, 45);
     this.LogginButton.TabIndex = 25;
     this.LogginButton.TabStop = false;
     this.LogginButton.Click += new System.EventHandler(this.LoginButton_Click);
     this.LogginButton.MouseEnter += new System.EventHandler(this.LogginButton_MouseEnter);
     this.LogginButton.MouseLeave += new System.EventHandler(this.LogginButton_MouseLeave);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(110, 45);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // pictureBox4
     //
     this.pictureBox4.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.BackgroundImage")));
     this.pictureBox4.Location = new System.Drawing.Point(0, 0);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(304, 440);
     this.pictureBox4.TabIndex = 23;
     this.pictureBox4.TabStop = false;
     //
     // roundedcornerPanel1
     //
     this.roundedcornerPanel1.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.roundedcornerPanel1.BackColor = System.Drawing.Color.Transparent;
     this.roundedcornerPanel1.ForeColor = System.Drawing.Color.White;
     this.roundedcornerPanel1.Location = new System.Drawing.Point(15, 107);
     this.roundedcornerPanel1.Name = "roundedcornerPanel1";
     this.roundedcornerPanel1.Size = new System.Drawing.Size(267, 243);
     this.roundedcornerPanel1.TabIndex = 26;
     this.roundedcornerPanel1.Visible = false;
     //
     // pictureBox6
     //
     this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox6.BackColor = System.Drawing.Color.White;
     this.pictureBox6.Location = new System.Drawing.Point(0, 248);
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(304, 4);
     this.pictureBox6.TabIndex = 27;
     this.pictureBox6.TabStop = false;
     //
     // pictureBox7
     //
     this.pictureBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox7.BackColor = System.Drawing.Color.White;
     this.pictureBox7.Location = new System.Drawing.Point(0, 144);
     this.pictureBox7.Name = "pictureBox7";
     this.pictureBox7.Size = new System.Drawing.Size(304, 4);
     this.pictureBox7.TabIndex = 28;
     this.pictureBox7.TabStop = false;
     //
     // label3
     //
     this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(176, 184);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(112, 32);
     this.label3.TabIndex = 29;
     this.label3.Text = "Dgp Messenger!     The only there is.";
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(246)), ((System.Byte)(246)), ((System.Byte)(247)));
     this.ClientSize = new System.Drawing.Size(296, 409);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.LogginButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.pictureBox7);
     this.Controls.Add(this.pictureBox6);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.roundedcornerPanel1);
     this.Controls.Add(this.pictureBox4);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "MainForm";
     this.Text = "DGP Messenger";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.MainForm_Paint);
     this.ResumeLayout(false);
 }