Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7104


Ignore:
Timestamp:
11/30/11 16:19:50 (12 years ago)
Author:
ascheibe
Message:

#1672 fixed graphical glitches and corrected tab order in the job manager

Location:
trunk/sources
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs

    r7103 r7104  
    3333      this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.JobManager.Views.HiveJobPermissionListView();
    3434      this.runsTabPage = new System.Windows.Forms.TabPage();
     35      this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    3536      this.stateTabPage = new System.Windows.Forms.TabPage();
    3637      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    5859      this.calculatingLabel = new System.Windows.Forms.Label();
    5960      this.jobsLabel = new System.Windows.Forms.Label();
    60       this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    6161      this.tabControl.SuspendLayout();
    6262      this.tasksTabPage.SuspendLayout();
     
    107107      this.jobsTreeView.ReadOnly = false;
    108108      this.jobsTreeView.Size = new System.Drawing.Size(704, 420);
    109       this.jobsTreeView.TabIndex = 0;
     109      this.jobsTreeView.TabIndex = 4;
    110110      this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop);
    111111      this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter);
     
    159159      this.runsTabPage.Text = "Runs";
    160160      this.runsTabPage.UseVisualStyleBackColor = true;
     161      //
     162      // runCollectionViewHost
     163      //
     164      this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     165                  | System.Windows.Forms.AnchorStyles.Left)
     166                  | System.Windows.Forms.AnchorStyles.Right)));
     167      this.runCollectionViewHost.Caption = "View";
     168      this.runCollectionViewHost.Content = null;
     169      this.runCollectionViewHost.Enabled = false;
     170      this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);
     171      this.runCollectionViewHost.Name = "runCollectionViewHost";
     172      this.runCollectionViewHost.ReadOnly = false;
     173      this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420);
     174      this.runCollectionViewHost.TabIndex = 2;
     175      this.runCollectionViewHost.ViewsLabelVisible = true;
     176      this.runCollectionViewHost.ViewType = null;
    161177      //
    162178      // stateTabPage
     
    294310      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
    295311      this.resourceNamesTextBox.Size = new System.Drawing.Size(415, 20);
    296       this.resourceNamesTextBox.TabIndex = 14;
     312      this.resourceNamesTextBox.TabIndex = 2;
    297313      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
    298314      //
     
    313329      this.nameTextBox.Name = "nameTextBox";
    314330      this.nameTextBox.Size = new System.Drawing.Size(501, 20);
    315       this.nameTextBox.TabIndex = 21;
     331      this.nameTextBox.TabIndex = 1;
    316332      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
    317333      //
     
    334350      this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
    335351      this.isPrivilegedCheckBox.Size = new System.Drawing.Size(72, 17);
    336       this.isPrivilegedCheckBox.TabIndex = 26;
     352      this.isPrivilegedCheckBox.TabIndex = 3;
    337353      this.isPrivilegedCheckBox.Text = "Privileged";
    338354      this.toolTip.SetToolTip(this.isPrivilegedCheckBox, "If checked, the task will be executed in a privileged sandbox on the slave.");
     
    420436      this.jobsLabel.TabIndex = 0;
    421437      this.jobsLabel.Text = "Waiting:";
    422       //
    423       // runCollectionViewHost
    424       //
    425       this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    426                   | System.Windows.Forms.AnchorStyles.Left)
    427                   | System.Windows.Forms.AnchorStyles.Right)));
    428       this.runCollectionViewHost.Caption = "View";
    429       this.runCollectionViewHost.Content = null;
    430       this.runCollectionViewHost.Enabled = false;
    431       this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);
    432       this.runCollectionViewHost.Name = "runCollectionViewHost";
    433       this.runCollectionViewHost.ReadOnly = false;
    434       this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420);
    435       this.runCollectionViewHost.TabIndex = 2;
    436       this.runCollectionViewHost.ViewsLabelVisible = true;
    437       this.runCollectionViewHost.ViewType = null;
    438438      //
    439439      // RefreshableHiveJobView
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs

    r6976 r7104  
    3030      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
    3131      this.groupBoxGenerel = new System.Windows.Forms.GroupBox();
     32      this.priorityComboBox = new System.Windows.Forms.ComboBox();
    3233      this.jobIdLabel = new System.Windows.Forms.Label();
    3334      this.jobIdTextBox = new System.Windows.Forms.TextBox();
     
    3637      this.priorityLabel = new System.Windows.Forms.Label();
    3738      this.configurationGroupBox = new System.Windows.Forms.GroupBox();
     39      this.memoryNeededComboBox = new System.Windows.Forms.ComboBox();
     40      this.coresNeededComboBox = new System.Windows.Forms.ComboBox();
    3841      this.memoryNeededLabel = new System.Windows.Forms.Label();
    3942      this.coresNeededLabel = new System.Windows.Forms.Label();
     
    5760      this.modifyItemButton = new System.Windows.Forms.Button();
    5861      this.tabControl = new System.Windows.Forms.TabControl();
    59       this.priorityComboBox = new System.Windows.Forms.ComboBox();
    60       this.coresNeededComboBox = new System.Windows.Forms.ComboBox();
    61       this.memoryNeededComboBox = new System.Windows.Forms.ComboBox();
    6262      this.stateLogTabPage.SuspendLayout();
    6363      this.detailsTabPage.SuspendLayout();
     
    166166      this.groupBoxGenerel.Text = "Generel";
    167167      //
     168      // priorityComboBox
     169      //
     170      this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     171                  | System.Windows.Forms.AnchorStyles.Right)));
     172      this.priorityComboBox.FormattingEnabled = true;
     173      this.priorityComboBox.Items.AddRange(new object[] {
     174            "1",
     175            "2",
     176            "3",
     177            "4",
     178            "5"});
     179      this.priorityComboBox.Location = new System.Drawing.Point(87, 39);
     180      this.priorityComboBox.Name = "priorityComboBox";
     181      this.priorityComboBox.Size = new System.Drawing.Size(182, 21);
     182      this.priorityComboBox.TabIndex = 43;
     183      //
    168184      // jobIdLabel
    169185      //
     
    187203      //
    188204      this.lastUpdatedLabel.AutoSize = true;
    189       this.lastUpdatedLabel.Location = new System.Drawing.Point(6, 60);
     205      this.lastUpdatedLabel.Location = new System.Drawing.Point(6, 68);
    190206      this.lastUpdatedLabel.Name = "lastUpdatedLabel";
    191207      this.lastUpdatedLabel.Size = new System.Drawing.Size(75, 13);
     
    197213      this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    198214                  | System.Windows.Forms.AnchorStyles.Right)));
    199       this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 57);
     215      this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 66);
    200216      this.lastUpdatedTextBox.Name = "lastUpdatedTextBox";
    201217      this.lastUpdatedTextBox.Size = new System.Drawing.Size(182, 20);
     
    205221      //
    206222      this.priorityLabel.AutoSize = true;
    207       this.priorityLabel.Location = new System.Drawing.Point(6, 38);
     223      this.priorityLabel.Location = new System.Drawing.Point(6, 42);
    208224      this.priorityLabel.Name = "priorityLabel";
    209225      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
     
    227243      this.configurationGroupBox.Text = "Resource demands";
    228244      //
     245      // memoryNeededComboBox
     246      //
     247      this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     248                  | System.Windows.Forms.AnchorStyles.Right)));
     249      this.memoryNeededComboBox.FormattingEnabled = true;
     250      this.memoryNeededComboBox.Items.AddRange(new object[] {
     251            "128",
     252            "256",
     253            "512",
     254            "1024",
     255            "2048"});
     256      this.memoryNeededComboBox.Location = new System.Drawing.Point(134, 40);
     257      this.memoryNeededComboBox.Name = "memoryNeededComboBox";
     258      this.memoryNeededComboBox.Size = new System.Drawing.Size(134, 21);
     259      this.memoryNeededComboBox.TabIndex = 42;
     260      //
     261      // coresNeededComboBox
     262      //
     263      this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     264                  | System.Windows.Forms.AnchorStyles.Right)));
     265      this.coresNeededComboBox.FormattingEnabled = true;
     266      this.coresNeededComboBox.Items.AddRange(new object[] {
     267            "1",
     268            "2",
     269            "3",
     270            "4",
     271            "5",
     272            "6",
     273            "7",
     274            "8"});
     275      this.coresNeededComboBox.Location = new System.Drawing.Point(134, 13);
     276      this.coresNeededComboBox.Name = "coresNeededComboBox";
     277      this.coresNeededComboBox.Size = new System.Drawing.Size(134, 21);
     278      this.coresNeededComboBox.TabIndex = 41;
     279      //
    229280      // memoryNeededLabel
    230281      //
    231282      this.memoryNeededLabel.AutoSize = true;
    232       this.memoryNeededLabel.Location = new System.Drawing.Point(6, 38);
     283      this.memoryNeededLabel.Location = new System.Drawing.Point(6, 43);
    233284      this.memoryNeededLabel.Name = "memoryNeededLabel";
    234285      this.memoryNeededLabel.Size = new System.Drawing.Size(122, 13);
     
    248299      //
    249300      this.computeInParallelLabel.AutoSize = true;
    250       this.computeInParallelLabel.Location = new System.Drawing.Point(6, 60);
     301      this.computeInParallelLabel.Location = new System.Drawing.Point(6, 67);
    251302      this.computeInParallelLabel.Name = "computeInParallelLabel";
    252303      this.computeInParallelLabel.Size = new System.Drawing.Size(122, 13);
     
    257308      //
    258309      this.computeInParallelCheckBox.AutoSize = true;
    259       this.computeInParallelCheckBox.Location = new System.Drawing.Point(135, 61);
     310      this.computeInParallelCheckBox.Location = new System.Drawing.Point(135, 67);
    260311      this.computeInParallelCheckBox.Name = "computeInParallelCheckBox";
    261312      this.computeInParallelCheckBox.Size = new System.Drawing.Size(15, 14);
     
    292343      this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    293344                  | System.Windows.Forms.AnchorStyles.Right)));
    294       this.commandTextBox.Location = new System.Drawing.Point(95, 41);
     345      this.commandTextBox.Location = new System.Drawing.Point(95, 39);
    295346      this.commandTextBox.Name = "commandTextBox";
    296347      this.commandTextBox.Size = new System.Drawing.Size(171, 20);
     
    300351      //
    301352      this.commandLabel.AutoSize = true;
    302       this.commandLabel.Location = new System.Drawing.Point(7, 41);
     353      this.commandLabel.Location = new System.Drawing.Point(7, 42);
    303354      this.commandLabel.Name = "commandLabel";
    304355      this.commandLabel.Size = new System.Drawing.Size(57, 13);
     
    310361      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    311362                  | System.Windows.Forms.AnchorStyles.Right)));
    312       this.stateTextBox.Location = new System.Drawing.Point(95, 19);
     363      this.stateTextBox.Location = new System.Drawing.Point(95, 13);
    313364      this.stateTextBox.Name = "stateTextBox";
    314365      this.stateTextBox.Size = new System.Drawing.Size(171, 20);
     
    318369      //
    319370      this.dateCalculatedLabel.AutoSize = true;
    320       this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 108);
     371      this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 120);
    321372      this.dateCalculatedLabel.Name = "dateCalculatedLabel";
    322373      this.dateCalculatedLabel.Size = new System.Drawing.Size(85, 13);
     
    327378      //
    328379      this.stateLabel.AutoSize = true;
    329       this.stateLabel.Location = new System.Drawing.Point(7, 19);
     380      this.stateLabel.Location = new System.Drawing.Point(7, 16);
    330381      this.stateLabel.Name = "stateLabel";
    331382      this.stateLabel.Size = new System.Drawing.Size(35, 13);
     
    337388      this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    338389                  | System.Windows.Forms.AnchorStyles.Right)));
    339       this.dateCalculatedText.Location = new System.Drawing.Point(95, 108);
     390      this.dateCalculatedText.Location = new System.Drawing.Point(95, 117);
    340391      this.dateCalculatedText.Name = "dateCalculatedText";
    341392      this.dateCalculatedText.Size = new System.Drawing.Size(171, 20);
     
    346397      this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    347398                  | System.Windows.Forms.AnchorStyles.Right)));
    348       this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 130);
     399      this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 143);
    349400      this.dateFinishedTextBox.Name = "dateFinishedTextBox";
    350401      this.dateFinishedTextBox.Size = new System.Drawing.Size(171, 20);
     
    355406      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    356407                  | System.Windows.Forms.AnchorStyles.Right)));
    357       this.executionTimeTextBox.Location = new System.Drawing.Point(95, 64);
     408      this.executionTimeTextBox.Location = new System.Drawing.Point(95, 65);
    358409      this.executionTimeTextBox.Name = "executionTimeTextBox";
    359410      this.executionTimeTextBox.Size = new System.Drawing.Size(171, 20);
     
    364415      this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    365416                  | System.Windows.Forms.AnchorStyles.Right)));
    366       this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 86);
     417      this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 91);
    367418      this.dateCreatedTextBox.Name = "dateCreatedTextBox";
    368419      this.dateCreatedTextBox.Size = new System.Drawing.Size(171, 20);
     
    372423      //
    373424      this.executionTimeLabel.AutoSize = true;
    374       this.executionTimeLabel.Location = new System.Drawing.Point(7, 64);
     425      this.executionTimeLabel.Location = new System.Drawing.Point(7, 68);
    375426      this.executionTimeLabel.Name = "executionTimeLabel";
    376427      this.executionTimeLabel.Size = new System.Drawing.Size(79, 13);
     
    381432      //
    382433      this.exceptionLabel.AutoSize = true;
    383       this.exceptionLabel.Location = new System.Drawing.Point(7, 152);
     434      this.exceptionLabel.Location = new System.Drawing.Point(7, 172);
    384435      this.exceptionLabel.Name = "exceptionLabel";
    385436      this.exceptionLabel.Size = new System.Drawing.Size(57, 13);
     
    390441      //
    391442      this.dateCreatedLabel.AutoSize = true;
    392       this.dateCreatedLabel.Location = new System.Drawing.Point(7, 86);
     443      this.dateCreatedLabel.Location = new System.Drawing.Point(7, 94);
    393444      this.dateCreatedLabel.Name = "dateCreatedLabel";
    394445      this.dateCreatedLabel.Size = new System.Drawing.Size(72, 13);
     
    399450      //
    400451      this.dateFinishedLabel.AutoSize = true;
    401       this.dateFinishedLabel.Location = new System.Drawing.Point(7, 130);
     452      this.dateFinishedLabel.Location = new System.Drawing.Point(7, 146);
    402453      this.dateFinishedLabel.Name = "dateFinishedLabel";
    403454      this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13);
     
    409460      this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    410461                  | System.Windows.Forms.AnchorStyles.Right)));
    411       this.exceptionTextBox.Location = new System.Drawing.Point(95, 152);
     462      this.exceptionTextBox.Location = new System.Drawing.Point(95, 169);
    412463      this.exceptionTextBox.Name = "exceptionTextBox";
    413464      this.exceptionTextBox.Size = new System.Drawing.Size(171, 20);
     
    439490      this.tabControl.Size = new System.Drawing.Size(571, 401);
    440491      this.tabControl.TabIndex = 25;
    441       //
    442       // priorityComboBox
    443       //
    444       this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    445                   | System.Windows.Forms.AnchorStyles.Right)));
    446       this.priorityComboBox.FormattingEnabled = true;
    447       this.priorityComboBox.Items.AddRange(new object[] {
    448             "1",
    449             "2",
    450             "3",
    451             "4",
    452             "5"});
    453       this.priorityComboBox.Location = new System.Drawing.Point(87, 35);
    454       this.priorityComboBox.Name = "priorityComboBox";
    455       this.priorityComboBox.Size = new System.Drawing.Size(182, 21);
    456       this.priorityComboBox.TabIndex = 43;
    457       //
    458       // coresNeededComboBox
    459       //
    460       this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    461                   | System.Windows.Forms.AnchorStyles.Right)));
    462       this.coresNeededComboBox.FormattingEnabled = true;
    463       this.coresNeededComboBox.Items.AddRange(new object[] {
    464             "1",
    465             "2",
    466             "3",
    467             "4",
    468             "5",
    469             "6",
    470             "7",
    471             "8"});
    472       this.coresNeededComboBox.Location = new System.Drawing.Point(134, 13);
    473       this.coresNeededComboBox.Name = "coresNeededComboBox";
    474       this.coresNeededComboBox.Size = new System.Drawing.Size(134, 21);
    475       this.coresNeededComboBox.TabIndex = 41;
    476       //
    477       // memoryNeededComboBox
    478       //
    479       this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    480                   | System.Windows.Forms.AnchorStyles.Right)));
    481       this.memoryNeededComboBox.FormattingEnabled = true;
    482       this.memoryNeededComboBox.Items.AddRange(new object[] {
    483             "128",
    484             "256",
    485             "512",
    486             "1024",
    487             "2048"});
    488       this.memoryNeededComboBox.Location = new System.Drawing.Point(134, 35);
    489       this.memoryNeededComboBox.Name = "memoryNeededComboBox";
    490       this.memoryNeededComboBox.Size = new System.Drawing.Size(135, 21);
    491       this.memoryNeededComboBox.TabIndex = 42;
    492492      //
    493493      // HiveTaskView
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.designer.cs

    r6976 r7104  
    3232      this.stateLogTabPage.SuspendLayout();
    3333      this.detailsTabPage.SuspendLayout();
    34       this.configurationGroupBox.SuspendLayout();
    3534      this.jobStatusGroupBox.SuspendLayout();
    3635      this.tabControl.SuspendLayout();
     36      this.configurationGroupBox.SuspendLayout();
    3737      this.runsTabPage.SuspendLayout();
    3838      this.SuspendLayout();
     
    4343      this.detailsTabPage.Controls.Add(this.pauseButton);
    4444      this.detailsTabPage.Controls.Add(this.stopButton);
     45      this.detailsTabPage.Controls.SetChildIndex(this.modifyItemButton, 0);
    4546      this.detailsTabPage.Controls.SetChildIndex(this.stopButton, 0);
    4647      this.detailsTabPage.Controls.SetChildIndex(this.pauseButton, 0);
     
    5455      this.tabControl.Controls.SetChildIndex(this.detailsTabPage, 0);
    5556      //
    56       // showItemButton
     57      // modifyItemButton
    5758      //
    58       this.modifyItemButton.Text = "Modify Optimizer";
     59      this.modifyItemButton.Text = "Show/Modify Optimizer";
    5960      //
    6061      // restartButton
     
    123124      this.stateLogTabPage.ResumeLayout(false);
    124125      this.detailsTabPage.ResumeLayout(false);
    125       this.detailsTabPage.PerformLayout();
    126       this.configurationGroupBox.ResumeLayout(false);
    127       this.configurationGroupBox.PerformLayout();
    128126      this.jobStatusGroupBox.ResumeLayout(false);
    129127      this.jobStatusGroupBox.PerformLayout();
    130128      this.tabControl.ResumeLayout(false);
     129      this.configurationGroupBox.ResumeLayout(false);
     130      this.configurationGroupBox.PerformLayout();
    131131      this.runsTabPage.ResumeLayout(false);
    132132      this.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.resx

    r6976 r7104  
    119119  </resheader>
    120120  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
     121  <data name="restartButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     122    <value>
     123        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
     124        YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/wAA
     125        Cv8BNGKaggAAALBJREFUOE9j+P//PwMlGKvmsv3ZbsQaitWAhBkR/4k1BKcBlmX6RBmC1YCoKUH/N9xa
     126        /J8YQ7AaEDzBG2Q7UYZgNcCnyxlsAAhHLQrA6xKsBjg2W/zP2BAL1mzbrP9fp1jhv0QaN4hWQ48drAaY
     127        1+ihaOZPYMGqGWQYVgP0SpXhNuPTjNMAlXwpsLMJacZpgHSGIFGacRogksyJ089EBSK20MaVNyjKiTi9
     128        QGxOBKkDACT9xOni1RbMAAAAAElFTkSuQmCC
     129</value>
     130  </data>
     131  <data name="pauseButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     132    <value>
     133        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
     134        YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/wAA
     135        Cv8BNGKaggAAAL5JREFUOE9j+P//PwMlmCLNIIsHoQG9m//+79rw63/e1EefQE5E56OHF4YXQJqvPvzz
     136        Xzd0FVDtfwZ0PkED2tZ++3/r6e//qn6LwAag8wka0Lji8//LD3//l3ObBTYAnU/QgNrF7/+fuP77v5jd
     137        JLAB6HyCBlTMe/V/94Wf//nNusEGoPMJGlAy+/n/9Sd//uc0aAUbgM4naEDB9Mf/F+z5/J9VpxFsADqf
     138        oAGg+GfTbYIbgM4naACpGWvg8wIAkX3yJyVePz4AAAAASUVORK5CYII=
     139</value>
     140  </data>
    121141  <data name="stopButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    122142    <value>
     
    132152</value>
    133153  </data>
    134   <data name="pauseButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    135     <value>
    136         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
    137         YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/wAA
    138         Cv8BNGKaggAAAL5JREFUOE9j+P//PwMlmCLNIIsHoQG9m//+79rw63/e1EefQE5E56OHF4YXQJqvPvzz
    139         Xzd0FVDtfwZ0PkED2tZ++3/r6e//qn6LwAag8wka0Lji8//LD3//l3ObBTYAnU/QgNrF7/+fuP77v5jd
    140         JLAB6HyCBlTMe/V/94Wf//nNusEGoPMJGlAy+/n/9Sd//uc0aAUbgM4naEDB9Mf/F+z5/J9VpxFsADqf
    141         oAGg+GfTbYIbgM4naACpGWvg8wIAkX3yJyVePz4AAAAASUVORK5CYII=
    142 </value>
    143   </data>
    144   <data name="restartButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    145     <value>
    146         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
    147         YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/wAA
    148         Cv8BNGKaggAAALBJREFUOE9j+P//PwMlGKvmsv3ZbsQaitWAhBkR/4k1BKcBlmX6RBmC1YCoKUH/N9xa
    149         /J8YQ7AaEDzBG2Q7UYZgNcCnyxlsAAhHLQrA6xKsBjg2W/zP2BAL1mzbrP9fp1jhv0QaN4hWQ48drAaY
    150         1+ihaOZPYMGqGWQYVgP0SpXhNuPTjNMAlXwpsLMJacZpgHSGIFGacRogksyJ089EBSK20MaVNyjKiTi9
    151         QGxOBKkDACT9xOni1RbMAAAAAElFTkSuQmCC
    152 </value>
    153   </data>
    154154</root>
Note: See TracChangeset for help on using the changeset viewer.