[17386] | 1 | namespace HeuristicLab.Scripting.Views {
|
---|
| 2 | partial class CompilerErrorDialog {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Windows Form Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | this.iconLabel = new System.Windows.Forms.Label();
|
---|
| 27 | this.detailsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 28 | this.codeValueLinkLabel = new System.Windows.Forms.LinkLabel();
|
---|
| 29 | this.messageLabel = new System.Windows.Forms.Label();
|
---|
| 30 | this.codeLabel = new System.Windows.Forms.Label();
|
---|
| 31 | this.columnValueLabel = new System.Windows.Forms.Label();
|
---|
| 32 | this.columnLabel = new System.Windows.Forms.Label();
|
---|
| 33 | this.lineValueLabel = new System.Windows.Forms.Label();
|
---|
| 34 | this.lineLabel = new System.Windows.Forms.Label();
|
---|
| 35 | this.messageValueTextBox = new System.Windows.Forms.TextBox();
|
---|
| 36 | this.infoTextBox = new System.Windows.Forms.TextBox();
|
---|
| 37 | this.okButton = new System.Windows.Forms.Button();
|
---|
| 38 | this.detailsGroupBox.SuspendLayout();
|
---|
| 39 | this.SuspendLayout();
|
---|
| 40 | //
|
---|
| 41 | // iconLabel
|
---|
| 42 | //
|
---|
| 43 | this.iconLabel.Location = new System.Drawing.Point(12, 9);
|
---|
| 44 | this.iconLabel.Name = "iconLabel";
|
---|
| 45 | this.iconLabel.Size = new System.Drawing.Size(30, 30);
|
---|
| 46 | this.iconLabel.TabIndex = 1;
|
---|
| 47 | //
|
---|
| 48 | // detailsGroupBox
|
---|
| 49 | //
|
---|
| 50 | this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 51 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 52 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 53 | this.detailsGroupBox.Controls.Add(this.codeValueLinkLabel);
|
---|
| 54 | this.detailsGroupBox.Controls.Add(this.messageLabel);
|
---|
| 55 | this.detailsGroupBox.Controls.Add(this.codeLabel);
|
---|
| 56 | this.detailsGroupBox.Controls.Add(this.columnValueLabel);
|
---|
| 57 | this.detailsGroupBox.Controls.Add(this.columnLabel);
|
---|
| 58 | this.detailsGroupBox.Controls.Add(this.lineValueLabel);
|
---|
| 59 | this.detailsGroupBox.Controls.Add(this.lineLabel);
|
---|
| 60 | this.detailsGroupBox.Controls.Add(this.messageValueTextBox);
|
---|
| 61 | this.detailsGroupBox.Location = new System.Drawing.Point(12, 42);
|
---|
| 62 | this.detailsGroupBox.Name = "detailsGroupBox";
|
---|
| 63 | this.detailsGroupBox.Size = new System.Drawing.Size(560, 212);
|
---|
| 64 | this.detailsGroupBox.TabIndex = 3;
|
---|
| 65 | this.detailsGroupBox.TabStop = false;
|
---|
| 66 | this.detailsGroupBox.Text = "Details";
|
---|
| 67 | //
|
---|
| 68 | // codeValueLinkLabel
|
---|
| 69 | //
|
---|
| 70 | this.codeValueLinkLabel.AutoSize = true;
|
---|
| 71 | this.codeValueLinkLabel.Location = new System.Drawing.Point(65, 65);
|
---|
| 72 | this.codeValueLinkLabel.Name = "codeValueLinkLabel";
|
---|
| 73 | this.codeValueLinkLabel.Size = new System.Drawing.Size(21, 13);
|
---|
| 74 | this.codeValueLinkLabel.TabIndex = 5;
|
---|
| 75 | this.codeValueLinkLabel.TabStop = true;
|
---|
| 76 | this.codeValueLinkLabel.Text = "{0}";
|
---|
| 77 | this.codeValueLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.codeLinkLabel_LinkClicked);
|
---|
| 78 | //
|
---|
| 79 | // messageLabel
|
---|
| 80 | //
|
---|
| 81 | this.messageLabel.AutoSize = true;
|
---|
| 82 | this.messageLabel.Location = new System.Drawing.Point(6, 88);
|
---|
| 83 | this.messageLabel.Name = "messageLabel";
|
---|
| 84 | this.messageLabel.Size = new System.Drawing.Size(53, 13);
|
---|
| 85 | this.messageLabel.TabIndex = 6;
|
---|
| 86 | this.messageLabel.Text = "Message:";
|
---|
| 87 | //
|
---|
| 88 | // codeLabel
|
---|
| 89 | //
|
---|
| 90 | this.codeLabel.AutoSize = true;
|
---|
| 91 | this.codeLabel.Location = new System.Drawing.Point(6, 65);
|
---|
| 92 | this.codeLabel.Name = "codeLabel";
|
---|
| 93 | this.codeLabel.Size = new System.Drawing.Size(35, 13);
|
---|
| 94 | this.codeLabel.TabIndex = 4;
|
---|
| 95 | this.codeLabel.Text = "Code:";
|
---|
| 96 | //
|
---|
| 97 | // columnValueLabel
|
---|
| 98 | //
|
---|
| 99 | this.columnValueLabel.AutoSize = true;
|
---|
| 100 | this.columnValueLabel.Location = new System.Drawing.Point(65, 42);
|
---|
| 101 | this.columnValueLabel.Name = "columnValueLabel";
|
---|
| 102 | this.columnValueLabel.Size = new System.Drawing.Size(21, 13);
|
---|
| 103 | this.columnValueLabel.TabIndex = 3;
|
---|
| 104 | this.columnValueLabel.Text = "{0}";
|
---|
| 105 | //
|
---|
| 106 | // columnLabel
|
---|
| 107 | //
|
---|
| 108 | this.columnLabel.AutoSize = true;
|
---|
| 109 | this.columnLabel.Location = new System.Drawing.Point(6, 42);
|
---|
| 110 | this.columnLabel.Name = "columnLabel";
|
---|
| 111 | this.columnLabel.Size = new System.Drawing.Size(45, 13);
|
---|
| 112 | this.columnLabel.TabIndex = 2;
|
---|
| 113 | this.columnLabel.Text = "Column:";
|
---|
| 114 | //
|
---|
| 115 | // lineValueLabel
|
---|
| 116 | //
|
---|
| 117 | this.lineValueLabel.AutoSize = true;
|
---|
| 118 | this.lineValueLabel.Location = new System.Drawing.Point(65, 19);
|
---|
| 119 | this.lineValueLabel.Name = "lineValueLabel";
|
---|
| 120 | this.lineValueLabel.Size = new System.Drawing.Size(21, 13);
|
---|
| 121 | this.lineValueLabel.TabIndex = 1;
|
---|
| 122 | this.lineValueLabel.Text = "{0}";
|
---|
| 123 | //
|
---|
| 124 | // lineLabel
|
---|
| 125 | //
|
---|
| 126 | this.lineLabel.AutoSize = true;
|
---|
| 127 | this.lineLabel.Location = new System.Drawing.Point(6, 19);
|
---|
| 128 | this.lineLabel.Name = "lineLabel";
|
---|
| 129 | this.lineLabel.Size = new System.Drawing.Size(30, 13);
|
---|
| 130 | this.lineLabel.TabIndex = 0;
|
---|
| 131 | this.lineLabel.Text = "Line:";
|
---|
| 132 | //
|
---|
| 133 | // messageValueTextBox
|
---|
| 134 | //
|
---|
| 135 | this.messageValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 136 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 137 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 138 | this.messageValueTextBox.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 139 | this.messageValueTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
| 140 | this.messageValueTextBox.Location = new System.Drawing.Point(68, 88);
|
---|
| 141 | this.messageValueTextBox.Multiline = true;
|
---|
| 142 | this.messageValueTextBox.Name = "messageValueTextBox";
|
---|
| 143 | this.messageValueTextBox.ReadOnly = true;
|
---|
| 144 | this.messageValueTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
---|
| 145 | this.messageValueTextBox.Size = new System.Drawing.Size(486, 118);
|
---|
| 146 | this.messageValueTextBox.TabIndex = 7;
|
---|
| 147 | this.messageValueTextBox.Text = "{0}";
|
---|
| 148 | //
|
---|
| 149 | // infoTextBox
|
---|
| 150 | //
|
---|
| 151 | this.infoTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 152 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 153 | this.infoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
| 154 | this.infoTextBox.Cursor = System.Windows.Forms.Cursors.Default;
|
---|
| 155 | this.infoTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 156 | this.infoTextBox.Location = new System.Drawing.Point(48, 17);
|
---|
| 157 | this.infoTextBox.Name = "infoTextBox";
|
---|
| 158 | this.infoTextBox.ReadOnly = true;
|
---|
| 159 | this.infoTextBox.Size = new System.Drawing.Size(524, 13);
|
---|
| 160 | this.infoTextBox.TabIndex = 2;
|
---|
| 161 | this.infoTextBox.Text = "{0} was generated during compilation.";
|
---|
| 162 | //
|
---|
| 163 | // okButton
|
---|
| 164 | //
|
---|
| 165 | this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 166 | this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
| 167 | this.okButton.Location = new System.Drawing.Point(497, 260);
|
---|
| 168 | this.okButton.Name = "okButton";
|
---|
| 169 | this.okButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 170 | this.okButton.TabIndex = 0;
|
---|
| 171 | this.okButton.Text = "&OK";
|
---|
| 172 | this.okButton.UseVisualStyleBackColor = true;
|
---|
| 173 | //
|
---|
| 174 | // CompilerErrorDialog
|
---|
| 175 | //
|
---|
| 176 | this.AcceptButton = this.okButton;
|
---|
| 177 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
| 178 | this.CancelButton = this.okButton;
|
---|
| 179 | this.ClientSize = new System.Drawing.Size(584, 295);
|
---|
| 180 | this.Controls.Add(this.okButton);
|
---|
| 181 | this.Controls.Add(this.infoTextBox);
|
---|
| 182 | this.Controls.Add(this.detailsGroupBox);
|
---|
| 183 | this.Controls.Add(this.iconLabel);
|
---|
| 184 | this.MaximizeBox = false;
|
---|
| 185 | this.MinimizeBox = false;
|
---|
| 186 | this.Name = "CompilerErrorDialog";
|
---|
| 187 | this.ShowInTaskbar = false;
|
---|
| 188 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
| 189 | this.Text = "{0}";
|
---|
| 190 | this.detailsGroupBox.ResumeLayout(false);
|
---|
| 191 | this.detailsGroupBox.PerformLayout();
|
---|
| 192 | this.ResumeLayout(false);
|
---|
| 193 | this.PerformLayout();
|
---|
| 194 |
|
---|
| 195 | }
|
---|
| 196 |
|
---|
| 197 | #endregion
|
---|
| 198 |
|
---|
| 199 | private System.Windows.Forms.Label iconLabel;
|
---|
| 200 | private System.Windows.Forms.GroupBox detailsGroupBox;
|
---|
| 201 | private System.Windows.Forms.TextBox messageValueTextBox;
|
---|
| 202 | private System.Windows.Forms.Label lineLabel;
|
---|
| 203 | private System.Windows.Forms.Label columnLabel;
|
---|
| 204 | private System.Windows.Forms.Label lineValueLabel;
|
---|
| 205 | private System.Windows.Forms.Label codeLabel;
|
---|
| 206 | private System.Windows.Forms.Label columnValueLabel;
|
---|
| 207 | private System.Windows.Forms.LinkLabel codeValueLinkLabel;
|
---|
| 208 | private System.Windows.Forms.Label messageLabel;
|
---|
| 209 | private System.Windows.Forms.TextBox infoTextBox;
|
---|
| 210 | private System.Windows.Forms.Button okButton;
|
---|
| 211 | }
|
---|
| 212 | } |
---|