Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 19:38:54 (14 years ago)
Author:
mkommend
Message:

corrected ChartControlsWarning (ticket #893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/ChartControlsWarning.Designer.cs

    r3776 r3784  
    4444    /// </summary>
    4545    private void InitializeComponent() {
    46       this.messageTextBox = new System.Windows.Forms.TextBox();
    4746      this.iconLabel = new System.Windows.Forms.Label();
    4847      this.okButton = new System.Windows.Forms.Button();
    4948      this.linkLabel = new System.Windows.Forms.LinkLabel();
     49      this.label1 = new System.Windows.Forms.Label();
    5050      this.SuspendLayout();
    51       //
    52       // messageTextBox
    53       //
    54       this.messageTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    55                   | System.Windows.Forms.AnchorStyles.Right)));
    56       this.messageTextBox.BackColor = System.Drawing.SystemColors.Control;
    57       this.messageTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
    58       this.messageTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    59       this.messageTextBox.Location = new System.Drawing.Point(39, 12);
    60       this.messageTextBox.Multiline = true;
    61       this.messageTextBox.Name = "messageTextBox";
    62       this.messageTextBox.ReadOnly = true;
    63       this.messageTextBox.Size = new System.Drawing.Size(284, 27);
    64       this.messageTextBox.TabIndex = 3;
    65       this.messageTextBox.Text = "Microsoft Chart Controls are not properly installed. Please download and install " +
    66           "them.";
    6751      //
    6852      // iconLabel
    6953      //
    7054      this.iconLabel.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Warning;
    71       this.iconLabel.Location = new System.Drawing.Point(12, 17);
     55      this.iconLabel.Location = new System.Drawing.Point(12, 9);
    7256      this.iconLabel.Name = "iconLabel";
    7357      this.iconLabel.Size = new System.Drawing.Size(21, 22);
     
    7862      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    7963      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    80       this.okButton.Location = new System.Drawing.Point(248, 41);
     64      this.okButton.Location = new System.Drawing.Point(234, 59);
    8165      this.okButton.Name = "okButton";
    8266      this.okButton.Size = new System.Drawing.Size(75, 23);
    8367      this.okButton.TabIndex = 6;
    84       this.okButton.Text = "&OK";
     68      this.okButton.Text = "&Close";
    8569      this.okButton.UseVisualStyleBackColor = true;
    8670      //
     
    8872      //
    8973      this.linkLabel.AutoSize = true;
    90       this.linkLabel.Location = new System.Drawing.Point(36, 42);
     74      this.linkLabel.Location = new System.Drawing.Point(39, 66);
    9175      this.linkLabel.Name = "linkLabel";
    9276      this.linkLabel.Size = new System.Drawing.Size(141, 13);
     
    9680      this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
    9781      //
     82      // label1
     83      //
     84      this.label1.Location = new System.Drawing.Point(39, 9);
     85      this.label1.Name = "label1";
     86      this.label1.Size = new System.Drawing.Size(255, 33);
     87      this.label1.TabIndex = 10;
     88      this.label1.Text = "Microsoft Chart Controls are not properly installed. Please download and install " +
     89          "them.";
     90      //
    9891      // ChartControlsWarning
    9992      //
     
    10194      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    10295      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    103       this.ClientSize = new System.Drawing.Size(335, 70);
     96      this.CancelButton = this.okButton;
     97      this.ClientSize = new System.Drawing.Size(321, 94);
     98      this.Controls.Add(this.label1);
    10499      this.Controls.Add(this.linkLabel);
    105100      this.Controls.Add(this.okButton);
    106101      this.Controls.Add(this.iconLabel);
    107       this.Controls.Add(this.messageTextBox);
     102      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    108103      this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
    109104      this.MaximizeBox = false;
     
    120115    #endregion
    121116
    122     private System.Windows.Forms.TextBox messageTextBox;
    123117    private System.Windows.Forms.Label iconLabel;
    124118    private System.Windows.Forms.Button okButton;
    125119    private System.Windows.Forms.LinkLabel linkLabel;
     120    private System.Windows.Forms.Label label1;
    126121  }
    127122}
Note: See TracChangeset for help on using the changeset viewer.