This repository has been archived by the owner on May 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmMain.Designer.vb
216 lines (212 loc) · 10.8 KB
/
frmMain.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
Me.ntfyIcon = New System.Windows.Forms.NotifyIcon(Me.components)
Me.WebSession1 = New Awesomium.Windows.Forms.WebSessionProvider(Me.components)
Me.NsTheme1 = New Synology_DDSM.NSTheme()
Me.WebControl1 = New Awesomium.Windows.Forms.WebControl(Me.components)
Me.imgSSH = New System.Windows.Forms.PictureBox()
Me.imgSettings = New System.Windows.Forms.PictureBox()
Me.btnMin = New Synology_DDSM.NSControlButton()
Me.btnMax = New Synology_DDSM.NSControlButton()
Me.btnClose = New Synology_DDSM.NSControlButton()
Me.btnSSH = New Synology_DDSM.NSButton()
Me.btnSettings = New Synology_DDSM.NSButton()
Me.NsTheme1.SuspendLayout()
CType(Me.imgSSH, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.imgSettings, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ntfyIcon
'
Me.ntfyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
Me.ntfyIcon.BalloonTipText = "Minimized to system tray"
Me.ntfyIcon.BalloonTipTitle = "Synology DSM"
Me.ntfyIcon.Icon = CType(resources.GetObject("ntfyIcon.Icon"), System.Drawing.Icon)
Me.ntfyIcon.Text = "Synology DSM"
Me.ntfyIcon.Visible = True
'
'WebSession1
'
Me.WebSession1.DataPath = "Store"
Me.WebSession1.Views.Add(Me.WebControl1)
'
'NsTheme1
'
Me.NsTheme1.AccentOffset = 42
Me.NsTheme1.BackColor = System.Drawing.Color.FromArgb(CType(CType(50, Byte), Integer), CType(CType(50, Byte), Integer), CType(CType(50, Byte), Integer))
Me.NsTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.NsTheme1.Colors = New Synology_DDSM.Bloom(-1) {}
Me.NsTheme1.Controls.Add(Me.WebControl1)
Me.NsTheme1.Controls.Add(Me.imgSSH)
Me.NsTheme1.Controls.Add(Me.imgSettings)
Me.NsTheme1.Controls.Add(Me.btnMin)
Me.NsTheme1.Controls.Add(Me.btnMax)
Me.NsTheme1.Controls.Add(Me.btnClose)
Me.NsTheme1.Controls.Add(Me.btnSSH)
Me.NsTheme1.Controls.Add(Me.btnSettings)
Me.NsTheme1.Customization = ""
Me.NsTheme1.Dock = System.Windows.Forms.DockStyle.Fill
Me.NsTheme1.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.NsTheme1.Image = Nothing
Me.NsTheme1.Location = New System.Drawing.Point(0, 0)
Me.NsTheme1.MinimumSize = New System.Drawing.Size(400, 400)
Me.NsTheme1.Movable = True
Me.NsTheme1.Name = "NsTheme1"
Me.NsTheme1.NoRounding = True
Me.NsTheme1.Sizable = True
Me.NsTheme1.Size = New System.Drawing.Size(650, 400)
Me.NsTheme1.SmartBounds = False
Me.NsTheme1.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation
Me.NsTheme1.TabIndex = 0
Me.NsTheme1.Text = "Synology Desktop DSM"
Me.NsTheme1.TransparencyKey = System.Drawing.Color.Empty
Me.NsTheme1.Transparent = False
'
'WebControl1
'
Me.WebControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.WebControl1.Location = New System.Drawing.Point(3, 34)
Me.WebControl1.NavigationInfo = Awesomium.Core.NavigationInfo.None
Me.WebControl1.Size = New System.Drawing.Size(641, 363)
Me.WebControl1.TabIndex = 5
'
'imgSSH
'
Me.imgSSH.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.imgSSH.BackColor = System.Drawing.Color.FromArgb(CType(CType(59, Byte), Integer), CType(CType(59, Byte), Integer), CType(CType(59, Byte), Integer))
Me.imgSSH.Cursor = System.Windows.Forms.Cursors.Hand
Me.imgSSH.Image = Global.Synology_DDSM.My.Resources.Resources.terminal
Me.imgSSH.Location = New System.Drawing.Point(500, 4)
Me.imgSSH.Name = "imgSSH"
Me.imgSSH.Size = New System.Drawing.Size(20, 20)
Me.imgSSH.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.imgSSH.TabIndex = 2
Me.imgSSH.TabStop = False
'
'imgSettings
'
Me.imgSettings.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.imgSettings.BackColor = System.Drawing.Color.FromArgb(CType(CType(59, Byte), Integer), CType(CType(59, Byte), Integer), CType(CType(59, Byte), Integer))
Me.imgSettings.Cursor = System.Windows.Forms.Cursors.Hand
Me.imgSettings.Image = Global.Synology_DDSM.My.Resources.Resources.cog
Me.imgSettings.Location = New System.Drawing.Point(417, 4)
Me.imgSettings.Name = "imgSettings"
Me.imgSettings.Size = New System.Drawing.Size(22, 20)
Me.imgSettings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.imgSettings.TabIndex = 2
Me.imgSettings.TabStop = False
'
'btnMin
'
Me.btnMin.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnMin.ControlButton = Synology_DDSM.NSControlButton.Button.Minimize
Me.btnMin.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnMin.Location = New System.Drawing.Point(590, 4)
Me.btnMin.Margin = New System.Windows.Forms.Padding(0)
Me.btnMin.MaximumSize = New System.Drawing.Size(18, 20)
Me.btnMin.MinimumSize = New System.Drawing.Size(18, 20)
Me.btnMin.Name = "btnMin"
Me.btnMin.Size = New System.Drawing.Size(18, 20)
Me.btnMin.TabIndex = 1
Me.btnMin.Text = "NsControlButton1"
'
'btnMax
'
Me.btnMax.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnMax.ControlButton = Synology_DDSM.NSControlButton.Button.MaximizeRestore
Me.btnMax.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnMax.Location = New System.Drawing.Point(608, 4)
Me.btnMax.Margin = New System.Windows.Forms.Padding(0)
Me.btnMax.MaximumSize = New System.Drawing.Size(18, 20)
Me.btnMax.MinimumSize = New System.Drawing.Size(18, 20)
Me.btnMax.Name = "btnMax"
Me.btnMax.Size = New System.Drawing.Size(18, 20)
Me.btnMax.TabIndex = 1
Me.btnMax.Text = "NsControlButton1"
'
'btnClose
'
Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnClose.ControlButton = Synology_DDSM.NSControlButton.Button.Close
Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnClose.Location = New System.Drawing.Point(626, 4)
Me.btnClose.Margin = New System.Windows.Forms.Padding(0)
Me.btnClose.MaximumSize = New System.Drawing.Size(18, 20)
Me.btnClose.MinimumSize = New System.Drawing.Size(18, 20)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(18, 20)
Me.btnClose.TabIndex = 1
Me.btnClose.Text = "NsControlButton1"
'
'btnSSH
'
Me.btnSSH.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnSSH.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnSSH.Location = New System.Drawing.Point(497, 2)
Me.btnSSH.Name = "btnSSH"
Me.btnSSH.Size = New System.Drawing.Size(58, 23)
Me.btnSSH.TabIndex = 4
Me.btnSSH.Text = " SSH"
'
'btnSettings
'
Me.btnSettings.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnSettings.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnSettings.Location = New System.Drawing.Point(414, 2)
Me.btnSettings.Name = "btnSettings"
Me.btnSettings.Size = New System.Drawing.Size(79, 23)
Me.btnSettings.TabIndex = 4
Me.btnSettings.Text = " Settings"
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(650, 400)
Me.ControlBox = False
Me.Controls.Add(Me.NsTheme1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MinimumSize = New System.Drawing.Size(400, 400)
Me.Name = "frmMain"
Me.Text = "frmMain"
Me.NsTheme1.ResumeLayout(False)
CType(Me.imgSSH, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.imgSettings, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents NsTheme1 As Synology_DDSM.NSTheme
Friend WithEvents btnMin As Synology_DDSM.NSControlButton
Friend WithEvents btnMax As Synology_DDSM.NSControlButton
Friend WithEvents btnClose As Synology_DDSM.NSControlButton
Friend WithEvents imgSettings As System.Windows.Forms.PictureBox
Friend WithEvents btnSettings As Synology_DDSM.NSButton
Friend WithEvents imgSSH As System.Windows.Forms.PictureBox
Friend WithEvents btnSSH As Synology_DDSM.NSButton
Friend WithEvents ntfyIcon As System.Windows.Forms.NotifyIcon
Friend WithEvents WebSession1 As Awesomium.Windows.Forms.WebSessionProvider
Friend WithEvents WebControl1 As Awesomium.Windows.Forms.WebControl
End Class