[7278] | 1 | namespace HeuristicLab.Clients.Hive.CloudManager.Views {
|
---|
| 2 | partial class HiveCloudManagerView {
|
---|
| 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() {
|
---|
[7281] | 26 | this.tabResources = new System.Windows.Forms.TabControl();
|
---|
| 27 | this.tabResource = new System.Windows.Forms.TabPage();
|
---|
[7317] | 28 | this.cloudResourcesView = new HeuristicLab.Clients.Hive.CloudManager.Views.CloudResourcesView();
|
---|
[7281] | 29 | this.tabResources.SuspendLayout();
|
---|
[7317] | 30 | this.tabResource.SuspendLayout();
|
---|
[7281] | 31 | this.SuspendLayout();
|
---|
| 32 | //
|
---|
| 33 | // tabResources
|
---|
| 34 | //
|
---|
[7324] | 35 | this.tabResources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 36 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7281] | 37 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 38 | this.tabResources.Controls.Add(this.tabResource);
|
---|
| 39 | this.tabResources.Location = new System.Drawing.Point(3, 3);
|
---|
| 40 | this.tabResources.Name = "tabResources";
|
---|
| 41 | this.tabResources.SelectedIndex = 0;
|
---|
| 42 | this.tabResources.Size = new System.Drawing.Size(739, 540);
|
---|
| 43 | this.tabResources.TabIndex = 0;
|
---|
| 44 | //
|
---|
| 45 | // tabResource
|
---|
| 46 | //
|
---|
[7317] | 47 | this.tabResource.Controls.Add(this.cloudResourcesView);
|
---|
[7281] | 48 | this.tabResource.Location = new System.Drawing.Point(4, 22);
|
---|
| 49 | this.tabResource.Name = "tabResource";
|
---|
| 50 | this.tabResource.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 51 | this.tabResource.Size = new System.Drawing.Size(731, 514);
|
---|
| 52 | this.tabResource.TabIndex = 0;
|
---|
| 53 | this.tabResource.Text = "Resources";
|
---|
| 54 | this.tabResource.UseVisualStyleBackColor = true;
|
---|
| 55 | //
|
---|
[7317] | 56 | // cloudResourcesView
|
---|
| 57 | //
|
---|
[7324] | 58 | this.cloudResourcesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 59 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7317] | 60 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 61 | this.cloudResourcesView.Caption = "Cloud Resources View";
|
---|
| 62 | this.cloudResourcesView.Content = null;
|
---|
| 63 | this.cloudResourcesView.Location = new System.Drawing.Point(6, 3);
|
---|
| 64 | this.cloudResourcesView.Name = "cloudResourcesView";
|
---|
| 65 | this.cloudResourcesView.ReadOnly = false;
|
---|
| 66 | this.cloudResourcesView.Size = new System.Drawing.Size(719, 505);
|
---|
| 67 | this.cloudResourcesView.TabIndex = 0;
|
---|
| 68 | //
|
---|
[7281] | 69 | // HiveCloudManagerView
|
---|
| 70 | //
|
---|
| 71 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7278] | 72 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[7281] | 73 | this.Controls.Add(this.tabResources);
|
---|
| 74 | this.Name = "HiveCloudManagerView";
|
---|
| 75 | this.Size = new System.Drawing.Size(745, 546);
|
---|
| 76 | this.tabResources.ResumeLayout(false);
|
---|
[7317] | 77 | this.tabResource.ResumeLayout(false);
|
---|
[7281] | 78 | this.ResumeLayout(false);
|
---|
| 79 |
|
---|
[7278] | 80 | }
|
---|
| 81 |
|
---|
| 82 | #endregion
|
---|
[7281] | 83 |
|
---|
| 84 | private System.Windows.Forms.TabControl tabResources;
|
---|
| 85 | private System.Windows.Forms.TabPage tabResource;
|
---|
[7317] | 86 | private CloudResourcesView cloudResourcesView;
|
---|
[7278] | 87 | }
|
---|
| 88 | }
|
---|