Changeset 906 for trunk/sources/HeuristicLab.Hive.Client.Console
- Timestamp:
- 12/04/08 16:54:48 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Console
- Files:
-
- 9 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Console/HeuristicLab.Hive.Client.Console.csproj ¶
r858 r906 52 52 </PropertyGroup> 53 53 <ItemGroup> 54 <Reference Include="HeuristicLab.Charting-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 55 <SpecificVersion>False</SpecificVersion> 56 <HintPath>..\HeuristicLab.Charting\bin\Debug\HeuristicLab.Charting-3.2.dll</HintPath> 57 </Reference> 58 <Reference Include="HeuristicLab.Charting.Data-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 59 <SpecificVersion>False</SpecificVersion> 60 <HintPath>..\HeuristicLab.Charting.Data\bin\Debug\HeuristicLab.Charting.Data-3.2.dll</HintPath> 61 </Reference> 62 <Reference Include="HeuristicLab.Core-3.2, Version=3.2.0.817, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 63 <SpecificVersion>False</SpecificVersion> 64 <HintPath>..\HeuristicLab.Core\bin\Debug\HeuristicLab.Core-3.2.dll</HintPath> 65 </Reference> 66 <Reference Include="HeuristicLab.Data-3.2, Version=3.2.0.776, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 67 <SpecificVersion>False</SpecificVersion> 68 <HintPath>..\HeuristicLab.Data\bin\Debug\HeuristicLab.Data-3.2.dll</HintPath> 69 </Reference> 70 <Reference Include="HeuristicLab.Operators-3.2, Version=3.2.0.801, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 71 <SpecificVersion>False</SpecificVersion> 72 <HintPath>..\HeuristicLab.Operators\bin\Debug\HeuristicLab.Operators-3.2.dll</HintPath> 73 </Reference> 54 74 <Reference Include="System" /> 55 75 <Reference Include="System.Core"> … … 67 87 <Reference Include="System.Windows.Forms" /> 68 88 <Reference Include="System.Xml" /> 89 <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL"> 90 <SpecificVersion>False</SpecificVersion> 91 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.0\plugins\ZedGraph.dll</HintPath> 92 </Reference> 69 93 </ItemGroup> 70 94 <ItemGroup> 95 <Compile Include="EventLogEntryForm.cs"> 96 <SubType>Form</SubType> 97 </Compile> 98 <Compile Include="EventLogEntryForm.Designer.cs"> 99 <DependentUpon>EventLogEntryForm.cs</DependentUpon> 100 </Compile> 71 101 <Compile Include="HiveClientConsole.cs"> 72 102 <SubType>Form</SubType> … … 77 107 <Compile Include="HiveClientConsolePlugin.cs" /> 78 108 <Compile Include="HiveClientConsoleApplication.cs" /> 109 <Compile Include="HiveEventEntry.cs" /> 79 110 <Compile Include="IPAdressTextBox.cs"> 80 111 <SubType>Component</SubType> 81 112 </Compile> 82 113 <Compile Include="Properties\AssemblyInfo.cs" /> 114 <EmbeddedResource Include="EventLogEntryForm.resx"> 115 <DependentUpon>EventLogEntryForm.cs</DependentUpon> 116 </EmbeddedResource> 83 117 <EmbeddedResource Include="HiveClientConsole.resx"> 84 118 <DependentUpon>HiveClientConsole.cs</DependentUpon> … … 93 127 <AutoGen>True</AutoGen> 94 128 <DependentUpon>Resources.resx</DependentUpon> 129 <DesignTime>True</DesignTime> 95 130 </Compile> 96 131 <None Include="HeuristicLab.snk" /> … … 107 142 </ItemGroup> 108 143 <ItemGroup> 144 <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj"> 145 <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project> 146 <Name>HeuristicLab.Logging</Name> 147 </ProjectReference> 109 148 <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 110 149 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 111 150 <Name>HeuristicLab.PluginInfrastructure</Name> 112 151 </ProjectReference> 152 </ItemGroup> 153 <ItemGroup> 154 <None Include="Resources\Error.png" /> 155 </ItemGroup> 156 <ItemGroup> 157 <None Include="Resources\Info.png" /> 113 158 </ItemGroup> 114 159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs ¶
r752 r906 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.msClientConsole = new System.Windows.Forms.MenuStrip(); 48 this.tsmiConsole = new System.Windows.Forms.ToolStripMenuItem(); 49 this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem(); 47 this.components = new System.ComponentModel.Container(); 48 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole)); 50 49 this.tcClientConsole = new System.Windows.Forms.TabControl(); 51 50 this.tpConnection = new System.Windows.Forms.TabPage(); 51 this.gbJobCommon = new System.Windows.Forms.GroupBox(); 52 this.lvJobDetail = new System.Windows.Forms.ListView(); 53 this.chJobId = new System.Windows.Forms.ColumnHeader(); 54 this.chSince = new System.Windows.Forms.ColumnHeader(); 55 this.chProgress = new System.Windows.Forms.ColumnHeader(); 56 this.gbCommon = new System.Windows.Forms.GroupBox(); 57 this.zGJobs = new ZedGraph.ZedGraphControl(); 58 this.lbConnectionStatusCaption = new System.Windows.Forms.Label(); 59 this.lbJobsAbortedCaption = new System.Windows.Forms.Label(); 60 this.lbJobdoneCaption = new System.Windows.Forms.Label(); 61 this.lbGuidCaption = new System.Windows.Forms.Label(); 62 this.lbJobsFetchedCaption = new System.Windows.Forms.Label(); 63 this.lbCsCaption = new System.Windows.Forms.Label(); 64 this.gbEventLog = new System.Windows.Forms.GroupBox(); 65 this.lvLog = new System.Windows.Forms.ListView(); 66 this.chType = new System.Windows.Forms.ColumnHeader(); 67 this.chId = new System.Windows.Forms.ColumnHeader(); 68 this.chMessage = new System.Windows.Forms.ColumnHeader(); 69 this.chDate = new System.Windows.Forms.ColumnHeader(); 70 this.chTime = new System.Windows.Forms.ColumnHeader(); 71 this.ilEventLog = new System.Windows.Forms.ImageList(this.components); 72 this.tabPage2 = new System.Windows.Forms.TabPage(); 73 this.groupBox1 = new System.Windows.Forms.GroupBox(); 74 this.gbResources = new System.Windows.Forms.GroupBox(); 75 this.textBox2 = new System.Windows.Forms.TextBox(); 76 this.lbMem = new System.Windows.Forms.Label(); 77 this.gbServerConnection = new System.Windows.Forms.GroupBox(); 52 78 this.btnDisconnect = new System.Windows.Forms.Button(); 53 this.btnConnect = new System.Windows.Forms.Button(); 54 this.gbUser = new System.Windows.Forms.GroupBox(); 55 this.tbUuid = new System.Windows.Forms.TextBox(); 56 this.lblUuid = new System.Windows.Forms.Label(); 57 this.gbManager = new System.Windows.Forms.GroupBox(); 58 this.lblPort = new System.Windows.Forms.Label(); 59 this.lblIp = new System.Windows.Forms.Label(); 60 this.tbPort = new System.Windows.Forms.TextBox(); 61 this.tabPage2 = new System.Windows.Forms.TabPage(); 62 this.lbEventLog = new System.Windows.Forms.ListBox(); 63 this.tbIp = new HeuristicLab.Hive.Client.Console.IPAddressTextBox(); 64 this.msClientConsole.SuspendLayout(); 79 this.btConnect = new System.Windows.Forms.Button(); 80 this.textBox1 = new System.Windows.Forms.TextBox(); 81 this.tbIPAdress = new System.Windows.Forms.TextBox(); 82 this.lbServerIPCaption = new System.Windows.Forms.Label(); 83 this.lbPortCaption = new System.Windows.Forms.Label(); 65 84 this.tcClientConsole.SuspendLayout(); 66 85 this.tpConnection.SuspendLayout(); 67 this.gbUser.SuspendLayout(); 68 this.gbManager.SuspendLayout(); 86 this.gbJobCommon.SuspendLayout(); 87 this.gbCommon.SuspendLayout(); 88 this.gbEventLog.SuspendLayout(); 89 this.tabPage2.SuspendLayout(); 90 this.gbResources.SuspendLayout(); 91 this.gbServerConnection.SuspendLayout(); 69 92 this.SuspendLayout(); 70 //71 // msClientConsole72 //73 this.msClientConsole.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {74 this.tsmiConsole});75 this.msClientConsole.Location = new System.Drawing.Point(0, 0);76 this.msClientConsole.Name = "msClientConsole";77 this.msClientConsole.Size = new System.Drawing.Size(434, 24);78 this.msClientConsole.TabIndex = 0;79 this.msClientConsole.Text = "menuStrip1";80 //81 // tsmiConsole82 //83 this.tsmiConsole.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {84 this.tsmiExit});85 this.tsmiConsole.Name = "tsmiConsole";86 this.tsmiConsole.Size = new System.Drawing.Size(82, 20);87 this.tsmiConsole.Text = "Clientconsole";88 //89 // tsmiExit90 //91 this.tsmiExit.Name = "tsmiExit";92 this.tsmiExit.Size = new System.Drawing.Size(103, 22);93 this.tsmiExit.Text = "Exit";94 this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);95 93 // 96 94 // tcClientConsole … … 99 97 this.tcClientConsole.Controls.Add(this.tabPage2); 100 98 this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill; 101 this.tcClientConsole.Location = new System.Drawing.Point(0, 24);99 this.tcClientConsole.Location = new System.Drawing.Point(0, 0); 102 100 this.tcClientConsole.Name = "tcClientConsole"; 103 101 this.tcClientConsole.SelectedIndex = 0; 104 this.tcClientConsole.Size = new System.Drawing.Size(43 4, 481);102 this.tcClientConsole.Size = new System.Drawing.Size(437, 508); 105 103 this.tcClientConsole.TabIndex = 1; 106 104 // 107 105 // tpConnection 108 106 // 109 this.tpConnection.Controls.Add(this.lbEventLog); 110 this.tpConnection.Controls.Add(this.btnDisconnect); 111 this.tpConnection.Controls.Add(this.btnConnect); 112 this.tpConnection.Controls.Add(this.gbUser); 113 this.tpConnection.Controls.Add(this.gbManager); 107 this.tpConnection.Controls.Add(this.gbJobCommon); 108 this.tpConnection.Controls.Add(this.gbCommon); 109 this.tpConnection.Controls.Add(this.gbEventLog); 114 110 this.tpConnection.Location = new System.Drawing.Point(4, 22); 115 111 this.tpConnection.Name = "tpConnection"; 116 112 this.tpConnection.Padding = new System.Windows.Forms.Padding(3); 117 113 this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No; 118 this.tpConnection.Size = new System.Drawing.Size(42 6, 455);114 this.tpConnection.Size = new System.Drawing.Size(429, 482); 119 115 this.tpConnection.TabIndex = 0; 120 this.tpConnection.Text = " Connection";116 this.tpConnection.Text = "Status"; 121 117 this.tpConnection.UseVisualStyleBackColor = true; 122 118 // 123 // btnDisconnect 124 // 125 this.btnDisconnect.Enabled = false; 126 this.btnDisconnect.Location = new System.Drawing.Point(213, 182); 127 this.btnDisconnect.Name = "btnDisconnect"; 128 this.btnDisconnect.Size = new System.Drawing.Size(134, 23); 129 this.btnDisconnect.TabIndex = 4; 130 this.btnDisconnect.Text = "Disconnect"; 131 this.btnDisconnect.UseVisualStyleBackColor = true; 132 this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click); 133 // 134 // btnConnect 135 // 136 this.btnConnect.Location = new System.Drawing.Point(66, 182); 137 this.btnConnect.Name = "btnConnect"; 138 this.btnConnect.Size = new System.Drawing.Size(131, 23); 139 this.btnConnect.TabIndex = 3; 140 this.btnConnect.Text = "Connect"; 141 this.btnConnect.UseVisualStyleBackColor = true; 142 this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); 143 // 144 // gbUser 145 // 146 this.gbUser.Controls.Add(this.tbUuid); 147 this.gbUser.Controls.Add(this.lblUuid); 148 this.gbUser.Location = new System.Drawing.Point(67, 117); 149 this.gbUser.Name = "gbUser"; 150 this.gbUser.Size = new System.Drawing.Size(281, 51); 151 this.gbUser.TabIndex = 2; 152 this.gbUser.TabStop = false; 153 this.gbUser.Text = "User"; 154 // 155 // tbUuid 156 // 157 this.tbUuid.Location = new System.Drawing.Point(56, 22); 158 this.tbUuid.Name = "tbUuid"; 159 this.tbUuid.Size = new System.Drawing.Size(209, 20); 160 this.tbUuid.TabIndex = 2; 161 // 162 // lblUuid 163 // 164 this.lblUuid.AutoSize = true; 165 this.lblUuid.Location = new System.Drawing.Point(15, 25); 166 this.lblUuid.Name = "lblUuid"; 167 this.lblUuid.Size = new System.Drawing.Size(34, 13); 168 this.lblUuid.TabIndex = 0; 169 this.lblUuid.Text = "UUID"; 170 // 171 // gbManager 172 // 173 this.gbManager.Controls.Add(this.lblPort); 174 this.gbManager.Controls.Add(this.lblIp); 175 this.gbManager.Controls.Add(this.tbPort); 176 this.gbManager.Controls.Add(this.tbIp); 177 this.gbManager.Location = new System.Drawing.Point(66, 19); 178 this.gbManager.Name = "gbManager"; 179 this.gbManager.Size = new System.Drawing.Size(283, 82); 180 this.gbManager.TabIndex = 0; 181 this.gbManager.TabStop = false; 182 this.gbManager.Text = "Manager"; 183 // 184 // lblPort 185 // 186 this.lblPort.AutoSize = true; 187 this.lblPort.Location = new System.Drawing.Point(16, 54); 188 this.lblPort.Name = "lblPort"; 189 this.lblPort.Size = new System.Drawing.Size(26, 13); 190 this.lblPort.TabIndex = 3; 191 this.lblPort.Text = "Port"; 192 // 193 // lblIp 194 // 195 this.lblIp.AutoSize = true; 196 this.lblIp.Location = new System.Drawing.Point(16, 26); 197 this.lblIp.Name = "lblIp"; 198 this.lblIp.Size = new System.Drawing.Size(17, 13); 199 this.lblIp.TabIndex = 2; 200 this.lblIp.Text = "IP"; 201 // 202 // tbPort 203 // 204 this.tbPort.Location = new System.Drawing.Point(57, 47); 205 this.tbPort.Name = "tbPort"; 206 this.tbPort.Size = new System.Drawing.Size(209, 20); 207 this.tbPort.TabIndex = 1; 119 // gbJobCommon 120 // 121 this.gbJobCommon.Controls.Add(this.lvJobDetail); 122 this.gbJobCommon.Location = new System.Drawing.Point(8, 100); 123 this.gbJobCommon.Name = "gbJobCommon"; 124 this.gbJobCommon.Size = new System.Drawing.Size(412, 158); 125 this.gbJobCommon.TabIndex = 13; 126 this.gbJobCommon.TabStop = false; 127 this.gbJobCommon.Text = "Jobs detail"; 128 // 129 // lvJobDetail 130 // 131 this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 132 this.chJobId, 133 this.chSince, 134 this.chProgress}); 135 this.lvJobDetail.Location = new System.Drawing.Point(6, 19); 136 this.lvJobDetail.Name = "lvJobDetail"; 137 this.lvJobDetail.Size = new System.Drawing.Size(398, 132); 138 this.lvJobDetail.TabIndex = 0; 139 this.lvJobDetail.UseCompatibleStateImageBehavior = false; 140 this.lvJobDetail.View = System.Windows.Forms.View.Details; 141 // 142 // chJobId 143 // 144 this.chJobId.Text = "ID"; 145 // 146 // chSince 147 // 148 this.chSince.Text = "Since"; 149 this.chSince.Width = 74; 150 // 151 // chProgress 152 // 153 this.chProgress.Text = "Progress"; 154 this.chProgress.Width = 256; 155 // 156 // gbCommon 157 // 158 this.gbCommon.Controls.Add(this.zGJobs); 159 this.gbCommon.Controls.Add(this.lbConnectionStatusCaption); 160 this.gbCommon.Controls.Add(this.lbJobsAbortedCaption); 161 this.gbCommon.Controls.Add(this.lbJobdoneCaption); 162 this.gbCommon.Controls.Add(this.lbGuidCaption); 163 this.gbCommon.Controls.Add(this.lbJobsFetchedCaption); 164 this.gbCommon.Controls.Add(this.lbCsCaption); 165 this.gbCommon.Location = new System.Drawing.Point(8, 6); 166 this.gbCommon.Name = "gbCommon"; 167 this.gbCommon.Size = new System.Drawing.Size(410, 88); 168 this.gbCommon.TabIndex = 14; 169 this.gbCommon.TabStop = false; 170 this.gbCommon.Text = "Common"; 171 // 172 // zGJobs 173 // 174 this.zGJobs.Location = new System.Drawing.Point(309, 11); 175 this.zGJobs.Name = "zGJobs"; 176 this.zGJobs.ScrollGrace = 0; 177 this.zGJobs.ScrollMaxX = 0; 178 this.zGJobs.ScrollMaxY = 0; 179 this.zGJobs.ScrollMaxY2 = 0; 180 this.zGJobs.ScrollMinX = 0; 181 this.zGJobs.ScrollMinY = 0; 182 this.zGJobs.ScrollMinY2 = 0; 183 this.zGJobs.Size = new System.Drawing.Size(95, 68); 184 this.zGJobs.TabIndex = 14; 185 // 186 // lbConnectionStatusCaption 187 // 188 this.lbConnectionStatusCaption.AutoSize = true; 189 this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 42); 190 this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption"; 191 this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13); 192 this.lbConnectionStatusCaption.TabIndex = 13; 193 this.lbConnectionStatusCaption.Text = "Connected status:"; 194 // 195 // lbJobsAbortedCaption 196 // 197 this.lbJobsAbortedCaption.AutoSize = true; 198 this.lbJobsAbortedCaption.Location = new System.Drawing.Point(147, 66); 199 this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption"; 200 this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13); 201 this.lbJobsAbortedCaption.TabIndex = 11; 202 this.lbJobsAbortedCaption.Text = "Jobs aborted:"; 203 // 204 // lbJobdoneCaption 205 // 206 this.lbJobdoneCaption.AutoSize = true; 207 this.lbJobdoneCaption.Location = new System.Drawing.Point(159, 42); 208 this.lbJobdoneCaption.Name = "lbJobdoneCaption"; 209 this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13); 210 this.lbJobdoneCaption.TabIndex = 10; 211 this.lbJobdoneCaption.Text = "Jobs done:"; 212 // 213 // lbGuidCaption 214 // 215 this.lbGuidCaption.AutoSize = true; 216 this.lbGuidCaption.Location = new System.Drawing.Point(9, 19); 217 this.lbGuidCaption.Name = "lbGuidCaption"; 218 this.lbGuidCaption.Size = new System.Drawing.Size(37, 13); 219 this.lbGuidCaption.TabIndex = 8; 220 this.lbGuidCaption.Text = "GUID:"; 221 // 222 // lbJobsFetchedCaption 223 // 224 this.lbJobsFetchedCaption.AutoSize = true; 225 this.lbJobsFetchedCaption.Location = new System.Drawing.Point(147, 16); 226 this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption"; 227 this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13); 228 this.lbJobsFetchedCaption.TabIndex = 12; 229 this.lbJobsFetchedCaption.Text = "Jobs fetched:"; 230 // 231 // lbCsCaption 232 // 233 this.lbCsCaption.AutoSize = true; 234 this.lbCsCaption.Location = new System.Drawing.Point(9, 66); 235 this.lbCsCaption.Name = "lbCsCaption"; 236 this.lbCsCaption.Size = new System.Drawing.Size(90, 13); 237 this.lbCsCaption.TabIndex = 9; 238 this.lbCsCaption.Text = "Connected since:"; 239 // 240 // gbEventLog 241 // 242 this.gbEventLog.Controls.Add(this.lvLog); 243 this.gbEventLog.Location = new System.Drawing.Point(8, 264); 244 this.gbEventLog.Name = "gbEventLog"; 245 this.gbEventLog.Size = new System.Drawing.Size(412, 207); 246 this.gbEventLog.TabIndex = 7; 247 this.gbEventLog.TabStop = false; 248 this.gbEventLog.Text = "Hive Client Log"; 249 // 250 // lvLog 251 // 252 this.lvLog.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 253 this.chType, 254 this.chId, 255 this.chMessage, 256 this.chDate, 257 this.chTime}); 258 this.lvLog.FullRowSelect = true; 259 this.lvLog.GridLines = true; 260 this.lvLog.LargeImageList = this.ilEventLog; 261 this.lvLog.Location = new System.Drawing.Point(6, 14); 262 this.lvLog.MultiSelect = false; 263 this.lvLog.Name = "lvLog"; 264 this.lvLog.Size = new System.Drawing.Size(398, 187); 265 this.lvLog.SmallImageList = this.ilEventLog; 266 this.lvLog.TabIndex = 6; 267 this.lvLog.UseCompatibleStateImageBehavior = false; 268 this.lvLog.View = System.Windows.Forms.View.Details; 269 this.lvLog.DoubleClick += new System.EventHandler(this.lvLog_DoubleClick); 270 // 271 // chType 272 // 273 this.chType.Text = "Type"; 274 this.chType.Width = 42; 275 // 276 // chId 277 // 278 this.chId.Text = "ID"; 279 // 280 // chMessage 281 // 282 this.chMessage.Text = "Message"; 283 this.chMessage.Width = 163; 284 // 285 // chDate 286 // 287 this.chDate.Text = "Date"; 288 this.chDate.Width = 63; 289 // 290 // chTime 291 // 292 this.chTime.Text = "Time"; 293 this.chTime.Width = 65; 294 // 295 // ilEventLog 296 // 297 this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream"))); 298 this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent; 299 this.ilEventLog.Images.SetKeyName(0, "Info.png"); 300 this.ilEventLog.Images.SetKeyName(1, "Error.png"); 208 301 // 209 302 // tabPage2 210 303 // 304 this.tabPage2.Controls.Add(this.groupBox1); 305 this.tabPage2.Controls.Add(this.gbResources); 306 this.tabPage2.Controls.Add(this.gbServerConnection); 211 307 this.tabPage2.Location = new System.Drawing.Point(4, 22); 212 308 this.tabPage2.Name = "tabPage2"; 213 309 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 214 this.tabPage2.Size = new System.Drawing.Size(42 6, 455);310 this.tabPage2.Size = new System.Drawing.Size(429, 482); 215 311 this.tabPage2.TabIndex = 1; 216 this.tabPage2.Text = " tabPage2";312 this.tabPage2.Text = "Settings"; 217 313 this.tabPage2.UseVisualStyleBackColor = true; 218 314 // 219 // listBox1 220 // 221 this.lbEventLog.FormattingEnabled = true; 222 this.lbEventLog.Location = new System.Drawing.Point(23, 226); 223 this.lbEventLog.Name = "listBox1"; 224 this.lbEventLog.Size = new System.Drawing.Size(382, 212); 225 this.lbEventLog.TabIndex = 5; 226 // 227 // tbIp 228 // 229 this.tbIp.Location = new System.Drawing.Point(57, 19); 230 this.tbIp.Name = "tbIp"; 231 this.tbIp.Size = new System.Drawing.Size(211, 20); 232 this.tbIp.TabIndex = 0; 315 // groupBox1 316 // 317 this.groupBox1.Location = new System.Drawing.Point(9, 185); 318 this.groupBox1.Name = "groupBox1"; 319 this.groupBox1.Size = new System.Drawing.Size(409, 286); 320 this.groupBox1.TabIndex = 4; 321 this.groupBox1.TabStop = false; 322 this.groupBox1.Text = "Online time"; 323 // 324 // gbResources 325 // 326 this.gbResources.Controls.Add(this.textBox2); 327 this.gbResources.Controls.Add(this.lbMem); 328 this.gbResources.Location = new System.Drawing.Point(8, 118); 329 this.gbResources.Name = "gbResources"; 330 this.gbResources.Size = new System.Drawing.Size(410, 60); 331 this.gbResources.TabIndex = 3; 332 this.gbResources.TabStop = false; 333 this.gbResources.Text = "Resources"; 334 // 335 // textBox2 336 // 337 this.textBox2.Location = new System.Drawing.Point(174, 25); 338 this.textBox2.Name = "textBox2"; 339 this.textBox2.Size = new System.Drawing.Size(72, 20); 340 this.textBox2.TabIndex = 1; 341 // 342 // lbMem 343 // 344 this.lbMem.AutoSize = true; 345 this.lbMem.Location = new System.Drawing.Point(17, 25); 346 this.lbMem.Name = "lbMem"; 347 this.lbMem.Size = new System.Drawing.Size(150, 13); 348 this.lbMem.TabIndex = 0; 349 this.lbMem.Text = "Maximum memory usage [MB]:"; 350 // 351 // gbServerConnection 352 // 353 this.gbServerConnection.Controls.Add(this.btnDisconnect); 354 this.gbServerConnection.Controls.Add(this.btConnect); 355 this.gbServerConnection.Controls.Add(this.textBox1); 356 this.gbServerConnection.Controls.Add(this.tbIPAdress); 357 this.gbServerConnection.Controls.Add(this.lbServerIPCaption); 358 this.gbServerConnection.Controls.Add(this.lbPortCaption); 359 this.gbServerConnection.Location = new System.Drawing.Point(8, 6); 360 this.gbServerConnection.Name = "gbServerConnection"; 361 this.gbServerConnection.Size = new System.Drawing.Size(410, 105); 362 this.gbServerConnection.TabIndex = 2; 363 this.gbServerConnection.TabStop = false; 364 this.gbServerConnection.Text = "Server connection"; 365 // 366 // btnDisconnect 367 // 368 this.btnDisconnect.Location = new System.Drawing.Point(257, 51); 369 this.btnDisconnect.Name = "btnDisconnect"; 370 this.btnDisconnect.Size = new System.Drawing.Size(147, 23); 371 this.btnDisconnect.TabIndex = 5; 372 this.btnDisconnect.Text = "Disconnect from server"; 373 this.btnDisconnect.UseVisualStyleBackColor = true; 374 // 375 // btConnect 376 // 377 this.btConnect.Location = new System.Drawing.Point(257, 23); 378 this.btConnect.Name = "btConnect"; 379 this.btConnect.Size = new System.Drawing.Size(147, 23); 380 this.btConnect.TabIndex = 4; 381 this.btConnect.Text = "Connect to server"; 382 this.btConnect.UseVisualStyleBackColor = true; 383 // 384 // textBox1 385 // 386 this.textBox1.Location = new System.Drawing.Point(77, 51); 387 this.textBox1.Name = "textBox1"; 388 this.textBox1.Size = new System.Drawing.Size(143, 20); 389 this.textBox1.TabIndex = 3; 390 // 391 // tbIPAdress 392 // 393 this.tbIPAdress.Location = new System.Drawing.Point(77, 25); 394 this.tbIPAdress.Name = "tbIPAdress"; 395 this.tbIPAdress.Size = new System.Drawing.Size(143, 20); 396 this.tbIPAdress.TabIndex = 2; 397 // 398 // lbServerIPCaption 399 // 400 this.lbServerIPCaption.AutoSize = true; 401 this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28); 402 this.lbServerIPCaption.Name = "lbServerIPCaption"; 403 this.lbServerIPCaption.Size = new System.Drawing.Size(54, 13); 404 this.lbServerIPCaption.TabIndex = 0; 405 this.lbServerIPCaption.Text = "IP adress:"; 406 // 407 // lbPortCaption 408 // 409 this.lbPortCaption.AutoSize = true; 410 this.lbPortCaption.Location = new System.Drawing.Point(17, 54); 411 this.lbPortCaption.Name = "lbPortCaption"; 412 this.lbPortCaption.Size = new System.Drawing.Size(29, 13); 413 this.lbPortCaption.TabIndex = 1; 414 this.lbPortCaption.Text = "Port:"; 233 415 // 234 416 // HiveClientConsole … … 236 418 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 237 419 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 238 this.ClientSize = new System.Drawing.Size(43 4, 505);420 this.ClientSize = new System.Drawing.Size(437, 508); 239 421 this.Controls.Add(this.tcClientConsole); 240 this.Controls.Add(this.msClientConsole);241 this.MainMenuStrip = this.msClientConsole;242 422 this.Name = "HiveClientConsole"; 243 423 this.Text = "Client Console"; 244 this. msClientConsole.ResumeLayout(false);245 this. msClientConsole.PerformLayout();424 this.Load += new System.EventHandler(this.HiveClientConsole_Load); 425 this.Resize += new System.EventHandler(this.HiveClientConsole_Resize); 246 426 this.tcClientConsole.ResumeLayout(false); 247 427 this.tpConnection.ResumeLayout(false); 248 this.gbUser.ResumeLayout(false); 249 this.gbUser.PerformLayout(); 250 this.gbManager.ResumeLayout(false); 251 this.gbManager.PerformLayout(); 252 //((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit(); 428 this.gbJobCommon.ResumeLayout(false); 429 this.gbCommon.ResumeLayout(false); 430 this.gbCommon.PerformLayout(); 431 this.gbEventLog.ResumeLayout(false); 432 this.tabPage2.ResumeLayout(false); 433 this.gbResources.ResumeLayout(false); 434 this.gbResources.PerformLayout(); 435 this.gbServerConnection.ResumeLayout(false); 436 this.gbServerConnection.PerformLayout(); 253 437 this.ResumeLayout(false); 254 this.PerformLayout();255 438 256 439 } … … 258 441 #endregion 259 442 260 private System.Windows.Forms.MenuStrip msClientConsole;261 private System.Windows.Forms.ToolStripMenuItem tsmiConsole;262 443 private System.Windows.Forms.TabControl tcClientConsole; 263 444 private System.Windows.Forms.TabPage tpConnection; 264 445 private System.Windows.Forms.TabPage tabPage2; 265 private System.Windows.Forms.GroupBox gbManager; 266 private System.Windows.Forms.TextBox tbPort; 267 private HeuristicLab.Hive.Client.Console.IPAddressTextBox tbIp; 268 private System.Windows.Forms.Label lblIp; 269 private System.Windows.Forms.GroupBox gbUser; 270 private System.Windows.Forms.Label lblUuid; 271 private System.Windows.Forms.Label lblPort; 446 private System.Windows.Forms.ListView lvLog; 447 private System.Windows.Forms.ColumnHeader chType; 448 private System.Windows.Forms.ColumnHeader chMessage; 449 private System.Windows.Forms.ColumnHeader chDate; 450 private System.Windows.Forms.ColumnHeader chTime; 451 private System.Windows.Forms.Label lbJobdoneCaption; 452 private System.Windows.Forms.Label lbCsCaption; 453 private System.Windows.Forms.Label lbGuidCaption; 454 private System.Windows.Forms.GroupBox gbEventLog; 455 private System.Windows.Forms.Label lbJobsFetchedCaption; 456 private System.Windows.Forms.Label lbJobsAbortedCaption; 457 private System.Windows.Forms.GroupBox gbJobCommon; 458 private System.Windows.Forms.GroupBox gbCommon; 459 private System.Windows.Forms.ListView lvJobDetail; 460 private System.Windows.Forms.ColumnHeader chJobId; 461 private System.Windows.Forms.ColumnHeader chSince; 462 private System.Windows.Forms.ColumnHeader chProgress; 463 private System.Windows.Forms.Label lbConnectionStatusCaption; 464 private System.Windows.Forms.GroupBox gbResources; 465 private System.Windows.Forms.GroupBox gbServerConnection; 466 private System.Windows.Forms.TextBox textBox1; 467 private System.Windows.Forms.TextBox tbIPAdress; 468 private System.Windows.Forms.Label lbServerIPCaption; 469 private System.Windows.Forms.Label lbPortCaption; 470 private System.Windows.Forms.Label lbMem; 471 private System.Windows.Forms.GroupBox groupBox1; 472 private System.Windows.Forms.TextBox textBox2; 272 473 private System.Windows.Forms.Button btnDisconnect; 273 private System.Windows.Forms.Button bt nConnect;274 private System.Windows.Forms.TextBox tbUuid;275 private System.Windows.Forms. ToolStripMenuItem tsmiExit;276 private System.Windows.Forms. ListBox lbEventLog;474 private System.Windows.Forms.Button btConnect; 475 private ZedGraph.ZedGraphControl zGJobs; 476 private System.Windows.Forms.ColumnHeader chId; 477 private System.Windows.Forms.ImageList ilEventLog; 277 478 } 278 479 } -
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.cs ¶
r752 r906 30 30 using System.Diagnostics; 31 31 using System.Threading; 32 using ZedGraph; 32 33 33 34 namespace HeuristicLab.Hive.Client.Console { … … 37 38 public partial class HiveClientConsole : Form { 38 39 39 int numEntries = 0; 40 EventLog HiveClientEventLog; 41 int selectedEventLogId; 40 42 41 43 public HiveClientConsole() { 42 44 InitializeComponent(); 43 tbIp.Text = "010.020.053.006"; 44 EventLog ev = new EventLog("Hive Client"); 45 ev.Source = "Hive Client"; 46 string str = ev.Entries[ev.Entries.Count - 1].Message; 47 foreach (System.Diagnostics.EventLogEntry entry in ev.Entries) { 48 lbEventLog.Items.Add(entry.TimeWritten + " -> " + entry.Message); 45 GetEventLog(); 46 } 47 48 private void GetEventLog() { 49 HiveClientEventLog = new EventLog("Hive Client"); 50 HiveClientEventLog.Source = "Hive Client"; 51 HiveClientEventLog.EntryWritten += new EntryWrittenEventHandler(OnEntryWritten); 52 HiveClientEventLog.EnableRaisingEvents = true; 53 54 ListViewItem curEventLogEntry; 55 foreach (EventLogEntry eve in HiveClientEventLog.Entries) { 56 curEventLogEntry = new ListViewItem("", 0); 57 if(eve.EntryType == EventLogEntryType.Error) 58 curEventLogEntry = new ListViewItem("", 1); 59 curEventLogEntry.SubItems.Add(eve.EventID.ToString()); 60 curEventLogEntry.SubItems.Add(eve.Message); 61 curEventLogEntry.SubItems.Add(eve.TimeGenerated.Date.ToString()); 62 curEventLogEntry.SubItems.Add(eve.TimeGenerated.TimeOfDay.ToString()); 63 lvLog.Items.Add(curEventLogEntry); 49 64 } 50 lbEventLog.SelectedIndex = lbEventLog.Items.Count - 1; 51 numEntries = ev.Entries.Count; 52 ev.EntryWritten += new EntryWrittenEventHandler(OnEntryWritten); 53 ev.EnableRaisingEvents = true; 65 } 66 67 private void HiveClientConsole_Load(object sender, EventArgs e) { 68 CreateGraph(zGJobs); 69 //SetSize(); 54 70 } 55 71 56 72 private void UpdateText(EventLog ev) { 57 if (this.l bEventLog.InvokeRequired) {58 this.l bEventLog.Invoke(new73 if (this.lvLog.InvokeRequired) { 74 this.lvLog.Invoke(new 59 75 UpdateTextDelegate(UpdateText), new object[] { ev }); 60 76 } else { 61 string str = ev.Entries[numEntries].TimeWritten + " -> " + ev.Entries[numEntries].Message;62 numEntries++;63 lbEventLog.Items.Add(str);64 lbEventLog.SelectedIndex = lbEventLog.Items.Count - 1;77 //string str = ev.Entries[numEntries].TimeWritten + " -> " + ev.Entries[numEntries].Message; 78 //numEntries++; 79 //lbEventLog.Items.Add(str); 80 //lbEventLog.SelectedIndex = lbEventLog.Items.Count - 1; 65 81 66 82 } 67 83 } 68 84 69 private void tsmiExit_Click(object sender, EventArgs e) {70 this.Close();71 }85 //private void tsmiExit_Click(object sender, EventArgs e) { 86 // this.Close(); 87 //} 72 88 73 private void btnConnect_Click(object sender, EventArgs e) {74 btnConnect.Enabled = false;75 btnDisconnect.Enabled = true;76 tbIp.Enabled = false;77 tbPort.Enabled = false;78 tbUuid.Enabled = false;79 lbEventLog.Items.Add(tbIp.Text);80 }89 //private void btnConnect_Click(object sender, EventArgs e) { 90 // btnConnect.Enabled = false; 91 // btnDisconnect.Enabled = true; 92 // tbIp.Enabled = false; 93 // tbPort.Enabled = false; 94 // tbUuid.Enabled = false; 95 // lbEventLog.Items.Add(tbIp.Text); 96 //} 81 97 82 private void btnDisconnect_Click(object sender, EventArgs e) {83 btnDisconnect.Enabled = false;84 btnConnect.Enabled = true;85 tbIp.Enabled = true;86 tbPort.Enabled = true;87 tbUuid.Enabled = true;88 }98 //private void btnDisconnect_Click(object sender, EventArgs e) { 99 // btnDisconnect.Enabled = false; 100 // btnConnect.Enabled = true; 101 // tbIp.Enabled = true; 102 // tbPort.Enabled = true; 103 // tbUuid.Enabled = true; 104 //} 89 105 90 106 public void OnEntryWritten(object source, EntryWrittenEventArgs e) { 91 107 UpdateText((EventLog)source); 92 108 } 109 110 private void SetSize() { 111 zGJobs.Location = new Point(10, 10); 112 // Leave a small margin around the outside of the control 113 114 zGJobs.Size = new Size(ClientRectangle.Width - 20, 115 ClientRectangle.Height - 20); 116 } 117 118 119 private void CreateGraph(ZedGraphControl zgc) { 120 GraphPane myPane = zgc.GraphPane; 121 122 // Set the titles and axis labels 123 myPane.Legend.IsVisible = false; 124 myPane.Title.IsVisible = false; 125 126 myPane.AddPieSlice(40, Color.Red, 0, "Jobs aborted"); 127 myPane.AddPieSlice(60, Color.Green, 0.1, "Jobs done"); 128 129 myPane.AxisChange(); 130 } 131 132 private void HiveClientConsole_Resize(object sender, EventArgs e) { 133 //SetSize(); 134 } 135 136 private void lvLog_DoubleClick(object sender, EventArgs e) { 137 ListViewItem lvi = lvLog.SelectedItems[0]; 138 139 HiveEventEntry hee = new HiveEventEntry(lvi.SubItems[2].Text, lvi.SubItems[3].Text, lvi.SubItems[4].Text, lvi.SubItems[1].Text); 140 141 Form EventlogDetails = new EventLogEntryForm(hee); 142 EventlogDetails.Show(); 143 } 93 144 } 94 145 } -
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.resx ¶
r752 r906 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="msClientConsole.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 120 <metadata name="lvJobDetail.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 121 <value>True</value> 122 </metadata> 123 <metadata name="ilEventLog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 124 <value>17, 17</value> 122 125 </metadata> 123 <metadata name="performanceCounter1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 <value>150, 17</value> 126 <data name="ilEventLog.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64"> 127 <value> 128 AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w 129 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 130 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABS 131 CgAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA 132 AwABEAMAAQEBAAEgBgABECoAAUICAQF0ASACAwHxAwMB/wFCAgMB1AEgAgEBLCwAAUICAQF0ASACAwHx 133 AwMB/wFCAgMB1AEgAgEBLKQAAR0CAwHyAZMBXQEDAf8BvwF2AQMB/wG9AXMBAwH/AboBcAEDAf8BuAFt 134 AQMB/wG2AWsBAwH/ATcBIAEDAf8BPAIBAWUcAAEdAgMB8gIDAaQB/wIDAdYB/wIDAdQB/wIDAdIB/wID 135 AdAB/wIDAc4B/wIDAT4B/wE8AgEBZZgAAQ0BCQEDAf8BxwF+AQMB/wHDAXsBAwH/AbEBZQEDAf8BsQFl 136 AQMB/wGxAWUBAwH/AbEBZQEDAf8BswFnAQMB/wG2AWsBAwH/AbQBaAEDAf8BMwIDAeQUAAIDAQ4B/wID 137 AdwB/wIDAdkB/wIDAcoB/wIDAcoB/wIDAcoB/wIDAcoB/wIDAcsB/wIDAc4B/wIDAcwB/wEzAgMB5JAA 138 AwMB/wHLAYEBAwH/AbsBcQEDAf8BtgFrAQMB/wG2AWsBAwH/Ae4B3AHEBf8BvgF8ASAB/wG2AWsBAwH/ 139 AbYBawEDAf8BtgFrAQMB/wG0AWgBAwH/AUgCAgGGDAADAwH/AgMB4AH/AgMB0gH/AgMBzgH/AjAB1gH/ 140 AgMBzgH/AgMBzgH/AgMBzgH/AgYBzgH/AgMBzgH/AgMBzgH/AgMBzAH/AUgCAgGGiAABLAIBAUIB0AGG 141 AQMB/wHHAX4BAwH/AboBcAEDAf8BugFwAQMB/wG6AXABAwH/AdABnAFUBf8BugFwAQMB/wG6AXABAwH/ 142 AboBcAEDAf8BugFwAQMB/wG2AWsBAwH/AVcBMgEDAf8IAAEsAgEBQgIDAeQB/wIDAdwB/wIDAdIB/wKf 143 Ae0F/wJJAd4B/wIDAdIB/wL0Af0F/wIGAdIB/wIDAdIB/wIDAc4B/wIDAWIB/4gAAwMB/wHSAYkBAwH/ 144 Ab8BdgEDAf8BvwF2AQMB/wG/AXYBAwH/Ab8BdgEDAf8B0wGfAVQF/wG/AXYBAwH/Ab8BdgEDAf8BvwF2 145 AQMB/wG/AXYBAwH/Ab4BdQEDAf8BtgFrAQMB/wE2AgEBVwQAAwMB/wIDAeUB/wIDAdYB/wIDAdYN/wL1 146 Af0J/wLiAfoB/wIDAdYB/wIDAdUB/wIDAc4B/wE2AgEBV4QAAUsBMwEDAf8B1AGMAQMB/wHEAXsBAwH/ 147 AcQBewEDAf8BxAF7AQMB/wHEAXsBAwH/AdcBpAFVBf8BxAF7AQMB/wHEAXsBAwH/AcQBewEDAf8BxAF7 148 AQMB/wHEAXsBAwH/AbgBbQEDAf8BKgIDAewEAAIDAVEB/wIDAegB/wIDAdoB/wIDAdoB/wIDAdoR/wLi 149 AfoB/wIDAdoB/wIDAdoB/wIDAdoB/wIDAdAB/wEqAgMB7IQAAWsBSAEDAf8B1wGOAQMB/wHJAYEBAwH/ 150 AckBgQEDAf8ByQGBAQMB/wHJAYEBAwn/AckBgQEDAf8ByQGBAQMB/wHJAYEBAwH/AckBgQEDAf8ByQGB 151 AQMB/wG6AXABAwH/AwMB/wQAAgMBdAH/AgMB6QH/AgMB3gH/AgMB3gH/AgMB3gH/AvQB/Q3/AkkB5wH/ 152 AgMB3gH/AgMB3gH/AgMB3gH/AgMB0gH/AwMB/4QAAVsBOQEDAf8B2QGRAQMB/wHOAYMBAwH/Ac4BgwED 153 Af8BzgGDAQMB/wHOAYMBAwH/Ac4BgwEDAf8B1wGcATQB/wHOAYMBAwH/Ac4BgwEDAf8BzgGDAQMB/wHO 154 AYMBAwH/Ac4BgwEDAf8BvQFzAQMB/wESAgMB+QQAAQMBCAFaAf8CAwHsAf8CAwHiAf8CAwHiAf8C9AH9 155 Ff8CSQHqAf8CAwHiAf8CAwHiAf8CAwHUAf8BEgIDAfmEAAEGAQQBAwH/AdsBlAEDAf8B0gGJAQMB/wHS 156 AYkBAwH/AdIBiQEDAf8B0gGJAQMB/wHSAYkBAwH/AesBywGQAf8B0gGJAQMB/wHSAYkBAwH/AdIBiQED 157 Af8B0gGJAQMB/wHEAXwBAwH/Ab8BdgEDAf8BTQICAZsEAAIDAQYB/wIDAe0B/wIDAeYB/wIDAeUB/wL9 158 Af4F/wLiAfwB/wIDAeUJ/wJ0AfEB/wIDAeUB/wIDAdoB/wIDAdYB/wFNAgIBm4QAAU4CAgGyAd4BmAED 159 Af8B2wGUAQMB/wHXAY4BAwH/AdcBjgEDAf8B1wGOAQMB/wH7AfYB6wX/AdcBjgEDAf8B1wGOAQMB/wHX 160 AY4BAwH/AdYBjQEDAf8BxAF7AQMB/wGpAWQBAwH/CAABTgICAbIBAwENAe8B/wIDAe0B/wIDAekB/wID 161 AekB/wLhAfwB/wIDAekB/wIDAekB/wIDAekB/wJ0AfMB/wIDAekB/wIDAegB/wIDAdoB/wEDAQsBnQH/ 162 jAABPQEiAQMB/wHdAZcBAwH/AdsBlAEDAf8B2wGUAQMB/wHbAZQBAwH/AdsBlAEDAf8B3AGXAQkB/wHb 163 AZQBAwH/AdsBlAEDAf8B1QGMAQMB/wHJAYEBAwH/AdEBiAEDAf8BCQIDAfwMAAIDATcB/wIDAe8B/wID 164 Ae0B/wIDAe0B/wIDAe0B/wIDAe0B/wIDAe0B/wIDAe0B/wIDAe0B/wIDAegB/wIDAd4B/wEDARYB4gH/ 165 AQkCAwH8jAABGQIBASEBkAFXAQMB/wHfAZkBAwH/AdsBlAEDAf8B2QGRAQMB/wHYAZABAwH/AdgBkAED 166 Af8B0wGKAQMB/wHQAYYBAwH/Ac4BgwEDAf8B2gGSAQMB/wEOAQkBAwH/EAABGQIBASECAwGHAf8BAwEJ 167 AfEB/wIDAe0B/wIDAewB/wIDAesB/wIDAesB/wIDAeYB/wIDAeQB/wIDAeIB/wEDASAB5gH/AgMBDQH/ 168 lAABEgIBARYBKAEaAQMB/wHSAYkBAwH/AeIBnQEDAf8B2QGRAQMB/wHXAY4BAwH/AdUBjAEDAf8B4QGb 169 AQMB/wHOAYQBAwH/AQYCAwH+GAABEgIBARYCAwEnAf8BAwEJAdMB/wEDARoB9AH/AgMB7AH/AgMB6QH/ 170 AQMBBAHoAf8BAwEiAfAB/wIDAcwB/wEGAgMB/qAAAUUCAQF9AwMB/wFUATsBAwH/AXUBVAEDAf8BNQEm 171 AQMB/wEGAgMB/gEUAgEBGiQAAUUCAQF9AwMB/wIDAVcB/wIDAXwB/wIDATcB/wEGAgMB/gEUAgEBGv8A 172 kQABQgFNAT4HAAE+AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAfwBHwH8AR8EAAHwAQcB8AEH 173 BAAB4AEDAeABAwQAAcABAQHAAQEEAAGAAQEBgAEBBAABgAEAAYAFAAGAAQABgAUAAYABAAGABQABgAEA 174 AYAFAAGAAQABgAUAAYABAQGAAQEEAAHAAQEBwAEBBAABwAEDAcABAwQAAeABBwHgAQcEAAH4AQ8B+AEP 175 BAAE/wQACw== 176 </value> 177 </data> 178 <metadata name="lvJobDetail.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 179 <value>True</value> 125 180 </metadata> 126 181 </root> -
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Console/Properties/Resources.Designer.cs ¶
r717 r906 10 10 11 11 namespace HeuristicLab.Hive.Client.Console.Properties { 12 13 14 /// <summary> 15 /// A strongly-typed resource class, for looking up localized strings, etc. 16 /// </summary> 17 // This class was auto-generated by the StronglyTypedResourceBuilder 18 // class via a tool like ResGen or Visual Studio. 19 // To add or remove a member, edit your .ResX file then rerun ResGen 20 // with the /str option, or rebuild your VS project. 21 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 22 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 23 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 24 internal class Resources { 25 26 private static global::System.Resources.ResourceManager resourceMan; 27 28 private static global::System.Globalization.CultureInfo resourceCulture; 29 30 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 31 internal Resources() { 12 using System; 13 14 15 /// <summary> 16 /// A strongly-typed resource class, for looking up localized strings, etc. 17 /// </summary> 18 // This class was auto-generated by the StronglyTypedResourceBuilder 19 // class via a tool like ResGen or Visual Studio. 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 internal class Resources { 26 27 private static global::System.Resources.ResourceManager resourceMan; 28 29 private static global::System.Globalization.CultureInfo resourceCulture; 30 31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 internal Resources() { 33 } 34 35 /// <summary> 36 /// Returns the cached ResourceManager instance used by this class. 37 /// </summary> 38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 internal static global::System.Resources.ResourceManager ResourceManager { 40 get { 41 if (object.ReferenceEquals(resourceMan, null)) { 42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Hive.Client.Console.Properties.Resources", typeof(Resources).Assembly); 43 resourceMan = temp; 44 } 45 return resourceMan; 46 } 47 } 48 49 /// <summary> 50 /// Overrides the current thread's CurrentUICulture property for all 51 /// resource lookups using this strongly typed resource class. 52 /// </summary> 53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 internal static global::System.Globalization.CultureInfo Culture { 55 get { 56 return resourceCulture; 57 } 58 set { 59 resourceCulture = value; 60 } 61 } 62 63 internal static System.Drawing.Bitmap Error { 64 get { 65 object obj = ResourceManager.GetObject("Error", resourceCulture); 66 return ((System.Drawing.Bitmap)(obj)); 67 } 68 } 69 70 internal static System.Drawing.Bitmap Info { 71 get { 72 object obj = ResourceManager.GetObject("Info", resourceCulture); 73 return ((System.Drawing.Bitmap)(obj)); 74 } 75 } 32 76 } 33 34 /// <summary>35 /// Returns the cached ResourceManager instance used by this class.36 /// </summary>37 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]38 internal static global::System.Resources.ResourceManager ResourceManager {39 get {40 if ((resourceMan == null)) {41 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Hive.Client.Console.Properties.Resources", typeof(Resources).Assembly);42 resourceMan = temp;43 }44 return resourceMan;45 }46 }47 48 /// <summary>49 /// Overrides the current thread's CurrentUICulture property for all50 /// resource lookups using this strongly typed resource class.51 /// </summary>52 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]53 internal static global::System.Globalization.CultureInfo Culture {54 get {55 return resourceCulture;56 }57 set {58 resourceCulture = value;59 }60 }61 }62 77 } -
TabularUnified trunk/sources/HeuristicLab.Hive.Client.Console/Properties/Resources.resx ¶
r717 r906 47 47 mimetype: application/x-microsoft.net.object.binary.base64 48 48 value : The object must be serialized with 49 : System. Serialization.Formatters.Binary.BinaryFormatter49 : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter 50 50 : and then encoded with base64 encoding. 51 51 … … 61 61 --> 62 62 <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> 63 <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> 63 64 <xsd:element name="root" msdata:IsDataSet="true"> 64 65 <xsd:complexType> … … 69 70 <xsd:element name="value" type="xsd:string" minOccurs="0" /> 70 71 </xsd:sequence> 71 <xsd:attribute name="name" type="xsd:string" />72 <xsd:attribute name="name" use="required" type="xsd:string" /> 72 73 <xsd:attribute name="type" type="xsd:string" /> 73 74 <xsd:attribute name="mimetype" type="xsd:string" /> 75 <xsd:attribute ref="xml:space" /> 74 76 </xsd:complexType> 75 77 </xsd:element> … … 86 88 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> 87 89 </xsd:sequence> 88 <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />90 <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> 89 91 <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> 90 92 <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> 93 <xsd:attribute ref="xml:space" /> 91 94 </xsd:complexType> 92 95 </xsd:element> … … 115 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 116 119 </resheader> 120 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 121 <data name="Error" type="System.Resources.ResXFileRef, System.Windows.Forms"> 122 <value>..\Resources\Error.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 123 </data> 124 <data name="Info" type="System.Resources.ResXFileRef, System.Windows.Forms"> 125 <value>..\Resources\Info.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 126 </data> 117 127 </root>
Note: See TracChangeset
for help on using the changeset viewer.