Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.Designer.cs @ 7910

Last change on this file since 7910 was 7910, checked in by jkarder, 12 years ago

#1711:

  • added resource selection dialog
  • added extension method that returns all descendants of a TreeNode
  • relaxed service access permissions
File size: 7.9 KB
Line 
1namespace HeuristicLab.Clients.Hive.JobManager.Views {
2  partial class HiveResourceSelector {
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      this.components = new System.ComponentModel.Container();
27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveResourceSelector));
28      this.resourcesGroupBox = new System.Windows.Forms.GroupBox();
29      this.splitContainer = new System.Windows.Forms.SplitContainer();
30      this.resourcesTreeView = new System.Windows.Forms.TreeView();
31      this.imageList = new System.Windows.Forms.ImageList(this.components);
32      this.searchLabel = new System.Windows.Forms.Label();
33      this.searchTextBox = new System.Windows.Forms.TextBox();
34      this.descriptionTextBox = new System.Windows.Forms.TextBox();
35      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
36      this.resourcesGroupBox.SuspendLayout();
37      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
38      this.splitContainer.Panel1.SuspendLayout();
39      this.splitContainer.Panel2.SuspendLayout();
40      this.splitContainer.SuspendLayout();
41      this.SuspendLayout();
42      //
43      // resourcesGroupBox
44      //
45      this.resourcesGroupBox.Controls.Add(this.splitContainer);
46      this.resourcesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
47      this.resourcesGroupBox.Location = new System.Drawing.Point(0, 0);
48      this.resourcesGroupBox.Name = "resourcesGroupBox";
49      this.resourcesGroupBox.Size = new System.Drawing.Size(308, 365);
50      this.resourcesGroupBox.TabIndex = 0;
51      this.resourcesGroupBox.TabStop = false;
52      this.resourcesGroupBox.Text = "Available Resources";
53      //
54      // splitContainer
55      //
56      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
57      this.splitContainer.Location = new System.Drawing.Point(3, 16);
58      this.splitContainer.Name = "splitContainer";
59      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
60      //
61      // splitContainer.Panel1
62      //
63      this.splitContainer.Panel1.Controls.Add(this.resourcesTreeView);
64      this.splitContainer.Panel1.Controls.Add(this.searchLabel);
65      this.splitContainer.Panel1.Controls.Add(this.searchTextBox);
66      //
67      // splitContainer.Panel2
68      //
69      this.splitContainer.Panel2.Controls.Add(this.descriptionTextBox);
70      this.splitContainer.Size = new System.Drawing.Size(302, 346);
71      this.splitContainer.SplitterDistance = 219;
72      this.splitContainer.TabIndex = 0;
73      //
74      // resourcesTreeView
75      //
76      this.resourcesTreeView.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      this.resourcesTreeView.CheckBoxes = true;
80      this.resourcesTreeView.HideSelection = false;
81      this.resourcesTreeView.ImageIndex = 0;
82      this.resourcesTreeView.ImageList = this.imageList;
83      this.resourcesTreeView.Location = new System.Drawing.Point(3, 29);
84      this.resourcesTreeView.Name = "resourcesTreeView";
85      this.resourcesTreeView.SelectedImageIndex = 0;
86      this.resourcesTreeView.ShowNodeToolTips = true;
87      this.resourcesTreeView.Size = new System.Drawing.Size(296, 196);
88      this.resourcesTreeView.TabIndex = 2;
89      this.resourcesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.resourcesTreeView_AfterCheck);
90      this.resourcesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.resourcesTreeView_AfterSelect);
91      //
92      // imageList
93      //
94      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
95      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
96      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
97      //
98      // searchLabel
99      //
100      this.searchLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
101      this.searchLabel.Location = new System.Drawing.Point(3, 3);
102      this.searchLabel.Name = "searchLabel";
103      this.searchLabel.Size = new System.Drawing.Size(20, 20);
104      this.searchLabel.TabIndex = 0;
105      this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for resources");
106      //
107      // searchTextBox
108      //
109      this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110            | System.Windows.Forms.AnchorStyles.Right)));
111      this.searchTextBox.Location = new System.Drawing.Point(29, 3);
112      this.searchTextBox.Name = "searchTextBox";
113      this.searchTextBox.Size = new System.Drawing.Size(270, 20);
114      this.searchTextBox.TabIndex = 1;
115      this.toolTip.SetToolTip(this.searchTextBox, "Enter string to search for resources");
116      this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
117      //
118      // descriptionTextBox
119      //
120      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
121            | System.Windows.Forms.AnchorStyles.Left)
122            | System.Windows.Forms.AnchorStyles.Right)));
123      this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F);
124      this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
125      this.descriptionTextBox.Multiline = true;
126      this.descriptionTextBox.Name = "descriptionTextBox";
127      this.descriptionTextBox.ReadOnly = true;
128      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
129      this.descriptionTextBox.Size = new System.Drawing.Size(296, 108);
130      this.descriptionTextBox.TabIndex = 0;
131      this.descriptionTextBox.WordWrap = false;
132      //
133      // HiveResourceSelector
134      //
135      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
136      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
137      this.Controls.Add(this.resourcesGroupBox);
138      this.Name = "HiveResourceSelector";
139      this.Size = new System.Drawing.Size(308, 365);
140      this.resourcesGroupBox.ResumeLayout(false);
141      this.splitContainer.Panel1.ResumeLayout(false);
142      this.splitContainer.Panel1.PerformLayout();
143      this.splitContainer.Panel2.ResumeLayout(false);
144      this.splitContainer.Panel2.PerformLayout();
145      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
146      this.splitContainer.ResumeLayout(false);
147      this.ResumeLayout(false);
148
149    }
150
151    #endregion
152
153    protected System.Windows.Forms.GroupBox resourcesGroupBox;
154    protected System.Windows.Forms.SplitContainer splitContainer;
155    protected System.Windows.Forms.Label searchLabel;
156    protected System.Windows.Forms.TextBox searchTextBox;
157    protected System.Windows.Forms.TreeView resourcesTreeView;
158    protected System.Windows.Forms.TextBox descriptionTextBox;
159    protected System.Windows.Forms.ImageList imageList;
160    protected System.Windows.Forms.ToolTip toolTip;
161
162  }
163}
Note: See TracBrowser for help on using the repository browser.