Changeset 7375 for branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/Views/RefreshableLightweightUserView.Designer.cs
- Timestamp:
- 01/19/12 17:51:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/Views/RefreshableLightweightUserView.Designer.cs
r7368 r7375 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 this.refreshButton = new System.Windows.Forms.Button(); 27 this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 26 this.lightweightUserView = new HeuristicLab.Clients.Access.Views.LightweightUserView(); 28 27 this.SuspendLayout(); 29 28 // 30 // refreshButton29 // lightweightUserView 31 30 // 32 this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 33 this.refreshButton.Location = new System.Drawing.Point(3, 3); 34 this.refreshButton.Name = "refreshButton"; 35 this.refreshButton.Size = new System.Drawing.Size(24, 24); 36 this.refreshButton.TabIndex = 1; 37 this.refreshButton.UseVisualStyleBackColor = true; 38 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); 39 // 40 // viewHost 41 // 42 this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 31 this.lightweightUserView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 43 32 | System.Windows.Forms.AnchorStyles.Left) 44 33 | System.Windows.Forms.AnchorStyles.Right))); 45 this.viewHost.Caption = "View"; 46 this.viewHost.Content = null; 47 this.viewHost.Enabled = false; 48 this.viewHost.Location = new System.Drawing.Point(3, 33); 49 this.viewHost.Name = "viewHost"; 50 this.viewHost.ReadOnly = false; 51 this.viewHost.Size = new System.Drawing.Size(500, 218); 52 this.viewHost.TabIndex = 2; 53 this.viewHost.ViewsLabelVisible = true; 54 this.viewHost.ViewType = null; 34 this.lightweightUserView.Caption = "LightweightUser View"; 35 this.lightweightUserView.Content = null; 36 this.lightweightUserView.Location = new System.Drawing.Point(3, 33); 37 this.lightweightUserView.Name = "lightweightUserView"; 38 this.lightweightUserView.ReadOnly = false; 39 this.lightweightUserView.Size = new System.Drawing.Size(500, 218); 40 this.lightweightUserView.TabIndex = 2; 41 this.lightweightUserView.SelectedUsersChanged += new System.EventHandler(this.lightweightUserView_SelectedUsersChanged); 55 42 // 56 // Refreshable View43 // RefreshableLightweightUserView 57 44 // 58 45 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 59 46 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 60 this.Controls.Add(this. viewHost);61 this. Controls.Add(this.refreshButton);62 this. Name = "RefreshableView";63 this. Size = new System.Drawing.Size(506, 254);47 this.Controls.Add(this.lightweightUserView); 48 this.Name = "RefreshableLightweightUserView"; 49 this.Controls.SetChildIndex(this.lightweightUserView, 0); 50 this.Controls.SetChildIndex(this.refreshButton, 0); 64 51 this.ResumeLayout(false); 65 52 … … 68 55 #endregion 69 56 70 private System.Windows.Forms.Button refreshButton; 71 private MainForm.WindowsForms.ViewHost viewHost; 57 private LightweightUserView lightweightUserView; 72 58 } 73 59 }
Note: See TracChangeset
for help on using the changeset viewer.