[2040] | 1 | namespace HeuristicLab.Visualization.Options {
|
---|
| 2 | partial class AddLineDialog {
|
---|
| 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.btnAddLineDialogCancel = new System.Windows.Forms.Button();
|
---|
| 27 | this.btnAddLineDialogOk = new System.Windows.Forms.Button();
|
---|
| 28 | this.lblAddLineDialogLabel = new System.Windows.Forms.Label();
|
---|
| 29 | this.lblAddLineDialogGeneralType = new System.Windows.Forms.Label();
|
---|
| 30 | this.lblAddLineDialogSubtype = new System.Windows.Forms.Label();
|
---|
| 31 | this.lblAddLineDialogYAxis = new System.Windows.Forms.Label();
|
---|
| 32 | this.clbAddLineDialogAggregatorLines = new System.Windows.Forms.CheckedListBox();
|
---|
| 33 | this.txtAddLineDialogLabel = new System.Windows.Forms.TextBox();
|
---|
| 34 | this.cbAddLineDialogGeneralType = new System.Windows.Forms.ComboBox();
|
---|
| 35 | this.cbAddLineDialogSubtype = new System.Windows.Forms.ComboBox();
|
---|
| 36 | this.cbAddLineDialogYAxis = new System.Windows.Forms.ComboBox();
|
---|
| 37 | this.SuspendLayout();
|
---|
| 38 | //
|
---|
| 39 | // btnAddLineDialogCancel
|
---|
| 40 | //
|
---|
| 41 | this.btnAddLineDialogCancel.Location = new System.Drawing.Point(113, 231);
|
---|
| 42 | this.btnAddLineDialogCancel.Name = "btnAddLineDialogCancel";
|
---|
| 43 | this.btnAddLineDialogCancel.Size = new System.Drawing.Size(75, 23);
|
---|
| 44 | this.btnAddLineDialogCancel.TabIndex = 0;
|
---|
| 45 | this.btnAddLineDialogCancel.Text = "Cancel";
|
---|
| 46 | this.btnAddLineDialogCancel.UseVisualStyleBackColor = true;
|
---|
| 47 | this.btnAddLineDialogCancel.Click += new System.EventHandler(this.btnAddLineDialogCancel_Click);
|
---|
| 48 | //
|
---|
| 49 | // btnAddLineDialogOk
|
---|
| 50 | //
|
---|
| 51 | this.btnAddLineDialogOk.Location = new System.Drawing.Point(195, 231);
|
---|
| 52 | this.btnAddLineDialogOk.Name = "btnAddLineDialogOk";
|
---|
| 53 | this.btnAddLineDialogOk.Size = new System.Drawing.Size(75, 23);
|
---|
| 54 | this.btnAddLineDialogOk.TabIndex = 1;
|
---|
| 55 | this.btnAddLineDialogOk.Text = "OK";
|
---|
| 56 | this.btnAddLineDialogOk.UseVisualStyleBackColor = true;
|
---|
| 57 | this.btnAddLineDialogOk.Click += new System.EventHandler(this.btnAddLineDialogOk_Click);
|
---|
| 58 | //
|
---|
| 59 | // lblAddLineDialogLabel
|
---|
| 60 | //
|
---|
| 61 | this.lblAddLineDialogLabel.AutoSize = true;
|
---|
| 62 | this.lblAddLineDialogLabel.Location = new System.Drawing.Point(13, 13);
|
---|
| 63 | this.lblAddLineDialogLabel.Name = "lblAddLineDialogLabel";
|
---|
| 64 | this.lblAddLineDialogLabel.Size = new System.Drawing.Size(33, 13);
|
---|
| 65 | this.lblAddLineDialogLabel.TabIndex = 2;
|
---|
| 66 | this.lblAddLineDialogLabel.Text = "Label";
|
---|
| 67 | //
|
---|
| 68 | // lblAddLineDialogGeneralType
|
---|
| 69 | //
|
---|
| 70 | this.lblAddLineDialogGeneralType.AutoSize = true;
|
---|
| 71 | this.lblAddLineDialogGeneralType.Location = new System.Drawing.Point(13, 43);
|
---|
| 72 | this.lblAddLineDialogGeneralType.Name = "lblAddLineDialogGeneralType";
|
---|
| 73 | this.lblAddLineDialogGeneralType.Size = new System.Drawing.Size(71, 13);
|
---|
| 74 | this.lblAddLineDialogGeneralType.TabIndex = 3;
|
---|
| 75 | this.lblAddLineDialogGeneralType.Text = "General Type";
|
---|
| 76 | //
|
---|
| 77 | // lblAddLineDialogSubtype
|
---|
| 78 | //
|
---|
| 79 | this.lblAddLineDialogSubtype.AutoSize = true;
|
---|
| 80 | this.lblAddLineDialogSubtype.Location = new System.Drawing.Point(13, 74);
|
---|
| 81 | this.lblAddLineDialogSubtype.Name = "lblAddLineDialogSubtype";
|
---|
| 82 | this.lblAddLineDialogSubtype.Size = new System.Drawing.Size(46, 13);
|
---|
| 83 | this.lblAddLineDialogSubtype.TabIndex = 4;
|
---|
| 84 | this.lblAddLineDialogSubtype.Text = "Subtype";
|
---|
| 85 | //
|
---|
| 86 | // lblAddLineDialogYAxis
|
---|
| 87 | //
|
---|
| 88 | this.lblAddLineDialogYAxis.AutoSize = true;
|
---|
| 89 | this.lblAddLineDialogYAxis.Location = new System.Drawing.Point(13, 106);
|
---|
| 90 | this.lblAddLineDialogYAxis.Name = "lblAddLineDialogYAxis";
|
---|
| 91 | this.lblAddLineDialogYAxis.Size = new System.Drawing.Size(33, 13);
|
---|
| 92 | this.lblAddLineDialogYAxis.TabIndex = 5;
|
---|
| 93 | this.lblAddLineDialogYAxis.Text = "YAxis";
|
---|
| 94 | //
|
---|
| 95 | // clbAddLineDialogAggregatorLines
|
---|
| 96 | //
|
---|
| 97 | this.clbAddLineDialogAggregatorLines.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 98 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 99 | this.clbAddLineDialogAggregatorLines.FormattingEnabled = true;
|
---|
| 100 | this.clbAddLineDialogAggregatorLines.Location = new System.Drawing.Point(113, 137);
|
---|
| 101 | this.clbAddLineDialogAggregatorLines.Name = "clbAddLineDialogAggregatorLines";
|
---|
| 102 | this.clbAddLineDialogAggregatorLines.Size = new System.Drawing.Size(157, 79);
|
---|
| 103 | this.clbAddLineDialogAggregatorLines.TabIndex = 6;
|
---|
| 104 | //
|
---|
| 105 | // txtAddLineDialogLabel
|
---|
| 106 | //
|
---|
| 107 | this.txtAddLineDialogLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 108 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 109 | this.txtAddLineDialogLabel.Location = new System.Drawing.Point(113, 5);
|
---|
| 110 | this.txtAddLineDialogLabel.Name = "txtAddLineDialogLabel";
|
---|
| 111 | this.txtAddLineDialogLabel.Size = new System.Drawing.Size(157, 20);
|
---|
| 112 | this.txtAddLineDialogLabel.TabIndex = 7;
|
---|
| 113 | this.txtAddLineDialogLabel.Text = "New Line";
|
---|
| 114 | //
|
---|
| 115 | // cbAddLineDialogGeneralType
|
---|
| 116 | //
|
---|
| 117 | this.cbAddLineDialogGeneralType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 118 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 119 | this.cbAddLineDialogGeneralType.FormattingEnabled = true;
|
---|
| 120 | this.cbAddLineDialogGeneralType.Items.AddRange(new object[] {
|
---|
| 121 | "DataLine",
|
---|
| 122 | "Aggregator"});
|
---|
| 123 | this.cbAddLineDialogGeneralType.Location = new System.Drawing.Point(113, 35);
|
---|
| 124 | this.cbAddLineDialogGeneralType.Name = "cbAddLineDialogGeneralType";
|
---|
| 125 | this.cbAddLineDialogGeneralType.Size = new System.Drawing.Size(157, 21);
|
---|
| 126 | this.cbAddLineDialogGeneralType.TabIndex = 8;
|
---|
| 127 | this.cbAddLineDialogGeneralType.SelectedIndexChanged += new System.EventHandler(this.cbAddLineDialogGeneralType_SelectedIndexChanged);
|
---|
| 128 | //
|
---|
| 129 | // cbAddLineDialogSubtype
|
---|
| 130 | //
|
---|
| 131 | this.cbAddLineDialogSubtype.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 132 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 133 | this.cbAddLineDialogSubtype.FormattingEnabled = true;
|
---|
| 134 | this.cbAddLineDialogSubtype.Location = new System.Drawing.Point(113, 66);
|
---|
| 135 | this.cbAddLineDialogSubtype.Name = "cbAddLineDialogSubtype";
|
---|
| 136 | this.cbAddLineDialogSubtype.Size = new System.Drawing.Size(157, 21);
|
---|
| 137 | this.cbAddLineDialogSubtype.TabIndex = 9;
|
---|
| 138 | //
|
---|
| 139 | // cbAddLineDialogYAxis
|
---|
| 140 | //
|
---|
| 141 | this.cbAddLineDialogYAxis.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 142 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 143 | this.cbAddLineDialogYAxis.FormattingEnabled = true;
|
---|
| 144 | this.cbAddLineDialogYAxis.Location = new System.Drawing.Point(113, 97);
|
---|
| 145 | this.cbAddLineDialogYAxis.Name = "cbAddLineDialogYAxis";
|
---|
| 146 | this.cbAddLineDialogYAxis.Size = new System.Drawing.Size(157, 21);
|
---|
| 147 | this.cbAddLineDialogYAxis.TabIndex = 10;
|
---|
| 148 | //
|
---|
| 149 | // AddLineDialog
|
---|
| 150 | //
|
---|
| 151 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 152 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 153 | this.ClientSize = new System.Drawing.Size(292, 266);
|
---|
| 154 | this.Controls.Add(this.cbAddLineDialogYAxis);
|
---|
| 155 | this.Controls.Add(this.cbAddLineDialogSubtype);
|
---|
| 156 | this.Controls.Add(this.cbAddLineDialogGeneralType);
|
---|
| 157 | this.Controls.Add(this.txtAddLineDialogLabel);
|
---|
| 158 | this.Controls.Add(this.clbAddLineDialogAggregatorLines);
|
---|
| 159 | this.Controls.Add(this.lblAddLineDialogYAxis);
|
---|
| 160 | this.Controls.Add(this.lblAddLineDialogSubtype);
|
---|
| 161 | this.Controls.Add(this.lblAddLineDialogGeneralType);
|
---|
| 162 | this.Controls.Add(this.lblAddLineDialogLabel);
|
---|
| 163 | this.Controls.Add(this.btnAddLineDialogOk);
|
---|
| 164 | this.Controls.Add(this.btnAddLineDialogCancel);
|
---|
| 165 | this.Name = "AddLineDialog";
|
---|
| 166 | this.Text = "AddLineDialog";
|
---|
| 167 | this.Load += new System.EventHandler(this.AddLineDialog_Load);
|
---|
| 168 | this.ResumeLayout(false);
|
---|
| 169 | this.PerformLayout();
|
---|
| 170 |
|
---|
| 171 | }
|
---|
| 172 |
|
---|
| 173 | #endregion
|
---|
| 174 |
|
---|
| 175 | private System.Windows.Forms.Button btnAddLineDialogCancel;
|
---|
| 176 | private System.Windows.Forms.Button btnAddLineDialogOk;
|
---|
| 177 | private System.Windows.Forms.Label lblAddLineDialogLabel;
|
---|
| 178 | private System.Windows.Forms.Label lblAddLineDialogGeneralType;
|
---|
| 179 | private System.Windows.Forms.Label lblAddLineDialogSubtype;
|
---|
| 180 | private System.Windows.Forms.Label lblAddLineDialogYAxis;
|
---|
| 181 | private System.Windows.Forms.CheckedListBox clbAddLineDialogAggregatorLines;
|
---|
| 182 | private System.Windows.Forms.TextBox txtAddLineDialogLabel;
|
---|
| 183 | private System.Windows.Forms.ComboBox cbAddLineDialogGeneralType;
|
---|
| 184 | private System.Windows.Forms.ComboBox cbAddLineDialogSubtype;
|
---|
| 185 | private System.Windows.Forms.ComboBox cbAddLineDialogYAxis;
|
---|
| 186 | }
|
---|
| 187 | } |
---|