diff options
| author | EverythingWindows <[email protected]> | 2022-11-21 10:43:53 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-21 10:43:53 +0700 |
| commit | c5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d (patch) | |
| tree | d8163ca4462d33f061335973d19be2ddabbc0c8c /ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb | |
| parent | 3f4edf1b79ee4ee5a73251930af641bcd0db225e (diff) | |
| download | shiftos-therevival-old-c5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d.tar.gz shiftos-therevival-old-c5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d.tar.bz2 shiftos-therevival-old-c5b2c3e370cf17a4b4ee3d5a4928e3663ab72a1d.zip | |
Dual Window Manager development
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb b/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb index 78dbfbf..861f2ec 100644 --- a/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Applications/Console.Designer.vb @@ -29,6 +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.SuspendLayout() ' 'TextBox1 @@ -80,6 +81,9 @@ Partial Class Console Me.ToolBar.TabIndex = 1 Me.ToolBar.Visible = False ' + 'DuWMHandle + ' + ' 'Console ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) @@ -104,4 +108,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 End Class |
