Changeset 7893 for branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/RefreshableRoleListView.Designer.cs
- Timestamp:
- 05/24/12 11:22:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/RefreshableRoleListView.Designer.cs
r7848 r7893 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableRoleListView)); 26 27 this.roleListView = new HeuristicLab.Clients.Access.Administration.RoleListView(); 27 28 this.storeButton = new System.Windows.Forms.Button(); 28 29 this.SuspendLayout(); 29 30 // 30 // userListView31 // roleListView 31 32 // 32 33 this.roleListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 33 | System.Windows.Forms.AnchorStyles.Left)34 | System.Windows.Forms.AnchorStyles.Right)));34 | System.Windows.Forms.AnchorStyles.Left) 35 | System.Windows.Forms.AnchorStyles.Right))); 35 36 this.roleListView.Caption = "UserList View"; 36 37 this.roleListView.Content = null; 37 38 this.roleListView.Location = new System.Drawing.Point(3, 33); 38 this.roleListView.Name = " userListView";39 this.roleListView.Name = "roleListView"; 39 40 this.roleListView.ReadOnly = false; 40 41 this.roleListView.Size = new System.Drawing.Size(559, 375); … … 43 44 // storeButton 44 45 // 46 this.storeButton.Enabled = false; 47 this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; 45 48 this.storeButton.Location = new System.Drawing.Point(33, 3); 46 this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;47 49 this.storeButton.Name = "storeButton"; 48 50 this.storeButton.Size = new System.Drawing.Size(24, 24); … … 51 53 this.storeButton.Click += new System.EventHandler(this.storeButton_Click); 52 54 // 53 // Refreshable UserListView55 // RefreshableRoleListView 54 56 // 55 57 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); … … 57 59 this.Controls.Add(this.roleListView); 58 60 this.Controls.Add(this.storeButton); 59 this.Name = "Refreshable UserListView";61 this.Name = "RefreshableRoleListView"; 60 62 this.Size = new System.Drawing.Size(565, 411); 61 63 this.Controls.SetChildIndex(this.storeButton, 0);
Note: See TracChangeset
for help on using the changeset viewer.