This repository has been archived on 2023-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
autenticador-cliente/Main.Designer.cs

136 lines
6.2 KiB
C#

/*
MIT License
Copyright (c) 2020 luca0N!
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Contact me by e-mail via <mailto:luca0N@protonmail.com>.
*/
namespace autenticador_do_luca0N
{
partial class Main
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.groupBox_console = new System.Windows.Forms.GroupBox();
this.richTextBox_console = new System.Windows.Forms.RichTextBox();
this.button_update = new System.Windows.Forms.Button();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.groupBox_console.SuspendLayout();
this.SuspendLayout();
//
// groupBox_console
//
this.groupBox_console.Controls.Add(this.richTextBox_console);
this.groupBox_console.Location = new System.Drawing.Point(12, 12);
this.groupBox_console.Name = "groupBox_console";
this.groupBox_console.Size = new System.Drawing.Size(427, 196);
this.groupBox_console.TabIndex = 0;
this.groupBox_console.TabStop = false;
this.groupBox_console.Text = "&Console";
//
// richTextBox_console
//
this.richTextBox_console.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.richTextBox_console.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.richTextBox_console.ForeColor = System.Drawing.Color.Lime;
this.richTextBox_console.Location = new System.Drawing.Point(6, 19);
this.richTextBox_console.Name = "richTextBox_console";
this.richTextBox_console.ReadOnly = true;
this.richTextBox_console.Size = new System.Drawing.Size(415, 171);
this.richTextBox_console.TabIndex = 0;
this.richTextBox_console.Text = "";
//
// button_update
//
this.button_update.Location = new System.Drawing.Point(12, 214);
this.button_update.Name = "button_update";
this.button_update.Size = new System.Drawing.Size(427, 23);
this.button_update.TabIndex = 1;
this.button_update.Text = "Atualizar";
this.button_update.UseVisualStyleBackColor = true;
this.button_update.Click += new System.EventHandler(this.button_update_Click);
//
// notifyIcon
//
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "autenticador do luca0N!";
this.notifyIcon.Visible = true;
this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.DimGray;
this.ClientSize = new System.Drawing.Size(451, 249);
this.Controls.Add(this.button_update);
this.Controls.Add(this.groupBox_console);
this.ForeColor = System.Drawing.Color.Black;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Main";
this.ShowIcon = false;
this.Text = "autenticador do luca0N!";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_Closing);
this.Load += new System.EventHandler(this.Main_Load);
this.Shown += new System.EventHandler(this.Main_Shown);
this.groupBox_console.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox_console;
private System.Windows.Forms.RichTextBox richTextBox_console;
private System.Windows.Forms.Button button_update;
private System.Windows.Forms.NotifyIcon notifyIcon;
}
}