diff options
| author | EverythingWindows <[email protected]> | 2022-11-07 07:22:01 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-07 07:22:01 +0700 |
| commit | 8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14 (patch) | |
| tree | 6320cca38cb1e70b7b283d47d14283e615d311d7 /ShiftOS-TheRevival-CS/Form1.Designer.cs | |
| parent | 78525e6c04152957c5862ace155b90a9ac060002 (diff) | |
| download | shiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.tar.gz shiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.tar.bz2 shiftos-therevival-old-8dc0fd274fa042f0e69d6763ee79ed3f79bb7b14.zip | |
csharp branch initialize
Diffstat (limited to 'ShiftOS-TheRevival-CS/Form1.Designer.cs')
| -rw-r--r-- | ShiftOS-TheRevival-CS/Form1.Designer.cs | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival-CS/Form1.Designer.cs b/ShiftOS-TheRevival-CS/Form1.Designer.cs new file mode 100644 index 0000000..f227752 --- /dev/null +++ b/ShiftOS-TheRevival-CS/Form1.Designer.cs @@ -0,0 +1,41 @@ + +namespace ShiftOS_TheRevival_CS +{ + partial class Form1 + { + /// <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(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} + |
