Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/11 15:16:10 (13 years ago)
Author:
ascheibe
Message:

#1233 don't kill appdomain before it is finished starting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/HiveAdministrationView.Designer.cs

    r5457 r5469  
    4747      this.tabAdmin = new System.Windows.Forms.TabControl();
    4848      this.tabSlaves = new System.Windows.Forms.TabPage();
    49       this.tabUsers = new System.Windows.Forms.TabPage();
     49      this.splitSlaves = new System.Windows.Forms.SplitContainer();
    5050      this.treeSlaveGroup = new System.Windows.Forms.TreeView();
    5151      this.tabSlaveGroup = new System.Windows.Forms.TabControl();
     
    5353      this.tabSchedule = new System.Windows.Forms.TabPage();
    5454      this.tabJobs = new System.Windows.Forms.TabPage();
    55       this.splitSlaves = new System.Windows.Forms.SplitContainer();
     55      this.tabUsers = new System.Windows.Forms.TabPage();
     56      this.splitUsers = new System.Windows.Forms.SplitContainer();
     57      this.lstUsers = new System.Windows.Forms.ListView();
     58      this.grpUsersInfo = new System.Windows.Forms.GroupBox();
    5659      this.scheduleControl1 = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleControl();
     60      this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView();
    5761      this.tabAdmin.SuspendLayout();
    5862      this.tabSlaves.SuspendLayout();
    59       this.tabSlaveGroup.SuspendLayout();
    60       this.tabSchedule.SuspendLayout();
    6163      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
    6264      this.splitSlaves.Panel1.SuspendLayout();
    6365      this.splitSlaves.Panel2.SuspendLayout();
    6466      this.splitSlaves.SuspendLayout();
     67      this.tabSlaveGroup.SuspendLayout();
     68      this.tabSchedule.SuspendLayout();
     69      this.tabJobs.SuspendLayout();
     70      this.tabUsers.SuspendLayout();
     71      ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).BeginInit();
     72      this.splitUsers.Panel1.SuspendLayout();
     73      this.splitUsers.Panel2.SuspendLayout();
     74      this.splitUsers.SuspendLayout();
    6575      this.SuspendLayout();
    6676      //
     
    8999      this.tabSlaves.UseVisualStyleBackColor = true;
    90100      //
    91       // tabUsers
    92       //
    93       this.tabUsers.Location = new System.Drawing.Point(4, 22);
    94       this.tabUsers.Name = "tabUsers";
    95       this.tabUsers.Padding = new System.Windows.Forms.Padding(3);
    96       this.tabUsers.Size = new System.Drawing.Size(734, 520);
    97       this.tabUsers.TabIndex = 1;
    98       this.tabUsers.Text = "Users";
    99       this.tabUsers.UseVisualStyleBackColor = true;
     101      // splitSlaves
     102      //
     103      this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     104                  | System.Windows.Forms.AnchorStyles.Left)
     105                  | System.Windows.Forms.AnchorStyles.Right)));
     106      this.splitSlaves.Location = new System.Drawing.Point(3, 6);
     107      this.splitSlaves.Name = "splitSlaves";
     108      //
     109      // splitSlaves.Panel1
     110      //
     111      this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
     112      //
     113      // splitSlaves.Panel2
     114      //
     115      this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
     116      this.splitSlaves.Size = new System.Drawing.Size(725, 508);
     117      this.splitSlaves.SplitterDistance = 215;
     118      this.splitSlaves.TabIndex = 2;
    100119      //
    101120      // treeSlaveGroup
     
    146165      // tabJobs
    147166      //
     167      this.tabJobs.Controls.Add(this.hiveJobListViewSlaves);
    148168      this.tabJobs.Location = new System.Drawing.Point(4, 22);
    149169      this.tabJobs.Name = "tabJobs";
     
    154174      this.tabJobs.UseVisualStyleBackColor = true;
    155175      //
    156       // splitSlaves
    157       //
    158       this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    159                   | System.Windows.Forms.AnchorStyles.Left)
    160                   | System.Windows.Forms.AnchorStyles.Right)));
    161       this.splitSlaves.Location = new System.Drawing.Point(3, 6);
    162       this.splitSlaves.Name = "splitSlaves";
    163       //
    164       // splitSlaves.Panel1
    165       //
    166       this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
    167       //
    168       // splitSlaves.Panel2
    169       //
    170       this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
    171       this.splitSlaves.Size = new System.Drawing.Size(725, 508);
    172       this.splitSlaves.SplitterDistance = 215;
    173       this.splitSlaves.TabIndex = 2;
     176      // tabUsers
     177      //
     178      this.tabUsers.Controls.Add(this.splitUsers);
     179      this.tabUsers.Location = new System.Drawing.Point(4, 22);
     180      this.tabUsers.Name = "tabUsers";
     181      this.tabUsers.Padding = new System.Windows.Forms.Padding(3);
     182      this.tabUsers.Size = new System.Drawing.Size(734, 520);
     183      this.tabUsers.TabIndex = 1;
     184      this.tabUsers.Text = "Users";
     185      this.tabUsers.UseVisualStyleBackColor = true;
     186      //
     187      // splitUsers
     188      //
     189      this.splitUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     190                  | System.Windows.Forms.AnchorStyles.Left)
     191                  | System.Windows.Forms.AnchorStyles.Right)));
     192      this.splitUsers.Location = new System.Drawing.Point(6, 6);
     193      this.splitUsers.Name = "splitUsers";
     194      //
     195      // splitUsers.Panel1
     196      //
     197      this.splitUsers.Panel1.Controls.Add(this.lstUsers);
     198      //
     199      // splitUsers.Panel2
     200      //
     201      this.splitUsers.Panel2.Controls.Add(this.grpUsersInfo);
     202      this.splitUsers.Size = new System.Drawing.Size(722, 508);
     203      this.splitUsers.SplitterDistance = 240;
     204      this.splitUsers.TabIndex = 0;
     205      //
     206      // lstUsers
     207      //
     208      this.lstUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     209                  | System.Windows.Forms.AnchorStyles.Left)
     210                  | System.Windows.Forms.AnchorStyles.Right)));
     211      this.lstUsers.Location = new System.Drawing.Point(3, 3);
     212      this.lstUsers.Name = "lstUsers";
     213      this.lstUsers.Size = new System.Drawing.Size(234, 502);
     214      this.lstUsers.TabIndex = 0;
     215      this.lstUsers.UseCompatibleStateImageBehavior = false;
     216      //
     217      // grpUsersInfo
     218      //
     219      this.grpUsersInfo.Location = new System.Drawing.Point(4, 4);
     220      this.grpUsersInfo.Name = "grpUsersInfo";
     221      this.grpUsersInfo.Size = new System.Drawing.Size(474, 504);
     222      this.grpUsersInfo.TabIndex = 0;
     223      this.grpUsersInfo.TabStop = false;
     224      this.grpUsersInfo.Text = "User Information";
    174225      //
    175226      // scheduleControl1
     
    179230      this.scheduleControl1.Size = new System.Drawing.Size(862, 562);
    180231      this.scheduleControl1.TabIndex = 0;
     232      //
     233      // hiveJobListViewSlaves
     234      //
     235      this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     236                  | System.Windows.Forms.AnchorStyles.Left)
     237                  | System.Windows.Forms.AnchorStyles.Right)));
     238      this.hiveJobListViewSlaves.Caption = "JobItemList View";
     239      this.hiveJobListViewSlaves.Content = null;
     240      this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 7);
     241      this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves";
     242      this.hiveJobListViewSlaves.ReadOnly = false;
     243      this.hiveJobListViewSlaves.Size = new System.Drawing.Size(499, 463);
     244      this.hiveJobListViewSlaves.TabIndex = 0;
    181245      //
    182246      // HiveAdministrationView
     
    189253      this.tabAdmin.ResumeLayout(false);
    190254      this.tabSlaves.ResumeLayout(false);
    191       this.tabSlaveGroup.ResumeLayout(false);
    192       this.tabSchedule.ResumeLayout(false);
    193255      this.splitSlaves.Panel1.ResumeLayout(false);
    194256      this.splitSlaves.Panel2.ResumeLayout(false);
    195257      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
    196258      this.splitSlaves.ResumeLayout(false);
     259      this.tabSlaveGroup.ResumeLayout(false);
     260      this.tabSchedule.ResumeLayout(false);
     261      this.tabJobs.ResumeLayout(false);
     262      this.tabUsers.ResumeLayout(false);
     263      this.splitUsers.Panel1.ResumeLayout(false);
     264      this.splitUsers.Panel2.ResumeLayout(false);
     265      ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).EndInit();
     266      this.splitUsers.ResumeLayout(false);
    197267      this.ResumeLayout(false);
    198268
     
    211281    private System.Windows.Forms.SplitContainer splitSlaves;
    212282    private ScheduleControl scheduleControl1;
     283    private System.Windows.Forms.SplitContainer splitUsers;
     284    private System.Windows.Forms.ListView lstUsers;
     285    private System.Windows.Forms.GroupBox grpUsersInfo;
     286    private HiveJobListView hiveJobListViewSlaves;
    213287  }
    214288}
Note: See TracChangeset for help on using the changeset viewer.