Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/08 17:18:26 (16 years ago)
Author:
aleitner
Message:

Refactoring Tab-order, renaming (#380)

File:
1 edited

Legend:

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

    r1030 r1037  
    2525    private void InitializeComponent() {
    2626      this.components = new System.ComponentModel.Container();
    27       System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
     27      System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
    2828            "",
    2929            "Test"}, -1);
     
    4242      this.tvClientControl = new System.Windows.Forms.TreeView();
    4343      this.lvClientControl = new System.Windows.Forms.ListView();
    44       this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     44      this.ilClientControl = new System.Windows.Forms.ImageList(this.components);
    4545      this.tpJobControl = new System.Windows.Forms.TabPage();
    4646      this.scJobControl = new System.Windows.Forms.SplitContainer();
    4747      this.tvJobControl = new System.Windows.Forms.TreeView();
    4848      this.lvJobControl = new System.Windows.Forms.ListView();
    49       this.imageList3 = new System.Windows.Forms.ImageList(this.components);
     49      this.ilJobControl = new System.Windows.Forms.ImageList(this.components);
    5050      this.tpUserControl = new System.Windows.Forms.TabPage();
    5151      this.scUserControl = new System.Windows.Forms.SplitContainer();
    5252      this.tvUserControl = new System.Windows.Forms.TreeView();
    5353      this.lvUserControl = new System.Windows.Forms.ListView();
    54       this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     54      this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
    5555      this.treeView2 = new System.Windows.Forms.TreeView();
    5656      this.listView2 = new System.Windows.Forms.ListView();
    57       this.directorySearcher1 = new System.DirectoryServices.DirectorySearcher();
    5857      this.timerSyncronize = new System.Windows.Forms.Timer(this.components);
    5958      this.menuStrip1.SuspendLayout();
     
    9594      //
    9695      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
    97       this.closeToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
     96      this.closeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    9897      this.closeToolStripMenuItem.Text = "Close";
    99       this.closeToolStripMenuItem.Click += new System.EventHandler(this.close_Click);
     98      this.closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
    10099      //
    101100      // addToolStripMenuItem
     
    111110      //
    112111      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
    113       this.jobToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     112      this.jobToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    114113      this.jobToolStripMenuItem.Text = "Job";
    115       this.jobToolStripMenuItem.Click += new System.EventHandler(this.jobToolStripMenuItem1_Click);
     114      this.jobToolStripMenuItem.Click += new System.EventHandler(this.JobToolStripMenuItem1_Click);
    116115      //
    117116      // userToolStripMenuItem
     
    121120            this.groupToolStripMenuItem2});
    122121      this.userToolStripMenuItem.Name = "userToolStripMenuItem";
    123       this.userToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     122      this.userToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    124123      this.userToolStripMenuItem.Text = "User";
    125124      //
     
    127126      //
    128127      this.userToolStripMenuItem1.Name = "userToolStripMenuItem1";
    129       this.userToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
     128      this.userToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
    130129      this.userToolStripMenuItem1.Text = "User";
    131       this.userToolStripMenuItem1.Click += new System.EventHandler(this.userToolStripMenuItem1_Click);
     130      this.userToolStripMenuItem1.Click += new System.EventHandler(this.UserToolStripMenuItem1_Click);
    132131      //
    133132      // groupToolStripMenuItem2
    134133      //
    135134      this.groupToolStripMenuItem2.Name = "groupToolStripMenuItem2";
    136       this.groupToolStripMenuItem2.Size = new System.Drawing.Size(114, 22);
     135      this.groupToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
    137136      this.groupToolStripMenuItem2.Text = "Group";
    138       this.groupToolStripMenuItem2.Click += new System.EventHandler(this.groupToolStripMenuItem2_Click);
     137      this.groupToolStripMenuItem2.Click += new System.EventHandler(this.GroupToolStripMenuItem2_Click);
    139138      //
    140139      // tcManagementConsole
     
    193192      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
    194193      this.lvClientControl.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
    195             listViewItem1});
    196       this.lvClientControl.LargeImageList = this.imageList1;
     194            listViewItem2});
     195      this.lvClientControl.LargeImageList = this.ilClientControl;
    197196      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
    198197      this.lvClientControl.Name = "lvClientControl";
     
    201200      this.lvClientControl.UseCompatibleStateImageBehavior = false;
    202201      //
    203       // imageList1
    204       //
    205       this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
    206       this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
    207       this.imageList1.Images.SetKeyName(0, "monitor-green.png");
    208       this.imageList1.Images.SetKeyName(1, "monitor-orange.png");
    209       this.imageList1.Images.SetKeyName(2, "monitor-red.png");
     202      // ilClientControl
     203      //
     204      this.ilClientControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilClientControl.ImageStream")));
     205      this.ilClientControl.TransparentColor = System.Drawing.Color.Transparent;
     206      this.ilClientControl.Images.SetKeyName(0, "monitor-green.png");
     207      this.ilClientControl.Images.SetKeyName(1, "monitor-orange.png");
     208      this.ilClientControl.Images.SetKeyName(2, "monitor-red.png");
    210209      //
    211210      // tpJobControl
     
    249248      this.lvJobControl.AllowDrop = true;
    250249      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    251       this.lvJobControl.LargeImageList = this.imageList3;
     250      this.lvJobControl.LargeImageList = this.ilJobControl;
    252251      this.lvJobControl.Location = new System.Drawing.Point(0, 0);
    253252      this.lvJobControl.Name = "lvJobControl";
     
    256255      this.lvJobControl.UseCompatibleStateImageBehavior = false;
    257256      //
    258       // imageList3
    259       //
    260       this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
    261       this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
    262       this.imageList3.Images.SetKeyName(0, "PlayHS.bmp");
     257      // ilJobControl
     258      //
     259      this.ilJobControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilJobControl.ImageStream")));
     260      this.ilJobControl.TransparentColor = System.Drawing.Color.Transparent;
     261      this.ilJobControl.Images.SetKeyName(0, "PlayHS.bmp");
    263262      //
    264263      // tpUserControl
     
    302301      this.lvUserControl.AllowDrop = true;
    303302      this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    304       this.lvUserControl.LargeImageList = this.imageList2;
     303      this.lvUserControl.LargeImageList = this.ilUserControl;
    305304      this.lvUserControl.Location = new System.Drawing.Point(0, 0);
    306305      this.lvUserControl.Name = "lvUserControl";
     
    309308      this.lvUserControl.UseCompatibleStateImageBehavior = false;
    310309      //
    311       // imageList2
    312       //
    313       this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
    314       this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
    315       this.imageList2.Images.SetKeyName(0, "Users.png");
     310      // ilUserControl
     311      //
     312      this.ilUserControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilUserControl.ImageStream")));
     313      this.ilUserControl.TransparentColor = System.Drawing.Color.Transparent;
     314      this.ilUserControl.Images.SetKeyName(0, "Users.png");
    316315      //
    317316      // treeView2
     
    332331      this.listView2.TabIndex = 0;
    333332      this.listView2.UseCompatibleStateImageBehavior = false;
    334       //
    335       // directorySearcher1
    336       //
    337       this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01");
    338       this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01");
    339       this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01");
    340333      //
    341334      // timerSyncronize
     
    394387    private System.Windows.Forms.TreeView tvUserControl;
    395388    private System.Windows.Forms.ListView lvUserControl;
    396     private System.Windows.Forms.ImageList imageList1;
     389    private System.Windows.Forms.ImageList ilClientControl;
    397390    private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
    398391    private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
     
    400393    private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem1;
    401394    private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem2;
    402     private System.Windows.Forms.ImageList imageList2;
    403     private System.DirectoryServices.DirectorySearcher directorySearcher1;
     395    private System.Windows.Forms.ImageList ilUserControl;
    404396    private System.Windows.Forms.Timer timerSyncronize;
    405     private System.Windows.Forms.ImageList imageList3;
     397    private System.Windows.Forms.ImageList ilJobControl;
    406398  }
    407399}
Note: See TracChangeset for help on using the changeset viewer.