Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/02/12 15:32:40 (12 years ago)
Author:
ascheibe
Message:

#1725

  • moved Hive resources to HL common resources
  • added missing invokes and usings for displaying the hive information dialog


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveInformationDialog.Designer.cs

    r7249 r7256  
    2525    private void InitializeComponent() {
    2626      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveInformationDialog));
    27       this.richTextBox1 = new System.Windows.Forms.RichTextBox();
    28       this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    29       this.pictureBox1 = new System.Windows.Forms.PictureBox();
     27      this.richTextBox = new System.Windows.Forms.RichTextBox();
    3028      this.okButton = new System.Windows.Forms.Button();
    31       ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
    32       this.splitContainer2.Panel1.SuspendLayout();
    33       this.splitContainer2.Panel2.SuspendLayout();
    34       this.splitContainer2.SuspendLayout();
    35       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     29      this.panel = new System.Windows.Forms.Panel();
     30      this.label = new System.Windows.Forms.Label();
     31      this.panel.SuspendLayout();
    3632      this.SuspendLayout();
    3733      //
    38       // richTextBox1
     34      // richTextBox
    3935      //
    40       this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     36      this.richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    4137                  | System.Windows.Forms.AnchorStyles.Left)
    4238                  | System.Windows.Forms.AnchorStyles.Right)));
    43       this.richTextBox1.BackColor = System.Drawing.Color.White;
    44       this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
    45       this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Default;
    46       this.richTextBox1.Location = new System.Drawing.Point(3, 3);
    47       this.richTextBox1.Name = "richTextBox1";
    48       this.richTextBox1.ReadOnly = true;
    49       this.richTextBox1.Size = new System.Drawing.Size(383, 149);
    50       this.richTextBox1.TabIndex = 0;
    51       this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
    52       this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBox1_LinkClicked);
    53       //
    54       // splitContainer2
    55       //
    56       this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    57                   | System.Windows.Forms.AnchorStyles.Left)
    58                   | System.Windows.Forms.AnchorStyles.Right)));
    59       this.splitContainer2.BackColor = System.Drawing.Color.White;
    60       this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    61       this.splitContainer2.IsSplitterFixed = true;
    62       this.splitContainer2.Location = new System.Drawing.Point(12, 12);
    63       this.splitContainer2.Name = "splitContainer2";
    64       //
    65       // splitContainer2.Panel1
    66       //
    67       this.splitContainer2.Panel1.Controls.Add(this.pictureBox1);
    68       //
    69       // splitContainer2.Panel2
    70       //
    71       this.splitContainer2.Panel2.Controls.Add(this.richTextBox1);
    72       this.splitContainer2.Size = new System.Drawing.Size(493, 155);
    73       this.splitContainer2.SplitterDistance = 100;
    74       this.splitContainer2.TabIndex = 3;
    75       //
    76       // pictureBox1
    77       //
    78       this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
    79       this.pictureBox1.Location = new System.Drawing.Point(3, 3);
    80       this.pictureBox1.Name = "pictureBox1";
    81       this.pictureBox1.Size = new System.Drawing.Size(94, 136);
    82       this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
    83       this.pictureBox1.TabIndex = 0;
    84       this.pictureBox1.TabStop = false;
     39      this.richTextBox.BackColor = System.Drawing.Color.White;
     40      this.richTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     41      this.richTextBox.Cursor = System.Windows.Forms.Cursors.Default;
     42      this.richTextBox.Location = new System.Drawing.Point(95, 12);
     43      this.richTextBox.Name = "richTextBox";
     44      this.richTextBox.ReadOnly = true;
     45      this.richTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
     46      this.richTextBox.Size = new System.Drawing.Size(422, 137);
     47      this.richTextBox.TabIndex = 1;
     48      this.richTextBox.Text = resources.GetString("richTextBox.Text");
     49      this.richTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBox1_LinkClicked);
    8550      //
    8651      // okButton
    8752      //
    8853      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    89       this.okButton.Location = new System.Drawing.Point(430, 182);
     54      this.okButton.Location = new System.Drawing.Point(442, 170);
    9055      this.okButton.Name = "okButton";
    9156      this.okButton.Size = new System.Drawing.Size(75, 23);
     
    9560      this.okButton.Click += new System.EventHandler(this.okButton_Click);
    9661      //
     62      // panel
     63      //
     64      this.panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     65                  | System.Windows.Forms.AnchorStyles.Left)
     66                  | System.Windows.Forms.AnchorStyles.Right)));
     67      this.panel.BackColor = System.Drawing.SystemColors.Window;
     68      this.panel.Controls.Add(this.label);
     69      this.panel.Controls.Add(this.richTextBox);
     70      this.panel.Location = new System.Drawing.Point(0, 0);
     71      this.panel.Name = "panel";
     72      this.panel.Size = new System.Drawing.Size(529, 164);
     73      this.panel.TabIndex = 1;
     74      //
     75      // label
     76      //
     77      this.label.Anchor = System.Windows.Forms.AnchorStyles.Left;
     78      this.label.Location = new System.Drawing.Point(24, 58);
     79      this.label.Name = "label";
     80      this.label.Size = new System.Drawing.Size(48, 48);
     81      this.label.TabIndex = 0;
     82      //
    9783      // HiveInformationDialog
    9884      //
     85      this.AcceptButton = this.okButton;
    9986      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    10087      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    101       this.ClientSize = new System.Drawing.Size(517, 208);
     88      this.ClientSize = new System.Drawing.Size(529, 205);
     89      this.Controls.Add(this.panel);
    10290      this.Controls.Add(this.okButton);
    103       this.Controls.Add(this.splitContainer2);
    10491      this.MaximizeBox = false;
    10592      this.MinimizeBox = false;
     
    10794      this.ShowIcon = false;
    10895      this.ShowInTaskbar = false;
     96      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    10997      this.Text = "HeuristicLab Hive";
    110       this.splitContainer2.Panel1.ResumeLayout(false);
    111       this.splitContainer2.Panel2.ResumeLayout(false);
    112       ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
    113       this.splitContainer2.ResumeLayout(false);
    114       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     98      this.TopMost = true;
     99      this.panel.ResumeLayout(false);
    115100      this.ResumeLayout(false);
    116101
     
    119104    #endregion
    120105
    121     private System.Windows.Forms.RichTextBox richTextBox1;
    122     private System.Windows.Forms.SplitContainer splitContainer2;
    123     private System.Windows.Forms.PictureBox pictureBox1;
     106    private System.Windows.Forms.RichTextBox richTextBox;
    124107    private System.Windows.Forms.Button okButton;
     108    private System.Windows.Forms.Panel panel;
     109    private System.Windows.Forms.Label label;
    125110  }
    126111}
Note: See TracChangeset for help on using the changeset viewer.