Changeset 1949 for trunk/sources/HeuristicLab.Hive.Client.Console
- Timestamp:
- 05/29/09 13:51:00 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Console/3.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.Designer.cs
r1930 r1949 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.components = new System.ComponentModel.Container();48 Calendar.DrawTool drawTool3= new Calendar.DrawTool();49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));50 this.dvOnline = new Calendar.DayView();51 this.tcClientConsole = new System.Windows.Forms.TabControl();52 this.tpConnection = new System.Windows.Forms.TabPage();53 this.groupBox2 = new System.Windows.Forms.GroupBox();54 this.btn_clientShutdown = new System.Windows.Forms.Button();55 this.gbServerConnection = new System.Windows.Forms.GroupBox();56 this.btnDisconnect = new System.Windows.Forms.Button();57 this.btConnect = new System.Windows.Forms.Button();58 this.tbPort = new System.Windows.Forms.TextBox();59 this.tbIPAdress = new System.Windows.Forms.TextBox();60 this.lbServerIPCaption = new System.Windows.Forms.Label();61 this.lbPortCaption = new System.Windows.Forms.Label();62 this.gbJobCommon = new System.Windows.Forms.GroupBox();63 this.lvJobDetail = new System.Windows.Forms.ListView();64 this.chJobId = new System.Windows.Forms.ColumnHeader();65 this.chSince = new System.Windows.Forms.ColumnHeader();66 this.chProgress = new System.Windows.Forms.ColumnHeader();67 this.gbCommon = new System.Windows.Forms.GroupBox();68 this.pbGraph = new System.Windows.Forms.PictureBox();69 this.lbJobsAborted = new System.Windows.Forms.Label();70 this.lbJobdone = new System.Windows.Forms.Label();71 this.lbJobsFetched = new System.Windows.Forms.Label();72 this.lbGuid = new System.Windows.Forms.Label();73 this.lbGuidCaption = new System.Windows.Forms.Label();74 this.lbCs = new System.Windows.Forms.Label();75 this.lbConnectionStatus = new System.Windows.Forms.Label();76 this.lbConnectionStatusCaption = new System.Windows.Forms.Label();77 this.lbJobsAbortedCaption = new System.Windows.Forms.Label();78 this.lbJobdoneCaption = new System.Windows.Forms.Label();79 this.lbJobsFetchedCaption = new System.Windows.Forms.Label();80 this.lbCsCaption = new System.Windows.Forms.Label();81 this.gbEventLog = new System.Windows.Forms.GroupBox();82 this.txtLog = new System.Windows.Forms.TextBox();83 this.tabPage2 = new System.Windows.Forms.TabPage();84 this.pictureBox1 = new System.Windows.Forms.PictureBox();85 this.groupBox1 = new System.Windows.Forms.GroupBox();86 this.txttimeTo = new System.Windows.Forms.DateTimePicker();87 this.txttimeFrom = new System.Windows.Forms.DateTimePicker();88 this.dtpTo = new System.Windows.Forms.DateTimePicker();89 this.dtpFrom = new System.Windows.Forms.DateTimePicker();90 this.chbade = new System.Windows.Forms.CheckBox();91 this.btnRecurrence = new System.Windows.Forms.Button();92 this.btbDelete = new System.Windows.Forms.Button();93 this.label2 = new System.Windows.Forms.Label();94 this.label1 = new System.Windows.Forms.Label();95 this.btCreate = new System.Windows.Forms.Button();96 this.mcOnline = new System.Windows.Forms.MonthCalendar();97 this.ilEventLog = new System.Windows.Forms.ImageList(this.components);98 this.tcClientConsole.SuspendLayout();99 this.tpConnection.SuspendLayout();100 this.groupBox2.SuspendLayout();101 this.gbServerConnection.SuspendLayout();102 this.gbJobCommon.SuspendLayout();103 this.gbCommon.SuspendLayout();104 ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).BeginInit();105 this.gbEventLog.SuspendLayout();106 this.tabPage2.SuspendLayout();107 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();108 this.groupBox1.SuspendLayout();109 this.SuspendLayout();110 //111 // dvOnline112 //113 drawTool3.DayView = this.dvOnline;114 this.dvOnline.ActiveTool = drawTool3;115 this.dvOnline.AmPmDisplay = false;116 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;117 this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;118 this.dvOnline.DayHeadersHeight = 15;119 this.dvOnline.DaysToShow = 7;120 this.dvOnline.DrawAllAppBorder = false;121 this.dvOnline.EnableDurationDisplay = false;122 this.dvOnline.EnableRoundedCorners = false;123 this.dvOnline.EnableShadows = false;124 this.dvOnline.EnableTimeIndicator = false;125 this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);126 this.dvOnline.Location = new System.Drawing.Point(9, 179);127 this.dvOnline.MinHalfHourApp = false;128 this.dvOnline.Name = "dvOnline";129 this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));130 this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));131 this.dvOnline.Size = new System.Drawing.Size(823, 225);132 this.dvOnline.StartDate = new System.DateTime(((long)(0)));133 this.dvOnline.TabIndex = 18;134 this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged);135 //136 // tcClientConsole137 //138 this.tcClientConsole.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;139 this.tcClientConsole.Controls.Add(this.tpConnection);140 this.tcClientConsole.Controls.Add(this.tabPage2);141 this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill;142 this.tcClientConsole.ItemSize = new System.Drawing.Size(410, 21);143 this.tcClientConsole.Location = new System.Drawing.Point(0, 0);144 this.tcClientConsole.Name = "tcClientConsole";145 this.tcClientConsole.SelectedIndex = 0;146 this.tcClientConsole.Size = new System.Drawing.Size(853, 438);147 this.tcClientConsole.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;148 this.tcClientConsole.TabIndex = 1;149 //150 // tpConnection151 //152 this.tpConnection.Controls.Add(this.groupBox2);153 this.tpConnection.Controls.Add(this.gbServerConnection);154 this.tpConnection.Controls.Add(this.gbJobCommon);155 this.tpConnection.Controls.Add(this.gbCommon);156 this.tpConnection.Controls.Add(this.gbEventLog);157 this.tpConnection.Location = new System.Drawing.Point(4, 25);158 this.tpConnection.Name = "tpConnection";159 this.tpConnection.Padding = new System.Windows.Forms.Padding(3);160 this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;161 this.tpConnection.Size = new System.Drawing.Size(845, 409);162 this.tpConnection.TabIndex = 0;163 this.tpConnection.Text = "Status";164 this.tpConnection.UseVisualStyleBackColor = true;165 //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 // gbServerConnection187 //188 this.gbServerConnection.Controls.Add(this.btnDisconnect);189 this.gbServerConnection.Controls.Add(this.btConnect);190 this.gbServerConnection.Controls.Add(this.tbPort);191 this.gbServerConnection.Controls.Add(this.tbIPAdress);192 this.gbServerConnection.Controls.Add(this.lbServerIPCaption);193 this.gbServerConnection.Controls.Add(this.lbPortCaption);194 this.gbServerConnection.Location = new System.Drawing.Point(424, 6);195 this.gbServerConnection.Name = "gbServerConnection";196 this.gbServerConnection.Size = new System.Drawing.Size(316, 133);197 this.gbServerConnection.TabIndex = 15;198 this.gbServerConnection.TabStop = false;199 this.gbServerConnection.Text = "Server connection";200 //201 // btnDisconnect202 //203 this.btnDisconnect.Location = new System.Drawing.Point(159, 96);204 this.btnDisconnect.Name = "btnDisconnect";205 this.btnDisconnect.Size = new System.Drawing.Size(147, 23);206 this.btnDisconnect.TabIndex = 5;207 this.btnDisconnect.Text = "Disconnect from server";208 this.btnDisconnect.UseVisualStyleBackColor = true;209 this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);210 //211 // btConnect212 //213 this.btConnect.Location = new System.Drawing.Point(6, 96);214 this.btConnect.Name = "btConnect";215 this.btConnect.Size = new System.Drawing.Size(147, 23);216 this.btConnect.TabIndex = 4;217 this.btConnect.Text = "Connect to server";218 this.btConnect.UseVisualStyleBackColor = true;219 this.btConnect.Click += new System.EventHandler(this.btConnect_Click);220 //221 // tbPort222 //223 this.tbPort.Location = new System.Drawing.Point(77, 51);224 this.tbPort.Name = "tbPort";225 this.tbPort.Size = new System.Drawing.Size(229, 20);226 this.tbPort.TabIndex = 3;227 this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress);228 //229 // tbIPAdress230 //231 this.tbIPAdress.Location = new System.Drawing.Point(77, 25);232 this.tbIPAdress.Name = "tbIPAdress";233 this.tbIPAdress.Size = new System.Drawing.Size(229, 20);234 this.tbIPAdress.TabIndex = 2;235 this.tbIPAdress.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress);236 //237 // lbServerIPCaption238 //239 this.lbServerIPCaption.AutoSize = true;240 this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28);241 this.lbServerIPCaption.Name = "lbServerIPCaption";242 this.lbServerIPCaption.Size = new System.Drawing.Size(60, 13);243 this.lbServerIPCaption.TabIndex = 0;244 this.lbServerIPCaption.Text = "IP address:";245 //246 // lbPortCaption247 //248 this.lbPortCaption.AutoSize = true;249 this.lbPortCaption.Location = new System.Drawing.Point(17, 54);250 this.lbPortCaption.Name = "lbPortCaption";251 this.lbPortCaption.Size = new System.Drawing.Size(29, 13);252 this.lbPortCaption.TabIndex = 1;253 this.lbPortCaption.Text = "Port:";254 //255 // gbJobCommon256 //257 this.gbJobCommon.Controls.Add(this.lvJobDetail);258 this.gbJobCommon.Location = new System.Drawing.Point(8, 152);259 this.gbJobCommon.Name = "gbJobCommon";260 this.gbJobCommon.Size = new System.Drawing.Size(412, 252);261 this.gbJobCommon.TabIndex = 13;262 this.gbJobCommon.TabStop = false;263 this.gbJobCommon.Text = "Jobs detail";264 //265 // lvJobDetail266 //267 this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {47 this.components = new System.ComponentModel.Container(); 48 Calendar.DrawTool drawTool2 = new Calendar.DrawTool(); 49 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole)); 50 this.dvOnline = new Calendar.DayView(); 51 this.tcClientConsole = new System.Windows.Forms.TabControl(); 52 this.tpConnection = new System.Windows.Forms.TabPage(); 53 this.groupBox2 = new System.Windows.Forms.GroupBox(); 54 this.btn_clientShutdown = new System.Windows.Forms.Button(); 55 this.gbServerConnection = new System.Windows.Forms.GroupBox(); 56 this.btnDisconnect = new System.Windows.Forms.Button(); 57 this.btConnect = new System.Windows.Forms.Button(); 58 this.tbPort = new System.Windows.Forms.TextBox(); 59 this.tbIPAdress = new System.Windows.Forms.TextBox(); 60 this.lbServerIPCaption = new System.Windows.Forms.Label(); 61 this.lbPortCaption = new System.Windows.Forms.Label(); 62 this.gbJobCommon = new System.Windows.Forms.GroupBox(); 63 this.lvJobDetail = new System.Windows.Forms.ListView(); 64 this.chJobId = new System.Windows.Forms.ColumnHeader(); 65 this.chSince = new System.Windows.Forms.ColumnHeader(); 66 this.chProgress = new System.Windows.Forms.ColumnHeader(); 67 this.gbCommon = new System.Windows.Forms.GroupBox(); 68 this.pbGraph = new System.Windows.Forms.PictureBox(); 69 this.lbJobsAborted = new System.Windows.Forms.Label(); 70 this.lbJobdone = new System.Windows.Forms.Label(); 71 this.lbJobsFetched = new System.Windows.Forms.Label(); 72 this.lbGuid = new System.Windows.Forms.Label(); 73 this.lbGuidCaption = new System.Windows.Forms.Label(); 74 this.lbCs = new System.Windows.Forms.Label(); 75 this.lbConnectionStatus = new System.Windows.Forms.Label(); 76 this.lbConnectionStatusCaption = new System.Windows.Forms.Label(); 77 this.lbJobsAbortedCaption = new System.Windows.Forms.Label(); 78 this.lbJobdoneCaption = new System.Windows.Forms.Label(); 79 this.lbJobsFetchedCaption = new System.Windows.Forms.Label(); 80 this.lbCsCaption = new System.Windows.Forms.Label(); 81 this.gbEventLog = new System.Windows.Forms.GroupBox(); 82 this.txtLog = new System.Windows.Forms.TextBox(); 83 this.tabPage2 = new System.Windows.Forms.TabPage(); 84 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 85 this.groupBox1 = new System.Windows.Forms.GroupBox(); 86 this.txttimeTo = new System.Windows.Forms.DateTimePicker(); 87 this.txttimeFrom = new System.Windows.Forms.DateTimePicker(); 88 this.dtpTo = new System.Windows.Forms.DateTimePicker(); 89 this.dtpFrom = new System.Windows.Forms.DateTimePicker(); 90 this.chbade = new System.Windows.Forms.CheckBox(); 91 this.btnRecurrence = new System.Windows.Forms.Button(); 92 this.btbDelete = new System.Windows.Forms.Button(); 93 this.label2 = new System.Windows.Forms.Label(); 94 this.label1 = new System.Windows.Forms.Label(); 95 this.btCreate = new System.Windows.Forms.Button(); 96 this.mcOnline = new System.Windows.Forms.MonthCalendar(); 97 this.ilEventLog = new System.Windows.Forms.ImageList(this.components); 98 this.tcClientConsole.SuspendLayout(); 99 this.tpConnection.SuspendLayout(); 100 this.groupBox2.SuspendLayout(); 101 this.gbServerConnection.SuspendLayout(); 102 this.gbJobCommon.SuspendLayout(); 103 this.gbCommon.SuspendLayout(); 104 ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).BeginInit(); 105 this.gbEventLog.SuspendLayout(); 106 this.tabPage2.SuspendLayout(); 107 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 108 this.groupBox1.SuspendLayout(); 109 this.SuspendLayout(); 110 // 111 // dvOnline 112 // 113 drawTool2.DayView = this.dvOnline; 114 this.dvOnline.ActiveTool = drawTool2; 115 this.dvOnline.AmPmDisplay = false; 116 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes; 117 this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll; 118 this.dvOnline.DayHeadersHeight = 15; 119 this.dvOnline.DaysToShow = 7; 120 this.dvOnline.DrawAllAppBorder = false; 121 this.dvOnline.EnableDurationDisplay = false; 122 this.dvOnline.EnableRoundedCorners = false; 123 this.dvOnline.EnableShadows = false; 124 this.dvOnline.EnableTimeIndicator = false; 125 this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); 126 this.dvOnline.Location = new System.Drawing.Point(9, 179); 127 this.dvOnline.MinHalfHourApp = false; 128 this.dvOnline.Name = "dvOnline"; 129 this.dvOnline.SelectionEnd = new System.DateTime(((long)(0))); 130 this.dvOnline.SelectionStart = new System.DateTime(((long)(0))); 131 this.dvOnline.Size = new System.Drawing.Size(823, 225); 132 this.dvOnline.StartDate = new System.DateTime(((long)(0))); 133 this.dvOnline.TabIndex = 18; 134 this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged); 135 // 136 // tcClientConsole 137 // 138 this.tcClientConsole.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; 139 this.tcClientConsole.Controls.Add(this.tpConnection); 140 this.tcClientConsole.Controls.Add(this.tabPage2); 141 this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill; 142 this.tcClientConsole.ItemSize = new System.Drawing.Size(410, 21); 143 this.tcClientConsole.Location = new System.Drawing.Point(0, 0); 144 this.tcClientConsole.Name = "tcClientConsole"; 145 this.tcClientConsole.SelectedIndex = 0; 146 this.tcClientConsole.Size = new System.Drawing.Size(853, 438); 147 this.tcClientConsole.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; 148 this.tcClientConsole.TabIndex = 1; 149 // 150 // tpConnection 151 // 152 this.tpConnection.Controls.Add(this.groupBox2); 153 this.tpConnection.Controls.Add(this.gbServerConnection); 154 this.tpConnection.Controls.Add(this.gbJobCommon); 155 this.tpConnection.Controls.Add(this.gbCommon); 156 this.tpConnection.Controls.Add(this.gbEventLog); 157 this.tpConnection.Location = new System.Drawing.Point(4, 25); 158 this.tpConnection.Name = "tpConnection"; 159 this.tpConnection.Padding = new System.Windows.Forms.Padding(3); 160 this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No; 161 this.tpConnection.Size = new System.Drawing.Size(845, 409); 162 this.tpConnection.TabIndex = 0; 163 this.tpConnection.Text = "Status"; 164 this.tpConnection.UseVisualStyleBackColor = true; 165 // 166 // groupBox2 167 // 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_clientShutdown 177 // 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 // gbServerConnection 187 // 188 this.gbServerConnection.Controls.Add(this.btnDisconnect); 189 this.gbServerConnection.Controls.Add(this.btConnect); 190 this.gbServerConnection.Controls.Add(this.tbPort); 191 this.gbServerConnection.Controls.Add(this.tbIPAdress); 192 this.gbServerConnection.Controls.Add(this.lbServerIPCaption); 193 this.gbServerConnection.Controls.Add(this.lbPortCaption); 194 this.gbServerConnection.Location = new System.Drawing.Point(424, 6); 195 this.gbServerConnection.Name = "gbServerConnection"; 196 this.gbServerConnection.Size = new System.Drawing.Size(316, 133); 197 this.gbServerConnection.TabIndex = 15; 198 this.gbServerConnection.TabStop = false; 199 this.gbServerConnection.Text = "Server connection"; 200 // 201 // btnDisconnect 202 // 203 this.btnDisconnect.Location = new System.Drawing.Point(159, 96); 204 this.btnDisconnect.Name = "btnDisconnect"; 205 this.btnDisconnect.Size = new System.Drawing.Size(147, 23); 206 this.btnDisconnect.TabIndex = 5; 207 this.btnDisconnect.Text = "Disconnect from server"; 208 this.btnDisconnect.UseVisualStyleBackColor = true; 209 this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click); 210 // 211 // btConnect 212 // 213 this.btConnect.Location = new System.Drawing.Point(6, 96); 214 this.btConnect.Name = "btConnect"; 215 this.btConnect.Size = new System.Drawing.Size(147, 23); 216 this.btConnect.TabIndex = 4; 217 this.btConnect.Text = "Connect to server"; 218 this.btConnect.UseVisualStyleBackColor = true; 219 this.btConnect.Click += new System.EventHandler(this.btConnect_Click); 220 // 221 // tbPort 222 // 223 this.tbPort.Location = new System.Drawing.Point(77, 51); 224 this.tbPort.Name = "tbPort"; 225 this.tbPort.Size = new System.Drawing.Size(229, 20); 226 this.tbPort.TabIndex = 3; 227 this.tbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress); 228 // 229 // tbIPAdress 230 // 231 this.tbIPAdress.Location = new System.Drawing.Point(77, 25); 232 this.tbIPAdress.Name = "tbIPAdress"; 233 this.tbIPAdress.Size = new System.Drawing.Size(229, 20); 234 this.tbIPAdress.TabIndex = 2; 235 this.tbIPAdress.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Connection_KeyPress); 236 // 237 // lbServerIPCaption 238 // 239 this.lbServerIPCaption.AutoSize = true; 240 this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28); 241 this.lbServerIPCaption.Name = "lbServerIPCaption"; 242 this.lbServerIPCaption.Size = new System.Drawing.Size(60, 13); 243 this.lbServerIPCaption.TabIndex = 0; 244 this.lbServerIPCaption.Text = "IP address:"; 245 // 246 // lbPortCaption 247 // 248 this.lbPortCaption.AutoSize = true; 249 this.lbPortCaption.Location = new System.Drawing.Point(17, 54); 250 this.lbPortCaption.Name = "lbPortCaption"; 251 this.lbPortCaption.Size = new System.Drawing.Size(29, 13); 252 this.lbPortCaption.TabIndex = 1; 253 this.lbPortCaption.Text = "Port:"; 254 // 255 // gbJobCommon 256 // 257 this.gbJobCommon.Controls.Add(this.lvJobDetail); 258 this.gbJobCommon.Location = new System.Drawing.Point(8, 152); 259 this.gbJobCommon.Name = "gbJobCommon"; 260 this.gbJobCommon.Size = new System.Drawing.Size(412, 252); 261 this.gbJobCommon.TabIndex = 13; 262 this.gbJobCommon.TabStop = false; 263 this.gbJobCommon.Text = "Jobs detail"; 264 // 265 // lvJobDetail 266 // 267 this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 268 268 this.chJobId, 269 269 this.chSince, 270 270 this.chProgress}); 271 this.lvJobDetail.FullRowSelect = true; 272 this.lvJobDetail.GridLines = true; 273 this.lvJobDetail.Location = new System.Drawing.Point(6, 14); 274 this.lvJobDetail.Name = "lvJobDetail"; 275 this.lvJobDetail.Size = new System.Drawing.Size(398, 232); 276 this.lvJobDetail.TabIndex = 0; 277 this.lvJobDetail.UseCompatibleStateImageBehavior = false; 278 this.lvJobDetail.View = System.Windows.Forms.View.Details; 279 // 280 // chJobId 281 // 282 this.chJobId.Text = "ID"; 283 // 284 // chSince 285 // 286 this.chSince.Text = "Since"; 287 this.chSince.Width = 120; 288 // 289 // chProgress 290 // 291 this.chProgress.Text = "Progress"; 292 this.chProgress.Width = 200; 293 // 294 // gbCommon 295 // 296 this.gbCommon.Controls.Add(this.pbGraph); 297 this.gbCommon.Controls.Add(this.lbJobsAborted); 298 this.gbCommon.Controls.Add(this.lbJobdone); 299 this.gbCommon.Controls.Add(this.lbJobsFetched); 300 this.gbCommon.Controls.Add(this.lbGuid); 301 this.gbCommon.Controls.Add(this.lbGuidCaption); 302 this.gbCommon.Controls.Add(this.lbCs); 303 this.gbCommon.Controls.Add(this.lbConnectionStatus); 304 this.gbCommon.Controls.Add(this.lbConnectionStatusCaption); 305 this.gbCommon.Controls.Add(this.lbJobsAbortedCaption); 306 this.gbCommon.Controls.Add(this.lbJobdoneCaption); 307 this.gbCommon.Controls.Add(this.lbJobsFetchedCaption); 308 this.gbCommon.Controls.Add(this.lbCsCaption); 309 this.gbCommon.Location = new System.Drawing.Point(8, 6); 310 this.gbCommon.Name = "gbCommon"; 311 this.gbCommon.Size = new System.Drawing.Size(410, 133); 312 this.gbCommon.TabIndex = 14; 313 this.gbCommon.TabStop = false; 314 this.gbCommon.Text = "Common"; 315 // 316 // pbGraph 317 // 318 this.pbGraph.Location = new System.Drawing.Point(292, 19); 319 this.pbGraph.Name = "pbGraph"; 320 this.pbGraph.Size = new System.Drawing.Size(112, 108); 321 this.pbGraph.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 322 this.pbGraph.TabIndex = 21; 323 this.pbGraph.TabStop = false; 324 // 325 // lbJobsAborted 326 // 327 this.lbJobsAborted.AutoSize = true; 328 this.lbJobsAborted.Location = new System.Drawing.Point(195, 114); 329 this.lbJobsAborted.Name = "lbJobsAborted"; 330 this.lbJobsAborted.Size = new System.Drawing.Size(50, 13); 331 this.lbJobsAborted.TabIndex = 20; 332 this.lbJobsAborted.Text = "loading..."; 333 // 334 // lbJobdone 335 // 336 this.lbJobdone.AutoSize = true; 337 this.lbJobdone.Location = new System.Drawing.Point(62, 114); 338 this.lbJobdone.Name = "lbJobdone"; 339 this.lbJobdone.Size = new System.Drawing.Size(50, 13); 340 this.lbJobdone.TabIndex = 19; 341 this.lbJobdone.Text = "loading..."; 342 // 343 // lbJobsFetched 344 // 345 this.lbJobsFetched.AutoSize = true; 346 this.lbJobsFetched.Location = new System.Drawing.Point(74, 90); 347 this.lbJobsFetched.Name = "lbJobsFetched"; 348 this.lbJobsFetched.Size = new System.Drawing.Size(50, 13); 349 this.lbJobsFetched.TabIndex = 18; 350 this.lbJobsFetched.Text = "loading..."; 351 // 352 // lbGuid 353 // 354 this.lbGuid.AutoSize = true; 355 this.lbGuid.Location = new System.Drawing.Point(41, 16); 356 this.lbGuid.Name = "lbGuid"; 357 this.lbGuid.Size = new System.Drawing.Size(50, 13); 358 this.lbGuid.TabIndex = 15; 359 this.lbGuid.Text = "loading..."; 360 // 361 // lbGuidCaption 362 // 363 this.lbGuidCaption.AutoSize = true; 364 this.lbGuidCaption.Location = new System.Drawing.Point(9, 16); 365 this.lbGuidCaption.Name = "lbGuidCaption"; 366 this.lbGuidCaption.Size = new System.Drawing.Size(37, 13); 367 this.lbGuidCaption.TabIndex = 8; 368 this.lbGuidCaption.Text = "GUID:"; 369 // 370 // lbCs 371 // 372 this.lbCs.AutoSize = true; 373 this.lbCs.Location = new System.Drawing.Point(94, 40); 374 this.lbCs.Name = "lbCs"; 375 this.lbCs.Size = new System.Drawing.Size(50, 13); 376 this.lbCs.TabIndex = 17; 377 this.lbCs.Text = "loading..."; 378 // 379 // lbConnectionStatus 380 // 381 this.lbConnectionStatus.AutoSize = true; 382 this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66); 383 this.lbConnectionStatus.Name = "lbConnectionStatus"; 384 this.lbConnectionStatus.Size = new System.Drawing.Size(50, 13); 385 this.lbConnectionStatus.TabIndex = 16; 386 this.lbConnectionStatus.Text = "loading..."; 387 // 388 // lbConnectionStatusCaption 389 // 390 this.lbConnectionStatusCaption.AutoSize = true; 391 this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 66); 392 this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption"; 393 this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13); 394 this.lbConnectionStatusCaption.TabIndex = 13; 395 this.lbConnectionStatusCaption.Text = "Connected status:"; 396 // 397 // lbJobsAbortedCaption 398 // 399 this.lbJobsAbortedCaption.AutoSize = true; 400 this.lbJobsAbortedCaption.Location = new System.Drawing.Point(129, 114); 401 this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption"; 402 this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13); 403 this.lbJobsAbortedCaption.TabIndex = 11; 404 this.lbJobsAbortedCaption.Text = "Jobs aborted:"; 405 // 406 // lbJobdoneCaption 407 // 408 this.lbJobdoneCaption.AutoSize = true; 409 this.lbJobdoneCaption.Location = new System.Drawing.Point(9, 114); 410 this.lbJobdoneCaption.Name = "lbJobdoneCaption"; 411 this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13); 412 this.lbJobdoneCaption.TabIndex = 10; 413 this.lbJobdoneCaption.Text = "Jobs done:"; 414 // 415 // lbJobsFetchedCaption 416 // 417 this.lbJobsFetchedCaption.AutoSize = true; 418 this.lbJobsFetchedCaption.Location = new System.Drawing.Point(9, 90); 419 this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption"; 420 this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13); 421 this.lbJobsFetchedCaption.TabIndex = 12; 422 this.lbJobsFetchedCaption.Text = "Jobs fetched:"; 423 // 424 // lbCsCaption 425 // 426 this.lbCsCaption.AutoSize = true; 427 this.lbCsCaption.Location = new System.Drawing.Point(9, 40); 428 this.lbCsCaption.Name = "lbCsCaption"; 429 this.lbCsCaption.Size = new System.Drawing.Size(90, 13); 430 this.lbCsCaption.TabIndex = 9; 431 this.lbCsCaption.Text = "Connected since:"; 432 // 433 // gbEventLog 434 // 435 this.gbEventLog.Controls.Add(this.txtLog); 436 this.gbEventLog.Location = new System.Drawing.Point(426, 152); 437 this.gbEventLog.Name = "gbEventLog"; 438 this.gbEventLog.Size = new System.Drawing.Size(412, 252); 439 this.gbEventLog.TabIndex = 7; 440 this.gbEventLog.TabStop = false; 441 this.gbEventLog.Text = "Hive Client Log"; 442 // 443 // txtLog 444 // 445 this.txtLog.Location = new System.Drawing.Point(4, 14); 446 this.txtLog.Multiline = true; 447 this.txtLog.Name = "txtLog"; 448 this.txtLog.ReadOnly = true; 449 this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 450 this.txtLog.Size = new System.Drawing.Size(402, 232); 451 this.txtLog.TabIndex = 0; 452 // 453 // tabPage2 454 // 455 this.tabPage2.Controls.Add(this.pictureBox1); 456 this.tabPage2.Controls.Add(this.groupBox1); 457 this.tabPage2.Controls.Add(this.mcOnline); 458 this.tabPage2.Controls.Add(this.dvOnline); 459 this.tabPage2.Location = new System.Drawing.Point(4, 25); 460 this.tabPage2.Name = "tabPage2"; 461 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 462 this.tabPage2.Size = new System.Drawing.Size(845, 409); 463 this.tabPage2.TabIndex = 1; 464 this.tabPage2.Text = "Schedule"; 465 this.tabPage2.UseVisualStyleBackColor = true; 466 // 467 // pictureBox1 468 // 469 this.pictureBox1.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.schedule; 470 this.pictureBox1.Location = new System.Drawing.Point(633, 12); 471 this.pictureBox1.Name = "pictureBox1"; 472 this.pictureBox1.Size = new System.Drawing.Size(199, 155); 473 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 474 this.pictureBox1.TabIndex = 22; 475 this.pictureBox1.TabStop = false; 476 // 477 // groupBox1 478 // 479 this.groupBox1.Controls.Add(this.txttimeTo); 480 this.groupBox1.Controls.Add(this.txttimeFrom); 481 this.groupBox1.Controls.Add(this.dtpTo); 482 this.groupBox1.Controls.Add(this.dtpFrom); 483 this.groupBox1.Controls.Add(this.chbade); 484 this.groupBox1.Controls.Add(this.btnRecurrence); 485 this.groupBox1.Controls.Add(this.btbDelete); 486 this.groupBox1.Controls.Add(this.label2); 487 this.groupBox1.Controls.Add(this.label1); 488 this.groupBox1.Controls.Add(this.btCreate); 489 this.groupBox1.Location = new System.Drawing.Point(373, 7); 490 this.groupBox1.Name = "groupBox1"; 491 this.groupBox1.Size = new System.Drawing.Size(254, 161); 492 this.groupBox1.TabIndex = 21; 493 this.groupBox1.TabStop = false; 494 // 495 // txttimeTo 496 // 497 this.txttimeTo.CustomFormat = "HH:00"; 498 this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 499 this.txttimeTo.Location = new System.Drawing.Point(164, 45); 500 this.txttimeTo.Name = "txttimeTo"; 501 this.txttimeTo.ShowUpDown = true; 502 this.txttimeTo.Size = new System.Drawing.Size(73, 20); 503 this.txttimeTo.TabIndex = 40; 504 // 505 // txttimeFrom 506 // 507 this.txttimeFrom.CustomFormat = "HH:00"; 508 this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 509 this.txttimeFrom.Location = new System.Drawing.Point(164, 12); 510 this.txttimeFrom.Name = "txttimeFrom"; 511 this.txttimeFrom.ShowUpDown = true; 512 this.txttimeFrom.Size = new System.Drawing.Size(73, 20); 513 this.txttimeFrom.TabIndex = 39; 514 // 515 // dtpTo 516 // 517 this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 518 this.dtpTo.Location = new System.Drawing.Point(72, 45); 519 this.dtpTo.Name = "dtpTo"; 520 this.dtpTo.Size = new System.Drawing.Size(89, 20); 521 this.dtpTo.TabIndex = 33; 522 // 523 // dtpFrom 524 // 525 this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 526 this.dtpFrom.Location = new System.Drawing.Point(72, 12); 527 this.dtpFrom.Name = "dtpFrom"; 528 this.dtpFrom.Size = new System.Drawing.Size(89, 20); 529 this.dtpFrom.TabIndex = 32; 530 // 531 // chbade 532 // 533 this.chbade.AutoSize = true; 534 this.chbade.Location = new System.Drawing.Point(72, 71); 535 this.chbade.Name = "chbade"; 536 this.chbade.Size = new System.Drawing.Size(90, 17); 537 this.chbade.TabIndex = 31; 538 this.chbade.Text = "All Day Event"; 539 this.chbade.UseVisualStyleBackColor = true; 540 this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged); 541 // 542 // btnRecurrence 543 // 544 this.btnRecurrence.Location = new System.Drawing.Point(141, 129); 545 this.btnRecurrence.Name = "btnRecurrence"; 546 this.btnRecurrence.Size = new System.Drawing.Size(113, 26); 547 this.btnRecurrence.TabIndex = 30; 548 this.btnRecurrence.Text = "Recurrence"; 549 this.btnRecurrence.UseVisualStyleBackColor = true; 550 this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click); 551 // 552 // btbDelete 553 // 554 this.btbDelete.Location = new System.Drawing.Point(8, 129); 555 this.btbDelete.Name = "btbDelete"; 556 this.btbDelete.Size = new System.Drawing.Size(114, 26); 557 this.btbDelete.TabIndex = 25; 558 this.btbDelete.Text = "Delete"; 559 this.btbDelete.UseVisualStyleBackColor = true; 560 this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click); 561 // 562 // label2 563 // 564 this.label2.AutoSize = true; 565 this.label2.Location = new System.Drawing.Point(16, 46); 566 this.label2.Name = "label2"; 567 this.label2.Size = new System.Drawing.Size(55, 13); 568 this.label2.TabIndex = 23; 569 this.label2.Text = "End Time:"; 570 // 571 // label1 572 // 573 this.label1.AutoSize = true; 574 this.label1.Location = new System.Drawing.Point(16, 15); 575 this.label1.Name = "label1"; 576 this.label1.Size = new System.Drawing.Size(58, 13); 577 this.label1.TabIndex = 21; 578 this.label1.Text = "Start Time:"; 579 // 580 // btCreate 581 // 582 this.btCreate.Location = new System.Drawing.Point(6, 93); 583 this.btCreate.Name = "btCreate"; 584 this.btCreate.Size = new System.Drawing.Size(242, 26); 585 this.btCreate.TabIndex = 20; 586 this.btCreate.Text = "Save"; 587 this.btCreate.UseVisualStyleBackColor = true; 588 this.btCreate.Click += new System.EventHandler(this.btCreate_Click); 589 // 590 // mcOnline 591 // 592 this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1); 593 this.mcOnline.Location = new System.Drawing.Point(9, 12); 594 this.mcOnline.Name = "mcOnline"; 595 this.mcOnline.TabIndex = 19; 596 this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged); 597 // 598 // ilEventLog 599 // 600 this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream"))); 601 this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent; 602 this.ilEventLog.Images.SetKeyName(0, "Info.png"); 603 this.ilEventLog.Images.SetKeyName(1, "Error.png"); 604 // 605 // HiveClientConsole 606 // 607 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 608 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 609 this.BackColor = System.Drawing.SystemColors.Control; 610 this.ClientSize = new System.Drawing.Size(853, 438); 611 this.Controls.Add(this.tcClientConsole); 612 this.Name = "HiveClientConsole"; 613 this.Text = "Client Console (loading...)"; 614 this.Load += new System.EventHandler(this.HiveClientConsole_Load); 615 this.tcClientConsole.ResumeLayout(false); 616 this.tpConnection.ResumeLayout(false); 617 this.groupBox2.ResumeLayout(false); 618 this.gbServerConnection.ResumeLayout(false); 619 this.gbServerConnection.PerformLayout(); 620 this.gbJobCommon.ResumeLayout(false); 621 this.gbCommon.ResumeLayout(false); 622 this.gbCommon.PerformLayout(); 623 ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).EndInit(); 624 this.gbEventLog.ResumeLayout(false); 625 this.gbEventLog.PerformLayout(); 626 this.tabPage2.ResumeLayout(false); 627 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 628 this.groupBox1.ResumeLayout(false); 629 this.groupBox1.PerformLayout(); 630 this.ResumeLayout(false); 271 this.lvJobDetail.FullRowSelect = true; 272 this.lvJobDetail.GridLines = true; 273 this.lvJobDetail.Location = new System.Drawing.Point(6, 14); 274 this.lvJobDetail.Name = "lvJobDetail"; 275 this.lvJobDetail.Size = new System.Drawing.Size(398, 232); 276 this.lvJobDetail.TabIndex = 0; 277 this.lvJobDetail.UseCompatibleStateImageBehavior = false; 278 this.lvJobDetail.View = System.Windows.Forms.View.Details; 279 // 280 // chJobId 281 // 282 this.chJobId.Text = "ID"; 283 // 284 // chSince 285 // 286 this.chSince.Text = "Since"; 287 this.chSince.Width = 120; 288 // 289 // chProgress 290 // 291 this.chProgress.Text = "Progress"; 292 this.chProgress.Width = 200; 293 // 294 // gbCommon 295 // 296 this.gbCommon.Controls.Add(this.pbGraph); 297 this.gbCommon.Controls.Add(this.lbJobsAborted); 298 this.gbCommon.Controls.Add(this.lbJobdone); 299 this.gbCommon.Controls.Add(this.lbJobsFetched); 300 this.gbCommon.Controls.Add(this.lbGuid); 301 this.gbCommon.Controls.Add(this.lbGuidCaption); 302 this.gbCommon.Controls.Add(this.lbCs); 303 this.gbCommon.Controls.Add(this.lbConnectionStatus); 304 this.gbCommon.Controls.Add(this.lbConnectionStatusCaption); 305 this.gbCommon.Controls.Add(this.lbJobsAbortedCaption); 306 this.gbCommon.Controls.Add(this.lbJobdoneCaption); 307 this.gbCommon.Controls.Add(this.lbJobsFetchedCaption); 308 this.gbCommon.Controls.Add(this.lbCsCaption); 309 this.gbCommon.Location = new System.Drawing.Point(8, 6); 310 this.gbCommon.Name = "gbCommon"; 311 this.gbCommon.Size = new System.Drawing.Size(410, 133); 312 this.gbCommon.TabIndex = 14; 313 this.gbCommon.TabStop = false; 314 this.gbCommon.Text = "Common"; 315 // 316 // pbGraph 317 // 318 this.pbGraph.Location = new System.Drawing.Point(292, 19); 319 this.pbGraph.Name = "pbGraph"; 320 this.pbGraph.Size = new System.Drawing.Size(112, 108); 321 this.pbGraph.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 322 this.pbGraph.TabIndex = 21; 323 this.pbGraph.TabStop = false; 324 // 325 // lbJobsAborted 326 // 327 this.lbJobsAborted.AutoSize = true; 328 this.lbJobsAborted.Location = new System.Drawing.Point(195, 114); 329 this.lbJobsAborted.Name = "lbJobsAborted"; 330 this.lbJobsAborted.Size = new System.Drawing.Size(50, 13); 331 this.lbJobsAborted.TabIndex = 20; 332 this.lbJobsAborted.Text = "loading..."; 333 // 334 // lbJobdone 335 // 336 this.lbJobdone.AutoSize = true; 337 this.lbJobdone.Location = new System.Drawing.Point(62, 114); 338 this.lbJobdone.Name = "lbJobdone"; 339 this.lbJobdone.Size = new System.Drawing.Size(50, 13); 340 this.lbJobdone.TabIndex = 19; 341 this.lbJobdone.Text = "loading..."; 342 // 343 // lbJobsFetched 344 // 345 this.lbJobsFetched.AutoSize = true; 346 this.lbJobsFetched.Location = new System.Drawing.Point(74, 90); 347 this.lbJobsFetched.Name = "lbJobsFetched"; 348 this.lbJobsFetched.Size = new System.Drawing.Size(50, 13); 349 this.lbJobsFetched.TabIndex = 18; 350 this.lbJobsFetched.Text = "loading..."; 351 // 352 // lbGuid 353 // 354 this.lbGuid.AutoSize = true; 355 this.lbGuid.Location = new System.Drawing.Point(41, 16); 356 this.lbGuid.Name = "lbGuid"; 357 this.lbGuid.Size = new System.Drawing.Size(50, 13); 358 this.lbGuid.TabIndex = 15; 359 this.lbGuid.Text = "loading..."; 360 // 361 // lbGuidCaption 362 // 363 this.lbGuidCaption.AutoSize = true; 364 this.lbGuidCaption.Location = new System.Drawing.Point(9, 16); 365 this.lbGuidCaption.Name = "lbGuidCaption"; 366 this.lbGuidCaption.Size = new System.Drawing.Size(37, 13); 367 this.lbGuidCaption.TabIndex = 8; 368 this.lbGuidCaption.Text = "GUID:"; 369 // 370 // lbCs 371 // 372 this.lbCs.AutoSize = true; 373 this.lbCs.Location = new System.Drawing.Point(94, 40); 374 this.lbCs.Name = "lbCs"; 375 this.lbCs.Size = new System.Drawing.Size(50, 13); 376 this.lbCs.TabIndex = 17; 377 this.lbCs.Text = "loading..."; 378 // 379 // lbConnectionStatus 380 // 381 this.lbConnectionStatus.AutoSize = true; 382 this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66); 383 this.lbConnectionStatus.Name = "lbConnectionStatus"; 384 this.lbConnectionStatus.Size = new System.Drawing.Size(50, 13); 385 this.lbConnectionStatus.TabIndex = 16; 386 this.lbConnectionStatus.Text = "loading..."; 387 // 388 // lbConnectionStatusCaption 389 // 390 this.lbConnectionStatusCaption.AutoSize = true; 391 this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 66); 392 this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption"; 393 this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13); 394 this.lbConnectionStatusCaption.TabIndex = 13; 395 this.lbConnectionStatusCaption.Text = "Connected status:"; 396 // 397 // lbJobsAbortedCaption 398 // 399 this.lbJobsAbortedCaption.AutoSize = true; 400 this.lbJobsAbortedCaption.Location = new System.Drawing.Point(129, 114); 401 this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption"; 402 this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13); 403 this.lbJobsAbortedCaption.TabIndex = 11; 404 this.lbJobsAbortedCaption.Text = "Jobs aborted:"; 405 // 406 // lbJobdoneCaption 407 // 408 this.lbJobdoneCaption.AutoSize = true; 409 this.lbJobdoneCaption.Location = new System.Drawing.Point(9, 114); 410 this.lbJobdoneCaption.Name = "lbJobdoneCaption"; 411 this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13); 412 this.lbJobdoneCaption.TabIndex = 10; 413 this.lbJobdoneCaption.Text = "Jobs done:"; 414 // 415 // lbJobsFetchedCaption 416 // 417 this.lbJobsFetchedCaption.AutoSize = true; 418 this.lbJobsFetchedCaption.Location = new System.Drawing.Point(9, 90); 419 this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption"; 420 this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13); 421 this.lbJobsFetchedCaption.TabIndex = 12; 422 this.lbJobsFetchedCaption.Text = "Jobs fetched:"; 423 // 424 // lbCsCaption 425 // 426 this.lbCsCaption.AutoSize = true; 427 this.lbCsCaption.Location = new System.Drawing.Point(9, 40); 428 this.lbCsCaption.Name = "lbCsCaption"; 429 this.lbCsCaption.Size = new System.Drawing.Size(90, 13); 430 this.lbCsCaption.TabIndex = 9; 431 this.lbCsCaption.Text = "Connected since:"; 432 // 433 // gbEventLog 434 // 435 this.gbEventLog.Controls.Add(this.txtLog); 436 this.gbEventLog.Location = new System.Drawing.Point(426, 152); 437 this.gbEventLog.Name = "gbEventLog"; 438 this.gbEventLog.Size = new System.Drawing.Size(412, 252); 439 this.gbEventLog.TabIndex = 7; 440 this.gbEventLog.TabStop = false; 441 this.gbEventLog.Text = "Hive Client Log"; 442 // 443 // txtLog 444 // 445 this.txtLog.Location = new System.Drawing.Point(4, 14); 446 this.txtLog.Multiline = true; 447 this.txtLog.Name = "txtLog"; 448 this.txtLog.ReadOnly = true; 449 this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 450 this.txtLog.Size = new System.Drawing.Size(402, 232); 451 this.txtLog.TabIndex = 0; 452 // 453 // tabPage2 454 // 455 this.tabPage2.Controls.Add(this.pictureBox1); 456 this.tabPage2.Controls.Add(this.groupBox1); 457 this.tabPage2.Controls.Add(this.mcOnline); 458 this.tabPage2.Controls.Add(this.dvOnline); 459 this.tabPage2.Location = new System.Drawing.Point(4, 25); 460 this.tabPage2.Name = "tabPage2"; 461 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 462 this.tabPage2.Size = new System.Drawing.Size(845, 409); 463 this.tabPage2.TabIndex = 1; 464 this.tabPage2.Text = "Schedule"; 465 this.tabPage2.UseVisualStyleBackColor = true; 466 // 467 // pictureBox1 468 // 469 this.pictureBox1.Image = global::HeuristicLab.Hive.Client.Console.Properties.Resources.schedule; 470 this.pictureBox1.Location = new System.Drawing.Point(633, 12); 471 this.pictureBox1.Name = "pictureBox1"; 472 this.pictureBox1.Size = new System.Drawing.Size(199, 155); 473 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 474 this.pictureBox1.TabIndex = 22; 475 this.pictureBox1.TabStop = false; 476 // 477 // groupBox1 478 // 479 this.groupBox1.Controls.Add(this.txttimeTo); 480 this.groupBox1.Controls.Add(this.txttimeFrom); 481 this.groupBox1.Controls.Add(this.dtpTo); 482 this.groupBox1.Controls.Add(this.dtpFrom); 483 this.groupBox1.Controls.Add(this.chbade); 484 this.groupBox1.Controls.Add(this.btnRecurrence); 485 this.groupBox1.Controls.Add(this.btbDelete); 486 this.groupBox1.Controls.Add(this.label2); 487 this.groupBox1.Controls.Add(this.label1); 488 this.groupBox1.Controls.Add(this.btCreate); 489 this.groupBox1.Location = new System.Drawing.Point(373, 7); 490 this.groupBox1.Name = "groupBox1"; 491 this.groupBox1.Size = new System.Drawing.Size(254, 161); 492 this.groupBox1.TabIndex = 21; 493 this.groupBox1.TabStop = false; 494 // 495 // txttimeTo 496 // 497 this.txttimeTo.CustomFormat = "HH:00"; 498 this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 499 this.txttimeTo.Location = new System.Drawing.Point(164, 45); 500 this.txttimeTo.Name = "txttimeTo"; 501 this.txttimeTo.ShowUpDown = true; 502 this.txttimeTo.Size = new System.Drawing.Size(73, 20); 503 this.txttimeTo.TabIndex = 40; 504 // 505 // txttimeFrom 506 // 507 this.txttimeFrom.CustomFormat = "HH:00"; 508 this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 509 this.txttimeFrom.Location = new System.Drawing.Point(164, 12); 510 this.txttimeFrom.Name = "txttimeFrom"; 511 this.txttimeFrom.ShowUpDown = true; 512 this.txttimeFrom.Size = new System.Drawing.Size(73, 20); 513 this.txttimeFrom.TabIndex = 39; 514 // 515 // dtpTo 516 // 517 this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 518 this.dtpTo.Location = new System.Drawing.Point(72, 45); 519 this.dtpTo.Name = "dtpTo"; 520 this.dtpTo.Size = new System.Drawing.Size(89, 20); 521 this.dtpTo.TabIndex = 33; 522 // 523 // dtpFrom 524 // 525 this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 526 this.dtpFrom.Location = new System.Drawing.Point(72, 12); 527 this.dtpFrom.Name = "dtpFrom"; 528 this.dtpFrom.Size = new System.Drawing.Size(89, 20); 529 this.dtpFrom.TabIndex = 32; 530 // 531 // chbade 532 // 533 this.chbade.AutoSize = true; 534 this.chbade.Location = new System.Drawing.Point(72, 71); 535 this.chbade.Name = "chbade"; 536 this.chbade.Size = new System.Drawing.Size(90, 17); 537 this.chbade.TabIndex = 31; 538 this.chbade.Text = "All Day Event"; 539 this.chbade.UseVisualStyleBackColor = true; 540 this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged); 541 // 542 // btnRecurrence 543 // 544 this.btnRecurrence.Location = new System.Drawing.Point(135, 129); 545 this.btnRecurrence.Name = "btnRecurrence"; 546 this.btnRecurrence.Size = new System.Drawing.Size(113, 26); 547 this.btnRecurrence.TabIndex = 30; 548 this.btnRecurrence.Text = "Recurrence"; 549 this.btnRecurrence.UseVisualStyleBackColor = true; 550 this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click); 551 // 552 // btbDelete 553 // 554 this.btbDelete.Location = new System.Drawing.Point(8, 129); 555 this.btbDelete.Name = "btbDelete"; 556 this.btbDelete.Size = new System.Drawing.Size(114, 26); 557 this.btbDelete.TabIndex = 25; 558 this.btbDelete.Text = "Delete"; 559 this.btbDelete.UseVisualStyleBackColor = true; 560 this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click); 561 // 562 // label2 563 // 564 this.label2.AutoSize = true; 565 this.label2.Location = new System.Drawing.Point(16, 46); 566 this.label2.Name = "label2"; 567 this.label2.Size = new System.Drawing.Size(55, 13); 568 this.label2.TabIndex = 23; 569 this.label2.Text = "End Time:"; 570 // 571 // label1 572 // 573 this.label1.AutoSize = true; 574 this.label1.Location = new System.Drawing.Point(16, 15); 575 this.label1.Name = "label1"; 576 this.label1.Size = new System.Drawing.Size(58, 13); 577 this.label1.TabIndex = 21; 578 this.label1.Text = "Start Time:"; 579 // 580 // btCreate 581 // 582 this.btCreate.Location = new System.Drawing.Point(6, 93); 583 this.btCreate.Name = "btCreate"; 584 this.btCreate.Size = new System.Drawing.Size(242, 26); 585 this.btCreate.TabIndex = 20; 586 this.btCreate.Text = "Save"; 587 this.btCreate.UseVisualStyleBackColor = true; 588 this.btCreate.Click += new System.EventHandler(this.btCreate_Click); 589 // 590 // mcOnline 591 // 592 this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1); 593 this.mcOnline.Location = new System.Drawing.Point(9, 12); 594 this.mcOnline.Name = "mcOnline"; 595 this.mcOnline.TabIndex = 19; 596 this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged); 597 // 598 // ilEventLog 599 // 600 this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream"))); 601 this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent; 602 this.ilEventLog.Images.SetKeyName(0, "Info.png"); 603 this.ilEventLog.Images.SetKeyName(1, "Error.png"); 604 // 605 // HiveClientConsole 606 // 607 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 608 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 609 this.BackColor = System.Drawing.SystemColors.Control; 610 this.ClientSize = new System.Drawing.Size(853, 438); 611 this.ControlBox = false; 612 this.Controls.Add(this.tcClientConsole); 613 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 614 this.MaximizeBox = false; 615 this.MinimizeBox = false; 616 this.Name = "HiveClientConsole"; 617 this.Text = "Client Console (loading...)"; 618 this.Load += new System.EventHandler(this.HiveClientConsole_Load); 619 this.tcClientConsole.ResumeLayout(false); 620 this.tpConnection.ResumeLayout(false); 621 this.groupBox2.ResumeLayout(false); 622 this.gbServerConnection.ResumeLayout(false); 623 this.gbServerConnection.PerformLayout(); 624 this.gbJobCommon.ResumeLayout(false); 625 this.gbCommon.ResumeLayout(false); 626 this.gbCommon.PerformLayout(); 627 ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).EndInit(); 628 this.gbEventLog.ResumeLayout(false); 629 this.gbEventLog.PerformLayout(); 630 this.tabPage2.ResumeLayout(false); 631 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 632 this.groupBox1.ResumeLayout(false); 633 this.groupBox1.PerformLayout(); 634 this.ResumeLayout(false); 631 635 632 636 } -
trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.cs
r1943 r1949 39 39 40 40 public delegate void AppendTextDelegate(String message); 41 public delegate void RemoveTextDelegate(int newLength, int maxChars); 41 42 public delegate void OnDialogClosedDelegate(RecurrentEvent e); 42 43 … … 85 86 } 86 87 87 void logFileReader_MoreData(object sender, string newData) { 88 88 private void logFileReader_MoreData(object sender, string newData) { 89 89 int maxChars = txtLog.MaxLength; 90 90 if (newData.Length > maxChars) { … … 93 93 int newLength = this.txtLog.Text.Length + newData.Length; 94 94 if (newLength > maxChars) { 95 this.txtLog.Text = this.txtLog.Text.Remove(0, newLength - (int)maxChars);95 RemoveText(newLength, maxChars); 96 96 } 97 97 AppendText(newData); 98 } 99 100 private void RemoveText(int newLength, int maxChars) 101 { 102 if (this.txtLog.InvokeRequired) 103 { 104 this.txtLog.Invoke(new 105 RemoveTextDelegate(RemoveText), new object[] { newLength, maxChars }); 106 } 107 else 108 { 109 this.txtLog.Text = this.txtLog.Text.Remove(0, newLength - (int)maxChars); 110 } 98 111 } 99 112 … … 361 374 if (res == DialogResult.Yes) 362 375 { 376 logFileReader.Stop(); 363 377 cccc.ShutdownClient(); 364 378 this.Close(); … … 393 407 private void dvOnline_OnSelectionChanged(object sender, EventArgs e) 394 408 { 395 btCreate.Enabled = true;409 //btCreate.Enabled = true; 396 410 if (dvOnline.Selection == SelectionType.DateRange) 397 411 { … … 413 427 414 428 if (dvOnline.SelectedAppointment.Recurring) 415 btCreate.Enabled = false;429 //btCreate.Enabled = false; 416 430 //also change the caption of the save button 417 431 btCreate.Text = "Save changes"; … … 514 528 private void ChangeRecurrenceAppointment(Guid recurringId) 515 529 { 516 List<Appointment> recurringAppointments = onlineTimes.Where(appointment => appointment.RecurringId == recurringId).ToList(); 517 recurringAppointments.ForEach(appointment => appointment.StartDate = DateTime.Parse(appointment.StartDate.Date.ToString() + " " + txttimeFrom.Text)); 518 recurringAppointments.ForEach(appointment => appointment.EndDate = DateTime.Parse(appointment.EndDate.Date.ToString() + " " + txttimeTo.Text)); 530 int hourfrom = int.Parse(txttimeFrom.Text.Substring(0, txttimeFrom.Text.IndexOf(':'))); 531 int hourTo = int.Parse(txttimeTo.Text.Substring(0, txttimeTo.Text.IndexOf(':'))); 532 List<Appointment> recurringAppointments = onlineTimes.Where(appointment => appointment.RecurringId == recurringId).ToList(); 533 recurringAppointments.ForEach(appointment => appointment.StartDate = new DateTime(appointment.StartDate.Year, appointment.StartDate.Month, appointment.StartDate.Day, hourfrom, 0, 0 )); 534 recurringAppointments.ForEach(appointment => appointment.EndDate = new DateTime(appointment.EndDate.Year, appointment.EndDate.Month, appointment.EndDate.Day, hourTo, 0, 0)); 519 535 520 536 DeleteRecurringAppointment(recurringId); -
trunk/sources/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.resx
r1930 r1949 127 127 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABS 128 128 CgAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA 129 AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWYCCQHxAy QB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWYCCQHx130 Ay QB/wFiAgMB1AEgAgEBLKQAAWACCgHyAZMBfgEkAf8BvwGBASQB/wG9AYEBJAH/AboBgQEkAf8BuAGB131 AS QB/wG2AYEBJAH/AVgBQQEkAf8BPQIBAWUcAAFgAgoB8gIkAaQB/wIkAdYB/wIkAdQB/wIkAdIB/wIk132 AdAB/wI kAc4B/wIkAV8B/wE9AgEBZZgAAS4BKgEkAf8BxwGBASQB/wHDAYEBJAH/AbEBgQEkAf8BsQGB133 AS QB/wGxAYEBJAH/AbEBgQEkAf8BswGBASQB/wG2AYEBJAH/AbQBgQEkAf8BZAIFAeQUAAIkAS8B/wIk134 AdwB/wI kAdkB/wIkAcoB/wIkAcoB/wIkAcoB/wIkAcoB/wIkAcsB/wIkAc4B/wIkAcwB/wFkAgUB5JAA135 Ay QB/wHLAYEBJAH/AbsBgQEkAf8BtgGBASQB/wG2AYEBJAH/Ae4B3AHEBf8BvgGBAUEB/wG2AYEBJAH/136 AbYBgQE kAf8BtgGBASQB/wG0AYEBJAH/AUkCAgGGDAADJAH/AiQB4AH/AiQB0gH/AiQBzgH/AlEB1gH/137 Ai QBzgH/AiQBzgH/AiQBzgH/AicBzgH/AiQBzgH/AiQBzgH/AiQBzAH/AUkCAgGGiAABLAIBAUIB0AGG138 AS QB/wHHAYEBJAH/AboBgQEkAf8BugGBASQB/wG6AYEBJAH/AdABnAF1Bf8BugGBASQB/wG6AYEBJAH/139 AboBgQE kAf8BugGBASQB/wG2AYEBJAH/AXgBUwEkAf8IAAEsAgEBQgIkAeQB/wIkAdwB/wIkAdIB/wKf140 Ae0F/wJ qAd4B/wIkAdIB/wL0Af0F/wInAdIB/wIkAdIB/wIkAc4B/wIkAYEB/4gAAyQB/wHSAYkBJAH/141 Ab8BgQE kAf8BvwGBASQB/wG/AYEBJAH/Ab8BgQEkAf8B0wGfAXUF/wG/AYEBJAH/Ab8BgQEkAf8BvwGB142 AS QB/wG/AYEBJAH/Ab4BgQEkAf8BtgGBASQB/wE2AgEBVwQAAyQB/wIkAeUB/wIkAdYB/wIkAdYN/wL1143 Af0J/wLiAfoB/wI kAdYB/wIkAdUB/wIkAc4B/wE2AgEBV4QAAWwBVAEkAf8B1AGMASQB/wHEAYEBJAH/144 AcQBgQE kAf8BxAGBASQB/wHEAYEBJAH/AdcBpAF2Bf8BxAGBASQB/wHEAYEBJAH/AcQBgQEkAf8BxAGB145 AS QB/wHEAYEBJAH/AbgBgQEkAf8BZQIHAewEAAIkAXIB/wIkAegB/wIkAdoB/wIkAdoB/wIkAdoR/wLi146 AfoB/wI kAdoB/wIkAdoB/wIkAdoB/wIkAdAB/wFlAgcB7IQAAYEBaQEkAf8B1wGOASQB/wHJAYEBJAH/147 AckBgQE kAf8ByQGBASQB/wHJAYEBJAn/AckBgQEkAf8ByQGBASQB/wHJAYEBJAH/AckBgQEkAf8ByQGB148 AS QB/wG6AYEBJAH/AyQB/wQAAiQBgQH/AiQB6QH/AiQB3gH/AiQB3gH/AiQB3gH/AvQB/Q3/AmoB5wH/149 Ai QB3gH/AiQB3gH/AiQB3gH/AiQB0gH/AyQB/4QAAXwBWgEkAf8B2QGRASQB/wHOAYMBJAH/Ac4BgwEk150 Af8BzgGDAS QB/wHOAYMBJAH/Ac4BgwEkAf8B1wGcAVUB/wHOAYMBJAH/Ac4BgwEkAf8BzgGDASQB/wHO151 AYMBJ AH/Ac4BgwEkAf8BvQGBASQB/wFUAhMB+QQAASQBKQF7Af8CJAHsAf8CJAHiAf8CJAHiAf8C9AH9152 Ff8Ca gHqAf8CJAHiAf8CJAHiAf8CJAHUAf8BVAITAfmEAAEnASUBJAH/AdsBlAEkAf8B0gGJASQB/wHS153 AYkBJ AH/AdIBiQEkAf8B0gGJASQB/wHSAYkBJAH/AesBywGQAf8B0gGJASQB/wHSAYkBJAH/AdIBiQEk154 Af8B0gGJAS QB/wHEAYEBJAH/Ab8BgQEkAf8BUQICAZsEAAIkAScB/wIkAe0B/wIkAeYB/wIkAeUB/wL9155 Af4F/wLiAfwB/wI kAeUJ/wKBAfEB/wIkAeUB/wIkAdoB/wIkAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEk156 Af8B2wGUAS QB/wHXAY4BJAH/AdcBjgEkAf8B1wGOASQB/wH7AfYB6wX/AdcBjgEkAf8B1wGOASQB/wHX157 AY4BJ AH/AdYBjQEkAf8BxAGBASQB/wGpAYEBJAH/CAABWAICAbIBJAEuAe8B/wIkAe0B/wIkAekB/wIk158 AekB/wLhAfwB/wI kAekB/wIkAekB/wIkAekB/wKBAfMB/wIkAekB/wIkAegB/wIkAdoB/wEkASwBnQH/159 jAABX gFDASQB/wHdAZcBJAH/AdsBlAEkAf8B2wGUASQB/wHbAZQBJAH/AdsBlAEkAf8B3AGXASoB/wHb160 AZQBJ AH/AdsBlAEkAf8B1QGMASQB/wHJAYEBJAH/AdEBiAEkAf8BLAIhAfwMAAIkAVgB/wIkAe8B/wIk161 Ae0B/wI kAe0B/wIkAe0B/wIkAe0B/wIkAe0B/wIkAe0B/wIkAe0B/wIkAegB/wIkAd4B/wEkATcB4gH/162 ASwCIQH8jAABGQIBASEBkAF 4ASQB/wHfAZkBJAH/AdsBlAEkAf8B2QGRASQB/wHYAZABJAH/AdgBkAEk163 Af8B0wGKAS QB/wHQAYYBJAH/Ac4BgwEkAf8B2gGSASQB/wEvASoBJAH/EAABGQIBASECJAGHAf8BJAEq164 AfEB/wI kAe0B/wIkAewB/wIkAesB/wIkAesB/wIkAeYB/wIkAeQB/wIkAeIB/wEkAUEB5gH/AiQBLgH/165 lAABEgIBARYBS QE7ASQB/wHSAYkBJAH/AeIBnQEkAf8B2QGRASQB/wHXAY4BJAH/AdUBjAEkAf8B4QGb166 AS QB/wHOAYQBJAH/AUQCJAH+GAABEgIBARYCJAFIAf8BJAEqAdMB/wEkATsB9AH/AiQB7AH/AiQB6QH/167 AS QBJQHoAf8BJAFDAfAB/wIkAcwB/wFEAiQB/qAAAUYCAQF9AyQB/wF1AVwBJAH/AYEBdQEkAf8BVgFH168 AS QB/wFEAiQB/gEUAgEBGiQAAUYCAQF9AyQB/wIkAXgB/wIkAYEB/wIkAVgB/wFEAiQB/gEUAgEBGv8A129 AwABEAMAAQEBAAEgBgABECoAAUMCAQF0AWYCCQHxAyUB/wFiAgMB1AEgAgEBLCwAAUMCAQF0AWYCCQHx 130 AyUB/wFiAgMB1AEgAgEBLKQAAWACCgHyAZMBfwElAf8BvwGBASUB/wG9AYEBJQH/AboBgQElAf8BuAGB 131 ASUB/wG2AYEBJQH/AVkBQgElAf8BPQIBAWUcAAFgAgoB8gIlAaQB/wIlAdYB/wIlAdQB/wIlAdIB/wIl 132 AdAB/wIlAc4B/wIlAWAB/wE9AgEBZZgAAS8BKwElAf8BxwGBASUB/wHDAYEBJQH/AbEBgQElAf8BsQGB 133 ASUB/wGxAYEBJQH/AbEBgQElAf8BswGBASUB/wG2AYEBJQH/AbQBgQElAf8BZAIFAeQUAAIlATAB/wIl 134 AdwB/wIlAdkB/wIlAcoB/wIlAcoB/wIlAcoB/wIlAcoB/wIlAcsB/wIlAc4B/wIlAcwB/wFkAgUB5JAA 135 AyUB/wHLAYEBJQH/AbsBgQElAf8BtgGBASUB/wG2AYEBJQH/Ae4B3AHEBf8BvgGBAUIB/wG2AYEBJQH/ 136 AbYBgQElAf8BtgGBASUB/wG0AYEBJQH/AUkCAgGGDAADJQH/AiUB4AH/AiUB0gH/AiUBzgH/AlIB1gH/ 137 AiUBzgH/AiUBzgH/AiUBzgH/AigBzgH/AiUBzgH/AiUBzgH/AiUBzAH/AUkCAgGGiAABLAIBAUIB0AGG 138 ASUB/wHHAYEBJQH/AboBgQElAf8BugGBASUB/wG6AYEBJQH/AdABnAF2Bf8BugGBASUB/wG6AYEBJQH/ 139 AboBgQElAf8BugGBASUB/wG2AYEBJQH/AXkBVAElAf8IAAEsAgEBQgIlAeQB/wIlAdwB/wIlAdIB/wKf 140 Ae0F/wJrAd4B/wIlAdIB/wL0Af0F/wIoAdIB/wIlAdIB/wIlAc4B/wIlAYEB/4gAAyUB/wHSAYkBJQH/ 141 Ab8BgQElAf8BvwGBASUB/wG/AYEBJQH/Ab8BgQElAf8B0wGfAXYF/wG/AYEBJQH/Ab8BgQElAf8BvwGB 142 ASUB/wG/AYEBJQH/Ab4BgQElAf8BtgGBASUB/wE2AgEBVwQAAyUB/wIlAeUB/wIlAdYB/wIlAdYN/wL1 143 Af0J/wLiAfoB/wIlAdYB/wIlAdUB/wIlAc4B/wE2AgEBV4QAAW0BVQElAf8B1AGMASUB/wHEAYEBJQH/ 144 AcQBgQElAf8BxAGBASUB/wHEAYEBJQH/AdcBpAF3Bf8BxAGBASUB/wHEAYEBJQH/AcQBgQElAf8BxAGB 145 ASUB/wHEAYEBJQH/AbgBgQElAf8BZQIHAewEAAIlAXMB/wIlAegB/wIlAdoB/wIlAdoB/wIlAdoR/wLi 146 AfoB/wIlAdoB/wIlAdoB/wIlAdoB/wIlAdAB/wFlAgcB7IQAAYEBagElAf8B1wGOASUB/wHJAYEBJQH/ 147 AckBgQElAf8ByQGBASUB/wHJAYEBJQn/AckBgQElAf8ByQGBASUB/wHJAYEBJQH/AckBgQElAf8ByQGB 148 ASUB/wG6AYEBJQH/AyUB/wQAAiUBgQH/AiUB6QH/AiUB3gH/AiUB3gH/AiUB3gH/AvQB/Q3/AmsB5wH/ 149 AiUB3gH/AiUB3gH/AiUB3gH/AiUB0gH/AyUB/4QAAX0BWwElAf8B2QGRASUB/wHOAYMBJQH/Ac4BgwEl 150 Af8BzgGDASUB/wHOAYMBJQH/Ac4BgwElAf8B1wGcAVYB/wHOAYMBJQH/Ac4BgwElAf8BzgGDASUB/wHO 151 AYMBJQH/Ac4BgwElAf8BvQGBASUB/wFVAhMB+QQAASUBKgF8Af8CJQHsAf8CJQHiAf8CJQHiAf8C9AH9 152 Ff8CawHqAf8CJQHiAf8CJQHiAf8CJQHUAf8BVQITAfmEAAEoASYBJQH/AdsBlAElAf8B0gGJASUB/wHS 153 AYkBJQH/AdIBiQElAf8B0gGJASUB/wHSAYkBJQH/AesBywGQAf8B0gGJASUB/wHSAYkBJQH/AdIBiQEl 154 Af8B0gGJASUB/wHEAYEBJQH/Ab8BgQElAf8BUQICAZsEAAIlASgB/wIlAe0B/wIlAeYB/wIlAeUB/wL9 155 Af4F/wLiAfwB/wIlAeUJ/wKBAfEB/wIlAeUB/wIlAdoB/wIlAdYB/wFRAgIBm4QAAVgCAgGyAd4BmAEl 156 Af8B2wGUASUB/wHXAY4BJQH/AdcBjgElAf8B1wGOASUB/wH7AfYB6wX/AdcBjgElAf8B1wGOASUB/wHX 157 AY4BJQH/AdYBjQElAf8BxAGBASUB/wGpAYEBJQH/CAABWAICAbIBJQEvAe8B/wIlAe0B/wIlAekB/wIl 158 AekB/wLhAfwB/wIlAekB/wIlAekB/wIlAekB/wKBAfMB/wIlAekB/wIlAegB/wIlAdoB/wElAS0BnQH/ 159 jAABXwFEASUB/wHdAZcBJQH/AdsBlAElAf8B2wGUASUB/wHbAZQBJQH/AdsBlAElAf8B3AGXASsB/wHb 160 AZQBJQH/AdsBlAElAf8B1QGMASUB/wHJAYEBJQH/AdEBiAElAf8BLAIhAfwMAAIlAVkB/wIlAe8B/wIl 161 Ae0B/wIlAe0B/wIlAe0B/wIlAe0B/wIlAe0B/wIlAe0B/wIlAe0B/wIlAegB/wIlAd4B/wElATgB4gH/ 162 ASwCIQH8jAABGQIBASEBkAF5ASUB/wHfAZkBJQH/AdsBlAElAf8B2QGRASUB/wHYAZABJQH/AdgBkAEl 163 Af8B0wGKASUB/wHQAYYBJQH/Ac4BgwElAf8B2gGSASUB/wEwASsBJQH/EAABGQIBASECJQGHAf8BJQEr 164 AfEB/wIlAe0B/wIlAewB/wIlAesB/wIlAesB/wIlAeYB/wIlAeQB/wIlAeIB/wElAUIB5gH/AiUBLwH/ 165 lAABEgIBARYBSgE8ASUB/wHSAYkBJQH/AeIBnQElAf8B2QGRASUB/wHXAY4BJQH/AdUBjAElAf8B4QGb 166 ASUB/wHOAYQBJQH/AUUCJQH+GAABEgIBARYCJQFJAf8BJQErAdMB/wElATwB9AH/AiUB7AH/AiUB6QH/ 167 ASUBJgHoAf8BJQFEAfAB/wIlAcwB/wFFAiUB/qAAAUYCAQF9AyUB/wF2AV0BJQH/AYEBdgElAf8BVwFI 168 ASUB/wFFAiUB/gEUAgEBGiQAAUYCAQF9AyUB/wIlAXkB/wIlAYEB/wIlAVkB/wFFAiUB/gEUAgEBGv8A 169 169 kQABQgFNAT4HAAE+AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAfwBHwH8AR8EAAHwAQcB8AEH 170 170 BAAB4AEDAeABAwQAAcABAQHAAQEEAAGAAQEBgAEBBAABgAEAAYAFAAGAAQABgAUAAYABAAGABQABgAEA
Note: See TracChangeset
for help on using the changeset viewer.