Changeset 1256
- Timestamp:
- 03/05/09 16:31:00 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Console
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Console/HeuristicLab.Hive.Client.Console.csproj
r1145 r1256 115 115 <SubType>Designer</SubType> 116 116 </EmbeddedResource> 117 <EmbeddedResource Include="Recurrence.resx"> 118 <DependentUpon>Recurrence.cs</DependentUpon> 119 </EmbeddedResource> 117 120 <Compile Include="Properties\Resources.Designer.cs"> 118 121 <AutoGen>True</AutoGen> … … 130 133 <DependentUpon>Settings.settings</DependentUpon> 131 134 <DesignTimeSharedInput>True</DesignTimeSharedInput> 135 </Compile> 136 <Compile Include="Recurrence.cs"> 137 <SubType>Form</SubType> 138 </Compile> 139 <Compile Include="Recurrence.Designer.cs"> 140 <DependentUpon>Recurrence.cs</DependentUpon> 132 141 </Compile> 133 142 <Compile Include="Service References\ClientService\Reference.cs"> -
trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs
r1163 r1256 90 90 this.groupBox1 = new System.Windows.Forms.GroupBox(); 91 91 this.chbade = new System.Windows.Forms.CheckBox(); 92 this.b utton1= new System.Windows.Forms.Button();92 this.btnRecurrence = new System.Windows.Forms.Button(); 93 93 this.txtTimeTo = new System.Windows.Forms.TextBox(); 94 94 this.txttimeFrom = new System.Windows.Forms.TextBox(); 95 95 this.btbDelete = new System.Windows.Forms.Button(); 96 this.txtTo = new System.Windows.Forms.TextBox();97 96 this.label2 = new System.Windows.Forms.Label(); 98 this.txtFrom = new System.Windows.Forms.TextBox();99 97 this.label1 = new System.Windows.Forms.Label(); 100 98 this.btCreate = new System.Windows.Forms.Button(); 101 99 this.mcOnline = new System.Windows.Forms.MonthCalendar(); 100 this.cmbFrom = new System.Windows.Forms.ComboBox(); 101 this.cmbTo = new System.Windows.Forms.ComboBox(); 102 102 this.tcClientConsole.SuspendLayout(); 103 103 this.tpConnection.SuspendLayout(); … … 515 515 // groupBox1 516 516 // 517 this.groupBox1.Controls.Add(this.cmbTo); 518 this.groupBox1.Controls.Add(this.cmbFrom); 517 519 this.groupBox1.Controls.Add(this.chbade); 518 this.groupBox1.Controls.Add(this.b utton1);520 this.groupBox1.Controls.Add(this.btnRecurrence); 519 521 this.groupBox1.Controls.Add(this.txtTimeTo); 520 522 this.groupBox1.Controls.Add(this.txttimeFrom); 521 523 this.groupBox1.Controls.Add(this.btbDelete); 522 this.groupBox1.Controls.Add(this.txtTo);523 524 this.groupBox1.Controls.Add(this.label2); 524 this.groupBox1.Controls.Add(this.txtFrom);525 525 this.groupBox1.Controls.Add(this.label1); 526 526 this.groupBox1.Controls.Add(this.btCreate); … … 542 542 this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged); 543 543 // 544 // button1 545 // 546 this.button1.Location = new System.Drawing.Point(189, 129); 547 this.button1.Name = "button1"; 548 this.button1.Size = new System.Drawing.Size(75, 26); 549 this.button1.TabIndex = 30; 550 this.button1.Text = "Recurrence"; 551 this.button1.UseVisualStyleBackColor = true; 544 // btnRecurrence 545 // 546 this.btnRecurrence.Location = new System.Drawing.Point(189, 129); 547 this.btnRecurrence.Name = "btnRecurrence"; 548 this.btnRecurrence.Size = new System.Drawing.Size(75, 26); 549 this.btnRecurrence.TabIndex = 30; 550 this.btnRecurrence.Text = "Recurrence"; 551 this.btnRecurrence.UseVisualStyleBackColor = true; 552 this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click); 552 553 // 553 554 // txtTimeTo … … 575 576 this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click); 576 577 // 577 // txtTo578 //579 this.txtTo.Location = new System.Drawing.Point(105, 62);580 this.txtTo.Name = "txtTo";581 this.txtTo.Size = new System.Drawing.Size(66, 20);582 this.txtTo.TabIndex = 24;583 //584 578 // label2 585 579 // … … 590 584 this.label2.TabIndex = 23; 591 585 this.label2.Text = "End Time:"; 592 //593 // txtFrom594 //595 this.txtFrom.Location = new System.Drawing.Point(105, 31);596 this.txtFrom.Name = "txtFrom";597 this.txtFrom.Size = new System.Drawing.Size(66, 20);598 this.txtFrom.TabIndex = 22;599 586 // 600 587 // label1 … … 624 611 this.mcOnline.TabIndex = 19; 625 612 this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged); 613 // 614 // cmbFrom 615 // 616 this.cmbFrom.FormattingEnabled = true; 617 this.cmbFrom.Location = new System.Drawing.Point(100, 30); 618 this.cmbFrom.Name = "cmbFrom"; 619 this.cmbFrom.Size = new System.Drawing.Size(77, 21); 620 this.cmbFrom.TabIndex = 39; 621 // 622 // cmbTo 623 // 624 this.cmbTo.FormattingEnabled = true; 625 this.cmbTo.Location = new System.Drawing.Point(100, 62); 626 this.cmbTo.Name = "cmbTo"; 627 this.cmbTo.Size = new System.Drawing.Size(77, 21); 628 this.cmbTo.TabIndex = 40; 626 629 // 627 630 // HiveClientConsole … … 697 700 private System.Windows.Forms.MonthCalendar mcOnline; 698 701 private Calendar.DayView dvOnline; 699 private System.Windows.Forms.TextBox txtTo;700 702 private System.Windows.Forms.Label label2; 701 private System.Windows.Forms.TextBox txtFrom;702 703 private System.Windows.Forms.Label label1; 703 704 private System.Windows.Forms.PictureBox pictureBox1; … … 706 707 private System.Windows.Forms.TextBox txtTimeTo; 707 708 private System.Windows.Forms.GroupBox groupBox2; 708 private System.Windows.Forms.Button b utton1;709 private System.Windows.Forms.Button btnRecurrence; 709 710 private System.Windows.Forms.CheckBox chbade; 711 private System.Windows.Forms.ComboBox cmbTo; 712 private System.Windows.Forms.ComboBox cmbFrom; 710 713 } 711 714 } -
trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.cs
r1163 r1256 366 366 private void dvOnline_OnSelectionChanged(object sender, EventArgs e) { 367 367 if (dvOnline.Selection == SelectionType.DateRange) { 368 txtFrom.Text = dvOnline.SelectionStart.ToShortDateString();369 txtTo.Text = dvOnline.SelectionEnd.Date.ToShortDateString();368 cmbFrom.Text = dvOnline.SelectionStart.ToShortDateString(); 369 cmbTo.Text = dvOnline.SelectionEnd.Date.ToShortDateString(); 370 370 txttimeFrom.Text = dvOnline.SelectionStart.ToShortTimeString(); 371 371 txtTimeTo.Text = dvOnline.SelectionEnd.ToShortTimeString(); … … 385 385 DateTime from, to; 386 386 387 if (!string.IsNullOrEmpty( txtFrom.Text) && !string.IsNullOrEmpty(txtTo.Text)) {387 if (!string.IsNullOrEmpty(cmbFrom.Text) && !string.IsNullOrEmpty(cmbTo.Text)) { 388 388 if (chbade.Checked) { 389 389 //whole day appointment, only dates are visible 390 if (DateTime.TryParse( txtFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(txtTo.Text + " " + txtTimeTo.Text, out to) && from < to)390 if (DateTime.TryParse(cmbFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(cmbTo.Text + " " + txtTimeTo.Text, out to) && from < to) 391 391 onlineTimes.Add(CreateAppointment(from, to.AddDays(1), true)); 392 392 else … … 394 394 } else if (!string.IsNullOrEmpty(txttimeFrom.Text) && !string.IsNullOrEmpty(txtTimeTo.Text)) { 395 395 //Timeframe appointment 396 if (DateTime.TryParse( txtFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(txtTo.Text + " " + txtTimeTo.Text, out to) && from < to) {396 if (DateTime.TryParse(cmbFrom.Text + " " + txttimeFrom.Text, out from) && DateTime.TryParse(cmbTo.Text + " " + txtTimeTo.Text, out to) && from < to) { 397 397 if (from.Date == to.Date) 398 398 onlineTimes.Add(CreateAppointment(from, to, false)); … … 435 435 436 436 #endregion 437 438 private void btnRecurrence_Click(object sender, EventArgs e) { 439 Form recurrence = new Recurrence(); 440 recurrence.Show(); 441 } 437 442 } 438 443 } -
trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.resx
r1163 r1256 127 127 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABS 128 128 CgAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA 129 AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AW ICCQHxAxUB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWICCQHx130 Ax UB/wFiAgMB1AEgAgEBLKQAAV8CCgHyAZMBbwEVAf8BvwGBARUB/wG9AYEBFQH/AboBgQEVAf8BuAF/131 AR UB/wG2AX0BFQH/AUkBMgEVAf8BPQIBAWUcAAFfAgoB8gIVAaQB/wIVAdYB/wIVAdQB/wIVAdIB/wIV132 AdAB/wI VAc4B/wIVAVAB/wE9AgEBZZgAAR8BGwEVAf8BxwGBARUB/wHDAYEBFQH/AbEBdwEVAf8BsQF3133 AR UB/wGxAXcBFQH/AbEBdwEVAf8BswF5ARUB/wG2AX0BFQH/AbQBegEVAf8BZAIFAeQUAAIVASAB/wIV134 AdwB/wI VAdkB/wIVAcoB/wIVAcoB/wIVAcoB/wIVAcoB/wIVAcsB/wIVAc4B/wIVAcwB/wFkAgUB5JAA135 Ax UB/wHLAYEBFQH/AbsBgQEVAf8BtgF9ARUB/wG2AX0BFQH/Ae4B3AHEBf8BvgGBATIB/wG2AX0BFQH/136 AbYB fQEVAf8BtgF9ARUB/wG0AXoBFQH/AUkCAgGGDAADFQH/AhUB4AH/AhUB0gH/AhUBzgH/AkIB1gH/137 Ah UBzgH/AhUBzgH/AhUBzgH/AhgBzgH/AhUBzgH/AhUBzgH/AhUBzAH/AUkCAgGGiAABLAIBAUIB0AGG138 AR UB/wHHAYEBFQH/AboBgQEVAf8BugGBARUB/wG6AYEBFQH/AdABnAFmBf8BugGBARUB/wG6AYEBFQH/139 AboBgQE VAf8BugGBARUB/wG2AX0BFQH/AWkBRAEVAf8IAAEsAgEBQgIVAeQB/wIVAdwB/wIVAdIB/wKf140 Ae0F/wJ bAd4B/wIVAdIB/wL0Af0F/wIYAdIB/wIVAdIB/wIVAc4B/wIVAXQB/4gAAxUB/wHSAYkBFQH/141 Ab8BgQE VAf8BvwGBARUB/wG/AYEBFQH/Ab8BgQEVAf8B0wGfAWYF/wG/AYEBFQH/Ab8BgQEVAf8BvwGB142 AR UB/wG/AYEBFQH/Ab4BgQEVAf8BtgF9ARUB/wE2AgEBVwQAAxUB/wIVAeUB/wIVAdYB/wIVAdYN/wL1143 Af0J/wLiAfoB/wI VAdYB/wIVAdUB/wIVAc4B/wE2AgEBV4QAAV0BRQEVAf8B1AGMARUB/wHEAYEBFQH/144 AcQBgQE VAf8BxAGBARUB/wHEAYEBFQH/AdcBpAFnBf8BxAGBARUB/wHEAYEBFQH/AcQBgQEVAf8BxAGB145 AR UB/wHEAYEBFQH/AbgBfwEVAf8BZQIHAewEAAIVAWMB/wIVAegB/wIVAdoB/wIVAdoB/wIVAdoR/wLi146 AfoB/wI VAdoB/wIVAdoB/wIVAdoB/wIVAdAB/wFlAgcB7IQAAX0BWgEVAf8B1wGOARUB/wHJAYEBFQH/147 AckBgQE VAf8ByQGBARUB/wHJAYEBFQn/AckBgQEVAf8ByQGBARUB/wHJAYEBFQH/AckBgQEVAf8ByQGB148 AR UB/wG6AYEBFQH/AxUB/wQAAhUBgQH/AhUB6QH/AhUB3gH/AhUB3gH/AhUB3gH/AvQB/Q3/AlsB5wH/149 Ah UB3gH/AhUB3gH/AhUB3gH/AhUB0gH/AxUB/4QAAW0BSwEVAf8B2QGRARUB/wHOAYMBFQH/Ac4BgwEV150 Af8BzgGDAR UB/wHOAYMBFQH/Ac4BgwEVAf8B1wGcAUYB/wHOAYMBFQH/Ac4BgwEVAf8BzgGDARUB/wHO151 AYMB FQH/Ac4BgwEVAf8BvQGBARUB/wFFAhMB+QQAARUBGgFsAf8CFQHsAf8CFQHiAf8CFQHiAf8C9AH9152 Ff8C WwHqAf8CFQHiAf8CFQHiAf8CFQHUAf8BRQITAfmEAAEYARYBFQH/AdsBlAEVAf8B0gGJARUB/wHS153 AYkB FQH/AdIBiQEVAf8B0gGJARUB/wHSAYkBFQH/AesBywGQAf8B0gGJARUB/wHSAYkBFQH/AdIBiQEV154 Af8B0gGJAR UB/wHEAYEBFQH/Ab8BgQEVAf8BUQICAZsEAAIVARgB/wIVAe0B/wIVAeYB/wIVAeUB/wL9155 Af4F/wLiAfwB/wI VAeUJ/wKBAfEB/wIVAeUB/wIVAdoB/wIVAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEV156 Af8B2wGUAR UB/wHXAY4BFQH/AdcBjgEVAf8B1wGOARUB/wH7AfYB6wX/AdcBjgEVAf8B1wGOARUB/wHX157 AY4B FQH/AdYBjQEVAf8BxAGBARUB/wGpAXYBFQH/CAABWAICAbIBFQEfAe8B/wIVAe0B/wIVAekB/wIV158 AekB/wLhAfwB/wI VAekB/wIVAekB/wIVAekB/wKBAfMB/wIVAekB/wIVAegB/wIVAdoB/wEVAR0BnQH/159 jAAB TwE0ARUB/wHdAZcBFQH/AdsBlAEVAf8B2wGUARUB/wHbAZQBFQH/AdsBlAEVAf8B3AGXARsB/wHb160 AZQB FQH/AdsBlAEVAf8B1QGMARUB/wHJAYEBFQH/AdEBiAEVAf8BLAIVAfwMAAIVAUkB/wIVAe8B/wIV161 Ae0B/wI VAe0B/wIVAe0B/wIVAe0B/wIVAe0B/wIVAe0B/wIVAe0B/wIVAegB/wIVAd4B/wEVASgB4gH/162 ASwC FQH8jAABGQIBASEBkAFpARUB/wHfAZkBFQH/AdsBlAEVAf8B2QGRARUB/wHYAZABFQH/AdgBkAEV163 Af8B0wGKAR UB/wHQAYYBFQH/Ac4BgwEVAf8B2gGSARUB/wEgARsBFQH/EAABGQIBASECFQGHAf8BFQEb164 AfEB/wI VAe0B/wIVAewB/wIVAesB/wIVAesB/wIVAeYB/wIVAeQB/wIVAeIB/wEVATIB5gH/AhUBHwH/165 lAABEgIBARYB OgEsARUB/wHSAYkBFQH/AeIBnQEVAf8B2QGRARUB/wHXAY4BFQH/AdUBjAEVAf8B4QGb166 AR UB/wHOAYQBFQH/ASoCFQH+GAABEgIBARYCFQE5Af8BFQEbAdMB/wEVASwB9AH/AhUB7AH/AhUB6QH/167 AR UBFgHoAf8BFQE0AfAB/wIVAcwB/wEqAhUB/qAAAUYCAQF9AxUB/wFmAU0BFQH/AYEBZgEVAf8BRwE4168 AR UB/wEqAhUB/gEUAgEBGiQAAUYCAQF9AxUB/wIVAWkB/wIVAYEB/wIVAUkB/wEqAhUB/gEUAgEBGv8A129 AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWYCCQHxAxgB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWYCCQHx 130 AxgB/wFiAgMB1AEgAgEBLKQAAWACCgHyAZMBcgEYAf8BvwGBARgB/wG9AYEBGAH/AboBgQEYAf8BuAGB 131 ARgB/wG2AYABGAH/AUwBNQEYAf8BPQIBAWUcAAFgAgoB8gIYAaQB/wIYAdYB/wIYAdQB/wIYAdIB/wIY 132 AdAB/wIYAc4B/wIYAVMB/wE9AgEBZZgAASIBHgEYAf8BxwGBARgB/wHDAYEBGAH/AbEBegEYAf8BsQF6 133 ARgB/wGxAXoBGAH/AbEBegEYAf8BswF8ARgB/wG2AYABGAH/AbQBfQEYAf8BZAIFAeQUAAIYASMB/wIY 134 AdwB/wIYAdkB/wIYAcoB/wIYAcoB/wIYAcoB/wIYAcoB/wIYAcsB/wIYAc4B/wIYAcwB/wFkAgUB5JAA 135 AxgB/wHLAYEBGAH/AbsBgQEYAf8BtgGAARgB/wG2AYABGAH/Ae4B3AHEBf8BvgGBATUB/wG2AYABGAH/ 136 AbYBgAEYAf8BtgGAARgB/wG0AX0BGAH/AUkCAgGGDAADGAH/AhgB4AH/AhgB0gH/AhgBzgH/AkUB1gH/ 137 AhgBzgH/AhgBzgH/AhgBzgH/AhsBzgH/AhgBzgH/AhgBzgH/AhgBzAH/AUkCAgGGiAABLAIBAUIB0AGG 138 ARgB/wHHAYEBGAH/AboBgQEYAf8BugGBARgB/wG6AYEBGAH/AdABnAFpBf8BugGBARgB/wG6AYEBGAH/ 139 AboBgQEYAf8BugGBARgB/wG2AYABGAH/AWwBRwEYAf8IAAEsAgEBQgIYAeQB/wIYAdwB/wIYAdIB/wKf 140 Ae0F/wJeAd4B/wIYAdIB/wL0Af0F/wIbAdIB/wIYAdIB/wIYAc4B/wIYAXcB/4gAAxgB/wHSAYkBGAH/ 141 Ab8BgQEYAf8BvwGBARgB/wG/AYEBGAH/Ab8BgQEYAf8B0wGfAWkF/wG/AYEBGAH/Ab8BgQEYAf8BvwGB 142 ARgB/wG/AYEBGAH/Ab4BgQEYAf8BtgGAARgB/wE2AgEBVwQAAxgB/wIYAeUB/wIYAdYB/wIYAdYN/wL1 143 Af0J/wLiAfoB/wIYAdYB/wIYAdUB/wIYAc4B/wE2AgEBV4QAAWABSAEYAf8B1AGMARgB/wHEAYEBGAH/ 144 AcQBgQEYAf8BxAGBARgB/wHEAYEBGAH/AdcBpAFqBf8BxAGBARgB/wHEAYEBGAH/AcQBgQEYAf8BxAGB 145 ARgB/wHEAYEBGAH/AbgBgQEYAf8BZQIHAewEAAIYAWYB/wIYAegB/wIYAdoB/wIYAdoB/wIYAdoR/wLi 146 AfoB/wIYAdoB/wIYAdoB/wIYAdoB/wIYAdAB/wFlAgcB7IQAAYABXQEYAf8B1wGOARgB/wHJAYEBGAH/ 147 AckBgQEYAf8ByQGBARgB/wHJAYEBGAn/AckBgQEYAf8ByQGBARgB/wHJAYEBGAH/AckBgQEYAf8ByQGB 148 ARgB/wG6AYEBGAH/AxgB/wQAAhgBgQH/AhgB6QH/AhgB3gH/AhgB3gH/AhgB3gH/AvQB/Q3/Al4B5wH/ 149 AhgB3gH/AhgB3gH/AhgB3gH/AhgB0gH/AxgB/4QAAXABTgEYAf8B2QGRARgB/wHOAYMBGAH/Ac4BgwEY 150 Af8BzgGDARgB/wHOAYMBGAH/Ac4BgwEYAf8B1wGcAUkB/wHOAYMBGAH/Ac4BgwEYAf8BzgGDARgB/wHO 151 AYMBGAH/Ac4BgwEYAf8BvQGBARgB/wFIAhMB+QQAARgBHQFvAf8CGAHsAf8CGAHiAf8CGAHiAf8C9AH9 152 Ff8CXgHqAf8CGAHiAf8CGAHiAf8CGAHUAf8BSAITAfmEAAEbARkBGAH/AdsBlAEYAf8B0gGJARgB/wHS 153 AYkBGAH/AdIBiQEYAf8B0gGJARgB/wHSAYkBGAH/AesBywGQAf8B0gGJARgB/wHSAYkBGAH/AdIBiQEY 154 Af8B0gGJARgB/wHEAYEBGAH/Ab8BgQEYAf8BUQICAZsEAAIYARsB/wIYAe0B/wIYAeYB/wIYAeUB/wL9 155 Af4F/wLiAfwB/wIYAeUJ/wKBAfEB/wIYAeUB/wIYAdoB/wIYAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEY 156 Af8B2wGUARgB/wHXAY4BGAH/AdcBjgEYAf8B1wGOARgB/wH7AfYB6wX/AdcBjgEYAf8B1wGOARgB/wHX 157 AY4BGAH/AdYBjQEYAf8BxAGBARgB/wGpAXkBGAH/CAABWAICAbIBGAEiAe8B/wIYAe0B/wIYAekB/wIY 158 AekB/wLhAfwB/wIYAekB/wIYAekB/wIYAekB/wKBAfMB/wIYAekB/wIYAegB/wIYAdoB/wEYASABnQH/ 159 jAABUgE3ARgB/wHdAZcBGAH/AdsBlAEYAf8B2wGUARgB/wHbAZQBGAH/AdsBlAEYAf8B3AGXAR4B/wHb 160 AZQBGAH/AdsBlAEYAf8B1QGMARgB/wHJAYEBGAH/AdEBiAEYAf8BLAIYAfwMAAIYAUwB/wIYAe8B/wIY 161 Ae0B/wIYAe0B/wIYAe0B/wIYAe0B/wIYAe0B/wIYAe0B/wIYAe0B/wIYAegB/wIYAd4B/wEYASsB4gH/ 162 ASwCGAH8jAABGQIBASEBkAFsARgB/wHfAZkBGAH/AdsBlAEYAf8B2QGRARgB/wHYAZABGAH/AdgBkAEY 163 Af8B0wGKARgB/wHQAYYBGAH/Ac4BgwEYAf8B2gGSARgB/wEjAR4BGAH/EAABGQIBASECGAGHAf8BGAEe 164 AfEB/wIYAe0B/wIYAewB/wIYAesB/wIYAesB/wIYAeYB/wIYAeQB/wIYAeIB/wEYATUB5gH/AhgBIgH/ 165 lAABEgIBARYBPQEvARgB/wHSAYkBGAH/AeIBnQEYAf8B2QGRARgB/wHXAY4BGAH/AdUBjAEYAf8B4QGb 166 ARgB/wHOAYQBGAH/ATACGAH+GAABEgIBARYCGAE8Af8BGAEeAdMB/wEYAS8B9AH/AhgB7AH/AhgB6QH/ 167 ARgBGQHoAf8BGAE3AfAB/wIYAcwB/wEwAhgB/qAAAUYCAQF9AxgB/wFpAVABGAH/AYEBaQEYAf8BSgE7 168 ARgB/wEwAhgB/gEUAgEBGiQAAUYCAQF9AxgB/wIYAWwB/wIYAYEB/wIYAUwB/wEwAhgB/gEUAgEBGv8A 169 169 kQABQgFNAT4HAAE+AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAfwBHwH8AR8EAAHwAQcB8AEH 170 170 BAAB4AEDAeABAwQAAcABAQHAAQEEAAGAAQEBgAEBBAABgAEAAYAFAAGAAQABgAUAAYABAAGABQABgAEA -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/HeuristicLab.Hive.Client.Common.xsd
r954 r1256 6 6 <xs:enumeration value="Disconnected" /> 7 7 <xs:enumeration value="Failed" /> 8 <xs:enumeration value="Loggedin" /> 8 9 </xs:restriction> 9 10 </xs:simpleType> -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs
r1132 r1256 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 … … 246 246 [System.Runtime.Serialization.EnumMemberAttribute()] 247 247 Failed = 2, 248 249 [System.Runtime.Serialization.EnumMemberAttribute()] 250 Loggedin = 3, 248 251 } 249 252 -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/configuration.svcinfo
r1132 r1256 6 6 </bindings> 7 7 <endpoints> 8 <endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"><identity><userPrincipalName value="mse0800 3@fhs-hagenberg.ac.at" /></identity></Data>" digest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"><identity><userPrincipalName value="mse08003@fhs-hagenberg.ac.at" /></identity></Data>" contractName="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator" />8 <endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"><identity><userPrincipalName value="mse08004@fhs-hagenberg.ac.at" /></identity></Data>" digest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"><identity><userPrincipalName value="mse08004@fhs-hagenberg.ac.at" /></identity></Data>" contractName="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator" /> 9 9 </endpoints> 10 10 </configurationSnapshot> -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/configuration91.svcinfo
r1132 r1256 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum=" hpOV9r43IeNDEU5uqNBUck5ld7s=">2 <SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="LJHqHAg9UO+arib7mQMPUcNSFqQ="> 3 3 <bindingConfigurations> 4 4 <bindingConfiguration bindingType="netTcpBinding" name="NetTcpBinding_IClientConsoleCommunicator"> … … 137 137 </property> 138 138 <property path="/identity/userPrincipalName/value" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 139 <serializedValue>mse0800 3@fhs-hagenberg.ac.at</serializedValue>139 <serializedValue>mse08004@fhs-hagenberg.ac.at</serializedValue> 140 140 </property> 141 141 <property path="/identity/servicePrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.ServicePrincipalNameElement, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/service.wsdl
r1132 r1256 150 150 <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address> 151 151 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity"> 152 <Upn>mse0800 3@fhs-hagenberg.ac.at</Upn>152 <Upn>mse08004@fhs-hagenberg.ac.at</Upn> 153 153 </Identity> 154 154 </wsa10:EndpointReference> -
trunk/sources/HeuristicLab.Hive.Client.Console/app.config
r1138 r1256 30 30 binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" 31 31 contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"> 32 <identity> 33 <userPrincipalName value="mse08004@fhs-hagenberg.ac.at" /> 34 </identity> 32 35 </endpoint> 33 36 </client>
Note: See TracChangeset
for help on using the changeset viewer.