Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/13/09 19:07:53 (15 years ago)
Author:
shofstad
Message:

Legend implementation updated with position setting (#407)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/Options/OptionsDialog.Designer.cs

    r1337 r1342  
    3232      this.tabPage2 = new System.Windows.Forms.TabPage();
    3333      this.btnChangeLegendFont = new System.Windows.Forms.Button();
    34       this.labelposition = new System.Windows.Forms.Label();
    35       this.cbLabelPosition = new System.Windows.Forms.ComboBox();
     34      this.legendposition = new System.Windows.Forms.Label();
     35      this.cbLegendPosition = new System.Windows.Forms.ComboBox();
    3636      this.tabPage1 = new System.Windows.Forms.TabPage();
    3737      this.OptionsDialogSelectColorBt = new System.Windows.Forms.Button();
     
    113113      //
    114114      this.tabPage2.Controls.Add(this.btnChangeLegendFont);
    115       this.tabPage2.Controls.Add(this.labelposition);
    116       this.tabPage2.Controls.Add(this.cbLabelPosition);
     115      this.tabPage2.Controls.Add(this.legendposition);
     116      this.tabPage2.Controls.Add(this.cbLegendPosition);
    117117      this.tabPage2.Location = new System.Drawing.Point(4, 22);
    118118      this.tabPage2.Name = "tabPage2";
     
    133133      this.btnChangeLegendFont.Click += new System.EventHandler(this.btnChangeLegendFont_Click);
    134134      //
    135       // labelposition
    136       //
    137       this.labelposition.AutoSize = true;
    138       this.labelposition.Location = new System.Drawing.Point(3, 47);
    139       this.labelposition.Name = "labelposition";
    140       this.labelposition.Size = new System.Drawing.Size(72, 13);
    141       this.labelposition.TabIndex = 1;
    142       this.labelposition.Text = "Labelposition:";
    143       //
    144       // cbLabelPosition
    145       //
    146       this.cbLabelPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    147       this.cbLabelPosition.FormattingEnabled = true;
    148       this.cbLabelPosition.Items.AddRange(new object[] {
     135      // legendposition
     136      //
     137      this.legendposition.AutoSize = true;
     138      this.legendposition.Location = new System.Drawing.Point(8, 38);
     139      this.legendposition.Name = "legendposition";
     140      this.legendposition.Size = new System.Drawing.Size(82, 13);
     141      this.legendposition.TabIndex = 1;
     142      this.legendposition.Text = "Legendposition:";
     143      //
     144      // cbLegendPosition
     145      //
     146      this.cbLegendPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     147      this.cbLegendPosition.FormattingEnabled = true;
     148      this.cbLegendPosition.Items.AddRange(new object[] {
    149149            "left",
    150150            "right",
    151151            "top",
    152152            "bottom"});
    153       this.cbLabelPosition.Location = new System.Drawing.Point(81, 44);
    154       this.cbLabelPosition.Name = "cbLabelPosition";
    155       this.cbLabelPosition.Size = new System.Drawing.Size(121, 21);
    156       this.cbLabelPosition.TabIndex = 0;
     153      this.cbLegendPosition.Location = new System.Drawing.Point(96, 35);
     154      this.cbLegendPosition.Name = "cbLegendPosition";
     155      this.cbLegendPosition.Size = new System.Drawing.Size(121, 21);
     156      this.cbLegendPosition.TabIndex = 0;
     157      this.cbLegendPosition.SelectedIndexChanged += new System.EventHandler(this.cbLegendPosition_SelectedIndexChanged);
    157158      //
    158159      // tabPage1
     
    335336    private System.Windows.Forms.Button btnChangeTitleFont;
    336337    private System.Windows.Forms.TabPage tabPage2;
    337     private System.Windows.Forms.Label labelposition;
    338     private System.Windows.Forms.ComboBox cbLabelPosition;
    339338    private System.Windows.Forms.TabPage tabPage1;
    340339    private System.Windows.Forms.Button OptionsDialogSelectColorBt;
     
    346345    private System.Windows.Forms.GroupBox groupBox1;
    347346    private System.Windows.Forms.Label label4;
     347    private System.Windows.Forms.ComboBox cbLegendPosition;
     348    private System.Windows.Forms.Label legendposition;
    348349    private System.Windows.Forms.ComboBox LineThicknessCB;
    349350    private System.Windows.Forms.Label label3;
Note: See TracChangeset for help on using the changeset viewer.