Click here to Skip to main content
15,895,746 members
Articles / Programming Languages / C#

NetMeeting for Windows 7

Rate me:
Please Sign up or sign in to vote.
3.75/5 (9 votes)
1 Nov 2013CPOL2 min read 129.6K   10.4K   41  
Share Desktops between Windows 7 Systems
namespace MADMeeting.MainUI
{
    partial class MADMeetingUI
    {
        /// <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(MADMeetingUI));
            this.btn_desktopShare = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.txt_targetaddress = new System.Windows.Forms.TextBox();
            this.btn_connect = new System.Windows.Forms.Button();
            this.dgrid_users = new System.Windows.Forms.DataGridView();
            this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btn_disconnect = new System.Windows.Forms.Button();
            this.btn_chat = new System.Windows.Forms.Button();
            this.btn_whiteboard = new System.Windows.Forms.Button();
            this.appstatus = new System.Windows.Forms.StatusStrip();
            this.appstatuslabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.callToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.dgrid_users)).BeginInit();
            this.appstatus.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btn_desktopShare
            // 
            this.btn_desktopShare.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_desktopShare.BackgroundImage")));
            this.btn_desktopShare.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_desktopShare.Location = new System.Drawing.Point(12, 249);
            this.btn_desktopShare.Name = "btn_desktopShare";
            this.btn_desktopShare.Size = new System.Drawing.Size(50, 50);
            this.btn_desktopShare.TabIndex = 0;
            this.btn_desktopShare.UseVisualStyleBackColor = true;
            this.btn_desktopShare.Click += new System.EventHandler(this.btn_desktopShare_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(386, 205);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(96, 50);
            this.button2.TabIndex = 0;
            this.button2.Text = "button1";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(386, 136);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(96, 50);
            this.button3.TabIndex = 0;
            this.button3.Text = "button1";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // txt_targetaddress
            // 
            this.txt_targetaddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txt_targetaddress.Location = new System.Drawing.Point(12, 31);
            this.txt_targetaddress.Name = "txt_targetaddress";
            this.txt_targetaddress.Size = new System.Drawing.Size(208, 26);
            this.txt_targetaddress.TabIndex = 1;
            // 
            // btn_connect
            // 
            this.btn_connect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_connect.BackgroundImage")));
            this.btn_connect.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_connect.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btn_connect.Location = new System.Drawing.Point(238, 25);
            this.btn_connect.Name = "btn_connect";
            this.btn_connect.Size = new System.Drawing.Size(55, 45);
            this.btn_connect.TabIndex = 2;
            this.btn_connect.UseVisualStyleBackColor = true;
            this.btn_connect.Click += new System.EventHandler(this.btn_connect_Click);
            // 
            // dgrid_users
            // 
            this.dgrid_users.AllowUserToAddRows = false;
            this.dgrid_users.AllowUserToDeleteRows = false;
            this.dgrid_users.ColumnHeadersHeight = 20;
            this.dgrid_users.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dgrid_users.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.UserName,
            this.Status});
            this.dgrid_users.Enabled = false;
            this.dgrid_users.GridColor = System.Drawing.SystemColors.Control;
            this.dgrid_users.Location = new System.Drawing.Point(14, 82);
            this.dgrid_users.Name = "dgrid_users";
            this.dgrid_users.ReadOnly = true;
            this.dgrid_users.RowHeadersVisible = false;
            this.dgrid_users.RowHeadersWidth = 40;
            this.dgrid_users.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.dgrid_users.Size = new System.Drawing.Size(206, 150);
            this.dgrid_users.TabIndex = 3;
            // 
            // UserName
            // 
            this.UserName.HeaderText = "User Name";
            this.UserName.Name = "UserName";
            this.UserName.ReadOnly = true;
            // 
            // Status
            // 
            this.Status.HeaderText = "Status";
            this.Status.Name = "Status";
            this.Status.ReadOnly = true;
            // 
            // btn_disconnect
            // 
            this.btn_disconnect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_disconnect.BackgroundImage")));
            this.btn_disconnect.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_disconnect.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btn_disconnect.Location = new System.Drawing.Point(238, 82);
            this.btn_disconnect.Name = "btn_disconnect";
            this.btn_disconnect.Size = new System.Drawing.Size(55, 45);
            this.btn_disconnect.TabIndex = 2;
            this.btn_disconnect.UseVisualStyleBackColor = true;
            // 
            // btn_chat
            // 
            this.btn_chat.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_chat.BackgroundImage")));
            this.btn_chat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_chat.Location = new System.Drawing.Point(89, 249);
            this.btn_chat.Name = "btn_chat";
            this.btn_chat.Size = new System.Drawing.Size(50, 50);
            this.btn_chat.TabIndex = 0;
            this.btn_chat.UseVisualStyleBackColor = true;
            this.btn_chat.Click += new System.EventHandler(this.btn_chat_Click);
            // 
            // btn_whiteboard
            // 
            this.btn_whiteboard.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_whiteboard.BackgroundImage")));
            this.btn_whiteboard.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_whiteboard.Location = new System.Drawing.Point(170, 249);
            this.btn_whiteboard.Name = "btn_whiteboard";
            this.btn_whiteboard.Size = new System.Drawing.Size(50, 50);
            this.btn_whiteboard.TabIndex = 0;
            this.btn_whiteboard.UseVisualStyleBackColor = true;
            // 
            // appstatus
            // 
            this.appstatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.appstatuslabel});
            this.appstatus.Location = new System.Drawing.Point(0, 330);
            this.appstatus.Name = "appstatus";
            this.appstatus.Size = new System.Drawing.Size(301, 22);
            this.appstatus.TabIndex = 4;
            this.appstatus.Text = "statusStrip1";
            // 
            // appstatuslabel
            // 
            this.appstatuslabel.Name = "appstatuslabel";
            this.appstatuslabel.Size = new System.Drawing.Size(118, 17);
            this.appstatuslabel.Text = "toolStripStatusLabel1";
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.callToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(301, 24);
            this.menuStrip1.TabIndex = 5;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem,
            this.exitToolStripMenuItem1});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
            this.exitToolStripMenuItem.Text = "Call";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem1
            // 
            this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
            this.exitToolStripMenuItem1.Size = new System.Drawing.Size(94, 22);
            this.exitToolStripMenuItem1.Text = "Exit";
            this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem1_Click);
            // 
            // callToolStripMenuItem
            // 
            this.callToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.optionsToolStripMenuItem});
            this.callToolStripMenuItem.Name = "callToolStripMenuItem";
            this.callToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.callToolStripMenuItem.Text = "Tools";
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.optionsToolStripMenuItem.Text = "Options";
            this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.aboutToolStripMenuItem.Text = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // MADMeetingUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(301, 352);
            this.Controls.Add(this.appstatus);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.dgrid_users);
            this.Controls.Add(this.btn_disconnect);
            this.Controls.Add(this.btn_connect);
            this.Controls.Add(this.txt_targetaddress);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.btn_whiteboard);
            this.Controls.Add(this.btn_chat);
            this.Controls.Add(this.btn_desktopShare);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MADMeetingUI";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "MAD Meeting";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MADMeetingUI_FormClosing);
            this.Load += new System.EventHandler(this.MADMeetingUI_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgrid_users)).EndInit();
            this.appstatus.ResumeLayout(false);
            this.appstatus.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btn_desktopShare;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.TextBox txt_targetaddress;
        private System.Windows.Forms.Button btn_connect;
        private System.Windows.Forms.DataGridView dgrid_users;
        private System.Windows.Forms.Button btn_disconnect;
        private System.Windows.Forms.Button btn_chat;
        private System.Windows.Forms.Button btn_whiteboard;
        private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
        private System.Windows.Forms.DataGridViewTextBoxColumn Status;
        private System.Windows.Forms.StatusStrip appstatus;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem callToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
        private System.Windows.Forms.ToolStripStatusLabel appstatuslabel;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead KLA-Tencor
India India
Working in KLA-Tencor, Chennai as Technical Lead. Born in Bapatla, Guntur (dt), Andhra Pradesh. B.Tech from Bapatla Engineering College, M.Tech from IIT Kanpur.

Interesting areas include Image Processing, C# .NET.

Comments and Discussions