This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
CC-Clicker/CC-Clicker 2.0/LocForm.Designer.cs

53 lines
1.9 KiB
C#

namespace CC_Clicker_2._0
{
partial class LocForm
{
/// <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.SuspendLayout();
//
// LocForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(933, 519);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "LocForm";
this.Opacity = 0.5D;
this.Text = "LocForm";
this.TopMost = true;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LocForm_FormClosing);
this.Load += new System.EventHandler(this.LocForm_Load);
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.LocForm_MouseClick);
this.ResumeLayout(false);
}
#endregion
}
}