idle_master_extended/steam-idle Source/steam-idle/FormSteamIdle.Designer.cs
Jonas Nilson 1113bd34fa
Rebuild/steam idle executable (#435)
# steam-idle rebuilt

## Rebuilt steam-idle.exe
- HTTPS
- Steamworks.NET 20.2.0
- Form renamed

## Idle Master Extended rebuilt with rebuilt steam-idle
+ x64 Steamworks
2023-09-18 16:00:32 +02:00

69 lines
2.7 KiB
C#

namespace steam_idle
{
partial class FormSteamIdle
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSteamIdle));
this.picApp = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picApp)).BeginInit();
this.SuspendLayout();
//
// picApp
//
this.picApp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.picApp.Location = new System.Drawing.Point(-1, 0);
this.picApp.Name = "picApp";
this.picApp.Size = new System.Drawing.Size(292, 136);
this.picApp.TabIndex = 0;
this.picApp.TabStop = false;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(291, 136);
this.Controls.Add(this.picApp);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmMain";
this.Text = "You\'re Now In-Game";
this.Load += new System.EventHandler(this.FormSteamIdle_Load);
((System.ComponentModel.ISupportInitialize)(this.picApp)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picApp;
}
}