diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-21 16:27:51 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-21 16:27:51 -0600 |
| commit | b0cdadf275e2f3642da0a6cac2eabc294d4383c8 (patch) | |
| tree | 8ee5df8d6cb5c30d1e1654260062e77d13f158c8 /ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs | |
| parent | 8ec044f8c9cab43ac10c86ce605264e351f3e237 (diff) | |
| download | shiftos-rewind-b0cdadf275e2f3642da0a6cac2eabc294d4383c8.tar.gz shiftos-rewind-b0cdadf275e2f3642da0a6cac2eabc294d4383c8.tar.bz2 shiftos-rewind-b0cdadf275e2f3642da0a6cac2eabc294d4383c8.zip | |
yay fixd
Diffstat (limited to 'ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs')
| -rw-r--r-- | ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs b/ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs index bb7c655..8f9b366 100644 --- a/ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs +++ b/ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs @@ -28,21 +28,15 @@ /// </summary> private void InitializeComponent() { - this.shiftButton1 = new ShiftOS.Engine.UI.ShiftButton(); this.SuspendLayout(); // // shiftButton1 // - this.shiftButton1.Location = new System.Drawing.Point(133, 66); - this.shiftButton1.Name = "shiftButton1"; - this.shiftButton1.Size = new System.Drawing.Size(75, 22); - this.shiftButton1.TabIndex = 0; - // + // // FileOpener // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.shiftButton1); this.Name = "FileOpener"; this.Size = new System.Drawing.Size(368, 283); this.ResumeLayout(false); @@ -52,6 +46,5 @@ #endregion - private UI.ShiftButton shiftButton1; } } |
