2018-07-13 03:24:05 +02:00
namespace OWTrack
{
2018-09-08 13:32:12 +02:00
partial class MainForm
2018-07-13 03:24:05 +02:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
this . components = new System . ComponentModel . Container ( ) ;
2018-09-08 13:32:12 +02:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( MainForm ) ) ;
2018-07-13 03:57:29 +02:00
this . label1 = new System . Windows . Forms . Label ( ) ;
this . status = new System . Windows . Forms . Label ( ) ;
this . timer1 = new System . Windows . Forms . Timer ( this . components ) ;
this . Time = new System . Windows . Forms . Label ( ) ;
2018-07-13 04:13:05 +02:00
this . Wins = new System . Windows . Forms . Label ( ) ;
this . Losses = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . WinBut = new System . Windows . Forms . Button ( ) ;
this . button2 = new System . Windows . Forms . Button ( ) ;
2018-07-13 04:40:45 +02:00
this . label2 = new System . Windows . Forms . Label ( ) ;
2018-07-27 03:45:13 +02:00
this . label4 = new System . Windows . Forms . Label ( ) ;
2018-08-03 02:45:06 +02:00
this . reduceLossBut = new System . Windows . Forms . Button ( ) ;
this . reduceWinBut = new System . Windows . Forms . Button ( ) ;
2018-08-12 01:33:26 +02:00
this . clearBut = new System . Windows . Forms . Button ( ) ;
2018-08-15 10:32:42 +02:00
this . srTextBox = new System . Windows . Forms . TextBox ( ) ;
this . srBut = new System . Windows . Forms . Button ( ) ;
this . srLabel = new System . Windows . Forms . Label ( ) ;
2018-08-31 19:17:26 +02:00
this . openFileDialog1 = new System . Windows . Forms . OpenFileDialog ( ) ;
2018-09-04 18:13:56 +02:00
this . label5 = new System . Windows . Forms . Label ( ) ;
2018-09-23 15:31:18 +02:00
this . notifyIcon1 = new System . Windows . Forms . NotifyIcon ( this . components ) ;
this . SettingsGroup = new System . Windows . Forms . GroupBox ( ) ;
this . SRCheckBx = new System . Windows . Forms . CheckBox ( ) ;
this . ExeTrackCheckBx = new System . Windows . Forms . CheckBox ( ) ;
this . ChngOWPathBtn = new System . Windows . Forms . Button ( ) ;
this . SettingsGroup . SuspendLayout ( ) ;
2018-07-13 03:57:29 +02:00
this . SuspendLayout ( ) ;
//
// label1
//
this . label1 . AutoSize = true ;
2018-09-23 15:31:18 +02:00
this . label1 . Location = new System . Drawing . Point ( 17 , 36 ) ;
2018-07-13 03:57:29 +02:00
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 75 , 13 ) ;
this . label1 . TabIndex = 0 ;
this . label1 . Text = "Overwatch is: " ;
//
// status
//
this . status . AutoSize = true ;
2018-09-04 21:46:50 +02:00
this . status . ForeColor = System . Drawing . Color . White ;
2018-07-13 03:57:29 +02:00
this . status . Location = new System . Drawing . Point ( 93 , 36 ) ;
this . status . Name = "status" ;
this . status . Size = new System . Drawing . Size ( 35 , 13 ) ;
this . status . TabIndex = 1 ;
this . status . Text = "label2" ;
//
// timer1
//
this . timer1 . Enabled = true ;
2018-08-16 06:52:12 +02:00
this . timer1 . Interval = 6000 ;
2018-07-13 03:57:29 +02:00
this . timer1 . Tick + = new System . EventHandler ( this . timer1_Tick ) ;
//
// Time
//
this . Time . AutoSize = true ;
2018-09-23 15:31:18 +02:00
this . Time . Location = new System . Drawing . Point ( 20 , 13 ) ;
2018-07-13 03:57:29 +02:00
this . Time . Name = "Time" ;
this . Time . Size = new System . Drawing . Size ( 35 , 13 ) ;
this . Time . TabIndex = 2 ;
this . Time . Text = "label2" ;
//
2018-07-13 04:13:05 +02:00
// Wins
//
this . Wins . AutoSize = true ;
2018-09-23 15:31:18 +02:00
this . Wins . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 27.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 177 ) ) ) ;
2018-07-13 04:13:05 +02:00
this . Wins . ForeColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 0 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 192 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 0 ) ) ) ) ) ;
2018-09-23 15:31:18 +02:00
this . Wins . Location = new System . Drawing . Point ( 162 , 78 ) ;
2018-07-13 04:13:05 +02:00
this . Wins . Name = "Wins" ;
2018-09-23 15:31:18 +02:00
this . Wins . Size = new System . Drawing . Size ( 39 , 42 ) ;
2018-07-13 04:13:05 +02:00
this . Wins . TabIndex = 3 ;
this . Wins . Text = "0" ;
//
// Losses
//
this . Losses . AutoSize = true ;
2018-09-23 15:31:18 +02:00
this . Losses . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 27.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 177 ) ) ) ;
2018-07-13 04:13:05 +02:00
this . Losses . ForeColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 192 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 0 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 0 ) ) ) ) ) ;
2018-09-23 15:31:18 +02:00
this . Losses . Location = new System . Drawing . Point ( 231 , 78 ) ;
2018-07-13 04:13:05 +02:00
this . Losses . Name = "Losses" ;
2018-09-23 15:31:18 +02:00
this . Losses . Size = new System . Drawing . Size ( 39 , 42 ) ;
2018-07-13 04:13:05 +02:00
this . Losses . TabIndex = 4 ;
this . Losses . Text = "0" ;
//
// label3
//
this . label3 . AutoSize = true ;
2018-09-23 15:31:18 +02:00
this . label3 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 27.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 177 ) ) ) ;
2018-07-13 04:13:05 +02:00
this . label3 . ForeColor = System . Drawing . Color . Black ;
2018-09-23 15:31:18 +02:00
this . label3 . Location = new System . Drawing . Point ( 206 , 75 ) ;
2018-07-13 04:13:05 +02:00
this . label3 . Name = "label3" ;
2018-09-23 15:31:18 +02:00
this . label3 . Size = new System . Drawing . Size ( 28 , 42 ) ;
2018-07-13 04:13:05 +02:00
this . label3 . TabIndex = 5 ;
this . label3 . Text = ":" ;
//
// WinBut
//
2018-09-23 15:31:18 +02:00
this . WinBut . Location = new System . Drawing . Point ( 161 , 136 ) ;
2018-07-13 04:13:05 +02:00
this . WinBut . Name = "WinBut" ;
this . WinBut . Size = new System . Drawing . Size ( 52 , 26 ) ;
this . WinBut . TabIndex = 6 ;
this . WinBut . Text = "win" ;
this . WinBut . UseVisualStyleBackColor = true ;
2018-09-20 08:53:49 +02:00
this . WinBut . Click + = new System . EventHandler ( this . WinBtn_Click ) ;
2018-07-13 04:13:05 +02:00
//
// button2
//
2018-09-23 15:31:18 +02:00
this . button2 . Location = new System . Drawing . Point ( 219 , 136 ) ;
2018-07-13 04:13:05 +02:00
this . button2 . Name = "button2" ;
this . button2 . Size = new System . Drawing . Size ( 52 , 26 ) ;
this . button2 . TabIndex = 6 ;
this . button2 . Text = "loss" ;
this . button2 . UseVisualStyleBackColor = true ;
2018-09-20 08:53:49 +02:00
this . button2 . Click + = new System . EventHandler ( this . LossBtn_Click ) ;
2018-07-13 04:13:05 +02:00
//
2018-07-13 04:40:45 +02:00
// label2
//
this . label2 . AutoSize = true ;
2018-09-04 18:13:56 +02:00
this . label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 27.75F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2018-07-13 04:40:45 +02:00
this . label2 . ForeColor = System . Drawing . Color . Black ;
2018-09-23 15:31:18 +02:00
this . label2 . Location = new System . Drawing . Point ( 197 , 76 ) ;
2018-07-13 04:40:45 +02:00
this . label2 . Name = "label2" ;
2018-09-04 18:13:56 +02:00
this . label2 . Size = new System . Drawing . Size ( 31 , 42 ) ;
2018-07-13 04:40:45 +02:00
this . label2 . TabIndex = 5 ;
2018-07-27 03:45:13 +02:00
this . label2 . Text = "-" ;
//
// label4
//
this . label4 . AutoSize = true ;
2018-09-04 18:13:56 +02:00
this . label4 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 6.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2018-08-15 10:32:42 +02:00
this . label4 . Location = new System . Drawing . Point ( 12 , 217 ) ;
2018-07-27 03:45:13 +02:00
this . label4 . Name = "label4" ;
2018-09-04 18:13:56 +02:00
this . label4 . Size = new System . Drawing . Size ( 29 , 12 ) ;
2018-07-27 03:45:13 +02:00
this . label4 . TabIndex = 7 ;
this . label4 . Text = "label4" ;
2018-07-13 04:40:45 +02:00
//
2018-08-03 02:45:06 +02:00
// reduceLossBut
//
2018-09-23 15:31:18 +02:00
this . reduceLossBut . Location = new System . Drawing . Point ( 277 , 137 ) ;
2018-08-03 02:45:06 +02:00
this . reduceLossBut . Name = "reduceLossBut" ;
this . reduceLossBut . Size = new System . Drawing . Size ( 20 , 24 ) ;
this . reduceLossBut . TabIndex = 8 ;
this . reduceLossBut . Text = "-" ;
this . reduceLossBut . UseVisualStyleBackColor = true ;
this . reduceLossBut . Click + = new System . EventHandler ( this . reduceLossBut_Click ) ;
//
// reduceWinBut
//
2018-09-23 15:31:18 +02:00
this . reduceWinBut . Location = new System . Drawing . Point ( 137 , 137 ) ;
2018-08-03 02:45:06 +02:00
this . reduceWinBut . Name = "reduceWinBut" ;
this . reduceWinBut . Size = new System . Drawing . Size ( 20 , 24 ) ;
this . reduceWinBut . TabIndex = 9 ;
2018-08-12 01:33:26 +02:00
this . reduceWinBut . Text = "-" ;
2018-08-03 02:45:06 +02:00
this . reduceWinBut . UseVisualStyleBackColor = true ;
this . reduceWinBut . Click + = new System . EventHandler ( this . reduceWinBut_Click ) ;
//
2018-08-12 01:33:26 +02:00
// clearBut
//
2018-09-23 15:31:18 +02:00
this . clearBut . Location = new System . Drawing . Point ( 19 , 103 ) ;
2018-08-12 01:33:26 +02:00
this . clearBut . Name = "clearBut" ;
2018-09-23 15:31:18 +02:00
this . clearBut . Size = new System . Drawing . Size ( 75 , 25 ) ;
2018-08-12 01:33:26 +02:00
this . clearBut . TabIndex = 10 ;
2018-09-23 15:31:18 +02:00
this . clearBut . Text = "Clear stats" ;
2018-08-12 01:33:26 +02:00
this . clearBut . UseVisualStyleBackColor = true ;
this . clearBut . Click + = new System . EventHandler ( this . clearBut_Click ) ;
//
2018-08-15 10:32:42 +02:00
// srTextBox
//
2018-09-23 15:31:18 +02:00
this . srTextBox . Location = new System . Drawing . Point ( 169 , 168 ) ;
2018-08-15 10:32:42 +02:00
this . srTextBox . Name = "srTextBox" ;
this . srTextBox . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . srTextBox . TabIndex = 11 ;
this . srTextBox . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// srBut
//
2018-09-23 15:31:18 +02:00
this . srBut . Location = new System . Drawing . Point ( 184 , 194 ) ;
2018-08-15 10:32:42 +02:00
this . srBut . Name = "srBut" ;
this . srBut . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . srBut . TabIndex = 12 ;
this . srBut . Text = "Enter" ;
this . srBut . UseVisualStyleBackColor = true ;
this . srBut . Click + = new System . EventHandler ( this . srBut_Click ) ;
//
// srLabel
//
this . srLabel . AutoSize = true ;
2018-09-23 15:31:18 +02:00
this . srLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 14.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2018-08-15 10:32:42 +02:00
this . srLabel . ForeColor = System . Drawing . Color . DarkOrchid ;
2018-09-04 18:13:56 +02:00
this . srLabel . Location = new System . Drawing . Point ( 189 , 36 ) ;
2018-08-15 10:32:42 +02:00
this . srLabel . Name = "srLabel" ;
2018-09-23 15:31:18 +02:00
this . srLabel . Size = new System . Drawing . Size ( 46 , 24 ) ;
2018-08-15 10:32:42 +02:00
this . srLabel . TabIndex = 13 ;
2018-09-04 18:13:56 +02:00
this . srLabel . Text = "0 - 0" ;
2018-08-15 10:32:42 +02:00
//
2018-08-31 19:17:26 +02:00
// openFileDialog1
//
this . openFileDialog1 . FileName = "Overwatch.exe" ;
this . openFileDialog1 . InitialDirectory = "C:\\" ;
this . openFileDialog1 . RestoreDirectory = true ;
//
2018-09-04 18:13:56 +02:00
// label5
//
this . label5 . AutoSize = true ;
2018-09-23 15:31:18 +02:00
this . label5 . Location = new System . Drawing . Point ( 180 , 13 ) ;
2018-09-04 18:13:56 +02:00
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 87 , 13 ) ;
this . label5 . TabIndex = 14 ;
this . label5 . Text = "Start - Gain/Loss" ;
//
2018-09-23 15:31:18 +02:00
// notifyIcon1
//
this . notifyIcon1 . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "notifyIcon1.Icon" ) ) ) ;
this . notifyIcon1 . Text = "OWtrack" ;
this . notifyIcon1 . Visible = true ;
//
// SettingsGroup
//
this . SettingsGroup . Controls . Add ( this . ChngOWPathBtn ) ;
this . SettingsGroup . Controls . Add ( this . ExeTrackCheckBx ) ;
this . SettingsGroup . Controls . Add ( this . SRCheckBx ) ;
this . SettingsGroup . Controls . Add ( this . clearBut ) ;
this . SettingsGroup . Location = new System . Drawing . Point ( 12 , 62 ) ;
this . SettingsGroup . Name = "SettingsGroup" ;
this . SettingsGroup . Size = new System . Drawing . Size ( 116 , 143 ) ;
this . SettingsGroup . TabIndex = 15 ;
this . SettingsGroup . TabStop = false ;
this . SettingsGroup . Text = "Settings" ;
//
// SRCheckBx
//
this . SRCheckBx . AutoSize = true ;
this . SRCheckBx . Location = new System . Drawing . Point ( 11 , 19 ) ;
this . SRCheckBx . Name = "SRCheckBx" ;
this . SRCheckBx . Size = new System . Drawing . Size ( 86 , 17 ) ;
this . SRCheckBx . TabIndex = 0 ;
this . SRCheckBx . Text = "SR Tracking" ;
this . SRCheckBx . UseVisualStyleBackColor = true ;
//
// ExeTrackCheckBx
//
this . ExeTrackCheckBx . AutoSize = true ;
this . ExeTrackCheckBx . Location = new System . Drawing . Point ( 11 , 44 ) ;
this . ExeTrackCheckBx . Name = "ExeTrackCheckBx" ;
this . ExeTrackCheckBx . Size = new System . Drawing . Size ( 90 , 17 ) ;
this . ExeTrackCheckBx . TabIndex = 0 ;
this . ExeTrackCheckBx . Text = "OW Tracking" ;
this . ExeTrackCheckBx . UseVisualStyleBackColor = true ;
//
// ChngOWPathBtn
//
this . ChngOWPathBtn . Location = new System . Drawing . Point ( 19 , 74 ) ;
this . ChngOWPathBtn . Name = "ChngOWPathBtn" ;
this . ChngOWPathBtn . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . ChngOWPathBtn . TabIndex = 1 ;
this . ChngOWPathBtn . Text = "OW Path" ;
this . ChngOWPathBtn . UseVisualStyleBackColor = true ;
//
// MainForm
2018-07-13 03:57:29 +02:00
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2018-07-13 03:24:05 +02:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2018-09-23 15:31:18 +02:00
this . ClientSize = new System . Drawing . Size ( 342 , 237 ) ;
this . Controls . Add ( this . SettingsGroup ) ;
2018-09-04 18:13:56 +02:00
this . Controls . Add ( this . label5 ) ;
2018-08-15 10:32:42 +02:00
this . Controls . Add ( this . srLabel ) ;
this . Controls . Add ( this . srBut ) ;
this . Controls . Add ( this . srTextBox ) ;
this . Controls . Add ( this . Time ) ;
this . Controls . Add ( this . status ) ;
this . Controls . Add ( this . label1 ) ;
2018-08-03 02:45:06 +02:00
this . Controls . Add ( this . reduceWinBut ) ;
this . Controls . Add ( this . reduceLossBut ) ;
2018-07-27 03:45:13 +02:00
this . Controls . Add ( this . label4 ) ;
2018-07-13 04:40:45 +02:00
this . Controls . Add ( this . Wins ) ;
this . Controls . Add ( this . Losses ) ;
2018-07-13 04:13:05 +02:00
this . Controls . Add ( this . button2 ) ;
this . Controls . Add ( this . WinBut ) ;
2018-07-13 04:40:45 +02:00
this . Controls . Add ( this . label2 ) ;
2018-07-13 04:13:05 +02:00
this . Controls . Add ( this . label3 ) ;
2018-07-13 04:40:45 +02:00
this . DoubleBuffered = true ;
2018-07-13 03:57:29 +02:00
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . FixedToolWindow ;
2018-09-04 21:46:50 +02:00
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
2018-09-23 15:31:18 +02:00
this . Name = "MainForm" ;
2018-07-13 04:40:45 +02:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
this . Text = "OWTrack" ;
2018-09-23 15:31:18 +02:00
this . SettingsGroup . ResumeLayout ( false ) ;
this . SettingsGroup . PerformLayout ( ) ;
2018-07-13 03:57:29 +02:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
2018-07-13 03:24:05 +02:00
}
#endregion
2018-07-13 03:57:29 +02:00
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . Label status ;
private System . Windows . Forms . Timer timer1 ;
private System . Windows . Forms . Label Time ;
2018-07-13 04:13:05 +02:00
private System . Windows . Forms . Label Wins ;
private System . Windows . Forms . Label Losses ;
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . Button WinBut ;
private System . Windows . Forms . Button button2 ;
2018-07-13 04:40:45 +02:00
private System . Windows . Forms . Label label2 ;
2018-07-27 03:45:13 +02:00
private System . Windows . Forms . Label label4 ;
2018-08-03 02:45:06 +02:00
private System . Windows . Forms . Button reduceLossBut ;
private System . Windows . Forms . Button reduceWinBut ;
2018-08-12 01:33:26 +02:00
private System . Windows . Forms . Button clearBut ;
2018-08-15 10:32:42 +02:00
private System . Windows . Forms . TextBox srTextBox ;
private System . Windows . Forms . Button srBut ;
private System . Windows . Forms . Label srLabel ;
2018-08-31 19:17:26 +02:00
private System . Windows . Forms . OpenFileDialog openFileDialog1 ;
2018-09-04 18:13:56 +02:00
private System . Windows . Forms . Label label5 ;
2018-09-23 15:31:18 +02:00
private System . Windows . Forms . NotifyIcon notifyIcon1 ;
private System . Windows . Forms . GroupBox SettingsGroup ;
private System . Windows . Forms . CheckBox ExeTrackCheckBx ;
private System . Windows . Forms . CheckBox SRCheckBx ;
private System . Windows . Forms . Button ChngOWPathBtn ;
2018-07-13 03:24:05 +02:00
}
}