MainForm.Designer.cs (20438B)
1 namespace WorkTimeHero 2 { 3 partial class MainForm 4 { 5 /// <summary> 6 /// Required designer variable. 7 /// </summary> 8 private System.ComponentModel.IContainer components = null; 9 10 /// <summary> 11 /// Clean up any resources being used. 12 /// </summary> 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 14 protected override void Dispose( bool disposing ) 15 { 16 if ( disposing && ( components != null ) ) 17 { 18 components.Dispose(); 19 } 20 base.Dispose( disposing ); 21 } 22 23 #region Windows Form Designer generated code 24 25 /// <summary> 26 /// Required method for Designer support - do not modify 27 /// the contents of this method with the code editor. 28 /// </summary> 29 private void InitializeComponent() 30 { 31 this.components = new System.ComponentModel.Container(); 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); 33 this.lblStartTime = new System.Windows.Forms.Label(); 34 this.dtpStartTime = new System.Windows.Forms.DateTimePicker(); 35 this.dtpIndividualBreak = new System.Windows.Forms.DateTimePicker(); 36 this.prgPercentage = new System.Windows.Forms.ProgressBar(); 37 this.lblCompleted = new System.Windows.Forms.Label(); 38 this.refreshTimer = new System.Windows.Forms.Timer(this.components); 39 this.lblRemaining = new System.Windows.Forms.Label(); 40 this.lblTimeDue = new System.Windows.Forms.Label(); 41 this.cboIndividualBreak = new System.Windows.Forms.CheckBox(); 42 this.ntiWorkTimeHero = new System.Windows.Forms.NotifyIcon(this.components); 43 this.cmsNotifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components); 44 this.tsmiToogleView = new System.Windows.Forms.ToolStripMenuItem(); 45 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 46 this.tsmiBeenden = new System.Windows.Forms.ToolStripMenuItem(); 47 this.lblBuchungVorlauf = new System.Windows.Forms.Label(); 48 this.groupBox1 = new System.Windows.Forms.GroupBox(); 49 this.btnInfo = new System.Windows.Forms.Button(); 50 this.cboAutostart = new System.Windows.Forms.CheckBox(); 51 this.dtpTargetTime = new System.Windows.Forms.DateTimePicker(); 52 this.lblSollzeit = new System.Windows.Forms.Label(); 53 this.nudPreamp = new System.Windows.Forms.NumericUpDown(); 54 this.lblCurrentBreak = new System.Windows.Forms.Label(); 55 this.btnSwitchBreak = new System.Windows.Forms.Button(); 56 this.lblPreDay = new System.Windows.Forms.Label(); 57 this.cmsNotifyIcon.SuspendLayout(); 58 this.groupBox1.SuspendLayout(); 59 ((System.ComponentModel.ISupportInitialize)(this.nudPreamp)).BeginInit(); 60 this.SuspendLayout(); 61 // 62 // lblStartTime 63 // 64 this.lblStartTime.AutoSize = true; 65 this.lblStartTime.Font = new System.Drawing.Font("Consolas", 9.75F); 66 this.lblStartTime.Location = new System.Drawing.Point(9, 83); 67 this.lblStartTime.Name = "lblStartTime"; 68 this.lblStartTime.Size = new System.Drawing.Size(98, 15); 69 this.lblStartTime.TabIndex = 5; 70 this.lblStartTime.Text = "Arbeitsbeginn"; 71 // 72 // dtpStartTime 73 // 74 this.dtpStartTime.CustomFormat = "HH:mm"; 75 this.dtpStartTime.Font = new System.Drawing.Font("Consolas", 9.75F); 76 this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 77 this.dtpStartTime.Location = new System.Drawing.Point(226, 77); 78 this.dtpStartTime.Name = "dtpStartTime"; 79 this.dtpStartTime.ShowUpDown = true; 80 this.dtpStartTime.Size = new System.Drawing.Size(67, 23); 81 this.dtpStartTime.TabIndex = 6; 82 this.dtpStartTime.ValueChanged += new System.EventHandler(this.dtpStartTime_ValueChanged); 83 // 84 // dtpIndividualBreak 85 // 86 this.dtpIndividualBreak.CustomFormat = "HH:mm"; 87 this.dtpIndividualBreak.Enabled = false; 88 this.dtpIndividualBreak.Font = new System.Drawing.Font("Consolas", 9.75F); 89 this.dtpIndividualBreak.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 90 this.dtpIndividualBreak.Location = new System.Drawing.Point(226, 106); 91 this.dtpIndividualBreak.Name = "dtpIndividualBreak"; 92 this.dtpIndividualBreak.ShowUpDown = true; 93 this.dtpIndividualBreak.Size = new System.Drawing.Size(67, 23); 94 this.dtpIndividualBreak.TabIndex = 8; 95 this.dtpIndividualBreak.Value = new System.DateTime(2016, 1, 1, 0, 45, 0, 0); 96 this.dtpIndividualBreak.ValueChanged += new System.EventHandler(this.dtpIndividualBreak_ValueChanged); 97 // 98 // prgPercentage 99 // 100 this.prgPercentage.Location = new System.Drawing.Point(12, 49); 101 this.prgPercentage.Name = "prgPercentage"; 102 this.prgPercentage.Size = new System.Drawing.Size(440, 23); 103 this.prgPercentage.TabIndex = 4; 104 // 105 // lblCompleted 106 // 107 this.lblCompleted.AutoSize = true; 108 this.lblCompleted.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 109 this.lblCompleted.Location = new System.Drawing.Point(9, 9); 110 this.lblCompleted.Name = "lblCompleted"; 111 this.lblCompleted.Size = new System.Drawing.Size(84, 15); 112 this.lblCompleted.TabIndex = 0; 113 this.lblCompleted.Text = "Arbeitszeit"; 114 // 115 // refreshTimer 116 // 117 this.refreshTimer.Enabled = true; 118 this.refreshTimer.Interval = 15000; 119 this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick); 120 // 121 // lblRemaining 122 // 123 this.lblRemaining.AutoSize = true; 124 this.lblRemaining.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 125 this.lblRemaining.Location = new System.Drawing.Point(9, 31); 126 this.lblRemaining.Name = "lblRemaining"; 127 this.lblRemaining.Size = new System.Drawing.Size(84, 15); 128 this.lblRemaining.TabIndex = 2; 129 this.lblRemaining.Text = "Verbleibend"; 130 // 131 // lblTimeDue 132 // 133 this.lblTimeDue.AutoSize = true; 134 this.lblTimeDue.BackColor = System.Drawing.Color.Yellow; 135 this.lblTimeDue.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 136 this.lblTimeDue.Location = new System.Drawing.Point(223, 9); 137 this.lblTimeDue.Name = "lblTimeDue"; 138 this.lblTimeDue.Size = new System.Drawing.Size(105, 15); 139 this.lblTimeDue.TabIndex = 3; 140 this.lblTimeDue.Text = "Arbeitsende um"; 141 // 142 // cboIndividualBreak 143 // 144 this.cboIndividualBreak.AutoSize = true; 145 this.cboIndividualBreak.Font = new System.Drawing.Font("Consolas", 9.75F); 146 this.cboIndividualBreak.Location = new System.Drawing.Point(12, 107); 147 this.cboIndividualBreak.Name = "cboIndividualBreak"; 148 this.cboIndividualBreak.Size = new System.Drawing.Size(201, 19); 149 this.cboIndividualBreak.TabIndex = 7; 150 this.cboIndividualBreak.Text = "individueller Pausenabzug"; 151 this.cboIndividualBreak.UseVisualStyleBackColor = true; 152 this.cboIndividualBreak.CheckedChanged += new System.EventHandler(this.cboIndividualBreak_CheckedChanged); 153 // 154 // ntiWorkTimeHero 155 // 156 this.ntiWorkTimeHero.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; 157 this.ntiWorkTimeHero.ContextMenuStrip = this.cmsNotifyIcon; 158 this.ntiWorkTimeHero.Icon = ((System.Drawing.Icon)(resources.GetObject("ntiWorkTimeHero.Icon"))); 159 this.ntiWorkTimeHero.Text = "WorkTimeHero"; 160 this.ntiWorkTimeHero.Visible = true; 161 this.ntiWorkTimeHero.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ntiWorkTimeHero_MouseDoubleClick); 162 // 163 // cmsNotifyIcon 164 // 165 this.cmsNotifyIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 166 this.tsmiToogleView, 167 this.toolStripSeparator1, 168 this.tsmiBeenden}); 169 this.cmsNotifyIcon.Name = "cmsNotifyIcon"; 170 this.cmsNotifyIcon.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; 171 this.cmsNotifyIcon.Size = new System.Drawing.Size(203, 54); 172 // 173 // tsmiToogleView 174 // 175 this.tsmiToogleView.Name = "tsmiToogleView"; 176 this.tsmiToogleView.Size = new System.Drawing.Size(202, 22); 177 this.tsmiToogleView.Text = "Fenster ein-/ausblenden"; 178 this.tsmiToogleView.Click += new System.EventHandler(this.tsmiToogleView_Click); 179 // 180 // toolStripSeparator1 181 // 182 this.toolStripSeparator1.Name = "toolStripSeparator1"; 183 this.toolStripSeparator1.Size = new System.Drawing.Size(199, 6); 184 // 185 // tsmiBeenden 186 // 187 this.tsmiBeenden.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 188 this.tsmiBeenden.Name = "tsmiBeenden"; 189 this.tsmiBeenden.Size = new System.Drawing.Size(202, 22); 190 this.tsmiBeenden.Text = "Beenden"; 191 this.tsmiBeenden.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay; 192 this.tsmiBeenden.Click += new System.EventHandler(this.tsmiBeenden_Click); 193 // 194 // lblBuchungVorlauf 195 // 196 this.lblBuchungVorlauf.AutoSize = true; 197 this.lblBuchungVorlauf.Font = new System.Drawing.Font("Consolas", 9.75F); 198 this.lblBuchungVorlauf.Location = new System.Drawing.Point(6, 27); 199 this.lblBuchungVorlauf.Name = "lblBuchungVorlauf"; 200 this.lblBuchungVorlauf.Size = new System.Drawing.Size(175, 15); 201 this.lblBuchungVorlauf.TabIndex = 0; 202 this.lblBuchungVorlauf.Text = "Vorlaufzeit Startbuchung"; 203 // 204 // groupBox1 205 // 206 this.groupBox1.Controls.Add(this.btnInfo); 207 this.groupBox1.Controls.Add(this.cboAutostart); 208 this.groupBox1.Controls.Add(this.dtpTargetTime); 209 this.groupBox1.Controls.Add(this.lblSollzeit); 210 this.groupBox1.Controls.Add(this.lblBuchungVorlauf); 211 this.groupBox1.Controls.Add(this.nudPreamp); 212 this.groupBox1.Font = new System.Drawing.Font("Consolas", 9.75F); 213 this.groupBox1.Location = new System.Drawing.Point(12, 132); 214 this.groupBox1.Name = "groupBox1"; 215 this.groupBox1.Size = new System.Drawing.Size(440, 113); 216 this.groupBox1.TabIndex = 9; 217 this.groupBox1.TabStop = false; 218 this.groupBox1.Text = "Einstellungen"; 219 // 220 // btnInfo 221 // 222 this.btnInfo.Location = new System.Drawing.Point(373, 82); 223 this.btnInfo.Name = "btnInfo"; 224 this.btnInfo.Size = new System.Drawing.Size(51, 23); 225 this.btnInfo.TabIndex = 5; 226 this.btnInfo.Text = "Info"; 227 this.btnInfo.UseVisualStyleBackColor = true; 228 this.btnInfo.Click += new System.EventHandler(this.btnInfo_Click); 229 // 230 // cboAutostart 231 // 232 this.cboAutostart.AutoSize = true; 233 this.cboAutostart.Font = new System.Drawing.Font("Consolas", 9.75F); 234 this.cboAutostart.Location = new System.Drawing.Point(9, 88); 235 this.cboAutostart.Name = "cboAutostart"; 236 this.cboAutostart.Size = new System.Drawing.Size(159, 19); 237 this.cboAutostart.TabIndex = 4; 238 this.cboAutostart.Text = "Mit Windows starten"; 239 this.cboAutostart.UseVisualStyleBackColor = true; 240 this.cboAutostart.CheckedChanged += new System.EventHandler(this.cboAutostart_CheckedChanged); 241 // 242 // dtpTargetTime 243 // 244 this.dtpTargetTime.CustomFormat = "HH:mm"; 245 this.dtpTargetTime.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::WorkTimeHero.Properties.Settings.Default, "TargetTime", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); 246 this.dtpTargetTime.Font = new System.Drawing.Font("Consolas", 9.75F); 247 this.dtpTargetTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 248 this.dtpTargetTime.Location = new System.Drawing.Point(214, 51); 249 this.dtpTargetTime.Name = "dtpTargetTime"; 250 this.dtpTargetTime.ShowUpDown = true; 251 this.dtpTargetTime.Size = new System.Drawing.Size(67, 23); 252 this.dtpTargetTime.TabIndex = 3; 253 this.dtpTargetTime.ValueChanged += new System.EventHandler(this.dtpTargetTime_ValueChanged); 254 // 255 // lblSollzeit 256 // 257 this.lblSollzeit.AutoSize = true; 258 this.lblSollzeit.Font = new System.Drawing.Font("Consolas", 9.75F); 259 this.lblSollzeit.Location = new System.Drawing.Point(6, 57); 260 this.lblSollzeit.Name = "lblSollzeit"; 261 this.lblSollzeit.Size = new System.Drawing.Size(63, 15); 262 this.lblSollzeit.TabIndex = 2; 263 this.lblSollzeit.Text = "Sollzeit"; 264 // 265 // nudPreamp 266 // 267 this.nudPreamp.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::WorkTimeHero.Properties.Settings.Default, "StartTimePreamp", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); 268 this.nudPreamp.Font = new System.Drawing.Font("Consolas", 9.75F); 269 this.nudPreamp.Location = new System.Drawing.Point(214, 22); 270 this.nudPreamp.Maximum = new decimal(new int[] { 271 0, 272 0, 273 0, 274 0}); 275 this.nudPreamp.Minimum = new decimal(new int[] { 276 60, 277 0, 278 0, 279 -2147483648}); 280 this.nudPreamp.Name = "nudPreamp"; 281 this.nudPreamp.Size = new System.Drawing.Size(67, 23); 282 this.nudPreamp.TabIndex = 1; 283 this.nudPreamp.Value = global::WorkTimeHero.Properties.Settings.Default.StartTimePreamp; 284 // 285 // lblCurrentBreak 286 // 287 this.lblCurrentBreak.Font = new System.Drawing.Font("Consolas", 9.75F); 288 this.lblCurrentBreak.Location = new System.Drawing.Point(299, 108); 289 this.lblCurrentBreak.Name = "lblCurrentBreak"; 290 this.lblCurrentBreak.Size = new System.Drawing.Size(153, 18); 291 this.lblCurrentBreak.TabIndex = 10; 292 this.lblCurrentBreak.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 293 // 294 // btnSwitchBreak 295 // 296 this.btnSwitchBreak.Location = new System.Drawing.Point(332, 77); 297 this.btnSwitchBreak.Name = "btnSwitchBreak"; 298 this.btnSwitchBreak.Size = new System.Drawing.Size(81, 24); 299 this.btnSwitchBreak.TabIndex = 11; 300 this.btnSwitchBreak.Text = "Pause"; 301 this.btnSwitchBreak.UseVisualStyleBackColor = true; 302 this.btnSwitchBreak.Click += new System.EventHandler(this.btnSwitchBreak_Click); 303 // 304 // lblPreDay 305 // 306 this.lblPreDay.AutoSize = true; 307 this.lblPreDay.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 308 this.lblPreDay.Location = new System.Drawing.Point(223, 31); 309 this.lblPreDay.Name = "lblPreDay"; 310 this.lblPreDay.Size = new System.Drawing.Size(49, 15); 311 this.lblPreDay.TabIndex = 1; 312 this.lblPreDay.Text = "Vortag"; 313 // 314 // MainForm 315 // 316 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 317 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 318 this.ClientSize = new System.Drawing.Size(464, 257); 319 this.ControlBox = false; 320 this.Controls.Add(this.btnSwitchBreak); 321 this.Controls.Add(this.lblCurrentBreak); 322 this.Controls.Add(this.groupBox1); 323 this.Controls.Add(this.cboIndividualBreak); 324 this.Controls.Add(this.lblTimeDue); 325 this.Controls.Add(this.lblPreDay); 326 this.Controls.Add(this.lblRemaining); 327 this.Controls.Add(this.lblCompleted); 328 this.Controls.Add(this.prgPercentage); 329 this.Controls.Add(this.dtpIndividualBreak); 330 this.Controls.Add(this.dtpStartTime); 331 this.Controls.Add(this.lblStartTime); 332 this.DoubleBuffered = true; 333 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 334 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 335 this.MaximizeBox = false; 336 this.MinimizeBox = false; 337 this.Name = "MainForm"; 338 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 339 this.Text = "WorkTimeHero"; 340 this.TopMost = true; 341 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); 342 this.Load += new System.EventHandler(this.MainForm_Load); 343 this.cmsNotifyIcon.ResumeLayout(false); 344 this.groupBox1.ResumeLayout(false); 345 this.groupBox1.PerformLayout(); 346 ((System.ComponentModel.ISupportInitialize)(this.nudPreamp)).EndInit(); 347 this.ResumeLayout(false); 348 this.PerformLayout(); 349 350 } 351 352 #endregion 353 354 private System.Windows.Forms.Label lblStartTime; 355 private System.Windows.Forms.DateTimePicker dtpStartTime; 356 private System.Windows.Forms.DateTimePicker dtpIndividualBreak; 357 private System.Windows.Forms.ProgressBar prgPercentage; 358 private System.Windows.Forms.Label lblCompleted; 359 private System.Windows.Forms.Timer refreshTimer; 360 private System.Windows.Forms.Label lblRemaining; 361 private System.Windows.Forms.Label lblTimeDue; 362 private System.Windows.Forms.CheckBox cboIndividualBreak; 363 private System.Windows.Forms.NotifyIcon ntiWorkTimeHero; 364 private System.Windows.Forms.ContextMenuStrip cmsNotifyIcon; 365 private System.Windows.Forms.ToolStripMenuItem tsmiBeenden; 366 private System.Windows.Forms.ToolStripMenuItem tsmiToogleView; 367 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 368 private System.Windows.Forms.NumericUpDown nudPreamp; 369 private System.Windows.Forms.Label lblBuchungVorlauf; 370 private System.Windows.Forms.GroupBox groupBox1; 371 private System.Windows.Forms.DateTimePicker dtpTargetTime; 372 private System.Windows.Forms.Label lblSollzeit; 373 private System.Windows.Forms.CheckBox cboAutostart; 374 private System.Windows.Forms.Label lblCurrentBreak; 375 private System.Windows.Forms.Button btnSwitchBreak; 376 private System.Windows.Forms.Button btnInfo; 377 private System.Windows.Forms.Label lblPreDay; 378 } 379 } 380