diff options
| author | EverythingWindows <[email protected]> | 2022-12-04 18:46:53 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-12-04 18:46:53 +0700 |
| commit | 2cb19f4dd09ab07893b331bf93728368ae0c3f00 (patch) | |
| tree | 887620644090347b36eee6c649289955aa03b7af /ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb | |
| parent | 0e6eb6e76f8227b8055f5ea032f9582dcacee5f5 (diff) | |
| download | shiftos-therevival-old-2cb19f4dd09ab07893b331bf93728368ae0c3f00.tar.gz shiftos-therevival-old-2cb19f4dd09ab07893b331bf93728368ae0c3f00.tar.bz2 shiftos-therevival-old-2cb19f4dd09ab07893b331bf93728368ae0c3f00.zip | |
little work on the next window manager
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb b/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb index 4ecd5b5..6675930 100644 --- a/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb @@ -29,7 +29,7 @@ Partial Class Console Me.InfoBarTimer = New System.Windows.Forms.Timer(Me.components) Me.ToolBar = New System.Windows.Forms.TextBox() Me.ShortcutHandler = New System.ComponentModel.BackgroundWorker() - Me.DuWMHandle = New System.Windows.Forms.Timer(Me.components) + Me.ConsoleFontHandle = New System.Windows.Forms.Timer(Me.components) Me.SuspendLayout() ' 'TextBox1 @@ -81,7 +81,7 @@ Partial Class Console Me.ToolBar.TabIndex = 1 Me.ToolBar.Visible = False ' - 'DuWMHandle + 'ConsoleFontHandle ' ' 'Console @@ -109,5 +109,5 @@ Partial Class Console Friend WithEvents InfoBarTimer As Timer Friend WithEvents ToolBar As TextBox Public WithEvents ShortcutHandler As System.ComponentModel.BackgroundWorker - Friend WithEvents DuWMHandle As Timer + Friend WithEvents ConsoleFontHandle As Timer End Class |
