Changeset 2069
- Timestamp:
- 06/19/09 13:38:58 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Console/3.2
- Files:
-
- 3 added
- 5 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HeuristicLab.Hive.Client.Console-3.2.csproj
r2062 r2069 206 206 <None Include="Service References\ClientService\System.Drawing.xsd" /> 207 207 </ItemGroup> 208 <ItemGroup> 209 <None Include="Resources\Disaster-warning-48.png" /> 210 </ItemGroup> 211 <ItemGroup> 212 <None Include="Resources\Global-network-48.png" /> 213 </ItemGroup> 214 <ItemGroup> 215 <None Include="Resources\exit-48.png" /> 216 </ItemGroup> 208 217 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 209 218 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.Designer.cs
r2062 r2069 46 46 private void InitializeComponent() { 47 47 this.components = new System.ComponentModel.Container(); 48 Calendar.DrawTool drawTool 6= new Calendar.DrawTool();48 Calendar.DrawTool drawTool1 = new Calendar.DrawTool(); 49 49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole)); 50 50 this.dvOnline = new Calendar.DayView(); 51 51 this.tcClientConsole = new System.Windows.Forms.TabControl(); 52 52 this.tpConnection = new System.Windows.Forms.TabPage(); 53 this.g roupBox2= new System.Windows.Forms.GroupBox();53 this.gbServerConnection = new System.Windows.Forms.GroupBox(); 54 54 this.btn_clientShutdown = new System.Windows.Forms.Button(); 55 this.gbServerConnection = new System.Windows.Forms.GroupBox();56 55 this.btnDisconnect = new System.Windows.Forms.Button(); 57 56 this.btConnect = new System.Windows.Forms.Button(); … … 83 82 this.tabPage2 = new System.Windows.Forms.TabPage(); 84 83 this.btnSaveCal = new System.Windows.Forms.Button(); 85 this.pictureBox1 = new System.Windows.Forms.PictureBox();86 84 this.groupBox1 = new System.Windows.Forms.GroupBox(); 87 85 this.txttimeTo = new System.Windows.Forms.DateTimePicker(); … … 96 94 this.btCreate = new System.Windows.Forms.Button(); 97 95 this.mcOnline = new System.Windows.Forms.MonthCalendar(); 96 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 98 97 this.ilEventLog = new System.Windows.Forms.ImageList(this.components); 99 98 this.tcClientConsole.SuspendLayout(); 100 99 this.tpConnection.SuspendLayout(); 101 this.groupBox2.SuspendLayout();102 100 this.gbServerConnection.SuspendLayout(); 103 101 this.gbJobCommon.SuspendLayout(); … … 106 104 this.gbEventLog.SuspendLayout(); 107 105 this.tabPage2.SuspendLayout(); 106 this.groupBox1.SuspendLayout(); 108 107 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 109 this.groupBox1.SuspendLayout();110 108 this.SuspendLayout(); 111 109 // 112 110 // dvOnline 113 111 // 114 drawTool 6.DayView = this.dvOnline;115 this.dvOnline.ActiveTool = drawTool 6;112 drawTool1.DayView = this.dvOnline; 113 this.dvOnline.ActiveTool = drawTool1; 116 114 this.dvOnline.AmPmDisplay = false; 117 115 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes; … … 150 148 // tpConnection 151 149 // 152 this.tpConnection.Controls.Add(this.groupBox2);153 150 this.tpConnection.Controls.Add(this.gbServerConnection); 154 151 this.tpConnection.Controls.Add(this.gbJobCommon); … … 164 161 this.tpConnection.UseVisualStyleBackColor = true; 165 162 // 166 // groupBox2167 //168 this.groupBox2.Controls.Add(this.btn_clientShutdown);169 this.groupBox2.Location = new System.Drawing.Point(746, 8);170 this.groupBox2.Name = "groupBox2";171 this.groupBox2.Size = new System.Drawing.Size(86, 131);172 this.groupBox2.TabIndex = 16;173 this.groupBox2.TabStop = false;174 this.groupBox2.Text = "Shutdown";175 //176 // btn_clientShutdown177 //178 this.btn_clientShutdown.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.shutdown_icon;179 this.btn_clientShutdown.Location = new System.Drawing.Point(13, 44);180 this.btn_clientShutdown.Name = "btn_clientShutdown";181 this.btn_clientShutdown.Size = new System.Drawing.Size(61, 55);182 this.btn_clientShutdown.TabIndex = 8;183 this.btn_clientShutdown.UseVisualStyleBackColor = true;184 this.btn_clientShutdown.Click += new System.EventHandler(this.btn_clientShutdown_Click);185 //186 163 // gbServerConnection 187 164 // 165 this.gbServerConnection.Controls.Add(this.btn_clientShutdown); 188 166 this.gbServerConnection.Controls.Add(this.btnDisconnect); 189 167 this.gbServerConnection.Controls.Add(this.btConnect); … … 192 170 this.gbServerConnection.Controls.Add(this.lbServerIPCaption); 193 171 this.gbServerConnection.Controls.Add(this.lbPortCaption); 194 this.gbServerConnection.Location = new System.Drawing.Point( 424, 6);172 this.gbServerConnection.Location = new System.Drawing.Point(346, 6); 195 173 this.gbServerConnection.Name = "gbServerConnection"; 196 this.gbServerConnection.Size = new System.Drawing.Size( 316, 133);174 this.gbServerConnection.Size = new System.Drawing.Size(216, 164); 197 175 this.gbServerConnection.TabIndex = 15; 198 176 this.gbServerConnection.TabStop = false; 199 this.gbServerConnection.Text = "Server connection"; 177 this.gbServerConnection.Text = "Connection"; 178 // 179 // btn_clientShutdown 180 // 181 this.btn_clientShutdown.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.exit_48; 182 this.btn_clientShutdown.Location = new System.Drawing.Point(144, 101); 183 this.btn_clientShutdown.Name = "btn_clientShutdown"; 184 this.btn_clientShutdown.Size = new System.Drawing.Size(57, 57); 185 this.btn_clientShutdown.TabIndex = 8; 186 this.btn_clientShutdown.UseVisualStyleBackColor = true; 187 this.btn_clientShutdown.Click += new System.EventHandler(this.btn_clientShutdown_Click); 200 188 // 201 189 // btnDisconnect 202 190 // 203 this.btnDisconnect.Location = new System.Drawing.Point(159, 96); 191 this.btnDisconnect.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.Disaster_warning_48; 192 this.btnDisconnect.Location = new System.Drawing.Point(79, 101); 204 193 this.btnDisconnect.Name = "btnDisconnect"; 205 this.btnDisconnect.Size = new System.Drawing.Size( 147, 23);194 this.btnDisconnect.Size = new System.Drawing.Size(57, 57); 206 195 this.btnDisconnect.TabIndex = 5; 207 this.btnDisconnect.Text = "Disconnect from server";208 196 this.btnDisconnect.UseVisualStyleBackColor = true; 209 197 this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click); … … 211 199 // btConnect 212 200 // 213 this.btConnect.Location = new System.Drawing.Point(6, 96); 201 this.btConnect.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.Global_network_48; 202 this.btConnect.Location = new System.Drawing.Point(14, 101); 214 203 this.btConnect.Name = "btConnect"; 215 this.btConnect.Size = new System.Drawing.Size( 147, 23);204 this.btConnect.Size = new System.Drawing.Size(57, 57); 216 205 this.btConnect.TabIndex = 4; 217 this.btConnect.Text = "Connect to server";218 206 this.btConnect.UseVisualStyleBackColor = true; 219 207 this.btConnect.Click += new System.EventHandler(this.btConnect_Click); … … 221 209 // tbPort 222 210 // 223 this.tbPort.Location = new System.Drawing.Point(7 7, 51);211 this.tbPort.Location = new System.Drawing.Point(74, 59); 224 212 this.tbPort.Name = "tbPort"; 225 this.tbPort.Size = new System.Drawing.Size( 229, 20);213 this.tbPort.Size = new System.Drawing.Size(65, 20); 226 214 this.tbPort.TabIndex = 3; 227 215 this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress); … … 229 217 // tbIPAdress 230 218 // 231 this.tbIPAdress.Location = new System.Drawing.Point(7 7, 25);219 this.tbIPAdress.Location = new System.Drawing.Point(74, 25); 232 220 this.tbIPAdress.Name = "tbIPAdress"; 233 this.tbIPAdress.Size = new System.Drawing.Size( 229, 20);221 this.tbIPAdress.Size = new System.Drawing.Size(93, 20); 234 222 this.tbIPAdress.TabIndex = 2; 235 223 this.tbIPAdress.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress); … … 247 235 // 248 236 this.lbPortCaption.AutoSize = true; 249 this.lbPortCaption.Location = new System.Drawing.Point( 17, 54);237 this.lbPortCaption.Location = new System.Drawing.Point(48, 62); 250 238 this.lbPortCaption.Name = "lbPortCaption"; 251 239 this.lbPortCaption.Size = new System.Drawing.Size(29, 13); … … 256 244 // 257 245 this.gbJobCommon.Controls.Add(this.lvJobDetail); 258 this.gbJobCommon.Location = new System.Drawing.Point( 8, 139);246 this.gbJobCommon.Location = new System.Drawing.Point(568, 6); 259 247 this.gbJobCommon.Name = "gbJobCommon"; 260 this.gbJobCommon.Size = new System.Drawing.Size(269, 265);248 this.gbJobCommon.Size = new System.Drawing.Size(269, 164); 261 249 this.gbJobCommon.TabIndex = 13; 262 250 this.gbJobCommon.TabStop = false; … … 274 262 this.lvJobDetail.Location = new System.Drawing.Point(3, 16); 275 263 this.lvJobDetail.Name = "lvJobDetail"; 276 this.lvJobDetail.Size = new System.Drawing.Size(263, 246);264 this.lvJobDetail.Size = new System.Drawing.Size(263, 145); 277 265 this.lvJobDetail.TabIndex = 0; 278 266 this.lvJobDetail.UseCompatibleStateImageBehavior = false; … … 309 297 this.gbCommon.Location = new System.Drawing.Point(8, 6); 310 298 this.gbCommon.Name = "gbCommon"; 311 this.gbCommon.Size = new System.Drawing.Size( 410, 133);299 this.gbCommon.Size = new System.Drawing.Size(332, 164); 312 300 this.gbCommon.TabIndex = 14; 313 301 this.gbCommon.TabStop = false; … … 316 304 // pbGraph 317 305 // 318 this.pbGraph.Location = new System.Drawing.Point(2 92, 19);306 this.pbGraph.Location = new System.Drawing.Point(211, 42); 319 307 this.pbGraph.Name = "pbGraph"; 320 308 this.pbGraph.Size = new System.Drawing.Size(112, 108); … … 326 314 // 327 315 this.lbJobsAborted.AutoSize = true; 328 this.lbJobsAborted.Location = new System.Drawing.Point( 195, 114);316 this.lbJobsAborted.Location = new System.Drawing.Point(74, 137); 329 317 this.lbJobsAborted.Name = "lbJobsAborted"; 330 318 this.lbJobsAborted.Size = new System.Drawing.Size(50, 13); … … 398 386 // 399 387 this.lbJobsAbortedCaption.AutoSize = true; 400 this.lbJobsAbortedCaption.Location = new System.Drawing.Point( 129, 114);388 this.lbJobsAbortedCaption.Location = new System.Drawing.Point(8, 137); 401 389 this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption"; 402 390 this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13); … … 434 422 // 435 423 this.gbEventLog.Controls.Add(this.txtLog); 436 this.gbEventLog.Location = new System.Drawing.Point( 283, 139);424 this.gbEventLog.Location = new System.Drawing.Point(7, 176); 437 425 this.gbEventLog.Name = "gbEventLog"; 438 this.gbEventLog.Size = new System.Drawing.Size( 555, 265);426 this.gbEventLog.Size = new System.Drawing.Size(830, 230); 439 427 this.gbEventLog.TabIndex = 7; 440 428 this.gbEventLog.TabStop = false; 441 this.gbEventLog.Text = " Hive ClientLog";429 this.gbEventLog.Text = "Log"; 442 430 // 443 431 // txtLog 444 432 // 445 this.txtLog.Location = new System.Drawing.Point(6, 1 4);433 this.txtLog.Location = new System.Drawing.Point(6, 19); 446 434 this.txtLog.Multiline = true; 447 435 this.txtLog.Name = "txtLog"; 448 436 this.txtLog.ReadOnly = true; 449 437 this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 450 this.txtLog.Size = new System.Drawing.Size( 543, 248);438 this.txtLog.Size = new System.Drawing.Size(818, 205); 451 439 this.txtLog.TabIndex = 0; 452 440 // … … 454 442 // 455 443 this.tabPage2.Controls.Add(this.btnSaveCal); 456 this.tabPage2.Controls.Add(this.pictureBox1);457 444 this.tabPage2.Controls.Add(this.groupBox1); 458 445 this.tabPage2.Controls.Add(this.mcOnline); 459 446 this.tabPage2.Controls.Add(this.dvOnline); 447 this.tabPage2.Controls.Add(this.pictureBox1); 460 448 this.tabPage2.Location = new System.Drawing.Point(4, 25); 461 449 this.tabPage2.Name = "tabPage2"; … … 475 463 this.btnSaveCal.UseVisualStyleBackColor = true; 476 464 this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click); 477 //478 // pictureBox1479 //480 this.pictureBox1.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.schedule;481 this.pictureBox1.Location = new System.Drawing.Point(633, 12);482 this.pictureBox1.Name = "pictureBox1";483 this.pictureBox1.Size = new System.Drawing.Size(199, 114);484 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;485 this.pictureBox1.TabIndex = 22;486 this.pictureBox1.TabStop = false;487 465 // 488 466 // groupBox1 … … 607 585 this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged); 608 586 // 587 // pictureBox1 588 // 589 this.pictureBox1.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.schedule; 590 this.pictureBox1.Location = new System.Drawing.Point(633, 12); 591 this.pictureBox1.Name = "pictureBox1"; 592 this.pictureBox1.Size = new System.Drawing.Size(199, 114); 593 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 594 this.pictureBox1.TabIndex = 22; 595 this.pictureBox1.TabStop = false; 596 // 609 597 // ilEventLog 610 598 // … … 628 616 this.tcClientConsole.ResumeLayout(false); 629 617 this.tpConnection.ResumeLayout(false); 630 this.groupBox2.ResumeLayout(false);631 618 this.gbServerConnection.ResumeLayout(false); 632 619 this.gbServerConnection.PerformLayout(); … … 638 625 this.gbEventLog.PerformLayout(); 639 626 this.tabPage2.ResumeLayout(false); 640 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();641 627 this.groupBox1.ResumeLayout(false); 642 628 this.groupBox1.PerformLayout(); 629 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 643 630 this.ResumeLayout(false); 644 631 … … 687 674 private System.Windows.Forms.PictureBox pictureBox1; 688 675 private System.Windows.Forms.Button btbDelete; 689 private System.Windows.Forms.GroupBox groupBox2;690 676 private System.Windows.Forms.Button btnRecurrence; 691 677 private System.Windows.Forms.CheckBox chbade; -
trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.resx
r2062 r2069 125 125 AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w 126 126 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 127 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB S127 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABQ 128 128 CgAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA 129 AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWYCCQHxA ykB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWYCCQHx130 A ykB/wFiAgMB1AEgAgEBLKQAAWACCgHyAZMBgQEpAf8BvwGBASkB/wG9AYEBKQH/AboBgQEpAf8BuAGB131 A SkB/wG2AYEBKQH/AV0BRgEpAf8BPQIBAWUcAAFgAgoB8gIpAaQB/wIpAdYB/wIpAdQB/wIpAdIB/wIp132 AdAB/wI pAc4B/wIpAWQB/wE9AgEBZZgAATMBLwEpAf8BxwGBASkB/wHDAYEBKQH/AbEBgQEpAf8BsQGB133 A SkB/wGxAYEBKQH/AbEBgQEpAf8BswGBASkB/wG2AYEBKQH/AbQBgQEpAf8BZAIFAeQUAAIpATQB/wIp134 AdwB/wI pAdkB/wIpAcoB/wIpAcoB/wIpAcoB/wIpAcoB/wIpAcsB/wIpAc4B/wIpAcwB/wFkAgUB5JAA135 A ykB/wHLAYEBKQH/AbsBgQEpAf8BtgGBASkB/wG2AYEBKQH/Ae4B3AHEBf8BvgGBAUYB/wG2AYEBKQH/136 AbYBgQE pAf8BtgGBASkB/wG0AYEBKQH/AUkCAgGGDAADKQH/AikB4AH/AikB0gH/AikBzgH/AlYB1gH/137 A ikBzgH/AikBzgH/AikBzgH/AiwBzgH/AikBzgH/AikBzgH/AikBzAH/AUkCAgGGiAABLAIBAUIB0AGG138 A SkB/wHHAYEBKQH/AboBgQEpAf8BugGBASkB/wG6AYEBKQH/AdABnAF6Bf8BugGBASkB/wG6AYEBKQH/139 AboBgQE pAf8BugGBASkB/wG2AYEBKQH/AX0BWAEpAf8IAAEsAgEBQgIpAeQB/wIpAdwB/wIpAdIB/wKf140 Ae0F/wJ vAd4B/wIpAdIB/wL0Af0F/wIsAdIB/wIpAdIB/wIpAc4B/wIpAYEB/4gAAykB/wHSAYkBKQH/141 Ab8BgQE pAf8BvwGBASkB/wG/AYEBKQH/Ab8BgQEpAf8B0wGfAXoF/wG/AYEBKQH/Ab8BgQEpAf8BvwGB142 A SkB/wG/AYEBKQH/Ab4BgQEpAf8BtgGBASkB/wE2AgEBVwQAAykB/wIpAeUB/wIpAdYB/wIpAdYN/wL1143 Af0J/wLiAfoB/wI pAdYB/wIpAdUB/wIpAc4B/wE2AgEBV4QAAXEBWQEpAf8B1AGMASkB/wHEAYEBKQH/144 AcQBgQE pAf8BxAGBASkB/wHEAYEBKQH/AdcBpAF7Bf8BxAGBASkB/wHEAYEBKQH/AcQBgQEpAf8BxAGB145 A SkB/wHEAYEBKQH/AbgBgQEpAf8BZQIHAewEAAIpAXcB/wIpAegB/wIpAdoB/wIpAdoB/wIpAdoR/wLi146 AfoB/wI pAdoB/wIpAdoB/wIpAdoB/wIpAdAB/wFlAgcB7IQAAYEBbgEpAf8B1wGOASkB/wHJAYEBKQH/147 AckBgQE pAf8ByQGBASkB/wHJAYEBKQn/AckBgQEpAf8ByQGBASkB/wHJAYEBKQH/AckBgQEpAf8ByQGB148 A SkB/wG6AYEBKQH/AykB/wQAAikBgQH/AikB6QH/AikB3gH/AikB3gH/AikB3gH/AvQB/Q3/Am8B5wH/149 A ikB3gH/AikB3gH/AikB3gH/AikB0gH/AykB/4QAAYEBXwEpAf8B2QGRASkB/wHOAYMBKQH/Ac4BgwEp150 Af8BzgGDA SkB/wHOAYMBKQH/Ac4BgwEpAf8B1wGcAVoB/wHOAYMBKQH/Ac4BgwEpAf8BzgGDASkB/wHO151 AYMB KQH/Ac4BgwEpAf8BvQGBASkB/wFbAhMB+QQAASkBLgGAAf8CKQHsAf8CKQHiAf8CKQHiAf8C9AH9152 Ff8C bwHqAf8CKQHiAf8CKQHiAf8CKQHUAf8BWwITAfmEAAEsASoBKQH/AdsBlAEpAf8B0gGJASkB/wHS153 AYkB KQH/AdIBiQEpAf8B0gGJASkB/wHSAYkBKQH/AesBywGQAf8B0gGJASkB/wHSAYkBKQH/AdIBiQEp154 Af8B0gGJA SkB/wHEAYEBKQH/Ab8BgQEpAf8BUQICAZsEAAIpASwB/wIpAe0B/wIpAeYB/wIpAeUB/wL9155 Af4F/wLiAfwB/wI pAeUJ/wKBAfEB/wIpAeUB/wIpAdoB/wIpAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEp156 Af8B2wGUA SkB/wHXAY4BKQH/AdcBjgEpAf8B1wGOASkB/wH7AfYB6wX/AdcBjgEpAf8B1wGOASkB/wHX157 AY4B KQH/AdYBjQEpAf8BxAGBASkB/wGpAYEBKQH/CAABWAICAbIBKQEzAe8B/wIpAe0B/wIpAekB/wIp158 AekB/wLhAfwB/wI pAekB/wIpAekB/wIpAekB/wKBAfMB/wIpAekB/wIpAegB/wIpAdoB/wEpATEBnQH/159 jAAB YwFIASkB/wHdAZcBKQH/AdsBlAEpAf8B2wGUASkB/wHbAZQBKQH/AdsBlAEpAf8B3AGXAS8B/wHb160 AZQB KQH/AdsBlAEpAf8B1QGMASkB/wHJAYEBKQH/AdEBiAEpAf8BLAIhAfwMAAIpAV0B/wIpAe8B/wIp161 Ae0B/wI pAe0B/wIpAe0B/wIpAe0B/wIpAe0B/wIpAe0B/wIpAe0B/wIpAegB/wIpAd4B/wEpATwB4gH/162 ASwCIQH8jAABGQIBASEBkA F9ASkB/wHfAZkBKQH/AdsBlAEpAf8B2QGRASkB/wHYAZABKQH/AdgBkAEp163 Af8B0wGKA SkB/wHQAYYBKQH/Ac4BgwEpAf8B2gGSASkB/wE0AS8BKQH/EAABGQIBASECKQGHAf8BKQEv164 AfEB/wI pAe0B/wIpAewB/wIpAesB/wIpAesB/wIpAeYB/wIpAeQB/wIpAeIB/wEpAUYB5gH/AikBMwH/165 lAABEgIBARYB TgFAASkB/wHSAYkBKQH/AeIBnQEpAf8B2QGRASkB/wHXAY4BKQH/AdUBjAEpAf8B4QGb166 A SkB/wHOAYQBKQH/AUkCKQH+GAABEgIBARYCKQFNAf8BKQEvAdMB/wEpAUAB9AH/AikB7AH/AikB6QH/167 A SkBKgHoAf8BKQFIAfAB/wIpAcwB/wFJAikB/qAAAUYCAQF9AykB/wF6AWEBKQH/AYEBegEpAf8BWwFM168 A SkB/wFJAikB/gEUAgEBGiQAAUYCAQF9AykB/wIpAX0B/wIpAYEB/wIpAV0B/wFJAikB/gEUAgEBGv8A169 kQABQgFNAT4HAAE+AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAfwBHwH8AR8EAAHwAQcB8AEH170 BAAB4AEDAeABAwQAAcABAQHAAQEEAAGAAQEBgAEBBAABgAEAAYAFAAGAAQABgAUAAYABAAGABQABgAEA171 AYAFAAGAAQABgAUAAYABAQGAAQEEAAHAAQEBwAEBBAABwAEDAcABAwQAAeABBwHgAQcEAAH4AQ8B+AEP172 B AAE/wQACw==129 AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWYCCQHxAzAB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWYCCQHx 130 AzAB/wFiAgMB1AEgAgEBLKQAAWACCgHyAZMBgQEwAf8BvwGBATAB/wG9AYEBMAH/AboBgQEwAf8BuAGB 131 ATAB/wG2AYEBMAH/AWQBTQEwAf8BPQIBAWUcAAFgAgoB8gIwAaQB/wIwAdYB/wIwAdQB/wIwAdIB/wIw 132 AdAB/wIwAc4B/wIwAWsB/wE9AgEBZZgAAToBNgEwAf8BxwGBATAB/wHDAYEBMAH/AbEBgQEwAf8BsQGB 133 ATAB/wGxAYEBMAH/AbEBgQEwAf8BswGBATAB/wG2AYEBMAH/AbQBgQEwAf8BZAIFAeQUAAIwATsB/wIw 134 AdwB/wIwAdkB/wIwAcoB/wIwAcoB/wIwAcoB/wIwAcoB/wIwAcsB/wIwAc4B/wIwAcwB/wFkAgUB5JAA 135 AzAB/wHLAYEBMAH/AbsBgQEwAf8BtgGBATAB/wG2AYEBMAH/Ae4B3AHEBf8BvgGBAU0B/wG2AYEBMAH/ 136 AbYBgQEwAf8BtgGBATAB/wG0AYEBMAH/AUkCAgGGDAADMAH/AjAB4AH/AjAB0gH/AjABzgH/Al0B1gH/ 137 AjABzgH/AjABzgH/AjABzgH/AjMBzgH/AjABzgH/AjABzgH/AjABzAH/AUkCAgGGiAABLAIBAUIB0AGG 138 ATAB/wHHAYEBMAH/AboBgQEwAf8BugGBATAB/wG6AYEBMAH/AdABnAGBBf8BugGBATAB/wG6AYEBMAH/ 139 AboBgQEwAf8BugGBATAB/wG2AYEBMAH/AYEBXwEwAf8IAAEsAgEBQgIwAeQB/wIwAdwB/wIwAdIB/wKf 140 Ae0F/wJ2Ad4B/wIwAdIB/wL0Af0F/wIzAdIB/wIwAdIB/wIwAc4B/wIwAYEB/4gAAzAB/wHSAYkBMAH/ 141 Ab8BgQEwAf8BvwGBATAB/wG/AYEBMAH/Ab8BgQEwAf8B0wGfAYEF/wG/AYEBMAH/Ab8BgQEwAf8BvwGB 142 ATAB/wG/AYEBMAH/Ab4BgQEwAf8BtgGBATAB/wE2AgEBVwQAAzAB/wIwAeUB/wIwAdYB/wIwAdYN/wL1 143 Af0J/wLiAfoB/wIwAdYB/wIwAdUB/wIwAc4B/wE2AgEBV4QAAXgBYAEwAf8B1AGMATAB/wHEAYEBMAH/ 144 AcQBgQEwAf8BxAGBATAB/wHEAYEBMAH/AdcBpAGBBf8BxAGBATAB/wHEAYEBMAH/AcQBgQEwAf8BxAGB 145 ATAB/wHEAYEBMAH/AbgBgQEwAf8BZQIHAewEAAIwAX4B/wIwAegB/wIwAdoB/wIwAdoB/wIwAdoR/wLi 146 AfoB/wIwAdoB/wIwAdoB/wIwAdoB/wIwAdAB/wFlAgcB7IQAAYEBdQEwAf8B1wGOATAB/wHJAYEBMAH/ 147 AckBgQEwAf8ByQGBATAB/wHJAYEBMAn/AckBgQEwAf8ByQGBATAB/wHJAYEBMAH/AckBgQEwAf8ByQGB 148 ATAB/wG6AYEBMAH/AzAB/wQAAjABgQH/AjAB6QH/AjAB3gH/AjAB3gH/AjAB3gH/AvQB/Q3/AnYB5wH/ 149 AjAB3gH/AjAB3gH/AjAB3gH/AjAB0gH/AzAB/4QAAYEBZgEwAf8B2QGRATAB/wHOAYMBMAH/Ac4BgwEw 150 Af8BzgGDATAB/wHOAYMBMAH/Ac4BgwEwAf8B1wGcAWEB/wHOAYMBMAH/Ac4BgwEwAf8BzgGDATAB/wHO 151 AYMBMAH/Ac4BgwEwAf8BvQGBATAB/wFiAhMB+QQAATABNQGBAf8CMAHsAf8CMAHiAf8CMAHiAf8C9AH9 152 Ff8CdgHqAf8CMAHiAf8CMAHiAf8CMAHUAf8BYgITAfmEAAEzATEBMAH/AdsBlAEwAf8B0gGJATAB/wHS 153 AYkBMAH/AdIBiQEwAf8B0gGJATAB/wHSAYkBMAH/AesBywGQAf8B0gGJATAB/wHSAYkBMAH/AdIBiQEw 154 Af8B0gGJATAB/wHEAYEBMAH/Ab8BgQEwAf8BUQICAZsEAAIwATMB/wIwAe0B/wIwAeYB/wIwAeUB/wL9 155 Af4F/wLiAfwB/wIwAeUJ/wKBAfEB/wIwAeUB/wIwAdoB/wIwAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEw 156 Af8B2wGUATAB/wHXAY4BMAH/AdcBjgEwAf8B1wGOATAB/wH7AfYB6wX/AdcBjgEwAf8B1wGOATAB/wHX 157 AY4BMAH/AdYBjQEwAf8BxAGBATAB/wGpAYEBMAH/CAABWAICAbIBMAE6Ae8B/wIwAe0B/wIwAekB/wIw 158 AekB/wLhAfwB/wIwAekB/wIwAekB/wIwAekB/wKBAfMB/wIwAekB/wIwAegB/wIwAdoB/wEwATgBnQH/ 159 jAABagFPATAB/wHdAZcBMAH/AdsBlAEwAf8B2wGUATAB/wHbAZQBMAH/AdsBlAEwAf8B3AGXATYB/wHb 160 AZQBMAH/AdsBlAEwAf8B1QGMATAB/wHJAYEBMAH/AdEBiAEwAf8BLAIhAfwMAAIwAWQB/wIwAe8B/wIw 161 Ae0B/wIwAe0B/wIwAe0B/wIwAe0B/wIwAe0B/wIwAe0B/wIwAe0B/wIwAegB/wIwAd4B/wEwAUMB4gH/ 162 ASwCIQH8jAABGQIBASEBkAGBATAB/wHfAZkBMAH/AdsBlAEwAf8B2QGRATAB/wHYAZABMAH/AdgBkAEw 163 Af8B0wGKATAB/wHQAYYBMAH/Ac4BgwEwAf8B2gGSATAB/wE7ATYBMAH/EAABGQIBASECMAGHAf8BMAE2 164 AfEB/wIwAe0B/wIwAewB/wIwAesB/wIwAesB/wIwAeYB/wIwAeQB/wIwAeIB/wEwAU0B5gH/AjABOgH/ 165 lAABEgIBARYBVQFHATAB/wHSAYkBMAH/AeIBnQEwAf8B2QGRATAB/wHXAY4BMAH/AdUBjAEwAf8B4QGb 166 ATAB/wHOAYQBMAH/AVACMAH+GAABEgIBARYCMAFUAf8BMAE2AdMB/wEwAUcB9AH/AjAB7AH/AjAB6QH/ 167 ATABMQHoAf8BMAFPAfAB/wIwAcwB/wFQAjAB/qAAAUYCAQF9AzAB/wGBAWgBMAH/AoEBMAH/AWIBUwEw 168 Af8BUAIwAf4BFAIBARokAAFGAgEBfQMwAf8CMAGBAf8CMAGBAf8CMAFkAf8BUAIwAf4BFAIBARr/AJEA 169 AUIBTQE+BwABPgMAASgDAAFAAwABEAMAAQEBAAEBBQABgBcAA/8BAAH8AR8B/AEfBAAB8AEHAfABBwQA 170 AeABAwHgAQMEAAHAAQEBwAEBBAABgAEBAYABAQQAAYABAAGABQABgAEAAYAFAAGAAQABgAUAAYABAAGA 171 BQABgAEAAYAFAAGAAQEBgAEBBAABwAEBAcABAQQAAcABAwHAAQMEAAHgAQcB4AEHBAAB+AEPAfgBDwQA 172 BP8EAAs= 173 173 </value> 174 174 </data> -
trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Properties/Resources.Designer.cs
r1145 r2069 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727.30 534 // Runtime Version:2.0.50727.3082 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 61 61 } 62 62 63 internal static System.Drawing.Bitmap Error{63 internal static System.Drawing.Bitmap Disaster_warning_48 { 64 64 get { 65 object obj = ResourceManager.GetObject(" Error", resourceCulture);65 object obj = ResourceManager.GetObject("Disaster_warning_48", resourceCulture); 66 66 return ((System.Drawing.Bitmap)(obj)); 67 67 } 68 68 } 69 69 70 internal static System.Drawing.Bitmap Info{70 internal static System.Drawing.Bitmap exit_48 { 71 71 get { 72 object obj = ResourceManager.GetObject("Info", resourceCulture); 72 object obj = ResourceManager.GetObject("exit_48", resourceCulture); 73 return ((System.Drawing.Bitmap)(obj)); 74 } 75 } 76 77 internal static System.Drawing.Bitmap Global_network_48 { 78 get { 79 object obj = ResourceManager.GetObject("Global_network_48", resourceCulture); 73 80 return ((System.Drawing.Bitmap)(obj)); 74 81 } … … 81 88 } 82 89 } 83 84 internal static System.Drawing.Bitmap shutdown_icon {85 get {86 object obj = ResourceManager.GetObject("shutdown_icon", resourceCulture);87 return ((System.Drawing.Bitmap)(obj));88 }89 }90 90 } 91 91 } -
trunk/sources/HeuristicLab.Hive.Client.Console/3.2/Properties/Resources.resx
r1145 r2069 119 119 </resheader> 120 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>121 <data name="Disaster_warning_48" type="System.Resources.ResXFileRef, System.Windows.Forms"> 122 <value>..\Resources\Disaster-warning-48.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 123 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> 124 <data name="exit_48" type="System.Resources.ResXFileRef, System.Windows.Forms"> 125 <value>..\Resources\exit-48.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 126 </data> 127 <data name="Global_network_48" type="System.Resources.ResXFileRef, System.Windows.Forms"> 128 <value>..\Resources\Global-network-48.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 126 129 </data> 127 130 <data name="schedule" type="System.Resources.ResXFileRef, System.Windows.Forms"> 128 131 <value>..\Resources\schedule.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 129 132 </data> 130 <data name="shutdown_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">131 <value>..\Resources\shutdown-icon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>132 </data>133 133 </root>
Note: See TracChangeset
for help on using the changeset viewer.