Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1256


Ignore:
Timestamp:
03/05/09 16:31:00 (15 years ago)
Author:
whackl
Message:

interface updated to new version (#474)

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  
    115115      <SubType>Designer</SubType>
    116116    </EmbeddedResource>
     117    <EmbeddedResource Include="Recurrence.resx">
     118      <DependentUpon>Recurrence.cs</DependentUpon>
     119    </EmbeddedResource>
    117120    <Compile Include="Properties\Resources.Designer.cs">
    118121      <AutoGen>True</AutoGen>
     
    130133      <DependentUpon>Settings.settings</DependentUpon>
    131134      <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>
    132141    </Compile>
    133142    <Compile Include="Service References\ClientService\Reference.cs">
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs

    r1163 r1256  
    9090      this.groupBox1 = new System.Windows.Forms.GroupBox();
    9191      this.chbade = new System.Windows.Forms.CheckBox();
    92       this.button1 = new System.Windows.Forms.Button();
     92      this.btnRecurrence = new System.Windows.Forms.Button();
    9393      this.txtTimeTo = new System.Windows.Forms.TextBox();
    9494      this.txttimeFrom = new System.Windows.Forms.TextBox();
    9595      this.btbDelete = new System.Windows.Forms.Button();
    96       this.txtTo = new System.Windows.Forms.TextBox();
    9796      this.label2 = new System.Windows.Forms.Label();
    98       this.txtFrom = new System.Windows.Forms.TextBox();
    9997      this.label1 = new System.Windows.Forms.Label();
    10098      this.btCreate = new System.Windows.Forms.Button();
    10199      this.mcOnline = new System.Windows.Forms.MonthCalendar();
     100      this.cmbFrom = new System.Windows.Forms.ComboBox();
     101      this.cmbTo = new System.Windows.Forms.ComboBox();
    102102      this.tcClientConsole.SuspendLayout();
    103103      this.tpConnection.SuspendLayout();
     
    515515      // groupBox1
    516516      //
     517      this.groupBox1.Controls.Add(this.cmbTo);
     518      this.groupBox1.Controls.Add(this.cmbFrom);
    517519      this.groupBox1.Controls.Add(this.chbade);
    518       this.groupBox1.Controls.Add(this.button1);
     520      this.groupBox1.Controls.Add(this.btnRecurrence);
    519521      this.groupBox1.Controls.Add(this.txtTimeTo);
    520522      this.groupBox1.Controls.Add(this.txttimeFrom);
    521523      this.groupBox1.Controls.Add(this.btbDelete);
    522       this.groupBox1.Controls.Add(this.txtTo);
    523524      this.groupBox1.Controls.Add(this.label2);
    524       this.groupBox1.Controls.Add(this.txtFrom);
    525525      this.groupBox1.Controls.Add(this.label1);
    526526      this.groupBox1.Controls.Add(this.btCreate);
     
    542542      this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
    543543      //
    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);
    552553      //
    553554      // txtTimeTo
     
    575576      this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
    576577      //
    577       // txtTo
    578       //
    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       //
    584578      // label2
    585579      //
     
    590584      this.label2.TabIndex = 23;
    591585      this.label2.Text = "End Time:";
    592       //
    593       // txtFrom
    594       //
    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;
    599586      //
    600587      // label1
     
    624611      this.mcOnline.TabIndex = 19;
    625612      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;
    626629      //
    627630      // HiveClientConsole
     
    697700    private System.Windows.Forms.MonthCalendar mcOnline;
    698701    private Calendar.DayView dvOnline;
    699     private System.Windows.Forms.TextBox txtTo;
    700702    private System.Windows.Forms.Label label2;
    701     private System.Windows.Forms.TextBox txtFrom;
    702703    private System.Windows.Forms.Label label1;
    703704    private System.Windows.Forms.PictureBox pictureBox1;
     
    706707    private System.Windows.Forms.TextBox txtTimeTo;
    707708    private System.Windows.Forms.GroupBox groupBox2;
    708     private System.Windows.Forms.Button button1;
     709    private System.Windows.Forms.Button btnRecurrence;
    709710    private System.Windows.Forms.CheckBox chbade;
     711    private System.Windows.Forms.ComboBox cmbTo;
     712    private System.Windows.Forms.ComboBox cmbFrom;
    710713  }
    711714}
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.cs

    r1163 r1256  
    366366    private void dvOnline_OnSelectionChanged(object sender, EventArgs e) {
    367367      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();
    370370        txttimeFrom.Text = dvOnline.SelectionStart.ToShortTimeString();
    371371        txtTimeTo.Text = dvOnline.SelectionEnd.ToShortTimeString();
     
    385385      DateTime from, to;
    386386
    387       if (!string.IsNullOrEmpty(txtFrom.Text) && !string.IsNullOrEmpty(txtTo.Text)) {
     387      if (!string.IsNullOrEmpty(cmbFrom.Text) && !string.IsNullOrEmpty(cmbTo.Text)) {
    388388        if (chbade.Checked) {
    389389          //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)
    391391            onlineTimes.Add(CreateAppointment(from, to.AddDays(1), true));
    392392          else
     
    394394        } else if (!string.IsNullOrEmpty(txttimeFrom.Text) && !string.IsNullOrEmpty(txtTimeTo.Text)) {
    395395          //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) {
    397397            if (from.Date == to.Date)
    398398              onlineTimes.Add(CreateAppointment(from, to, false));
     
    435435
    436436    #endregion
     437
     438    private void btnRecurrence_Click(object sender, EventArgs e) {
     439      Form recurrence = new Recurrence();
     440      recurrence.Show();
     441    }
    437442  }
    438443}
  • trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.resx

    r1163 r1256  
    127127        ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABS
    128128        CgAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
    129         AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWICCQHxAxUB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWICCQHx
    130         AxUB/wFiAgMB1AEgAgEBLKQAAV8CCgHyAZMBbwEVAf8BvwGBARUB/wG9AYEBFQH/AboBgQEVAf8BuAF/
    131         ARUB/wG2AX0BFQH/AUkBMgEVAf8BPQIBAWUcAAFfAgoB8gIVAaQB/wIVAdYB/wIVAdQB/wIVAdIB/wIV
    132         AdAB/wIVAc4B/wIVAVAB/wE9AgEBZZgAAR8BGwEVAf8BxwGBARUB/wHDAYEBFQH/AbEBdwEVAf8BsQF3
    133         ARUB/wGxAXcBFQH/AbEBdwEVAf8BswF5ARUB/wG2AX0BFQH/AbQBegEVAf8BZAIFAeQUAAIVASAB/wIV
    134         AdwB/wIVAdkB/wIVAcoB/wIVAcoB/wIVAcoB/wIVAcoB/wIVAcsB/wIVAc4B/wIVAcwB/wFkAgUB5JAA
    135         AxUB/wHLAYEBFQH/AbsBgQEVAf8BtgF9ARUB/wG2AX0BFQH/Ae4B3AHEBf8BvgGBATIB/wG2AX0BFQH/
    136         AbYBfQEVAf8BtgF9ARUB/wG0AXoBFQH/AUkCAgGGDAADFQH/AhUB4AH/AhUB0gH/AhUBzgH/AkIB1gH/
    137         AhUBzgH/AhUBzgH/AhUBzgH/AhgBzgH/AhUBzgH/AhUBzgH/AhUBzAH/AUkCAgGGiAABLAIBAUIB0AGG
    138         ARUB/wHHAYEBFQH/AboBgQEVAf8BugGBARUB/wG6AYEBFQH/AdABnAFmBf8BugGBARUB/wG6AYEBFQH/
    139         AboBgQEVAf8BugGBARUB/wG2AX0BFQH/AWkBRAEVAf8IAAEsAgEBQgIVAeQB/wIVAdwB/wIVAdIB/wKf
    140         Ae0F/wJbAd4B/wIVAdIB/wL0Af0F/wIYAdIB/wIVAdIB/wIVAc4B/wIVAXQB/4gAAxUB/wHSAYkBFQH/
    141         Ab8BgQEVAf8BvwGBARUB/wG/AYEBFQH/Ab8BgQEVAf8B0wGfAWYF/wG/AYEBFQH/Ab8BgQEVAf8BvwGB
    142         ARUB/wG/AYEBFQH/Ab4BgQEVAf8BtgF9ARUB/wE2AgEBVwQAAxUB/wIVAeUB/wIVAdYB/wIVAdYN/wL1
    143         Af0J/wLiAfoB/wIVAdYB/wIVAdUB/wIVAc4B/wE2AgEBV4QAAV0BRQEVAf8B1AGMARUB/wHEAYEBFQH/
    144         AcQBgQEVAf8BxAGBARUB/wHEAYEBFQH/AdcBpAFnBf8BxAGBARUB/wHEAYEBFQH/AcQBgQEVAf8BxAGB
    145         ARUB/wHEAYEBFQH/AbgBfwEVAf8BZQIHAewEAAIVAWMB/wIVAegB/wIVAdoB/wIVAdoB/wIVAdoR/wLi
    146         AfoB/wIVAdoB/wIVAdoB/wIVAdoB/wIVAdAB/wFlAgcB7IQAAX0BWgEVAf8B1wGOARUB/wHJAYEBFQH/
    147         AckBgQEVAf8ByQGBARUB/wHJAYEBFQn/AckBgQEVAf8ByQGBARUB/wHJAYEBFQH/AckBgQEVAf8ByQGB
    148         ARUB/wG6AYEBFQH/AxUB/wQAAhUBgQH/AhUB6QH/AhUB3gH/AhUB3gH/AhUB3gH/AvQB/Q3/AlsB5wH/
    149         AhUB3gH/AhUB3gH/AhUB3gH/AhUB0gH/AxUB/4QAAW0BSwEVAf8B2QGRARUB/wHOAYMBFQH/Ac4BgwEV
    150         Af8BzgGDARUB/wHOAYMBFQH/Ac4BgwEVAf8B1wGcAUYB/wHOAYMBFQH/Ac4BgwEVAf8BzgGDARUB/wHO
    151         AYMBFQH/Ac4BgwEVAf8BvQGBARUB/wFFAhMB+QQAARUBGgFsAf8CFQHsAf8CFQHiAf8CFQHiAf8C9AH9
    152         Ff8CWwHqAf8CFQHiAf8CFQHiAf8CFQHUAf8BRQITAfmEAAEYARYBFQH/AdsBlAEVAf8B0gGJARUB/wHS
    153         AYkBFQH/AdIBiQEVAf8B0gGJARUB/wHSAYkBFQH/AesBywGQAf8B0gGJARUB/wHSAYkBFQH/AdIBiQEV
    154         Af8B0gGJARUB/wHEAYEBFQH/Ab8BgQEVAf8BUQICAZsEAAIVARgB/wIVAe0B/wIVAeYB/wIVAeUB/wL9
    155         Af4F/wLiAfwB/wIVAeUJ/wKBAfEB/wIVAeUB/wIVAdoB/wIVAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEV
    156         Af8B2wGUARUB/wHXAY4BFQH/AdcBjgEVAf8B1wGOARUB/wH7AfYB6wX/AdcBjgEVAf8B1wGOARUB/wHX
    157         AY4BFQH/AdYBjQEVAf8BxAGBARUB/wGpAXYBFQH/CAABWAICAbIBFQEfAe8B/wIVAe0B/wIVAekB/wIV
    158         AekB/wLhAfwB/wIVAekB/wIVAekB/wIVAekB/wKBAfMB/wIVAekB/wIVAegB/wIVAdoB/wEVAR0BnQH/
    159         jAABTwE0ARUB/wHdAZcBFQH/AdsBlAEVAf8B2wGUARUB/wHbAZQBFQH/AdsBlAEVAf8B3AGXARsB/wHb
    160         AZQBFQH/AdsBlAEVAf8B1QGMARUB/wHJAYEBFQH/AdEBiAEVAf8BLAIVAfwMAAIVAUkB/wIVAe8B/wIV
    161         Ae0B/wIVAe0B/wIVAe0B/wIVAe0B/wIVAe0B/wIVAe0B/wIVAe0B/wIVAegB/wIVAd4B/wEVASgB4gH/
    162         ASwCFQH8jAABGQIBASEBkAFpARUB/wHfAZkBFQH/AdsBlAEVAf8B2QGRARUB/wHYAZABFQH/AdgBkAEV
    163         Af8B0wGKARUB/wHQAYYBFQH/Ac4BgwEVAf8B2gGSARUB/wEgARsBFQH/EAABGQIBASECFQGHAf8BFQEb
    164         AfEB/wIVAe0B/wIVAewB/wIVAesB/wIVAesB/wIVAeYB/wIVAeQB/wIVAeIB/wEVATIB5gH/AhUBHwH/
    165         lAABEgIBARYBOgEsARUB/wHSAYkBFQH/AeIBnQEVAf8B2QGRARUB/wHXAY4BFQH/AdUBjAEVAf8B4QGb
    166         ARUB/wHOAYQBFQH/ASoCFQH+GAABEgIBARYCFQE5Af8BFQEbAdMB/wEVASwB9AH/AhUB7AH/AhUB6QH/
    167         ARUBFgHoAf8BFQE0AfAB/wIVAcwB/wEqAhUB/qAAAUYCAQF9AxUB/wFmAU0BFQH/AYEBZgEVAf8BRwE4
    168         ARUB/wEqAhUB/gEUAgEBGiQAAUYCAQF9AxUB/wIVAWkB/wIVAYEB/wIVAUkB/wEqAhUB/gEUAgEBGv8A
     129        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
    169169        kQABQgFNAT4HAAE+AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAfwBHwH8AR8EAAHwAQcB8AEH
    170170        BAAB4AEDAeABAwQAAcABAQHAAQEEAAGAAQEBgAEBBAABgAEAAYAFAAGAAQABgAUAAYABAAGABQABgAEA
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/HeuristicLab.Hive.Client.Common.xsd

    r954 r1256  
    66      <xs:enumeration value="Disconnected" />
    77      <xs:enumeration value="Failed" />
     8      <xs:enumeration value="Loggedin" />
    89    </xs:restriction>
    910  </xs:simpleType>
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs

    r1132 r1256  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3053
     4//     Runtime Version:2.0.50727.3082
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    246246        [System.Runtime.Serialization.EnumMemberAttribute()]
    247247        Failed = 2,
     248       
     249        [System.Runtime.Serialization.EnumMemberAttribute()]
     250        Loggedin = 3,
    248251    }
    249252   
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/configuration.svcinfo

    r1132 r1256  
    66  </bindings>
    77  <endpoints>
    8     <endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator&quot; binding=&quot;netTcpBinding&quot; bindingConfiguration=&quot;NetTcpBinding_IClientConsoleCommunicator&quot; contract=&quot;ClientService.IClientConsoleCommunicator&quot; name=&quot;NetTcpBinding_IClientConsoleCommunicator&quot;&gt;&lt;identity&gt;&lt;userPrincipalName value=&quot;mse08003@fhs-hagenberg.ac.at&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator&quot; binding=&quot;netTcpBinding&quot; bindingConfiguration=&quot;NetTcpBinding_IClientConsoleCommunicator&quot; contract=&quot;ClientService.IClientConsoleCommunicator&quot; name=&quot;NetTcpBinding_IClientConsoleCommunicator&quot;&gt;&lt;identity&gt;&lt;userPrincipalName value=&quot;mse08003@fhs-hagenberg.ac.at&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" contractName="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator" />
     8    <endpoint normalizedDigest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator&quot; binding=&quot;netTcpBinding&quot; bindingConfiguration=&quot;NetTcpBinding_IClientConsoleCommunicator&quot; contract=&quot;ClientService.IClientConsoleCommunicator&quot; name=&quot;NetTcpBinding_IClientConsoleCommunicator&quot;&gt;&lt;identity&gt;&lt;userPrincipalName value=&quot;mse08004@fhs-hagenberg.ac.at&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" digest="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;&lt;Data address=&quot;net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator&quot; binding=&quot;netTcpBinding&quot; bindingConfiguration=&quot;NetTcpBinding_IClientConsoleCommunicator&quot; contract=&quot;ClientService.IClientConsoleCommunicator&quot; name=&quot;NetTcpBinding_IClientConsoleCommunicator&quot;&gt;&lt;identity&gt;&lt;userPrincipalName value=&quot;mse08004@fhs-hagenberg.ac.at&quot; /&gt;&lt;/identity&gt;&lt;/Data&gt;" contractName="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator" />
    99  </endpoints>
    1010</configurationSnapshot>
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/configuration91.svcinfo

    r1132 r1256  
    11<?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=">
    33  <bindingConfigurations>
    44    <bindingConfiguration bindingType="netTcpBinding" name="NetTcpBinding_IClientConsoleCommunicator">
     
    137137        </property>
    138138        <property path="/identity/userPrincipalName/value" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    139           <serializedValue>mse08003@fhs-hagenberg.ac.at</serializedValue>
     139          <serializedValue>mse08004@fhs-hagenberg.ac.at</serializedValue>
    140140        </property>
    141141        <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  
    150150        <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address>
    151151        <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
    152           <Upn>mse08003@fhs-hagenberg.ac.at</Upn>
     152          <Upn>mse08004@fhs-hagenberg.ac.at</Upn>
    153153        </Identity>
    154154      </wsa10:EndpointReference>
  • trunk/sources/HeuristicLab.Hive.Client.Console/app.config

    r1138 r1256  
    3030                binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator"
    3131                contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator">
     32                <identity>
     33                    <userPrincipalName value="mse08004@fhs-hagenberg.ac.at" />
     34                </identity>
    3235            </endpoint>
    3336        </client>
Note: See TracChangeset for help on using the changeset viewer.