コード例 #1
0
 /// <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(OutputPanel));
     this.loginURIBox = new System.Windows.Forms.TextBox();
     this.loginURILabel = new System.Windows.Forms.Label();
     this.portBox = new System.Windows.Forms.TextBox();
     this.portLabel = new System.Windows.Forms.Label();
     this.proxyStartButton = new System.Windows.Forms.Button();
     this.viewerLaunchButton = new System.Windows.Forms.Button();
     this.firstNameBox = new System.Windows.Forms.TextBox();
     this.firstNameLabel = new System.Windows.Forms.Label();
     this.lastNameLabel = new System.Windows.Forms.Label();
     this.lastNameBox = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.passwordBox = new System.Windows.Forms.TextBox();
     this.viewerExeBox = new System.Windows.Forms.TextBox();
     this.clientLabel = new System.Windows.Forms.Label();
     this.proxyStatusLabelLabel = new System.Windows.Forms.Label();
     this.proxyStatusLabel = new System.Windows.Forms.Label();
     this.clientStatusLabel = new System.Windows.Forms.Label();
     this.clientStatusLabelLabel = new System.Windows.Forms.Label();
     this.gridCheck = new System.Windows.Forms.CheckBox();
     this.gridBox = new System.Windows.Forms.TextBox();
     this.controlCameraCheck = new System.Windows.Forms.CheckBox();
     this.label2 = new System.Windows.Forms.Label();
     this.workingDirectoryBox = new System.Windows.Forms.TextBox();
     this.autoRestartBox = new System.Windows.Forms.CheckBox();
     this.hudButton = new System.Windows.Forms.Button();
     this.backwardsCompatibleLabel = new System.Windows.Forms.Label();
     this.controlFrustumCheck = new System.Windows.Forms.CheckBox();
     this.inputKeyButton = new System.Windows.Forms.Button();
     this.keyBox = new System.Windows.Forms.TextBox();
     this.chatButton = new System.Windows.Forms.Button();
     this.chatBox = new System.Windows.Forms.TextBox();
     this.channelSpinner = new System.Windows.Forms.NumericUpDown();
     this.leftButton = new System.Windows.Forms.RadioButton();
     this.rightButton = new System.Windows.Forms.RadioButton();
     this.fullButton = new System.Windows.Forms.RadioButton();
     this.windowedButton = new System.Windows.Forms.RadioButton();
     this.offsetPanel = new Chimera.GUI.VectorPanel();
     ((System.ComponentModel.ISupportInitialize)(this.channelSpinner)).BeginInit();
     this.SuspendLayout();
     //
     // loginURIBox
     //
     this.loginURIBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.loginURIBox.Location = new System.Drawing.Point(64, 5);
     this.loginURIBox.Name = "loginURIBox";
     this.loginURIBox.Size = new System.Drawing.Size(200, 20);
     this.loginURIBox.TabIndex = 16;
     this.loginURIBox.Text = "http://apollo.cs.st-andrews.ac.uk:8002";
     this.loginURIBox.TextChanged += new System.EventHandler(this.loginURIBox_TextChanged);
     //
     // loginURILabel
     //
     this.loginURILabel.AutoSize = true;
     this.loginURILabel.Location = new System.Drawing.Point(3, 8);
     this.loginURILabel.Name = "loginURILabel";
     this.loginURILabel.Size = new System.Drawing.Size(55, 13);
     this.loginURILabel.TabIndex = 15;
     this.loginURILabel.Text = "Login URI";
     //
     // portBox
     //
     this.portBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.portBox.Location = new System.Drawing.Point(340, 5);
     this.portBox.Name = "portBox";
     this.portBox.Size = new System.Drawing.Size(39, 20);
     this.portBox.TabIndex = 12;
     this.portBox.Text = "8080";
     this.portBox.TextChanged += new System.EventHandler(this.portBox_TextChanged);
     //
     // portLabel
     //
     this.portLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.portLabel.AutoSize = true;
     this.portLabel.Location = new System.Drawing.Point(270, 8);
     this.portLabel.Name = "portLabel";
     this.portLabel.Size = new System.Drawing.Size(64, 13);
     this.portLabel.TabIndex = 11;
     this.portLabel.Text = "Access Port";
     //
     // proxyStartButton
     //
     this.proxyStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.proxyStartButton.Location = new System.Drawing.Point(6, 31);
     this.proxyStartButton.Name = "proxyStartButton";
     this.proxyStartButton.Size = new System.Drawing.Size(373, 20);
     this.proxyStartButton.TabIndex = 18;
     this.proxyStartButton.Text = "Begin Proxy";
     this.proxyStartButton.UseVisualStyleBackColor = true;
     this.proxyStartButton.Click += new System.EventHandler(this.connectButton_Click);
     //
     // viewerLaunchButton
     //
     this.viewerLaunchButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.viewerLaunchButton.Location = new System.Drawing.Point(3, 133);
     this.viewerLaunchButton.Name = "viewerLaunchButton";
     this.viewerLaunchButton.Size = new System.Drawing.Size(291, 23);
     this.viewerLaunchButton.TabIndex = 19;
     this.viewerLaunchButton.Text = "Launch Viewer";
     this.viewerLaunchButton.UseVisualStyleBackColor = true;
     this.viewerLaunchButton.Click += new System.EventHandler(this.viewerLaunchButton_Click);
     //
     // firstNameBox
     //
     this.firstNameBox.Location = new System.Drawing.Point(64, 55);
     this.firstNameBox.Name = "firstNameBox";
     this.firstNameBox.Size = new System.Drawing.Size(60, 20);
     this.firstNameBox.TabIndex = 20;
     this.firstNameBox.Text = "Routing";
     this.firstNameBox.TextChanged += new System.EventHandler(this.firstNameBox_TextChanged);
     //
     // firstNameLabel
     //
     this.firstNameLabel.AutoSize = true;
     this.firstNameLabel.Location = new System.Drawing.Point(3, 58);
     this.firstNameLabel.Name = "firstNameLabel";
     this.firstNameLabel.Size = new System.Drawing.Size(57, 13);
     this.firstNameLabel.TabIndex = 21;
     this.firstNameLabel.Text = "First Name";
     //
     // lastNameLabel
     //
     this.lastNameLabel.AutoSize = true;
     this.lastNameLabel.Location = new System.Drawing.Point(130, 58);
     this.lastNameLabel.Name = "lastNameLabel";
     this.lastNameLabel.Size = new System.Drawing.Size(58, 13);
     this.lastNameLabel.TabIndex = 23;
     this.lastNameLabel.Text = "Last Name";
     //
     // lastNameBox
     //
     this.lastNameBox.Location = new System.Drawing.Point(194, 55);
     this.lastNameBox.Name = "lastNameBox";
     this.lastNameBox.Size = new System.Drawing.Size(49, 20);
     this.lastNameBox.TabIndex = 22;
     this.lastNameBox.Text = "God";
     this.lastNameBox.TextChanged += new System.EventHandler(this.lastNameBox_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(249, 58);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 13);
     this.label1.TabIndex = 25;
     this.label1.Text = "Password";
     //
     // passwordBox
     //
     this.passwordBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.passwordBox.Location = new System.Drawing.Point(308, 55);
     this.passwordBox.Name = "passwordBox";
     this.passwordBox.PasswordChar = '*';
     this.passwordBox.Size = new System.Drawing.Size(71, 20);
     this.passwordBox.TabIndex = 24;
     this.passwordBox.Text = "1245";
     this.passwordBox.TextChanged += new System.EventHandler(this.passwordBox_TextChanged);
     //
     // viewerExeBox
     //
     this.viewerExeBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.viewerExeBox.Location = new System.Drawing.Point(48, 81);
     this.viewerExeBox.Name = "viewerExeBox";
     this.viewerExeBox.Size = new System.Drawing.Size(195, 20);
     this.viewerExeBox.TabIndex = 26;
     this.viewerExeBox.Text = "C:\\\\Program Files (x86)\\\\Firestorm-Release\\\\Firestorm-Release.exe";
     this.viewerExeBox.TextChanged += new System.EventHandler(this.targetBox_TextChanged);
     //
     // clientLabel
     //
     this.clientLabel.AutoSize = true;
     this.clientLabel.Location = new System.Drawing.Point(3, 84);
     this.clientLabel.Name = "clientLabel";
     this.clientLabel.Size = new System.Drawing.Size(39, 13);
     this.clientLabel.TabIndex = 27;
     this.clientLabel.Text = "Viewer";
     //
     // proxyStatusLabelLabel
     //
     this.proxyStatusLabelLabel.AutoSize = true;
     this.proxyStatusLabelLabel.Location = new System.Drawing.Point(0, 160);
     this.proxyStatusLabelLabel.Name = "proxyStatusLabelLabel";
     this.proxyStatusLabelLabel.Size = new System.Drawing.Size(99, 13);
     this.proxyStatusLabelLabel.TabIndex = 28;
     this.proxyStatusLabelLabel.Text = "SlaveProxy Status: ";
     //
     // proxyStatusLabel
     //
     this.proxyStatusLabel.AutoSize = true;
     this.proxyStatusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.proxyStatusLabel.Location = new System.Drawing.Point(78, 160);
     this.proxyStatusLabel.Name = "proxyStatusLabel";
     this.proxyStatusLabel.Size = new System.Drawing.Size(28, 13);
     this.proxyStatusLabel.TabIndex = 29;
     this.proxyStatusLabel.Text = "Idle";
     //
     // clientStatusLabel
     //
     this.clientStatusLabel.AutoSize = true;
     this.clientStatusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.clientStatusLabel.Location = new System.Drawing.Point(78, 173);
     this.clientStatusLabel.Name = "clientStatusLabel";
     this.clientStatusLabel.Size = new System.Drawing.Size(28, 13);
     this.clientStatusLabel.TabIndex = 31;
     this.clientStatusLabel.Text = "Idle";
     //
     // clientStatusLabelLabel
     //
     this.clientStatusLabelLabel.AutoSize = true;
     this.clientStatusLabelLabel.Location = new System.Drawing.Point(0, 173);
     this.clientStatusLabelLabel.Name = "clientStatusLabelLabel";
     this.clientStatusLabelLabel.Size = new System.Drawing.Size(72, 13);
     this.clientStatusLabelLabel.TabIndex = 30;
     this.clientStatusLabelLabel.Text = "Client Status: ";
     //
     // gridCheck
     //
     this.gridCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.gridCheck.AutoSize = true;
     this.gridCheck.CheckAlign = System.Drawing.ContentAlignment.BottomRight;
     this.gridCheck.Location = new System.Drawing.Point(249, 83);
     this.gridCheck.Name = "gridCheck";
     this.gridCheck.Size = new System.Drawing.Size(45, 17);
     this.gridCheck.TabIndex = 32;
     this.gridCheck.Text = "Grid";
     this.gridCheck.UseVisualStyleBackColor = true;
     this.gridCheck.CheckedChanged += new System.EventHandler(this.gridCheck_CheckedChanged);
     //
     // gridBox
     //
     this.gridBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.gridBox.Enabled = false;
     this.gridBox.Location = new System.Drawing.Point(300, 81);
     this.gridBox.Name = "gridBox";
     this.gridBox.Size = new System.Drawing.Size(79, 20);
     this.gridBox.TabIndex = 33;
     this.gridBox.TextChanged += new System.EventHandler(this.gridBox_TextChanged);
     //
     // controlCameraCheck
     //
     this.controlCameraCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.controlCameraCheck.AutoSize = true;
     this.controlCameraCheck.Location = new System.Drawing.Point(281, 159);
     this.controlCameraCheck.Name = "controlCameraCheck";
     this.controlCameraCheck.Size = new System.Drawing.Size(98, 17);
     this.controlCameraCheck.TabIndex = 34;
     this.controlCameraCheck.Text = "Control Camera";
     this.controlCameraCheck.UseVisualStyleBackColor = true;
     this.controlCameraCheck.CheckedChanged += new System.EventHandler(this.controlCamera_CheckedChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 110);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(92, 13);
     this.label2.TabIndex = 36;
     this.label2.Text = "Working Directory";
     //
     // workingDirectoryBox
     //
     this.workingDirectoryBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.workingDirectoryBox.Location = new System.Drawing.Point(101, 107);
     this.workingDirectoryBox.Name = "workingDirectoryBox";
     this.workingDirectoryBox.Size = new System.Drawing.Size(278, 20);
     this.workingDirectoryBox.TabIndex = 35;
     this.workingDirectoryBox.Text = "C:\\\\Program Files (x86)\\\\Firestorm-Release\\\\";
     this.workingDirectoryBox.TextChanged += new System.EventHandler(this.workingDirectory_TextChanged);
     //
     // autoRestartBox
     //
     this.autoRestartBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.autoRestartBox.AutoSize = true;
     this.autoRestartBox.Location = new System.Drawing.Point(281, 176);
     this.autoRestartBox.Name = "autoRestartBox";
     this.autoRestartBox.Size = new System.Drawing.Size(85, 17);
     this.autoRestartBox.TabIndex = 37;
     this.autoRestartBox.Text = "Auto Restart";
     this.autoRestartBox.UseVisualStyleBackColor = true;
     this.autoRestartBox.CheckedChanged += new System.EventHandler(this.autoRestartBox_CheckedChanged);
     //
     // hudButton
     //
     this.hudButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.hudButton.Location = new System.Drawing.Point(300, 133);
     this.hudButton.Name = "hudButton";
     this.hudButton.Size = new System.Drawing.Size(82, 23);
     this.hudButton.TabIndex = 39;
     this.hudButton.Text = "Toggle HUD";
     this.hudButton.UseVisualStyleBackColor = true;
     this.hudButton.Click += new System.EventHandler(this.hudButton_Click);
     //
     // backwardsCompatibleLabel
     //
     this.backwardsCompatibleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backwardsCompatibleLabel.AutoSize = true;
     this.backwardsCompatibleLabel.Location = new System.Drawing.Point(80, 173);
     this.backwardsCompatibleLabel.Name = "backwardsCompatibleLabel";
     this.backwardsCompatibleLabel.Size = new System.Drawing.Size(115, 13);
     this.backwardsCompatibleLabel.TabIndex = 40;
     this.backwardsCompatibleLabel.Text = "Backwards Compatible";
     //
     // controlFrustumCheck
     //
     this.controlFrustumCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.controlFrustumCheck.AutoSize = true;
     this.controlFrustumCheck.Location = new System.Drawing.Point(176, 159);
     this.controlFrustumCheck.Name = "controlFrustumCheck";
     this.controlFrustumCheck.Size = new System.Drawing.Size(99, 17);
     this.controlFrustumCheck.TabIndex = 41;
     this.controlFrustumCheck.Text = "Control Frustum";
     this.controlFrustumCheck.UseVisualStyleBackColor = true;
     this.controlFrustumCheck.CheckedChanged += new System.EventHandler(this.controlFrustumCheck_CheckedChanged);
     //
     // inputKeyButton
     //
     this.inputKeyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.inputKeyButton.Location = new System.Drawing.Point(302, 210);
     this.inputKeyButton.Name = "inputKeyButton";
     this.inputKeyButton.Size = new System.Drawing.Size(75, 23);
     this.inputKeyButton.TabIndex = 42;
     this.inputKeyButton.Text = "Press Key";
     this.inputKeyButton.UseVisualStyleBackColor = true;
     this.inputKeyButton.Click += new System.EventHandler(this.inputKeyButton_Click);
     //
     // keyBox
     //
     this.keyBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.keyBox.Location = new System.Drawing.Point(3, 212);
     this.keyBox.Name = "keyBox";
     this.keyBox.Size = new System.Drawing.Size(292, 20);
     this.keyBox.TabIndex = 43;
     this.keyBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.keyBox_KeyUp);
     //
     // chatButton
     //
     this.chatButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chatButton.Location = new System.Drawing.Point(339, 240);
     this.chatButton.Name = "chatButton";
     this.chatButton.Size = new System.Drawing.Size(37, 23);
     this.chatButton.TabIndex = 44;
     this.chatButton.Text = "Chat";
     this.chatButton.UseVisualStyleBackColor = true;
     this.chatButton.Click += new System.EventHandler(this.chatButton_Click);
     //
     // chatBox
     //
     this.chatBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.chatBox.Location = new System.Drawing.Point(47, 242);
     this.chatBox.Name = "chatBox";
     this.chatBox.Size = new System.Drawing.Size(286, 20);
     this.chatBox.TabIndex = 45;
     this.chatBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.chatBox_KeyUp);
     //
     // channelSpinner
     //
     this.channelSpinner.Location = new System.Drawing.Point(5, 241);
     this.channelSpinner.Minimum = new decimal(new int[] {
     100,
     0,
     0,
     -2147483648});
     this.channelSpinner.Name = "channelSpinner";
     this.channelSpinner.Size = new System.Drawing.Size(36, 20);
     this.channelSpinner.TabIndex = 46;
     //
     // leftButton
     //
     this.leftButton.AutoSize = true;
     this.leftButton.Location = new System.Drawing.Point(3, 189);
     this.leftButton.Name = "leftButton";
     this.leftButton.Size = new System.Drawing.Size(43, 17);
     this.leftButton.TabIndex = 48;
     this.leftButton.TabStop = true;
     this.leftButton.Text = "Left";
     this.leftButton.UseVisualStyleBackColor = true;
     this.leftButton.CheckedChanged += new System.EventHandler(this.leftButton_CheckedChanged);
     //
     // rightButton
     //
     this.rightButton.AutoSize = true;
     this.rightButton.Location = new System.Drawing.Point(52, 189);
     this.rightButton.Name = "rightButton";
     this.rightButton.Size = new System.Drawing.Size(50, 17);
     this.rightButton.TabIndex = 49;
     this.rightButton.TabStop = true;
     this.rightButton.Text = "Right";
     this.rightButton.UseVisualStyleBackColor = true;
     this.rightButton.CheckedChanged += new System.EventHandler(this.rightButton_CheckedChanged);
     //
     // fullButton
     //
     this.fullButton.AutoSize = true;
     this.fullButton.Location = new System.Drawing.Point(108, 189);
     this.fullButton.Name = "fullButton";
     this.fullButton.Size = new System.Drawing.Size(41, 17);
     this.fullButton.TabIndex = 50;
     this.fullButton.TabStop = true;
     this.fullButton.Text = "Full";
     this.fullButton.UseVisualStyleBackColor = true;
     this.fullButton.CheckedChanged += new System.EventHandler(this.fullButton_CheckedChanged);
     //
     // windowedButton
     //
     this.windowedButton.AutoSize = true;
     this.windowedButton.Location = new System.Drawing.Point(155, 189);
     this.windowedButton.Name = "windowedButton";
     this.windowedButton.Size = new System.Drawing.Size(76, 17);
     this.windowedButton.TabIndex = 51;
     this.windowedButton.TabStop = true;
     this.windowedButton.Text = "Windowed";
     this.windowedButton.UseVisualStyleBackColor = true;
     this.windowedButton.CheckedChanged += new System.EventHandler(this.windowedButton_CheckedChanged);
     //
     // offsetPanel
     //
     this.offsetPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.offsetPanel.Location = new System.Drawing.Point(-1, 267);
     this.offsetPanel.Max = 10F;
     this.offsetPanel.MaxV = ((OpenMetaverse.Vector3)(resources.GetObject("offsetPanel.MaxV")));
     this.offsetPanel.Min = -10F;
     this.offsetPanel.MinimumSize = new System.Drawing.Size(103, 95);
     this.offsetPanel.MinV = ((OpenMetaverse.Vector3)(resources.GetObject("offsetPanel.MinV")));
     this.offsetPanel.Name = "offsetPanel";
     this.offsetPanel.Size = new System.Drawing.Size(382, 95);
     this.offsetPanel.TabIndex = 47;
     this.offsetPanel.Value = ((OpenMetaverse.Vector3)(resources.GetObject("offsetPanel.Value")));
     this.offsetPanel.X = 0F;
     this.offsetPanel.Y = 0F;
     this.offsetPanel.Z = 0F;
     this.offsetPanel.ValueChanged += new System.EventHandler(this.offsetPanel_ValueChanged);
     //
     // OutputPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.windowedButton);
     this.Controls.Add(this.fullButton);
     this.Controls.Add(this.rightButton);
     this.Controls.Add(this.leftButton);
     this.Controls.Add(this.offsetPanel);
     this.Controls.Add(this.channelSpinner);
     this.Controls.Add(this.chatBox);
     this.Controls.Add(this.chatButton);
     this.Controls.Add(this.keyBox);
     this.Controls.Add(this.inputKeyButton);
     this.Controls.Add(this.backwardsCompatibleLabel);
     this.Controls.Add(this.hudButton);
     this.Controls.Add(this.autoRestartBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.workingDirectoryBox);
     this.Controls.Add(this.controlCameraCheck);
     this.Controls.Add(this.gridBox);
     this.Controls.Add(this.gridCheck);
     this.Controls.Add(this.clientStatusLabel);
     this.Controls.Add(this.clientStatusLabelLabel);
     this.Controls.Add(this.proxyStatusLabel);
     this.Controls.Add(this.proxyStatusLabelLabel);
     this.Controls.Add(this.clientLabel);
     this.Controls.Add(this.viewerExeBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.passwordBox);
     this.Controls.Add(this.lastNameLabel);
     this.Controls.Add(this.lastNameBox);
     this.Controls.Add(this.firstNameLabel);
     this.Controls.Add(this.firstNameBox);
     this.Controls.Add(this.viewerLaunchButton);
     this.Controls.Add(this.proxyStartButton);
     this.Controls.Add(this.loginURIBox);
     this.Controls.Add(this.loginURILabel);
     this.Controls.Add(this.portBox);
     this.Controls.Add(this.portLabel);
     this.Controls.Add(this.controlFrustumCheck);
     this.MinimumSize = new System.Drawing.Size(382, 193);
     this.Name = "OutputPanel";
     this.Size = new System.Drawing.Size(382, 374);
     ((System.ComponentModel.ISupportInitialize)(this.channelSpinner)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #2
0
 /// <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(OpensimBotPanel));
     this.loginButton = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.passwordBox = new System.Windows.Forms.TextBox();
     this.lastNameLabel = new System.Windows.Forms.Label();
     this.lastNameBox = new System.Windows.Forms.TextBox();
     this.firstNameLabel = new System.Windows.Forms.Label();
     this.firstNameBox = new System.Windows.Forms.TextBox();
     this.startPositionPanel = new Chimera.GUI.VectorPanel();
     this.regionBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.teleportButton = new System.Windows.Forms.Button();
     this.loginErrorLabel = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // loginButton
     //
     this.loginButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.loginButton.Location = new System.Drawing.Point(4, 4);
     this.loginButton.Name = "loginButton";
     this.loginButton.Size = new System.Drawing.Size(561, 23);
     this.loginButton.TabIndex = 0;
     this.loginButton.Text = "Login";
     this.loginButton.UseVisualStyleBackColor = true;
     this.loginButton.Click += new System.EventHandler(this.loginButton_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(249, 36);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 13);
     this.label1.TabIndex = 31;
     this.label1.Text = "Password";
     //
     // passwordBox
     //
     this.passwordBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.passwordBox.Location = new System.Drawing.Point(308, 33);
     this.passwordBox.Name = "passwordBox";
     this.passwordBox.PasswordChar = '*';
     this.passwordBox.Size = new System.Drawing.Size(257, 20);
     this.passwordBox.TabIndex = 30;
     this.passwordBox.Text = "1245";
     this.passwordBox.TextChanged += new System.EventHandler(this.passwordBox_TextChanged);
     //
     // lastNameLabel
     //
     this.lastNameLabel.AutoSize = true;
     this.lastNameLabel.Location = new System.Drawing.Point(130, 36);
     this.lastNameLabel.Name = "lastNameLabel";
     this.lastNameLabel.Size = new System.Drawing.Size(58, 13);
     this.lastNameLabel.TabIndex = 29;
     this.lastNameLabel.Text = "Last Name";
     //
     // lastNameBox
     //
     this.lastNameBox.Location = new System.Drawing.Point(194, 33);
     this.lastNameBox.Name = "lastNameBox";
     this.lastNameBox.Size = new System.Drawing.Size(49, 20);
     this.lastNameBox.TabIndex = 28;
     this.lastNameBox.Text = "God";
     this.lastNameBox.TextChanged += new System.EventHandler(this.lastNameBox_TextChanged);
     //
     // firstNameLabel
     //
     this.firstNameLabel.AutoSize = true;
     this.firstNameLabel.Location = new System.Drawing.Point(1, 36);
     this.firstNameLabel.Name = "firstNameLabel";
     this.firstNameLabel.Size = new System.Drawing.Size(57, 13);
     this.firstNameLabel.TabIndex = 27;
     this.firstNameLabel.Text = "First Name";
     //
     // firstNameBox
     //
     this.firstNameBox.Location = new System.Drawing.Point(64, 33);
     this.firstNameBox.Name = "firstNameBox";
     this.firstNameBox.Size = new System.Drawing.Size(60, 20);
     this.firstNameBox.TabIndex = 26;
     this.firstNameBox.Text = "Routing";
     this.firstNameBox.TextChanged += new System.EventHandler(this.firstNameBox_TextChanged);
     //
     // startPositionPanel
     //
     this.startPositionPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.startPositionPanel.Location = new System.Drawing.Point(0, 78);
     this.startPositionPanel.Max = 256F;
     this.startPositionPanel.Min = 0F;
     this.startPositionPanel.MinimumSize = new System.Drawing.Size(103, 95);
     this.startPositionPanel.Name = "startPositionPanel";
     this.startPositionPanel.Size = new System.Drawing.Size(565, 95);
     this.startPositionPanel.TabIndex = 32;
     this.startPositionPanel.X = 0F;
     this.startPositionPanel.Y = 0F;
     this.startPositionPanel.Z = 0F;
     this.startPositionPanel.ValueChanged += new System.EventHandler(this.startPositionPanel_ValueChanged);
     //
     // regionBox
     //
     this.regionBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.regionBox.Location = new System.Drawing.Point(58, 59);
     this.regionBox.Name = "regionBox";
     this.regionBox.Size = new System.Drawing.Size(426, 20);
     this.regionBox.TabIndex = 33;
     this.regionBox.TextChanged += new System.EventHandler(this.regionBox_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(1, 62);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(41, 13);
     this.label2.TabIndex = 34;
     this.label2.Text = "Region";
     //
     // teleportButton
     //
     this.teleportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.teleportButton.Enabled = false;
     this.teleportButton.Location = new System.Drawing.Point(490, 59);
     this.teleportButton.Name = "teleportButton";
     this.teleportButton.Size = new System.Drawing.Size(75, 23);
     this.teleportButton.TabIndex = 35;
     this.teleportButton.Text = "Teleport";
     this.teleportButton.UseVisualStyleBackColor = true;
     this.teleportButton.Click += new System.EventHandler(this.teleportButton_Click);
     //
     // label3
     //
     this.loginErrorLabel.AutoSize = true;
     this.loginErrorLabel.Location = new System.Drawing.Point(4, 168);
     this.loginErrorLabel.Name = "label3";
     this.loginErrorLabel.Size = new System.Drawing.Size(58, 13);
     this.loginErrorLabel.TabIndex = 36;
     this.loginErrorLabel.Text = "Login Error";
     //
     // HeightmapInputPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.loginErrorLabel);
     this.Controls.Add(this.teleportButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.regionBox);
     this.Controls.Add(this.startPositionPanel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.passwordBox);
     this.Controls.Add(this.lastNameLabel);
     this.Controls.Add(this.lastNameBox);
     this.Controls.Add(this.firstNameLabel);
     this.Controls.Add(this.firstNameBox);
     this.Controls.Add(this.loginButton);
     this.Name = "HeightmapInputPanel";
     this.Size = new System.Drawing.Size(568, 401);
     this.ResumeLayout(false);
     this.PerformLayout();
 }