Changeset 9907 for trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.designer.cs
- Timestamp:
- 08/23/13 17:52:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.designer.cs
r9894 r9907 35 35 /// </summary> 36 36 private void InitializeComponent() { 37 this.components = new System.ComponentModel.Container();38 37 this.progressBar = new System.Windows.Forms.ProgressBar(); 39 38 this.statusLabel = new System.Windows.Forms.Label(); … … 45 44 // progressBar 46 45 // 47 this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 48 46 this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 47 | System.Windows.Forms.AnchorStyles.Right))); 49 48 this.progressBar.Location = new System.Drawing.Point(3, 3); 50 49 this.progressBar.Name = "progressBar"; … … 55 54 // statusLabel 56 55 // 57 this.statusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 58 56 this.statusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 57 | System.Windows.Forms.AnchorStyles.Right))); 59 58 this.statusLabel.Location = new System.Drawing.Point(3, 33); 60 59 this.statusLabel.Name = "statusLabel"; … … 75 74 // panel 76 75 // 77 this.panel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 78 | System.Windows.Forms.AnchorStyles.Right))); 76 this.panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 77 | System.Windows.Forms.AnchorStyles.Left) 78 | System.Windows.Forms.AnchorStyles.Right))); 79 79 this.panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 80 80 this.panel.Controls.Add(this.progressBar); … … 94 94 this.panel.ResumeLayout(false); 95 95 this.ResumeLayout(false); 96 96 97 } 97 98
Note: See TracChangeset
for help on using the changeset viewer.