Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 20:59:36 (15 years ago)
Author:
kgrading
Message:

added the calendar in the dal and the server console. Works on every Resource (Group / Client) (#908)

Location:
trunk/sources/HeuristicLab.Hive.Server.Console/3.2
Files:
6 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HeuristicLab.Hive.Server.Console-3.2.csproj

    r2065 r3022  
    6868  </PropertyGroup>
    6969  <ItemGroup>
     70    <Reference Include="Calendar.DayView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     71      <SpecificVersion>False</SpecificVersion>
     72      <HintPath>..\..\HeuristicLab.Hive.Contracts\3.2\Calendar.DayView.dll</HintPath>
     73    </Reference>
    7074    <Reference Include="System" />
    7175    <Reference Include="System.Core">
     
    107111      <DependentUpon>AddProject.cs</DependentUpon>
    108112    </Compile>
     113    <Compile Include="CgCalendar.cs">
     114      <SubType>Form</SubType>
     115    </Compile>
     116    <Compile Include="CgCalendar.Designer.cs">
     117      <DependentUpon>CgCalendar.cs</DependentUpon>
     118    </Compile>
    109119    <Compile Include="Changes.cs" />
    110120    <Compile Include="HiveServerConsole.cs">
     
    139149      <DependentUpon>AddProject.cs</DependentUpon>
    140150    </EmbeddedResource>
     151    <EmbeddedResource Include="CgCalendar.resx">
     152      <DependentUpon>CgCalendar.cs</DependentUpon>
     153    </EmbeddedResource>
    141154    <EmbeddedResource Include="HiveServerConsole.resx">
    142155      <DependentUpon>HiveServerConsole.cs</DependentUpon>
     
    153166      <Generator>ResXFileCodeGenerator</Generator>
    154167      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     168      <SubType>Designer</SubType>
     169    </EmbeddedResource>
     170    <EmbeddedResource Include="Recurrence.resx">
     171      <DependentUpon>Recurrence.cs</DependentUpon>
    155172      <SubType>Designer</SubType>
    156173    </EmbeddedResource>
     
    170187      <DependentUpon>Settings.settings</DependentUpon>
    171188      <DesignTimeSharedInput>True</DesignTimeSharedInput>
     189    </Compile>
     190    <Compile Include="Recurrence.cs">
     191      <SubType>Form</SubType>
     192    </Compile>
     193    <Compile Include="Recurrence.Designer.cs">
     194      <DependentUpon>Recurrence.cs</DependentUpon>
    172195    </Compile>
    173196    <Compile Include="ServiceLocator.cs" />
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.Designer.cs

    r2007 r3022  
    8888      this.tcManagementConsole = new System.Windows.Forms.TabControl();
    8989      this.checkBox1 = new System.Windows.Forms.CheckBox();
     90      this.menuItemOpenCalendar = new System.Windows.Forms.ToolStripMenuItem();
    9091      this.menuStrip1.SuspendLayout();
    9192      this.plClientDetails.SuspendLayout();
     
    130131            this.closeToolStripMenuItem});
    131132      this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
    132       this.informationToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
     133      this.informationToolStripMenuItem.Size = new System.Drawing.Size(90, 20);
    133134      this.informationToolStripMenuItem.Text = "Management";
    134135      //
     
    137138      this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
    138139      this.refreshToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
    139       this.refreshToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     140      this.refreshToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
    140141      this.refreshToolStripMenuItem.Text = "Refresh";
    141142      this.refreshToolStripMenuItem.Click += new System.EventHandler(this.Refresh_Click);
     
    144145      //
    145146      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
    146       this.closeToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
     147      this.closeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
    147148      this.closeToolStripMenuItem.Text = "Close";
    148149      this.closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
     
    155156            this.projectToolStripMenuItem});
    156157      this.addToolStripMenuItem.Name = "addToolStripMenuItem";
    157       this.addToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
     158      this.addToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
    158159      this.addToolStripMenuItem.Text = "Add";
    159160      //
     
    162163      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
    163164      this.jobToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.J)));
    164       this.jobToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
     165      this.jobToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    165166      this.jobToolStripMenuItem.Text = "Job";
    166167      this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
     
    170171      this.groupToolStripMenuItem.Name = "groupToolStripMenuItem";
    171172      this.groupToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
    172       this.groupToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
     173      this.groupToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    173174      this.groupToolStripMenuItem.Text = "Group";
    174175      this.groupToolStripMenuItem.Click += new System.EventHandler(this.groupToolStripMenuItem_Click);
     
    178179      this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
    179180      this.projectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
    180       this.projectToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
     181      this.projectToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    181182      this.projectToolStripMenuItem.Text = "Project";
    182183      this.projectToolStripMenuItem.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
     
    189190            this.listToolStripMenuItem});
    190191      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
    191       this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     192      this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
    192193      this.viewToolStripMenuItem.Text = "View";
    193194      //
     
    198199      this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
    199200      this.largeIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
    200       this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     201      this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
    201202      this.largeIconsToolStripMenuItem.Text = "Large Icons";
    202203      this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     
    206207      this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
    207208      this.smallIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
    208       this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     209      this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
    209210      this.smallIconsToolStripMenuItem.Text = "Small Icons";
    210211      this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     
    214215      this.listToolStripMenuItem.Name = "listToolStripMenuItem";
    215216      this.listToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
    216       this.listToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     217      this.listToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
    217218      this.listToolStripMenuItem.Text = "List";
    218219      this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
     
    547548            this.menuItemGetSnapshot});
    548549      this.contextMenuJob.Name = "contextMenuJob";
    549       this.contextMenuJob.Size = new System.Drawing.Size(151, 48);
     550      this.contextMenuJob.Size = new System.Drawing.Size(145, 48);
    550551      //
    551552      // menuItemAbortJob
    552553      //
    553554      this.menuItemAbortJob.Name = "menuItemAbortJob";
    554       this.menuItemAbortJob.Size = new System.Drawing.Size(150, 22);
     555      this.menuItemAbortJob.Size = new System.Drawing.Size(144, 22);
    555556      this.menuItemAbortJob.Text = "Abort";
    556557      //
     
    558559      //
    559560      this.menuItemGetSnapshot.Name = "menuItemGetSnapshot";
    560       this.menuItemGetSnapshot.Size = new System.Drawing.Size(150, 22);
     561      this.menuItemGetSnapshot.Size = new System.Drawing.Size(144, 22);
    561562      this.menuItemGetSnapshot.Text = "Get Snapshot";
    562563      //
     
    653654      this.contextMenuGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    654655            this.menuItemAddGroup,
    655             this.menuItemDeleteGroup});
     656            this.menuItemDeleteGroup,
     657            this.menuItemOpenCalendar});
    656658      this.contextMenuGroup.Name = "contextMenuJob";
    657       this.contextMenuGroup.Size = new System.Drawing.Size(149, 48);
     659      this.contextMenuGroup.Size = new System.Drawing.Size(154, 92);
    658660      //
    659661      // menuItemAddGroup
    660662      //
    661663      this.menuItemAddGroup.Name = "menuItemAddGroup";
    662       this.menuItemAddGroup.Size = new System.Drawing.Size(148, 22);
     664      this.menuItemAddGroup.Size = new System.Drawing.Size(153, 22);
    663665      this.menuItemAddGroup.Text = "Add Group";
    664666      //
     
    666668      //
    667669      this.menuItemDeleteGroup.Name = "menuItemDeleteGroup";
    668       this.menuItemDeleteGroup.Size = new System.Drawing.Size(148, 22);
     670      this.menuItemDeleteGroup.Size = new System.Drawing.Size(153, 22);
    669671      this.menuItemDeleteGroup.Text = "Delete Group";
    670672      //
     
    703705      this.checkBox1.Text = "checkBox1";
    704706      this.checkBox1.UseVisualStyleBackColor = true;
     707      //
     708      // menuItemOpenCalendar
     709      //
     710      this.menuItemOpenCalendar.Name = "menuItemOpenCalendar";
     711      this.menuItemOpenCalendar.Size = new System.Drawing.Size(153, 22);
     712      this.menuItemOpenCalendar.Text = "Open Calendar";
    705713      //
    706714      // HiveServerManagementConsole
     
    810818    private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem;
    811819    private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
     820    private System.Windows.Forms.ToolStripMenuItem menuItemOpenCalendar;
    812821  }
    813822}
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.cs

    r3013 r3022  
    129129      };
    130130
     131      menuItemOpenCalendar.Click += (s, e) => {
     132                                      if (tvClientControl.SelectedNode != null) {
     133                                        CgCalendar cal = new CgCalendar(((ClientGroupDto)tvClientControl.SelectedNode.Tag).Id);                                       
     134                                        cal.Show();
     135                                      }
     136                                    };
     137
     138
    131139      // drag item to treeview
    132140      lvClientControl.ItemDrag += delegate(object sender, ItemDragEventArgs e) {
     
    683691          contextMenuGroup.Items.Add(menuItemAddGroup);
    684692          contextMenuGroup.Items.Add(menuItemDeleteGroup);
     693          contextMenuGroup.Items.Add(menuItemOpenCalendar);
    685694        }
    686695      } else {
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.resx

    r2007 r3022  
    129129        LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
    130130        ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABo
    131         FwAAAk1TRnQBSQFMAgEBBAEAAQkBAAEEAQABIAEAASABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
     131        FwAAAk1TRnQBSQFMAgEBBAEAAQwBAAEMAQABIAEAASABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
    132132        AwABgAMAAUADAAEBAQABCAYAASAYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
    133133        AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
     
    239239        LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
    240240        ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAO
    241         DgAAAk1TRnQBSQFMAgEBAwEAAQQBAAEEAQABIAEAASABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
     241        DgAAAk1TRnQBSQFMAgEBAwEAAQwBAAEMAQABIAEAASABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
    242242        AwABgAMAASADAAEBAQABCAYAARAYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
    243243        AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
     
    312312    <value>
    313313        iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
    314         YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAABcQwAA
    315         XEMBOS4mtwAAA5dJREFUSEullslPU1EUxtVVSyeGoOgWYWViomGB0YUbE7fGxODGuPEfMHFjgpowaDQy
    316         KlAHlKlMKoNQKQomFUShDEKhtLSlkcgkiAMz9POcR1/7HlBotMmX3td77/m9c86953QvgD3ST2qrMo6e
    317         E0iHSftkk8EfvDQ1Quq8fnrRIVvGAFZKiyKGVEsCK/29AvfMypDEa8V9Phsxol3R+EGamEhtVcDQr4N5
    318         LBqW6QPono4JSbyW9/BetsG2SAeF6Pjevj6NJprdUWj7Fo2m0UjUO8NR51O9MwKvXRFocAdkpLFxdEMm
    319         TyRax6LQPh4NE9lgWwSoFwA0iGf3DANa1I6Eo2hAjef9ahQPaFBi1aB0UIMykmFIiwqbFpXDG6omvbDr
    320         8NKhwytSzYgOtfRCJk8Eyvq1YsjiGZDEbvGGwi9qPCPjDPgfiNEdLoYqiQHJGW1KPOlTC9oNUm7TkQes
    321         gCefxi+h2XNc5klmu5K9SGbAzdxPSjzuVe0IMbnPYHLejDXvPNa9S5hdtKBn6hrsP3Ip1MA7zylZuPQW
    322         FQNuCIAcAuh7VEEhH8auCEZ2+rz1nJTl5FF3WACQ3aFEQbdqW0idIxG/lp3ombyFJtcZ1DqOonPiKrxY
    323         lfGaCSBNvN4iAWQRIN8HeCQJ1VNKeoPzNJ2mKCHpRb6TZf1+f4szDKiSnKwCOUAhAIJBpCerxXMec8tD
    324         +Lk8LOjXigO/V5x4M5ogJF6EyACZHQrkEVGElAzEUkhuo3fyDn2nk9LQO5VGITor84TvCIvvSLnkjjCk
    325         oEsSosyPCjwggAiptp3YEoLphS4K1X7/HeFwVdgOCYDtIPmbAbn0gwjZDOCE1tgTwTnhcNXYj8E2o4f5
    326         62X/bd8MkQEyyAMGiJCqocQtHqx7lzGz2IeF1Qlhzj1XLSRdTPxmT2SA++0K5HRuAFiVPsCPJRsm/nTI
    327         YF6swTqdg2Jr5I4lJY/siRct+a5ZgazPSj+kYjARjtlKunjRQuIN1iMwuS5Qks/BMBgbUknJkJSKpBQq
    328         drmdAUhet07w5KEk8cEu4vbFUQ22yYXUX67zCJBNXkg9+RdIiVUNvcXf4eL9DYdLdml/GAr7+DQFwhUq
    329         pJj6SMWQGuVWlViqNxqOr6P5W+ZjqoI1wxoYXRoqE1q/Gmnc6JLLSM+sJrcGdXYNnlC+tm2ZwZr+XWr6
    330         rN2a/65NX/wH4APFUXIucrPgUh6ieC3viZPa4vFfU36gB1Ssto8AAAAASUVORK5CYII=
     314        YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAABcQgAA
     315        XEIB62nEUwAAA3hJREFUSEu1ls1PE2EQxj229ouPVNErgZOJicZDjR68mHg1JgYvxov/gIlHxARBoxGU
     316        KlJUVJDypVIQKkXBpIootoC0tLS0pZEIiILfikAfZ5Zuu9sWaDQ2edLt7vvOrzPzzsxuALBBquIeRR7p
     317        CKmQVJSmeC3vyUu0FzNOD3NIFhJYpU8VuGBXpiVeK+6L2sgRQQKAbm4hTZ/pVcA8ooN9Ug/H7GY4Z3PS
     318        Eq/lPbyXbbAttsm2RUB7CT3oDmXj+Ts9uiay0B7IQFtU7YFMPAxmoiMUl5WurRMrsoWz0DuZjb4pPWxk
     319        g20RoF0A0EU+u2d2aWEZz8Adlxq3R9SodWlQ59bg7qgG9SSzR4tGrxZNYytqId3z6XDfr8MDUuu4Dhb6
     320        Q7ZwJupHtGLI8hlQwG7xhpo3atwi4wz4F4g1lCGGqoABhWXPlbgxrBa0HqTBqyMPWHFPXk4dRXd4p8yT
     321        8j4le1HIgCLjSyWuD6nWhNhC+zHz3Y6lyHcsR35h7qcDg+9PwjdvpFADT8J7ZeEyOVQMOCUAKghgGlSt
     322        Cnk2eVwwstbncXiPLCfVzo1xwOV+JaqcqpSQNr8BXxYCGJw5ja7gflj82zEwfQIRLMp43QSQJt7kkAAu
     323        EeBaFFAtCdVNSnpHYB+dpmwh6XeiJ8v94WKSMwxolpysKjlAIQBWg0hPVk/4ED4tePB5YUzQl99+fP0d
     324        wKOJXULiRYgMUN6vQCURRUidK5dCchZDM+fou5RUgqH3JRSiAzJPuEZYXCMNkhphSNVrSYjKXyhwhQAi
     325        pMW7OykEsz9eU6g2xWqEw9Xo3SoAUkGuJQKMdEOEJAI4oa0+AzgnHK5W3w54P5pgf3ssVu2JEBmgjDxg
     326        gAhp9hiSPFiOLODjz2H8WJwWnoU+tQhJFxOf6IkMcLFPgYqBFQCrKQqY/+XF9Ld+GSyCJbhnK1Drzlqz
     327        pVSSPbHQCs/bFbj0ShmDNI4a4J9rosLTC4k3u7fBFjxMST4I82huWi2lTNIqCoqp2RkH4pBKp07w5Kok
     328        8asVYurmqAbb5EYaa9eVBLhMXkg9+RtInVsNkyM24fJjA4db9t2RjagZ5tMUD1e6kFqaI40eNRrcKrFV
     329        rwycxJF5nbpg65gG1qCG2oQ2pk667gzKZaXfrK6QBm0+DW5QvlKOzCgkaeifp6HPWm/4rzv0/+dryx8H
     330        ysmLkjulowAAAABJRU5ErkJggg==
    331331</value>
    332332  </data>
     
    342342        LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
    343343        ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABy
    344         DAAAAk1TRnQBSQFMAgEBBAEAAQkBAAEEAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
     344        DAAAAk1TRnQBSQFMAgEBBAEAAQwBAAEMAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
    345345        AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
    346346        AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
     
    398398</value>
    399399  </data>
    400   <metadata name="updaterWoker.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    401     <value>388, 41</value>
    402   </metadata>
    403400  <metadata name="contextMenuJob.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    404401    <value>246, 40</value>
     
    412409        LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
    413410        ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABq
    414         CQAAAk1TRnQBSQFMAgEBAwEAAQQBAAEEAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
     411        CQAAAk1TRnQBSQFMAgEBAwEAAQwBAAEMAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
    415412        AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
    416413        AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
     
    455452</value>
    456453  </data>
     454  <metadata name="updaterWoker.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     455    <value>388, 41</value>
     456  </metadata>
    457457</root>
Note: See TracChangeset for help on using the changeset viewer.