Changeset 3784
- Timestamp:
- 05/11/10 19:38:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/ChartControlsWarning.Designer.cs
r3776 r3784 44 44 /// </summary> 45 45 private void InitializeComponent() { 46 this.messageTextBox = new System.Windows.Forms.TextBox();47 46 this.iconLabel = new System.Windows.Forms.Label(); 48 47 this.okButton = new System.Windows.Forms.Button(); 49 48 this.linkLabel = new System.Windows.Forms.LinkLabel(); 49 this.label1 = new System.Windows.Forms.Label(); 50 50 this.SuspendLayout(); 51 //52 // messageTextBox53 //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.";67 51 // 68 52 // iconLabel 69 53 // 70 54 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); 72 56 this.iconLabel.Name = "iconLabel"; 73 57 this.iconLabel.Size = new System.Drawing.Size(21, 22); … … 78 62 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 79 63 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; 80 this.okButton.Location = new System.Drawing.Point(2 48, 41);64 this.okButton.Location = new System.Drawing.Point(234, 59); 81 65 this.okButton.Name = "okButton"; 82 66 this.okButton.Size = new System.Drawing.Size(75, 23); 83 67 this.okButton.TabIndex = 6; 84 this.okButton.Text = "& OK";68 this.okButton.Text = "&Close"; 85 69 this.okButton.UseVisualStyleBackColor = true; 86 70 // … … 88 72 // 89 73 this.linkLabel.AutoSize = true; 90 this.linkLabel.Location = new System.Drawing.Point(3 6, 42);74 this.linkLabel.Location = new System.Drawing.Point(39, 66); 91 75 this.linkLabel.Name = "linkLabel"; 92 76 this.linkLabel.Size = new System.Drawing.Size(141, 13); … … 96 80 this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked); 97 81 // 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 // 98 91 // ChartControlsWarning 99 92 // … … 101 94 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 102 95 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); 104 99 this.Controls.Add(this.linkLabel); 105 100 this.Controls.Add(this.okButton); 106 101 this.Controls.Add(this.iconLabel); 107 this. Controls.Add(this.messageTextBox);102 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 108 103 this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon; 109 104 this.MaximizeBox = false; … … 120 115 #endregion 121 116 122 private System.Windows.Forms.TextBox messageTextBox;123 117 private System.Windows.Forms.Label iconLabel; 124 118 private System.Windows.Forms.Button okButton; 125 119 private System.Windows.Forms.LinkLabel linkLabel; 120 private System.Windows.Forms.Label label1; 126 121 } 127 122 }
Note: See TracChangeset
for help on using the changeset viewer.