Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/09 14:07:16 (15 years ago)
Author:
aleitner
Message:

merged brunch into trunk (#565)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.Designer.cs

    r1377 r1483  
    3131      this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    3232      this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    33       this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    34       this.userToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
    35       this.groupToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
    36       this.tcManagementConsole = new System.Windows.Forms.TabControl();
    37       this.tpClientControl = new System.Windows.Forms.TabPage();
    38       this.scClientControl = new System.Windows.Forms.SplitContainer();
    39       this.tvClientControl = new System.Windows.Forms.TreeView();
    40       this.lvClientControl = new System.Windows.Forms.ListView();
    4133      this.ilClientControl = new System.Windows.Forms.ImageList(this.components);
    42       this.tpJobControl = new System.Windows.Forms.TabPage();
    43       this.scJobControl = new System.Windows.Forms.SplitContainer();
    44       this.tvJobControl = new System.Windows.Forms.TreeView();
    45       this.lvJobControl = new System.Windows.Forms.ListView();
    4634      this.ilJobControl = new System.Windows.Forms.ImageList(this.components);
    47       this.tpUserControl = new System.Windows.Forms.TabPage();
    48       this.scUserControl = new System.Windows.Forms.SplitContainer();
    49       this.tvUserControl = new System.Windows.Forms.TreeView();
    50       this.lvUserControl = new System.Windows.Forms.ListView();
    5135      this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
    5236      this.plClientDetails = new System.Windows.Forms.Panel();
     
    8569      this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
    8670      this.updaterWoker = new System.ComponentModel.BackgroundWorker();
     71      this.tpJobControl = new System.Windows.Forms.TabPage();
     72      this.scJobControl = new System.Windows.Forms.SplitContainer();
     73      this.tvJobControl = new System.Windows.Forms.TreeView();
     74      this.lvJobControl = new System.Windows.Forms.ListView();
     75      this.tpClientControl = new System.Windows.Forms.TabPage();
     76      this.scClientControl = new System.Windows.Forms.SplitContainer();
     77      this.tvClientControl = new System.Windows.Forms.TreeView();
     78      this.lvClientControl = new System.Windows.Forms.ListView();
     79      this.tcManagementConsole = new System.Windows.Forms.TabControl();
    8780      this.menuStrip1.SuspendLayout();
    88       this.tcManagementConsole.SuspendLayout();
    89       this.tpClientControl.SuspendLayout();
    90       this.scClientControl.Panel1.SuspendLayout();
    91       this.scClientControl.Panel2.SuspendLayout();
    92       this.scClientControl.SuspendLayout();
    93       this.tpJobControl.SuspendLayout();
    94       this.scJobControl.Panel1.SuspendLayout();
    95       this.scJobControl.Panel2.SuspendLayout();
    96       this.scJobControl.SuspendLayout();
    97       this.tpUserControl.SuspendLayout();
    98       this.scUserControl.Panel1.SuspendLayout();
    99       this.scUserControl.Panel2.SuspendLayout();
    100       this.scUserControl.SuspendLayout();
    10181      this.plClientDetails.SuspendLayout();
    10282      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
     
    10686      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
    10787      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
     88      this.tpJobControl.SuspendLayout();
     89      this.scJobControl.Panel1.SuspendLayout();
     90      this.scJobControl.Panel2.SuspendLayout();
     91      this.scJobControl.SuspendLayout();
     92      this.tpClientControl.SuspendLayout();
     93      this.scClientControl.Panel1.SuspendLayout();
     94      this.scClientControl.Panel2.SuspendLayout();
     95      this.scClientControl.SuspendLayout();
     96      this.tcManagementConsole.SuspendLayout();
    10897      this.SuspendLayout();
    10998      //
     
    137126      //
    138127      this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    139             this.jobToolStripMenuItem,
    140             this.userToolStripMenuItem});
     128            this.jobToolStripMenuItem});
    141129      this.addToolStripMenuItem.Name = "addToolStripMenuItem";
    142130      this.addToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
     
    146134      //
    147135      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
    148       this.jobToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     136      this.jobToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
    149137      this.jobToolStripMenuItem.Text = "Job";
    150138      this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
    151       //
    152       // userToolStripMenuItem
    153       //
    154       this.userToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    155             this.userToolStripMenuItem1,
    156             this.groupToolStripMenuItem2});
    157       this.userToolStripMenuItem.Name = "userToolStripMenuItem";
    158       this.userToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
    159       this.userToolStripMenuItem.Text = "User";
    160       //
    161       // userToolStripMenuItem1
    162       //
    163       this.userToolStripMenuItem1.Name = "userToolStripMenuItem1";
    164       this.userToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
    165       this.userToolStripMenuItem1.Text = "User";
    166       //
    167       // groupToolStripMenuItem2
    168       //
    169       this.groupToolStripMenuItem2.Name = "groupToolStripMenuItem2";
    170       this.groupToolStripMenuItem2.Size = new System.Drawing.Size(114, 22);
    171       this.groupToolStripMenuItem2.Text = "Group";
    172       //
    173       // tcManagementConsole
    174       //
    175       this.tcManagementConsole.Controls.Add(this.tpClientControl);
    176       this.tcManagementConsole.Controls.Add(this.tpJobControl);
    177       this.tcManagementConsole.Controls.Add(this.tpUserControl);
    178       this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
    179       this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
    180       this.tcManagementConsole.Name = "tcManagementConsole";
    181       this.tcManagementConsole.SelectedIndex = 0;
    182       this.tcManagementConsole.Size = new System.Drawing.Size(651, 378);
    183       this.tcManagementConsole.TabIndex = 1;
    184       //
    185       // tpClientControl
    186       //
    187       this.tpClientControl.AllowDrop = true;
    188       this.tpClientControl.Controls.Add(this.scClientControl);
    189       this.tpClientControl.Location = new System.Drawing.Point(4, 22);
    190       this.tpClientControl.Name = "tpClientControl";
    191       this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
    192       this.tpClientControl.Size = new System.Drawing.Size(643, 352);
    193       this.tpClientControl.TabIndex = 0;
    194       this.tpClientControl.Text = "Client Control";
    195       this.tpClientControl.UseVisualStyleBackColor = true;
    196       //
    197       // scClientControl
    198       //
    199       this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
    200       this.scClientControl.Location = new System.Drawing.Point(3, 3);
    201       this.scClientControl.Name = "scClientControl";
    202       //
    203       // scClientControl.Panel1
    204       //
    205       this.scClientControl.Panel1.Controls.Add(this.tvClientControl);
    206       //
    207       // scClientControl.Panel2
    208       //
    209       this.scClientControl.Panel2.Controls.Add(this.lvClientControl);
    210       this.scClientControl.Size = new System.Drawing.Size(637, 346);
    211       this.scClientControl.SplitterDistance = 139;
    212       this.scClientControl.TabIndex = 0;
    213       //
    214       // tvClientControl
    215       //
    216       this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
    217       this.tvClientControl.Location = new System.Drawing.Point(0, 0);
    218       this.tvClientControl.Name = "tvClientControl";
    219       this.tvClientControl.Size = new System.Drawing.Size(139, 346);
    220       this.tvClientControl.TabIndex = 0;
    221       this.tvClientControl.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnTVClientClicked);
    222       //
    223       // lvClientControl
    224       //
    225       this.lvClientControl.AllowDrop = true;
    226       this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
    227       this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
    228       this.lvClientControl.LargeImageList = this.ilClientControl;
    229       this.lvClientControl.Location = new System.Drawing.Point(0, 0);
    230       this.lvClientControl.MultiSelect = false;
    231       this.lvClientControl.Name = "lvClientControl";
    232       this.lvClientControl.Size = new System.Drawing.Size(494, 346);
    233       this.lvClientControl.TabIndex = 0;
    234       this.lvClientControl.UseCompatibleStateImageBehavior = false;
    235       this.lvClientControl.Click += new System.EventHandler(this.OnLVClientClicked);
    236139      //
    237140      // ilClientControl
     
    242145      this.ilClientControl.Images.SetKeyName(1, "monitor-orange.png");
    243146      this.ilClientControl.Images.SetKeyName(2, "monitor-red.png");
    244       //
    245       // tpJobControl
    246       //
    247       this.tpJobControl.Controls.Add(this.scJobControl);
    248       this.tpJobControl.Location = new System.Drawing.Point(4, 22);
    249       this.tpJobControl.Name = "tpJobControl";
    250       this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
    251       this.tpJobControl.Size = new System.Drawing.Size(643, 352);
    252       this.tpJobControl.TabIndex = 1;
    253       this.tpJobControl.Text = "Job Control";
    254       this.tpJobControl.UseVisualStyleBackColor = true;
    255       //
    256       // scJobControl
    257       //
    258       this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    259       this.scJobControl.Location = new System.Drawing.Point(3, 3);
    260       this.scJobControl.Name = "scJobControl";
    261       //
    262       // scJobControl.Panel1
    263       //
    264       this.scJobControl.Panel1.Controls.Add(this.tvJobControl);
    265       //
    266       // scJobControl.Panel2
    267       //
    268       this.scJobControl.Panel2.Controls.Add(this.lvJobControl);
    269       this.scJobControl.Size = new System.Drawing.Size(637, 346);
    270       this.scJobControl.SplitterDistance = 139;
    271       this.scJobControl.TabIndex = 1;
    272       //
    273       // tvJobControl
    274       //
    275       this.tvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    276       this.tvJobControl.Location = new System.Drawing.Point(0, 0);
    277       this.tvJobControl.Name = "tvJobControl";
    278       this.tvJobControl.Size = new System.Drawing.Size(139, 346);
    279       this.tvJobControl.TabIndex = 2;
    280       this.tvJobControl.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnTVJobControlClicked);
    281       //
    282       // lvJobControl
    283       //
    284       this.lvJobControl.AllowDrop = true;
    285       this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    286       this.lvJobControl.LargeImageList = this.ilJobControl;
    287       this.lvJobControl.Location = new System.Drawing.Point(0, 0);
    288       this.lvJobControl.MultiSelect = false;
    289       this.lvJobControl.Name = "lvJobControl";
    290       this.lvJobControl.Size = new System.Drawing.Size(494, 346);
    291       this.lvJobControl.TabIndex = 0;
    292       this.lvJobControl.UseCompatibleStateImageBehavior = false;
    293       this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
    294       this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
     147      this.ilClientControl.Images.SetKeyName(3, "monitor-gray.png");
    295148      //
    296149      // ilJobControl
     
    299152      this.ilJobControl.TransparentColor = System.Drawing.Color.Transparent;
    300153      this.ilJobControl.Images.SetKeyName(0, "PlayHS.png");
    301       //
    302       // tpUserControl
    303       //
    304       this.tpUserControl.Controls.Add(this.scUserControl);
    305       this.tpUserControl.Location = new System.Drawing.Point(4, 22);
    306       this.tpUserControl.Name = "tpUserControl";
    307       this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
    308       this.tpUserControl.Size = new System.Drawing.Size(643, 352);
    309       this.tpUserControl.TabIndex = 2;
    310       this.tpUserControl.Text = "User Control";
    311       this.tpUserControl.UseVisualStyleBackColor = true;
    312       //
    313       // scUserControl
    314       //
    315       this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    316       this.scUserControl.Location = new System.Drawing.Point(3, 3);
    317       this.scUserControl.Name = "scUserControl";
    318       //
    319       // scUserControl.Panel1
    320       //
    321       this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
    322       //
    323       // scUserControl.Panel2
    324       //
    325       this.scUserControl.Panel2.Controls.Add(this.lvUserControl);
    326       this.scUserControl.Size = new System.Drawing.Size(637, 346);
    327       this.scUserControl.SplitterDistance = 139;
    328       this.scUserControl.TabIndex = 1;
    329       //
    330       // tvUserControl
    331       //
    332       this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    333       this.tvUserControl.Location = new System.Drawing.Point(0, 0);
    334       this.tvUserControl.Name = "tvUserControl";
    335       this.tvUserControl.Size = new System.Drawing.Size(139, 346);
    336       this.tvUserControl.TabIndex = 1;
    337       //
    338       // lvUserControl
    339       //
    340       this.lvUserControl.AllowDrop = true;
    341       this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    342       this.lvUserControl.LargeImageList = this.ilUserControl;
    343       this.lvUserControl.Location = new System.Drawing.Point(0, 0);
    344       this.lvUserControl.Name = "lvUserControl";
    345       this.lvUserControl.Size = new System.Drawing.Size(494, 346);
    346       this.lvUserControl.TabIndex = 1;
    347       this.lvUserControl.UseCompatibleStateImageBehavior = false;
    348154      //
    349155      // ilUserControl
     
    461267      this.btnUserControlClose.Text = "Close";
    462268      this.btnUserControlClose.UseVisualStyleBackColor = true;
    463       this.btnUserControlClose.Click += new System.EventHandler(this.btnUserControlClose_Click);
    464269      //
    465270      // pbUserControl
     
    665470      //
    666471      this.updaterWoker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updaterWoker_DoWork);
     472      this.updaterWoker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.updaterWoker_RunWorkerCompleted);
     473      //
     474      // tpJobControl
     475      //
     476      this.tpJobControl.Controls.Add(this.scJobControl);
     477      this.tpJobControl.Location = new System.Drawing.Point(4, 22);
     478      this.tpJobControl.Name = "tpJobControl";
     479      this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
     480      this.tpJobControl.Size = new System.Drawing.Size(643, 352);
     481      this.tpJobControl.TabIndex = 1;
     482      this.tpJobControl.Text = "Job Control";
     483      this.tpJobControl.UseVisualStyleBackColor = true;
     484      //
     485      // scJobControl
     486      //
     487      this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
     488      this.scJobControl.Location = new System.Drawing.Point(3, 3);
     489      this.scJobControl.Name = "scJobControl";
     490      //
     491      // scJobControl.Panel1
     492      //
     493      this.scJobControl.Panel1.Controls.Add(this.tvJobControl);
     494      //
     495      // scJobControl.Panel2
     496      //
     497      this.scJobControl.Panel2.Controls.Add(this.lvJobControl);
     498      this.scJobControl.Size = new System.Drawing.Size(637, 346);
     499      this.scJobControl.SplitterDistance = 139;
     500      this.scJobControl.TabIndex = 1;
     501      //
     502      // tvJobControl
     503      //
     504      this.tvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
     505      this.tvJobControl.Location = new System.Drawing.Point(0, 0);
     506      this.tvJobControl.Name = "tvJobControl";
     507      this.tvJobControl.Size = new System.Drawing.Size(139, 346);
     508      this.tvJobControl.TabIndex = 2;
     509      this.tvJobControl.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnTVJobControlClicked);
     510      //
     511      // lvJobControl
     512      //
     513      this.lvJobControl.AllowDrop = true;
     514      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
     515      this.lvJobControl.LargeImageList = this.ilJobControl;
     516      this.lvJobControl.Location = new System.Drawing.Point(0, 0);
     517      this.lvJobControl.MultiSelect = false;
     518      this.lvJobControl.Name = "lvJobControl";
     519      this.lvJobControl.Size = new System.Drawing.Size(494, 346);
     520      this.lvJobControl.TabIndex = 0;
     521      this.lvJobControl.UseCompatibleStateImageBehavior = false;
     522      this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
     523      this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
     524      //
     525      // tpClientControl
     526      //
     527      this.tpClientControl.AllowDrop = true;
     528      this.tpClientControl.Controls.Add(this.scClientControl);
     529      this.tpClientControl.Location = new System.Drawing.Point(4, 22);
     530      this.tpClientControl.Name = "tpClientControl";
     531      this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
     532      this.tpClientControl.Size = new System.Drawing.Size(643, 352);
     533      this.tpClientControl.TabIndex = 0;
     534      this.tpClientControl.Text = "Client Control";
     535      this.tpClientControl.UseVisualStyleBackColor = true;
     536      //
     537      // scClientControl
     538      //
     539      this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
     540      this.scClientControl.Location = new System.Drawing.Point(3, 3);
     541      this.scClientControl.Name = "scClientControl";
     542      //
     543      // scClientControl.Panel1
     544      //
     545      this.scClientControl.Panel1.Controls.Add(this.tvClientControl);
     546      //
     547      // scClientControl.Panel2
     548      //
     549      this.scClientControl.Panel2.Controls.Add(this.lvClientControl);
     550      this.scClientControl.Size = new System.Drawing.Size(637, 346);
     551      this.scClientControl.SplitterDistance = 139;
     552      this.scClientControl.TabIndex = 0;
     553      //
     554      // tvClientControl
     555      //
     556      this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
     557      this.tvClientControl.Location = new System.Drawing.Point(0, 0);
     558      this.tvClientControl.Name = "tvClientControl";
     559      this.tvClientControl.Size = new System.Drawing.Size(139, 346);
     560      this.tvClientControl.TabIndex = 0;
     561      this.tvClientControl.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnTVClientClicked);
     562      //
     563      // lvClientControl
     564      //
     565      this.lvClientControl.AllowDrop = true;
     566      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
     567      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
     568      this.lvClientControl.LargeImageList = this.ilClientControl;
     569      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
     570      this.lvClientControl.MultiSelect = false;
     571      this.lvClientControl.Name = "lvClientControl";
     572      this.lvClientControl.Size = new System.Drawing.Size(494, 346);
     573      this.lvClientControl.TabIndex = 0;
     574      this.lvClientControl.UseCompatibleStateImageBehavior = false;
     575      this.lvClientControl.Click += new System.EventHandler(this.OnLVClientClicked);
     576      //
     577      // tcManagementConsole
     578      //
     579      this.tcManagementConsole.Controls.Add(this.tpClientControl);
     580      this.tcManagementConsole.Controls.Add(this.tpJobControl);
     581      this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
     582      this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
     583      this.tcManagementConsole.Name = "tcManagementConsole";
     584      this.tcManagementConsole.SelectedIndex = 0;
     585      this.tcManagementConsole.Size = new System.Drawing.Size(651, 378);
     586      this.tcManagementConsole.TabIndex = 1;
    667587      //
    668588      // HiveServerManagementConsole
     
    679599      this.menuStrip1.ResumeLayout(false);
    680600      this.menuStrip1.PerformLayout();
    681       this.tcManagementConsole.ResumeLayout(false);
    682       this.tpClientControl.ResumeLayout(false);
    683       this.scClientControl.Panel1.ResumeLayout(false);
    684       this.scClientControl.Panel2.ResumeLayout(false);
    685       this.scClientControl.ResumeLayout(false);
    686       this.tpJobControl.ResumeLayout(false);
    687       this.scJobControl.Panel1.ResumeLayout(false);
    688       this.scJobControl.Panel2.ResumeLayout(false);
    689       this.scJobControl.ResumeLayout(false);
    690       this.tpUserControl.ResumeLayout(false);
    691       this.scUserControl.Panel1.ResumeLayout(false);
    692       this.scUserControl.Panel2.ResumeLayout(false);
    693       this.scUserControl.ResumeLayout(false);
    694601      this.plClientDetails.ResumeLayout(false);
    695602      this.plClientDetails.PerformLayout();
     
    702609      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
    703610      ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
     611      this.tpJobControl.ResumeLayout(false);
     612      this.scJobControl.Panel1.ResumeLayout(false);
     613      this.scJobControl.Panel2.ResumeLayout(false);
     614      this.scJobControl.ResumeLayout(false);
     615      this.tpClientControl.ResumeLayout(false);
     616      this.scClientControl.Panel1.ResumeLayout(false);
     617      this.scClientControl.Panel2.ResumeLayout(false);
     618      this.scClientControl.ResumeLayout(false);
     619      this.tcManagementConsole.ResumeLayout(false);
    704620      this.ResumeLayout(false);
    705621      this.PerformLayout();
     
    712628    private System.Windows.Forms.ToolStripMenuItem informationToolStripMenuItem;
    713629    private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
    714     private System.Windows.Forms.TabControl tcManagementConsole;
    715     private System.Windows.Forms.TabPage tpClientControl;
    716     private System.Windows.Forms.TabPage tpJobControl;
    717     private System.Windows.Forms.SplitContainer scClientControl;
    718     private System.Windows.Forms.TabPage tpUserControl;
    719     private System.Windows.Forms.TreeView tvClientControl;
    720     private System.Windows.Forms.ListView lvClientControl;
    721     private System.Windows.Forms.SplitContainer scJobControl;
    722     private System.Windows.Forms.ListView lvJobControl;
    723     private System.Windows.Forms.SplitContainer scUserControl;
    724630    private System.Windows.Forms.TreeView treeView2;
    725631    private System.Windows.Forms.ListView listView2;
    726     private System.Windows.Forms.TreeView tvJobControl;
    727     private System.Windows.Forms.TreeView tvUserControl;
    728     private System.Windows.Forms.ListView lvUserControl;
    729632    private System.Windows.Forms.ImageList ilClientControl;
    730633    private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
    731634    private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
    732     private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem;
    733     private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem1;
    734     private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem2;
    735635    private System.Windows.Forms.ImageList ilUserControl;
    736636    private System.Windows.Forms.Timer timerSyncronize;
     
    768668    private System.Windows.Forms.Label lblState;
    769669    private System.ComponentModel.BackgroundWorker updaterWoker;
     670    private System.Windows.Forms.TabControl tcManagementConsole;
     671    private System.Windows.Forms.TabPage tpClientControl;
     672    private System.Windows.Forms.SplitContainer scClientControl;
     673    private System.Windows.Forms.TreeView tvClientControl;
     674    private System.Windows.Forms.ListView lvClientControl;
     675    private System.Windows.Forms.TabPage tpJobControl;
     676    private System.Windows.Forms.SplitContainer scJobControl;
     677    private System.Windows.Forms.TreeView tvJobControl;
     678    private System.Windows.Forms.ListView lvJobControl;
    770679  }
    771680}
Note: See TracChangeset for help on using the changeset viewer.