2023-07-05 16:44:34 +10:00
|
|
|
|
namespace FireWalletLite
|
|
|
|
|
{
|
|
|
|
|
partial class Loader
|
|
|
|
|
{
|
|
|
|
|
/// <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(Loader));
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// Loader
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(448, 260);
|
2023-07-07 16:47:58 +10:00
|
|
|
|
ControlBox = false;
|
|
|
|
|
Enabled = false;
|
|
|
|
|
FormBorderStyle = FormBorderStyle.SizableToolWindow;
|
2023-07-05 16:44:34 +10:00
|
|
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
|
|
|
MaximizeBox = false;
|
|
|
|
|
MinimizeBox = false;
|
|
|
|
|
Name = "Loader";
|
2023-07-07 16:47:58 +10:00
|
|
|
|
Opacity = 0D;
|
2023-07-05 18:21:11 +10:00
|
|
|
|
ShowInTaskbar = false;
|
2023-07-07 16:47:58 +10:00
|
|
|
|
Text = "Loader";
|
2023-07-05 16:44:34 +10:00
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|
|
|
|
|
}
|