Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/09 15:37:05 (15 years ago)
Author:
aleitner
Message:

listview changing symbols (large images, small images, list), contextmenu only shown on click on calculating job (#585)

File:
1 edited

Legend:

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

    r1598 r1628  
    3131      this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    3232      this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    33       this.ilClientControl = new System.Windows.Forms.ImageList(this.components);
    34       this.ilJobControl = new System.Windows.Forms.ImageList(this.components);
    35       this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
     33      this.ilLargeImgJob = new System.Windows.Forms.ImageList(this.components);
     34      this.ilLargeImgClient = new System.Windows.Forms.ImageList(this.components);
    3635      this.plClientDetails = new System.Windows.Forms.Panel();
    3736      this.lblState = new System.Windows.Forms.Label();
     
    7069      this.scJobControl = new System.Windows.Forms.SplitContainer();
    7170      this.lvJobControl = new System.Windows.Forms.ListView();
     71      this.contextMenuJob = new System.Windows.Forms.ContextMenuStrip(this.components);
     72      this.menuItemAbortJob = new System.Windows.Forms.ToolStripMenuItem();
     73      this.menuItemGetSnapshot = new System.Windows.Forms.ToolStripMenuItem();
    7274      this.tpClientControl = new System.Windows.Forms.TabPage();
    7375      this.scClientControl = new System.Windows.Forms.SplitContainer();
    7476      this.lvClientControl = new System.Windows.Forms.ListView();
    75       this.contextMenuJob = new System.Windows.Forms.ContextMenuStrip(this.components);
    76       this.menuItemAbortJob = new System.Windows.Forms.ToolStripMenuItem();
    77       this.menuItemGetSnapshot = new System.Windows.Forms.ToolStripMenuItem();
    7877      this.tcManagementConsole = new System.Windows.Forms.TabControl();
    7978      this.checkBox1 = new System.Windows.Forms.CheckBox();
     79      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     80      this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     81      this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     82      this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     83      this.ilSmallImgJob = new System.Windows.Forms.ImageList(this.components);
     84      this.ilSmallImgClient = new System.Windows.Forms.ImageList(this.components);
    8085      this.menuStrip1.SuspendLayout();
    8186      this.plClientDetails.SuspendLayout();
     
    9095      this.scJobControl.Panel2.SuspendLayout();
    9196      this.scJobControl.SuspendLayout();
     97      this.contextMenuJob.SuspendLayout();
    9298      this.tpClientControl.SuspendLayout();
    9399      this.scClientControl.Panel1.SuspendLayout();
    94100      this.scClientControl.Panel2.SuspendLayout();
    95101      this.scClientControl.SuspendLayout();
    96       this.contextMenuJob.SuspendLayout();
    97102      this.tcManagementConsole.SuspendLayout();
    98103      this.SuspendLayout();
     
    102107      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    103108            this.informationToolStripMenuItem,
    104             this.addToolStripMenuItem});
     109            this.addToolStripMenuItem,
     110            this.viewToolStripMenuItem});
    105111      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
    106112      this.menuStrip1.Name = "menuStrip1";
     
    135141      //
    136142      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
    137       this.jobToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
     143      this.jobToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    138144      this.jobToolStripMenuItem.Text = "Job";
    139145      this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
    140146      //
    141       // ilClientControl
    142       //
    143       this.ilClientControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilClientControl.ImageStream")));
    144       this.ilClientControl.TransparentColor = System.Drawing.Color.Transparent;
    145       this.ilClientControl.Images.SetKeyName(0, "monitor-green.png");
    146       this.ilClientControl.Images.SetKeyName(1, "monitor-orange.png");
    147       this.ilClientControl.Images.SetKeyName(2, "monitor-red.png");
    148       this.ilClientControl.Images.SetKeyName(3, "monitor-gray.png");
    149       //
    150       // ilJobControl
    151       //
    152       this.ilJobControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilJobControl.ImageStream")));
    153       this.ilJobControl.TransparentColor = System.Drawing.Color.Transparent;
    154       this.ilJobControl.Images.SetKeyName(0, "PlayHS.png");
    155       //
    156       // ilUserControl
    157       //
    158       this.ilUserControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilUserControl.ImageStream")));
    159       this.ilUserControl.TransparentColor = System.Drawing.Color.Transparent;
    160       this.ilUserControl.Images.SetKeyName(0, "Users.png");
     147      // ilLargeImgJob
     148      //
     149      this.ilLargeImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgJob.ImageStream")));
     150      this.ilLargeImgJob.TransparentColor = System.Drawing.Color.Transparent;
     151      this.ilLargeImgJob.Images.SetKeyName(0, "monitor-green.png");
     152      this.ilLargeImgJob.Images.SetKeyName(1, "monitor-orange.png");
     153      this.ilLargeImgJob.Images.SetKeyName(2, "monitor-red.png");
     154      this.ilLargeImgJob.Images.SetKeyName(3, "monitor-gray.png");
     155      //
     156      // ilLargeImgClient
     157      //
     158      this.ilLargeImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgClient.ImageStream")));
     159      this.ilLargeImgClient.TransparentColor = System.Drawing.Color.Transparent;
     160      this.ilLargeImgClient.Images.SetKeyName(0, "PlayHS.png");
    161161      //
    162162      // plClientDetails
     
    496496      this.lvJobControl.ContextMenuStrip = this.contextMenuJob;
    497497      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    498       this.lvJobControl.LargeImageList = this.ilJobControl;
     498      this.lvJobControl.LargeImageList = this.ilLargeImgJob;
    499499      this.lvJobControl.Location = new System.Drawing.Point(0, 0);
    500500      this.lvJobControl.MultiSelect = false;
    501501      this.lvJobControl.Name = "lvJobControl";
    502502      this.lvJobControl.Size = new System.Drawing.Size(454, 386);
     503      this.lvJobControl.SmallImageList = this.ilSmallImgJob;
    503504      this.lvJobControl.TabIndex = 0;
    504505      this.lvJobControl.UseCompatibleStateImageBehavior = false;
     
    506507      this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
    507508      this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
     509      //
     510      // contextMenuJob
     511      //
     512      this.contextMenuJob.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     513            this.menuItemAbortJob,
     514            this.menuItemGetSnapshot});
     515      this.contextMenuJob.Name = "contextMenuJob";
     516      this.contextMenuJob.Size = new System.Drawing.Size(151, 48);
     517      //
     518      // menuItemAbortJob
     519      //
     520      this.menuItemAbortJob.Name = "menuItemAbortJob";
     521      this.menuItemAbortJob.Size = new System.Drawing.Size(150, 22);
     522      this.menuItemAbortJob.Text = "Abort";
     523      //
     524      // menuItemGetSnapshot
     525      //
     526      this.menuItemGetSnapshot.Name = "menuItemGetSnapshot";
     527      this.menuItemGetSnapshot.Size = new System.Drawing.Size(150, 22);
     528      this.menuItemGetSnapshot.Text = "Get Snapshot";
    508529      //
    509530      // tpClientControl
     
    541562      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
    542563      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
    543       this.lvClientControl.LargeImageList = this.ilClientControl;
     564      this.lvClientControl.LargeImageList = this.ilLargeImgClient;
    544565      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
    545566      this.lvClientControl.MultiSelect = false;
    546567      this.lvClientControl.Name = "lvClientControl";
    547568      this.lvClientControl.Size = new System.Drawing.Size(454, 386);
     569      this.lvClientControl.SmallImageList = this.ilSmallImgClient;
    548570      this.lvClientControl.TabIndex = 0;
    549571      this.lvClientControl.UseCompatibleStateImageBehavior = false;
    550572      this.lvClientControl.Click += new System.EventHandler(this.OnLVClientClicked);
    551       //
    552       // contextMenuJob
    553       //
    554       this.contextMenuJob.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    555             this.menuItemAbortJob,
    556             this.menuItemGetSnapshot});
    557       this.contextMenuJob.Name = "contextMenuJob";
    558       this.contextMenuJob.Size = new System.Drawing.Size(151, 48);
    559       //
    560       // menuItemAbortJob
    561       //
    562       this.menuItemAbortJob.Name = "menuItemAbortJob";
    563       this.menuItemAbortJob.Size = new System.Drawing.Size(150, 22);
    564       this.menuItemAbortJob.Text = "Abort";
    565       //
    566       // menuItemGetSnapshot
    567       //
    568       this.menuItemGetSnapshot.Name = "menuItemGetSnapshot";
    569       this.menuItemGetSnapshot.Size = new System.Drawing.Size(150, 22);
    570       this.menuItemGetSnapshot.Text = "Get Snapshot";
    571573      //
    572574      // tcManagementConsole
     
    590592      this.checkBox1.Text = "checkBox1";
    591593      this.checkBox1.UseVisualStyleBackColor = true;
     594      //
     595      // viewToolStripMenuItem
     596      //
     597      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     598            this.largeIconsToolStripMenuItem,
     599            this.smallIconsToolStripMenuItem,
     600            this.listToolStripMenuItem});
     601      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     602      this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     603      this.viewToolStripMenuItem.Text = "View";
     604      //
     605      // largeIconsToolStripMenuItem
     606      //
     607      this.largeIconsToolStripMenuItem.Checked = true;
     608      this.largeIconsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     609      this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
     610      this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     611      this.largeIconsToolStripMenuItem.Text = "Large Icons";
     612      this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     613      //
     614      // smallIconsToolStripMenuItem
     615      //
     616      this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
     617      this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     618      this.smallIconsToolStripMenuItem.Text = "Small Icons";
     619      this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     620      //
     621      // listToolStripMenuItem
     622      //
     623      this.listToolStripMenuItem.Name = "listToolStripMenuItem";
     624      this.listToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     625      this.listToolStripMenuItem.Text = "List";
     626      this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
     627      //
     628      // ilSmallImgJob
     629      //
     630      this.ilSmallImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgJob.ImageStream")));
     631      this.ilSmallImgJob.TransparentColor = System.Drawing.Color.Transparent;
     632      this.ilSmallImgJob.Images.SetKeyName(0, "monitor-green.png");
     633      this.ilSmallImgJob.Images.SetKeyName(1, "monitor-orange.png");
     634      this.ilSmallImgJob.Images.SetKeyName(2, "monitor-red.png");
     635      this.ilSmallImgJob.Images.SetKeyName(3, "monitor-gray.png");
     636      //
     637      // ilSmallImgClient
     638      //
     639      this.ilSmallImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgClient.ImageStream")));
     640      this.ilSmallImgClient.TransparentColor = System.Drawing.Color.Transparent;
     641      this.ilSmallImgClient.Images.SetKeyName(0, "PlayHS.png");
    592642      //
    593643      // HiveServerManagementConsole
     
    618668      this.scJobControl.Panel2.ResumeLayout(false);
    619669      this.scJobControl.ResumeLayout(false);
     670      this.contextMenuJob.ResumeLayout(false);
    620671      this.tpClientControl.ResumeLayout(false);
    621672      this.scClientControl.Panel1.ResumeLayout(false);
    622673      this.scClientControl.Panel2.ResumeLayout(false);
    623674      this.scClientControl.ResumeLayout(false);
    624       this.contextMenuJob.ResumeLayout(false);
    625675      this.tcManagementConsole.ResumeLayout(false);
    626676      this.ResumeLayout(false);
     
    636686    private System.Windows.Forms.TreeView treeView2;
    637687    private System.Windows.Forms.ListView listView2;
    638     private System.Windows.Forms.ImageList ilClientControl;
     688    private System.Windows.Forms.ImageList ilLargeImgJob;
    639689    private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
    640690    private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
    641     private System.Windows.Forms.ImageList ilUserControl;
    642691    private System.Windows.Forms.Timer timerSyncronize;
    643     private System.Windows.Forms.ImageList ilJobControl;
     692    private System.Windows.Forms.ImageList ilLargeImgClient;
    644693    private System.Windows.Forms.Panel plClientDetails;
    645694    private System.Windows.Forms.PictureBox pbClientControl;
     
    683732    private System.Windows.Forms.ToolStripMenuItem menuItemAbortJob;
    684733    private System.Windows.Forms.ToolStripMenuItem menuItemGetSnapshot;
     734    private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
     735    private System.Windows.Forms.ToolStripMenuItem largeIconsToolStripMenuItem;
     736    private System.Windows.Forms.ToolStripMenuItem smallIconsToolStripMenuItem;
     737    private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem;
     738    private System.Windows.Forms.ImageList ilSmallImgJob;
     739    private System.Windows.Forms.ImageList ilSmallImgClient;
    685740  }
    686741}
Note: See TracChangeset for help on using the changeset viewer.