예제 #1
0
 private void InitializeComponent()
 {
     this.identifierLbl   = new System.Windows.Forms.Label();
     this.identifierInput = new System.Windows.Forms.TextBox();
     this.nameInput       = new System.Windows.Forms.TextBox();
     this.nameLbl         = new System.Windows.Forms.Label();
     this.emailInput      = new System.Windows.Forms.TextBox();
     this.emailLbl        = new System.Windows.Forms.Label();
     this.iconInput       = new MSR.LST.ConferenceXP.VenueService.IconInput();
     this.cancelBtn       = new System.Windows.Forms.Button();
     this.okBtn           = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // identifierLbl
     //
     this.identifierLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.identifierLbl.Location  = new System.Drawing.Point(16, 12);
     this.identifierLbl.Name      = "identifierLbl";
     this.identifierLbl.Size      = new System.Drawing.Size(100, 16);
     this.identifierLbl.TabIndex  = 0;
     this.identifierLbl.Text      = "Identifier:";
     this.identifierLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // identifierInput
     //
     this.identifierInput.Enabled  = false;
     this.identifierInput.Location = new System.Drawing.Point(16, 28);
     this.identifierInput.Name     = "identifierInput";
     this.identifierInput.Size     = new System.Drawing.Size(240, 20);
     this.identifierInput.TabIndex = 0;
     this.identifierInput.Text     = "*****@*****.**";
     //
     // nameInput
     //
     this.nameInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.nameInput.Location = new System.Drawing.Point(16, 72);
     this.nameInput.Name     = "nameInput";
     this.nameInput.Size     = new System.Drawing.Size(240, 20);
     this.nameInput.TabIndex = 1;
     this.nameInput.Text     = "Jay Jones";
     //
     // nameLbl
     //
     this.nameLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.nameLbl.Location  = new System.Drawing.Point(16, 56);
     this.nameLbl.Name      = "nameLbl";
     this.nameLbl.Size      = new System.Drawing.Size(100, 16);
     this.nameLbl.TabIndex  = 0;
     this.nameLbl.Text      = "Name:";
     this.nameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // emailInput
     //
     this.emailInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.emailInput.Location = new System.Drawing.Point(16, 116);
     this.emailInput.Name     = "emailInput";
     this.emailInput.Size     = new System.Drawing.Size(240, 20);
     this.emailInput.TabIndex = 2;
     this.emailInput.Text     = "*****@*****.**";
     //
     // emailLbl
     //
     this.emailLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.emailLbl.Location  = new System.Drawing.Point(16, 100);
     this.emailLbl.Name      = "emailLbl";
     this.emailLbl.Size      = new System.Drawing.Size(100, 16);
     this.emailLbl.TabIndex  = 0;
     this.emailLbl.Text      = "E-Mail:";
     this.emailLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // iconInput
     //
     this.iconInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.iconInput.DefaultIcon = null;
     this.iconInput.Icon        = null;
     this.iconInput.IconAsBytes = null;
     this.iconInput.Location    = new System.Drawing.Point(16, 148);
     this.iconInput.Name        = "iconInput";
     this.iconInput.Size        = new System.Drawing.Size(240, 104);
     this.iconInput.TabIndex    = 5;
     //
     // cancelBtn
     //
     this.cancelBtn.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelBtn.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cancelBtn.Location     = new System.Drawing.Point(184, 268);
     this.cancelBtn.Name         = "cancelBtn";
     this.cancelBtn.Size         = new System.Drawing.Size(75, 23);
     this.cancelBtn.TabIndex     = 4;
     this.cancelBtn.Text         = "Cancel";
     //
     // okBtn
     //
     this.okBtn.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okBtn.Location  = new System.Drawing.Point(96, 268);
     this.okBtn.Name      = "okBtn";
     this.okBtn.Size      = new System.Drawing.Size(75, 23);
     this.okBtn.TabIndex  = 4;
     this.okBtn.Text      = "OK";
     this.okBtn.Click    += new System.EventHandler(this.okBtn_Click);
     //
     // ParticipantEditor
     //
     this.AcceptButton      = this.okBtn;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.cancelBtn;
     this.ClientSize        = new System.Drawing.Size(274, 304);
     this.ControlBox        = false;
     this.Controls.Add(this.iconInput);
     this.Controls.Add(this.identifierInput);
     this.Controls.Add(this.nameInput);
     this.Controls.Add(this.emailInput);
     this.Controls.Add(this.identifierLbl);
     this.Controls.Add(this.nameLbl);
     this.Controls.Add(this.emailLbl);
     this.Controls.Add(this.cancelBtn);
     this.Controls.Add(this.okBtn);
     this.Font            = UIFont.FormFont;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ParticipantEditor";
     this.ShowInTaskbar   = false;
     this.Text            = "Participant Editor";
     this.Load           += new System.EventHandler(this.ParticipantEditor_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #2
0
        private void InitializeComponent()
        {
            this.identifierLbl = new System.Windows.Forms.Label();
            this.identifierInput = new System.Windows.Forms.TextBox();
            this.nameInput = new System.Windows.Forms.TextBox();
            this.nameLbl = new System.Windows.Forms.Label();
            this.emailInput = new System.Windows.Forms.TextBox();
            this.emailLbl = new System.Windows.Forms.Label();
            this.iconInput = new MSR.LST.ConferenceXP.VenueService.IconInput();
            this.cancelBtn = new System.Windows.Forms.Button();
            this.okBtn = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // identifierLbl
            // 
            this.identifierLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.identifierLbl.Location = new System.Drawing.Point(16, 12);
            this.identifierLbl.Name = "identifierLbl";
            this.identifierLbl.Size = new System.Drawing.Size(100, 16);
            this.identifierLbl.TabIndex = 0;
            this.identifierLbl.Text = "Identifier:";
            this.identifierLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // identifierInput
            // 
            this.identifierInput.Enabled = false;
            this.identifierInput.Location = new System.Drawing.Point(16, 28);
            this.identifierInput.Name = "identifierInput";
            this.identifierInput.Size = new System.Drawing.Size(240, 20);
            this.identifierInput.TabIndex = 0;
            this.identifierInput.Text = "*****@*****.**";
            // 
            // nameInput
            // 
            this.nameInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.nameInput.Location = new System.Drawing.Point(16, 72);
            this.nameInput.Name = "nameInput";
            this.nameInput.Size = new System.Drawing.Size(240, 20);
            this.nameInput.TabIndex = 1;
            this.nameInput.Text = "Jay Jones";
            // 
            // nameLbl
            // 
            this.nameLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.nameLbl.Location = new System.Drawing.Point(16, 56);
            this.nameLbl.Name = "nameLbl";
            this.nameLbl.Size = new System.Drawing.Size(100, 16);
            this.nameLbl.TabIndex = 0;
            this.nameLbl.Text = "Name:";
            this.nameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // emailInput
            // 
            this.emailInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.emailInput.Location = new System.Drawing.Point(16, 116);
            this.emailInput.Name = "emailInput";
            this.emailInput.Size = new System.Drawing.Size(240, 20);
            this.emailInput.TabIndex = 2;
            this.emailInput.Text = "*****@*****.**";
            // 
            // emailLbl
            // 
            this.emailLbl.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.emailLbl.Location = new System.Drawing.Point(16, 100);
            this.emailLbl.Name = "emailLbl";
            this.emailLbl.Size = new System.Drawing.Size(100, 16);
            this.emailLbl.TabIndex = 0;
            this.emailLbl.Text = "E-Mail:";
            this.emailLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // iconInput
            // 
            this.iconInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.iconInput.DefaultIcon = null;
            this.iconInput.Icon = null;
            this.iconInput.IconAsBytes = null;
            this.iconInput.Location = new System.Drawing.Point(16, 148);
            this.iconInput.Name = "iconInput";
            this.iconInput.Size = new System.Drawing.Size(240, 104);
            this.iconInput.TabIndex = 5;
            // 
            // cancelBtn
            // 
            this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cancelBtn.Location = new System.Drawing.Point(184, 268);
            this.cancelBtn.Name = "cancelBtn";
            this.cancelBtn.Size = new System.Drawing.Size(75, 23);
            this.cancelBtn.TabIndex = 4;
            this.cancelBtn.Text = "Cancel";
            // 
            // okBtn
            // 
            this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.okBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.okBtn.Location = new System.Drawing.Point(96, 268);
            this.okBtn.Name = "okBtn";
            this.okBtn.Size = new System.Drawing.Size(75, 23);
            this.okBtn.TabIndex = 4;
            this.okBtn.Text = "OK";
            this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
            // 
            // ParticipantEditor
            // 
            this.AcceptButton = this.okBtn;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.CancelButton = this.cancelBtn;
            this.ClientSize = new System.Drawing.Size(274, 304);
            this.ControlBox = false;
            this.Controls.Add(this.iconInput);
            this.Controls.Add(this.identifierInput);
            this.Controls.Add(this.nameInput);
            this.Controls.Add(this.emailInput);
            this.Controls.Add(this.identifierLbl);
            this.Controls.Add(this.nameLbl);
            this.Controls.Add(this.emailLbl);
            this.Controls.Add(this.cancelBtn);
            this.Controls.Add(this.okBtn);
            this.Font = UIFont.FormFont;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ParticipantEditor";
            this.ShowInTaskbar = false;
            this.Text = "Participant Editor";
            this.Load += new System.EventHandler(this.ParticipantEditor_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ownerLbl      = new System.Windows.Forms.Label();
     this.ownerInput    = new System.Windows.Forms.TextBox();
     this.nameInput     = new System.Windows.Forms.TextBox();
     this.nameLbl       = new System.Windows.Forms.Label();
     this.ipInput       = new System.Windows.Forms.TextBox();
     this.ipLbl         = new System.Windows.Forms.Label();
     this.portInput     = new System.Windows.Forms.TextBox();
     this.portLbl       = new System.Windows.Forms.Label();
     this.multicastLink = new System.Windows.Forms.LinkLabel();
     this.iconInput     = new MSR.LST.ConferenceXP.VenueService.IconInput();
     this.advancedBtn   = new System.Windows.Forms.Button();
     this.cancelBtn     = new System.Windows.Forms.Button();
     this.okBtn         = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ownerLbl
     //
     this.ownerLbl.Location  = new System.Drawing.Point(16, 12);
     this.ownerLbl.Name      = "ownerLbl";
     this.ownerLbl.Size      = new System.Drawing.Size(100, 16);
     this.ownerLbl.TabIndex  = 0;
     this.ownerLbl.Text      = "Owner:";
     this.ownerLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ownerInput
     //
     this.ownerInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.ownerInput.Location = new System.Drawing.Point(16, 28);
     this.ownerInput.Name     = "ownerInput";
     this.ownerInput.Size     = new System.Drawing.Size(240, 20);
     this.ownerInput.TabIndex = 0;
     this.ownerInput.Text     = "*****@*****.**";
     //
     // nameInput
     //
     this.nameInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.nameInput.Location = new System.Drawing.Point(16, 72);
     this.nameInput.Name     = "nameInput";
     this.nameInput.Size     = new System.Drawing.Size(240, 20);
     this.nameInput.TabIndex = 1;
     this.nameInput.Text     = ".NET & Grids";
     //
     // nameLbl
     //
     this.nameLbl.Location  = new System.Drawing.Point(16, 56);
     this.nameLbl.Name      = "nameLbl";
     this.nameLbl.Size      = new System.Drawing.Size(100, 16);
     this.nameLbl.TabIndex  = 0;
     this.nameLbl.Text      = "Name:";
     this.nameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ipInput
     //
     this.ipInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ipInput.Location = new System.Drawing.Point(16, 116);
     this.ipInput.Name     = "ipInput";
     this.ipInput.Size     = new System.Drawing.Size(176, 20);
     this.ipInput.TabIndex = 2;
     this.ipInput.Text     = "192.168.41.234";
     //
     // ipLbl
     //
     this.ipLbl.Location  = new System.Drawing.Point(16, 100);
     this.ipLbl.Name      = "ipLbl";
     this.ipLbl.Size      = new System.Drawing.Size(100, 16);
     this.ipLbl.TabIndex  = 0;
     this.ipLbl.Text      = "IP Address:";
     this.ipLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // portInput
     //
     this.portInput.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.portInput.Location = new System.Drawing.Point(208, 116);
     this.portInput.Name     = "portInput";
     this.portInput.Size     = new System.Drawing.Size(48, 20);
     this.portInput.TabIndex = 3;
     this.portInput.Text     = "5004";
     //
     // portLbl
     //
     this.portLbl.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.portLbl.Location  = new System.Drawing.Point(208, 100);
     this.portLbl.Name      = "portLbl";
     this.portLbl.Size      = new System.Drawing.Size(40, 16);
     this.portLbl.TabIndex  = 0;
     this.portLbl.Text      = "Port:";
     this.portLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // multicastLink
     //
     this.multicastLink.Location     = new System.Drawing.Point(16, 140);
     this.multicastLink.Name         = "multicastLink";
     this.multicastLink.Size         = new System.Drawing.Size(224, 16);
     this.multicastLink.TabIndex     = 2;
     this.multicastLink.TabStop      = true;
     this.multicastLink.Text         = "How do I choose a multicast IP address?";
     this.multicastLink.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.multicastLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.multicastLink_LinkClicked);
     //
     // iconInput
     //
     this.iconInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.iconInput.DefaultIcon = null;
     this.iconInput.Icon        = null;
     this.iconInput.IconAsBytes = null;
     this.iconInput.Location    = new System.Drawing.Point(16, 164);
     this.iconInput.Name        = "iconInput";
     this.iconInput.Size        = new System.Drawing.Size(240, 104);
     this.iconInput.TabIndex    = 5;
     //
     // advancedBtn
     //
     this.advancedBtn.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.advancedBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.advancedBtn.Location  = new System.Drawing.Point(184, 288);
     this.advancedBtn.Name      = "advancedBtn";
     this.advancedBtn.TabIndex  = 4;
     this.advancedBtn.Text      = "Advanced...";
     this.advancedBtn.Click    += new System.EventHandler(this.advancedBtn_Click);
     //
     // cancelBtn
     //
     this.cancelBtn.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelBtn.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cancelBtn.Location     = new System.Drawing.Point(184, 328);
     this.cancelBtn.Name         = "cancelBtn";
     this.cancelBtn.TabIndex     = 4;
     this.cancelBtn.Text         = "Cancel";
     //
     // okBtn
     //
     this.okBtn.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okBtn.Location  = new System.Drawing.Point(96, 328);
     this.okBtn.Name      = "okBtn";
     this.okBtn.TabIndex  = 4;
     this.okBtn.Text      = "OK";
     this.okBtn.Click    += new System.EventHandler(this.okBtn_Click);
     //
     // VenueEditor
     //
     this.AcceptButton      = this.okBtn;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.cancelBtn;
     this.ClientSize        = new System.Drawing.Size(274, 364);
     this.ControlBox        = false;
     this.Controls.Add(this.advancedBtn);
     this.Controls.Add(this.iconInput);
     this.Controls.Add(this.multicastLink);
     this.Controls.Add(this.ownerInput);
     this.Controls.Add(this.nameInput);
     this.Controls.Add(this.ipInput);
     this.Controls.Add(this.portInput);
     this.Controls.Add(this.ownerLbl);
     this.Controls.Add(this.nameLbl);
     this.Controls.Add(this.ipLbl);
     this.Controls.Add(this.portLbl);
     this.Controls.Add(this.cancelBtn);
     this.Controls.Add(this.okBtn);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "VenueEditor";
     this.ShowInTaskbar   = false;
     this.Text            = "VenueEditor";
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ownerLbl = new System.Windows.Forms.Label();
     this.ownerInput = new System.Windows.Forms.TextBox();
     this.nameInput = new System.Windows.Forms.TextBox();
     this.nameLbl = new System.Windows.Forms.Label();
     this.ipInput = new System.Windows.Forms.TextBox();
     this.ipLbl = new System.Windows.Forms.Label();
     this.portInput = new System.Windows.Forms.TextBox();
     this.portLbl = new System.Windows.Forms.Label();
     this.multicastLink = new System.Windows.Forms.LinkLabel();
     this.iconInput = new MSR.LST.ConferenceXP.VenueService.IconInput();
     this.advancedBtn = new System.Windows.Forms.Button();
     this.cancelBtn = new System.Windows.Forms.Button();
     this.okBtn = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ownerLbl
     //
     this.ownerLbl.Location = new System.Drawing.Point(16, 12);
     this.ownerLbl.Name = "ownerLbl";
     this.ownerLbl.Size = new System.Drawing.Size(100, 16);
     this.ownerLbl.TabIndex = 0;
     this.ownerLbl.Text = "Owner:";
     this.ownerLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ownerInput
     //
     this.ownerInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.ownerInput.Location = new System.Drawing.Point(16, 28);
     this.ownerInput.Name = "ownerInput";
     this.ownerInput.Size = new System.Drawing.Size(240, 20);
     this.ownerInput.TabIndex = 0;
     this.ownerInput.Text = "*****@*****.**";
     //
     // nameInput
     //
     this.nameInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.nameInput.Location = new System.Drawing.Point(16, 72);
     this.nameInput.Name = "nameInput";
     this.nameInput.Size = new System.Drawing.Size(240, 20);
     this.nameInput.TabIndex = 1;
     this.nameInput.Text = ".NET & Grids";
     //
     // nameLbl
     //
     this.nameLbl.Location = new System.Drawing.Point(16, 56);
     this.nameLbl.Name = "nameLbl";
     this.nameLbl.Size = new System.Drawing.Size(100, 16);
     this.nameLbl.TabIndex = 0;
     this.nameLbl.Text = "Name:";
     this.nameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ipInput
     //
     this.ipInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.ipInput.Location = new System.Drawing.Point(16, 116);
     this.ipInput.Name = "ipInput";
     this.ipInput.Size = new System.Drawing.Size(176, 20);
     this.ipInput.TabIndex = 2;
     this.ipInput.Text = "192.168.41.234";
     //
     // ipLbl
     //
     this.ipLbl.Location = new System.Drawing.Point(16, 100);
     this.ipLbl.Name = "ipLbl";
     this.ipLbl.Size = new System.Drawing.Size(100, 16);
     this.ipLbl.TabIndex = 0;
     this.ipLbl.Text = "IP Address:";
     this.ipLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // portInput
     //
     this.portInput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.portInput.Location = new System.Drawing.Point(208, 116);
     this.portInput.Name = "portInput";
     this.portInput.Size = new System.Drawing.Size(48, 20);
     this.portInput.TabIndex = 3;
     this.portInput.Text = "5004";
     //
     // portLbl
     //
     this.portLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.portLbl.Location = new System.Drawing.Point(208, 100);
     this.portLbl.Name = "portLbl";
     this.portLbl.Size = new System.Drawing.Size(40, 16);
     this.portLbl.TabIndex = 0;
     this.portLbl.Text = "Port:";
     this.portLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // multicastLink
     //
     this.multicastLink.Location = new System.Drawing.Point(16, 140);
     this.multicastLink.Name = "multicastLink";
     this.multicastLink.Size = new System.Drawing.Size(224, 16);
     this.multicastLink.TabIndex = 2;
     this.multicastLink.TabStop = true;
     this.multicastLink.Text = "How do I choose a multicast IP address?";
     this.multicastLink.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.multicastLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.multicastLink_LinkClicked);
     //
     // iconInput
     //
     this.iconInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.iconInput.DefaultIcon = null;
     this.iconInput.Icon = null;
     this.iconInput.IconAsBytes = null;
     this.iconInput.Location = new System.Drawing.Point(16, 164);
     this.iconInput.Name = "iconInput";
     this.iconInput.Size = new System.Drawing.Size(240, 104);
     this.iconInput.TabIndex = 5;
     //
     // advancedBtn
     //
     this.advancedBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.advancedBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.advancedBtn.Location = new System.Drawing.Point(184, 288);
     this.advancedBtn.Name = "advancedBtn";
     this.advancedBtn.TabIndex = 4;
     this.advancedBtn.Text = "Advanced...";
     this.advancedBtn.Click += new System.EventHandler(this.advancedBtn_Click);
     //
     // cancelBtn
     //
     this.cancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelBtn.Location = new System.Drawing.Point(184, 328);
     this.cancelBtn.Name = "cancelBtn";
     this.cancelBtn.TabIndex = 4;
     this.cancelBtn.Text = "Cancel";
     //
     // okBtn
     //
     this.okBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okBtn.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okBtn.Location = new System.Drawing.Point(96, 328);
     this.okBtn.Name = "okBtn";
     this.okBtn.TabIndex = 4;
     this.okBtn.Text = "OK";
     this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
     //
     // VenueEditor
     //
     this.AcceptButton = this.okBtn;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.cancelBtn;
     this.ClientSize = new System.Drawing.Size(274, 364);
     this.ControlBox = false;
     this.Controls.Add(this.advancedBtn);
     this.Controls.Add(this.iconInput);
     this.Controls.Add(this.multicastLink);
     this.Controls.Add(this.ownerInput);
     this.Controls.Add(this.nameInput);
     this.Controls.Add(this.ipInput);
     this.Controls.Add(this.portInput);
     this.Controls.Add(this.ownerLbl);
     this.Controls.Add(this.nameLbl);
     this.Controls.Add(this.ipLbl);
     this.Controls.Add(this.portLbl);
     this.Controls.Add(this.cancelBtn);
     this.Controls.Add(this.okBtn);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "VenueEditor";
     this.ShowInTaskbar = false;
     this.Text = "VenueEditor";
     this.ResumeLayout(false);
 }