Ejemplo n.º 1
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.playerList     = new Stareater.GUI.ControlListView();
     this.audienceAction = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // playerList
     //
     this.playerList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.playerList.Location              = new System.Drawing.Point(12, 12);
     this.playerList.Name                  = "playerList";
     this.playerList.SelectedIndex         = -1;
     this.playerList.Size                  = new System.Drawing.Size(350, 267);
     this.playerList.TabIndex              = 0;
     this.playerList.SelectedIndexChanged += new System.EventHandler(this.playerList_SelectedIndexChanged);
     //
     // audienceAction
     //
     this.audienceAction.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.audienceAction.Image                   = global::Stareater.Properties.Resources.message;
     this.audienceAction.Location                = new System.Drawing.Point(400, 234);
     this.audienceAction.Name                    = "audienceAction";
     this.audienceAction.Size                    = new System.Drawing.Size(95, 45);
     this.audienceAction.TabIndex                = 1;
     this.audienceAction.Text                    = "button1";
     this.audienceAction.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.audienceAction.UseVisualStyleBackColor = true;
     this.audienceAction.Click                  += new System.EventHandler(this.audienceAction_Click);
     //
     // FormRelations
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(507, 291);
     this.Controls.Add(this.audienceAction);
     this.Controls.Add(this.playerList);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "FormRelations";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "FormRelations";
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.acceptButton      = new System.Windows.Forms.Button();
     this.topicThumbnail    = new System.Windows.Forms.PictureBox();
     this.levelLabel        = new System.Windows.Forms.Label();
     this.topicName         = new System.Windows.Forms.Label();
     this.topicDescription  = new System.Windows.Forms.TextBox();
     this.unlockedList      = new Stareater.GUI.ControlListView();
     this.priorityTitle     = new System.Windows.Forms.Label();
     this.reorderDownAction = new System.Windows.Forms.Button();
     this.reorderUpAction   = new System.Windows.Forms.Button();
     this.techDescription   = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.topicThumbnail)).BeginInit();
     this.SuspendLayout();
     //
     // acceptButton
     //
     this.acceptButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.acceptButton.AutoSize = true;
     this.acceptButton.Location = new System.Drawing.Point(531, 368);
     this.acceptButton.Name     = "acceptButton";
     this.acceptButton.Size     = new System.Drawing.Size(75, 23);
     this.acceptButton.TabIndex = 0;
     this.acceptButton.Text     = "confirm";
     this.acceptButton.UseVisualStyleBackColor = true;
     this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
     //
     // topicThumbnail
     //
     this.topicThumbnail.Location = new System.Drawing.Point(12, 12);
     this.topicThumbnail.Name     = "topicThumbnail";
     this.topicThumbnail.Size     = new System.Drawing.Size(80, 80);
     this.topicThumbnail.TabIndex = 5;
     this.topicThumbnail.TabStop  = false;
     //
     // levelLabel
     //
     this.levelLabel.AutoSize = true;
     this.levelLabel.Location = new System.Drawing.Point(98, 25);
     this.levelLabel.Name     = "levelLabel";
     this.levelLabel.Size     = new System.Drawing.Size(39, 13);
     this.levelLabel.TabIndex = 4;
     this.levelLabel.Text     = "level X";
     //
     // topicName
     //
     this.topicName.AutoSize = true;
     this.topicName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.topicName.Location = new System.Drawing.Point(98, 12);
     this.topicName.Name     = "topicName";
     this.topicName.Size     = new System.Drawing.Size(73, 13);
     this.topicName.TabIndex = 3;
     this.topicName.Text     = "Topic name";
     //
     // topicDescription
     //
     this.topicDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)));
     this.topicDescription.Location  = new System.Drawing.Point(12, 98);
     this.topicDescription.Multiline = true;
     this.topicDescription.Name      = "topicDescription";
     this.topicDescription.ReadOnly  = true;
     this.topicDescription.Size      = new System.Drawing.Size(222, 293);
     this.topicDescription.TabIndex  = 18;
     this.topicDescription.Text      = "Lore ipsum\r\nDoloret reat msddo mowerr maugad sad\r\ndaod coksal. Je sorof msoerta n" +
                                       "aue usfa.\r\n";
     //
     // unlockedList
     //
     this.unlockedList.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.unlockedList.Location      = new System.Drawing.Point(240, 28);
     this.unlockedList.Name          = "unlockedList";
     this.unlockedList.SelectedIndex = -1;
     this.unlockedList.Size          = new System.Drawing.Size(277, 173);
     this.unlockedList.TabIndex      = 19;
     //
     // priorityTitle
     //
     this.priorityTitle.AutoSize = true;
     this.priorityTitle.Location = new System.Drawing.Point(240, 12);
     this.priorityTitle.Name     = "priorityTitle";
     this.priorityTitle.Size     = new System.Drawing.Size(75, 13);
     this.priorityTitle.TabIndex = 20;
     this.priorityTitle.Text     = "choose priority";
     //
     // reorderDownAction
     //
     this.reorderDownAction.Image    = global::Stareater.Properties.Resources.arrowDown;
     this.reorderDownAction.Location = new System.Drawing.Point(523, 98);
     this.reorderDownAction.Name     = "reorderDownAction";
     this.reorderDownAction.Size     = new System.Drawing.Size(50, 50);
     this.reorderDownAction.TabIndex = 22;
     this.reorderDownAction.UseVisualStyleBackColor = true;
     this.reorderDownAction.Click += new System.EventHandler(this.reorderDownAction_Click);
     //
     // reorderUpAction
     //
     this.reorderUpAction.Image    = global::Stareater.Properties.Resources.arrowUp;
     this.reorderUpAction.Location = new System.Drawing.Point(523, 42);
     this.reorderUpAction.Name     = "reorderUpAction";
     this.reorderUpAction.Size     = new System.Drawing.Size(50, 50);
     this.reorderUpAction.TabIndex = 21;
     this.reorderUpAction.UseVisualStyleBackColor = true;
     this.reorderUpAction.Click += new System.EventHandler(this.reorderUpAction_Click);
     //
     // techDescription
     //
     this.techDescription.Location  = new System.Drawing.Point(240, 207);
     this.techDescription.Multiline = true;
     this.techDescription.Name      = "techDescription";
     this.techDescription.ReadOnly  = true;
     this.techDescription.Size      = new System.Drawing.Size(277, 161);
     this.techDescription.TabIndex  = 24;
     this.techDescription.Text      = "Description here";
     //
     // FormResearchComplete
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(618, 403);
     this.Controls.Add(this.techDescription);
     this.Controls.Add(this.reorderDownAction);
     this.Controls.Add(this.reorderUpAction);
     this.Controls.Add(this.priorityTitle);
     this.Controls.Add(this.unlockedList);
     this.Controls.Add(this.topicDescription);
     this.Controls.Add(this.topicThumbnail);
     this.Controls.Add(this.levelLabel);
     this.Controls.Add(this.topicName);
     this.Controls.Add(this.acceptButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "FormResearchComplete";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "FormResearchComplete";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.FormResearchComplete_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.topicThumbnail)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }