Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/11 05:53:22 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/CombinedFilterView.Designer.cs

    r5289 r5301  
    9898      this.label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    9999                  | System.Windows.Forms.AnchorStyles.Left)));
     100      this.label.BackColor = System.Drawing.Color.NavajoWhite;
    100101      this.label.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    101       this.label.Location = new System.Drawing.Point(3, 0);
     102      this.label.Location = new System.Drawing.Point(3, 31);
    102103      this.label.Name = "label";
    103       this.label.Size = new System.Drawing.Size(20, 327);
     104      this.label.Size = new System.Drawing.Size(15, 296);
    104105      this.label.TabIndex = 0;
    105106      this.label.Text = "L\r\nA\r\nB\r\nE\r\nL\r\n";
    106       this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     107      this.label.TextAlign = System.Drawing.ContentAlignment.TopCenter;
    107108      //
    108109      // CombinedFilterView
     
    110111      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    111112      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     113      this.AutoScroll = true;
    112114      this.Controls.Add(this.tableLayoutPanel);
    113115      this.Controls.Add(this.label);
Note: See TracChangeset for help on using the changeset viewer.