Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Access.Administration/3.3/Views/RefreshableRoleSelectionListView.Designer.cs @ 8042

Last change on this file since 8042 was 8042, checked in by ascheibe, 12 years ago

#1648 integrated access service client parts into trunk

File size: 3.3 KB
RevLine 
[8042]1namespace HeuristicLab.Clients.Access.Administration {
2  partial class RefreshableRoleSelectionListView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableRoleSelectionListView));
27      this.storeButton = new System.Windows.Forms.Button();
28      this.roleSelectionListView = new HeuristicLab.Clients.Access.Administration.RoleSelectionListView();
29      this.SuspendLayout();
30      //
31      // storeButton
32      //
33      this.storeButton.Enabled = false;
34      this.storeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
35      this.storeButton.Location = new System.Drawing.Point(33, 3);
36      this.storeButton.Name = "storeButton";
37      this.storeButton.Size = new System.Drawing.Size(24, 24);
38      this.storeButton.TabIndex = 3;
39      this.storeButton.UseVisualStyleBackColor = true;
40      this.storeButton.Click += new System.EventHandler(this.storeButton_Click);
41      //
42      // roleSelectionListView
43      //
44      this.roleSelectionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
45                  | System.Windows.Forms.AnchorStyles.Left)
46                  | System.Windows.Forms.AnchorStyles.Right)));
47      this.roleSelectionListView.Caption = "RoleSelectionList View";
48      this.roleSelectionListView.Content = null;
49      this.roleSelectionListView.Location = new System.Drawing.Point(3, 33);
50      this.roleSelectionListView.Name = "roleSelectionListView";
51      this.roleSelectionListView.ReadOnly = false;
52      this.roleSelectionListView.Size = new System.Drawing.Size(559, 375);
53      this.roleSelectionListView.TabIndex = 4;
54      //
55      // RefreshableRoleSelectionListView
56      //
57      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
58      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
59      this.Controls.Add(this.storeButton);
60      this.Controls.Add(this.roleSelectionListView);
61      this.Name = "RefreshableRoleSelectionListView";
62      this.Size = new System.Drawing.Size(565, 411);
63      this.Controls.SetChildIndex(this.roleSelectionListView, 0);
64      this.Controls.SetChildIndex(this.storeButton, 0);
65      this.Controls.SetChildIndex(this.refreshButton, 0);
66      this.ResumeLayout(false);
67
68    }
69
70    #endregion
71
72    private System.Windows.Forms.Button storeButton;
73    private RoleSelectionListView roleSelectionListView;
74  }
75}
Note: See TracBrowser for help on using the repository browser.