Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/02/09 17:12:35 (15 years ago)
Author:
dwagner
Message:

Use DataRowChanged event instead of ApplyChangesToRow Method.
Moved OptionsDialog files to Options subfolder. (#497)

Location:
trunk/sources/HeuristicLab.Visualization/Options
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/Options

    • Property svn:ignore set to
      *.bak
  • trunk/sources/HeuristicLab.Visualization/Options/OptionsDialog.Designer.cs

    r1195 r1237  
    3737      this.label3 = new System.Windows.Forms.Label();
    3838      this.tabPage2 = new System.Windows.Forms.TabPage();
     39      this.labelposition = new System.Windows.Forms.Label();
    3940      this.cbLabelPosition = new System.Windows.Forms.ComboBox();
    4041      this.OptionsDialogCancelButton = new System.Windows.Forms.Button();
    4142      this.OptionsDialogOkButton = new System.Windows.Forms.Button();
    42       this.labelposition = new System.Windows.Forms.Label();
     43      this.OptionsDialogApplyBtn = new System.Windows.Forms.Button();
    4344      this.Optionstabs.SuspendLayout();
    4445      this.tabPage1.SuspendLayout();
     
    8283      this.OptionsDialogSelectColorBt.Text = "Select";
    8384      this.OptionsDialogSelectColorBt.UseVisualStyleBackColor = true;
    84       this.OptionsDialogSelectColorBt.Click += new System.EventHandler(this.button1_Click);
     85      this.OptionsDialogSelectColorBt.Click += new System.EventHandler(this.OptionsDialogSelectColorBtn_Click);
    8586      //
    8687      // ColorPreviewTB
     
    103104      // LinestyleCB
    104105      //
     106      this.LinestyleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    105107      this.LinestyleCB.FormattingEnabled = true;
    106108      this.LinestyleCB.Location = new System.Drawing.Point(146, 73);
     
    120122      // LineSelectCB
    121123      //
     124      this.LineSelectCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    122125      this.LineSelectCB.FormattingEnabled = true;
    123126      this.LineSelectCB.Location = new System.Drawing.Point(146, 30);
     
    150153      // LineThicknessCB
    151154      //
     155      this.LineThicknessCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    152156      this.LineThicknessCB.FormattingEnabled = true;
    153157      this.LineThicknessCB.Location = new System.Drawing.Point(142, 46);
     
    177181      this.tabPage2.UseVisualStyleBackColor = true;
    178182      //
     183      // labelposition
     184      //
     185      this.labelposition.AutoSize = true;
     186      this.labelposition.Location = new System.Drawing.Point(8, 38);
     187      this.labelposition.Name = "labelposition";
     188      this.labelposition.Size = new System.Drawing.Size(72, 13);
     189      this.labelposition.TabIndex = 1;
     190      this.labelposition.Text = "Labelposition:";
     191      //
    179192      // cbLabelPosition
    180193      //
     194      this.cbLabelPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    181195      this.cbLabelPosition.FormattingEnabled = true;
    182196      this.cbLabelPosition.Items.AddRange(new object[] {
     
    202216      // OptionsDialogOkButton
    203217      //
    204       this.OptionsDialogOkButton.Location = new System.Drawing.Point(132, 232);
     218      this.OptionsDialogOkButton.Location = new System.Drawing.Point(43, 232);
    205219      this.OptionsDialogOkButton.Name = "OptionsDialogOkButton";
    206220      this.OptionsDialogOkButton.Size = new System.Drawing.Size(75, 23);
     
    210224      this.OptionsDialogOkButton.Click += new System.EventHandler(this.OptionsDialogOkButton_Click);
    211225      //
    212       // labelposition
    213       //
    214       this.labelposition.AutoSize = true;
    215       this.labelposition.Location = new System.Drawing.Point(8, 38);
    216       this.labelposition.Name = "labelposition";
    217       this.labelposition.Size = new System.Drawing.Size(72, 13);
    218       this.labelposition.TabIndex = 1;
    219       this.labelposition.Text = "Labelposition:";
     226      // OptionsDialogApplyBtn
     227      //
     228      this.OptionsDialogApplyBtn.Location = new System.Drawing.Point(128, 231);
     229      this.OptionsDialogApplyBtn.Name = "OptionsDialogApplyBtn";
     230      this.OptionsDialogApplyBtn.Size = new System.Drawing.Size(75, 23);
     231      this.OptionsDialogApplyBtn.TabIndex = 3;
     232      this.OptionsDialogApplyBtn.Text = "Apply";
     233      this.OptionsDialogApplyBtn.UseVisualStyleBackColor = true;
     234      this.OptionsDialogApplyBtn.Click += new System.EventHandler(this.OptionsDialogApplyBtn_Click);
    220235      //
    221236      // OptionsDialog
     
    224239      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    225240      this.ClientSize = new System.Drawing.Size(292, 266);
     241      this.Controls.Add(this.OptionsDialogApplyBtn);
    226242      this.Controls.Add(this.OptionsDialogOkButton);
    227243      this.Controls.Add(this.OptionsDialogCancelButton);
     
    262278    private System.Windows.Forms.ComboBox cbLabelPosition;
    263279    private System.Windows.Forms.Label labelposition;
     280    private System.Windows.Forms.Button OptionsDialogApplyBtn;
    264281  }
    265282}
Note: See TracChangeset for help on using the changeset viewer.