1 | namespace HeuristicLab.Problems.Modifiers.Views {
|
---|
2 | partial class ProjectResourcesValueView {
|
---|
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.hiveProjectSelector = new HeuristicLab.Clients.Hive.JobManager.Views.HiveProjectSelector();
|
---|
27 | this.refreshButton = new System.Windows.Forms.Button();
|
---|
28 | this.SuspendLayout();
|
---|
29 | //
|
---|
30 | // hiveProjectSelector
|
---|
31 | //
|
---|
32 | this.hiveProjectSelector.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)));
|
---|
35 | this.hiveProjectSelector.Caption = "Hive Project Selector View";
|
---|
36 | this.hiveProjectSelector.Content = null;
|
---|
37 | this.hiveProjectSelector.JobId = new System.Guid("00000000-0000-0000-0000-000000000000");
|
---|
38 | this.hiveProjectSelector.Location = new System.Drawing.Point(0, 32);
|
---|
39 | this.hiveProjectSelector.Name = "hiveProjectSelector";
|
---|
40 | this.hiveProjectSelector.ProjectId = null;
|
---|
41 | this.hiveProjectSelector.ReadOnly = false;
|
---|
42 | this.hiveProjectSelector.SelectedProject = null;
|
---|
43 | this.hiveProjectSelector.SelectedProjectId = null;
|
---|
44 | this.hiveProjectSelector.SelectedResourceIds = null;
|
---|
45 | this.hiveProjectSelector.Size = new System.Drawing.Size(432, 512);
|
---|
46 | this.hiveProjectSelector.TabIndex = 0;
|
---|
47 | this.hiveProjectSelector.SelectedProjectChanged += new System.EventHandler(this.hiveProjectSelector_SelectedProjectChanged);
|
---|
48 | this.hiveProjectSelector.AssignedResourcesChanged += new System.EventHandler(this.hiveProjectSelector_AssignedResourcesChanged);
|
---|
49 | //
|
---|
50 | // refreshButton
|
---|
51 | //
|
---|
52 | this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
53 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
54 | this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
55 | this.refreshButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
56 | this.refreshButton.Location = new System.Drawing.Point(3, 3);
|
---|
57 | this.refreshButton.Name = "refreshButton";
|
---|
58 | this.refreshButton.Size = new System.Drawing.Size(426, 23);
|
---|
59 | this.refreshButton.TabIndex = 1;
|
---|
60 | this.refreshButton.Text = "Refresh";
|
---|
61 | this.refreshButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
62 | this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
63 | this.refreshButton.UseVisualStyleBackColor = true;
|
---|
64 | this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
|
---|
65 | //
|
---|
66 | // ProjectResourcesValueView
|
---|
67 | //
|
---|
68 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
69 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
70 | this.Controls.Add(this.refreshButton);
|
---|
71 | this.Controls.Add(this.hiveProjectSelector);
|
---|
72 | this.Name = "ProjectResourcesValueView";
|
---|
73 | this.Size = new System.Drawing.Size(432, 544);
|
---|
74 | this.ResumeLayout(false);
|
---|
75 |
|
---|
76 | }
|
---|
77 |
|
---|
78 | #endregion
|
---|
79 |
|
---|
80 | private Clients.Hive.JobManager.Views.HiveProjectSelector hiveProjectSelector;
|
---|
81 | private System.Windows.Forms.Button refreshButton;
|
---|
82 | }
|
---|
83 | }
|
---|