Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/07/09 11:27:34 (15 years ago)
Author:
mkommend
Message:

added ability for toolstripitems to listen for specific events (ticket #716)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.Test/3.2/EditorView.Designer.cs

    r2250 r2254  
    2525    private void InitializeComponent() {
    2626      this.label1 = new System.Windows.Forms.Label();
     27      this.ChangeStateButton = new System.Windows.Forms.Button();
    2728      this.SuspendLayout();
    2829      //
     
    3738      this.label1.Text = "EditorForm";
    3839      //
     40      // ChangeStateButton
     41      //
     42      this.ChangeStateButton.Location = new System.Drawing.Point(34, 100);
     43      this.ChangeStateButton.Name = "ChangeStateButton";
     44      this.ChangeStateButton.Size = new System.Drawing.Size(75, 23);
     45      this.ChangeStateButton.TabIndex = 1;
     46      this.ChangeStateButton.Text = "ChangeState";
     47      this.ChangeStateButton.UseVisualStyleBackColor = true;
     48      this.ChangeStateButton.Click += new System.EventHandler(this.ChangeStateButton_Click);
     49      //
    3950      // EditorView
    4051      //
    4152      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    4253      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     54      this.Controls.Add(this.ChangeStateButton);
    4355      this.Controls.Add(this.label1);
    4456      this.ForeColor = System.Drawing.SystemColors.ControlText;
     
    5264
    5365    private System.Windows.Forms.Label label1;
     66    private System.Windows.Forms.Button ChangeStateButton;
    5467  }
    5568}
Note: See TracChangeset for help on using the changeset viewer.