2018-05-02 18:57:47 +01:00
|
|
|
|
namespace BetterJoyForCemu {
|
|
|
|
|
partial class MainForm {
|
|
|
|
|
/// <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() {
|
2018-07-16 22:03:51 +03:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
|
|
this.console = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
|
|
|
this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.passiveScanBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.contextMenu.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// console
|
|
|
|
|
//
|
|
|
|
|
this.console.Location = new System.Drawing.Point(12, 25);
|
|
|
|
|
this.console.Multiline = true;
|
|
|
|
|
this.console.Name = "console";
|
|
|
|
|
this.console.ReadOnly = true;
|
|
|
|
|
this.console.Size = new System.Drawing.Size(260, 169);
|
|
|
|
|
this.console.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(83, 13);
|
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
|
this.label1.Text = "Console Output:";
|
|
|
|
|
//
|
|
|
|
|
// notifyIcon
|
|
|
|
|
//
|
|
|
|
|
this.notifyIcon.BalloonTipText = "Double click the tray icon to maximise";
|
|
|
|
|
this.notifyIcon.BalloonTipTitle = "BetterJoyForCemu";
|
|
|
|
|
this.notifyIcon.ContextMenuStrip = this.contextMenu;
|
|
|
|
|
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
|
|
|
|
|
this.notifyIcon.Text = "BetterJoyForCemu";
|
|
|
|
|
this.notifyIcon.Visible = true;
|
|
|
|
|
this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
|
|
|
|
|
//
|
|
|
|
|
// contextMenu
|
|
|
|
|
//
|
|
|
|
|
this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2018-05-02 18:57:47 +01:00
|
|
|
|
this.exitToolStripMenuItem});
|
2018-07-16 22:03:51 +03:00
|
|
|
|
this.contextMenu.Name = "contextMenu";
|
|
|
|
|
this.contextMenu.Size = new System.Drawing.Size(93, 26);
|
|
|
|
|
//
|
|
|
|
|
// exitToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
|
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
|
|
|
|
|
this.exitToolStripMenuItem.Text = "Exit";
|
|
|
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(244, 9);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(28, 13);
|
|
|
|
|
this.label2.TabIndex = 2;
|
|
|
|
|
this.label2.Text = "v5.0";
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(12, 200);
|
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(260, 26);
|
|
|
|
|
this.button1.TabIndex = 3;
|
|
|
|
|
this.button1.Text = "Open Controller Configuration";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// passiveScanBox
|
|
|
|
|
//
|
|
|
|
|
this.passiveScanBox.AutoSize = true;
|
|
|
|
|
this.passiveScanBox.Checked = true;
|
|
|
|
|
this.passiveScanBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.passiveScanBox.Location = new System.Drawing.Point(12, 232);
|
|
|
|
|
this.passiveScanBox.Name = "passiveScanBox";
|
|
|
|
|
this.passiveScanBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
|
|
this.passiveScanBox.Size = new System.Drawing.Size(91, 17);
|
|
|
|
|
this.passiveScanBox.TabIndex = 4;
|
|
|
|
|
this.passiveScanBox.Text = "Passive Scan";
|
|
|
|
|
this.passiveScanBox.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// linkLabel1
|
|
|
|
|
//
|
|
|
|
|
this.linkLabel1.AutoSize = true;
|
|
|
|
|
this.linkLabel1.Location = new System.Drawing.Point(230, 233);
|
|
|
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
|
|
|
this.linkLabel1.Size = new System.Drawing.Size(42, 13);
|
|
|
|
|
this.linkLabel1.TabIndex = 5;
|
|
|
|
|
this.linkLabel1.TabStop = true;
|
|
|
|
|
this.linkLabel1.Text = "Donate";
|
|
|
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(284, 261);
|
|
|
|
|
this.Controls.Add(this.linkLabel1);
|
|
|
|
|
this.Controls.Add(this.passiveScanBox);
|
|
|
|
|
this.Controls.Add(this.button1);
|
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.console);
|
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.Text = "BetterJoyForCemu";
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|
|
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
|
|
|
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
|
|
|
|
this.contextMenu.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
2018-05-02 18:57:47 +01:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
public System.Windows.Forms.TextBox console;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.NotifyIcon notifyIcon;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenu;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
2018-07-16 22:03:51 +03:00
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
private System.Windows.Forms.CheckBox passiveScanBox;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
|
|
|
}
|
2018-05-02 18:57:47 +01:00
|
|
|
|
}
|