225 lines
11 KiB
VB.net
225 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmStart
|
|
Inherits DevExpress.XtraEditors.XtraForm
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<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
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStart))
|
|
Me.NotifyIconMain = New System.Windows.Forms.NotifyIcon(Me.components)
|
|
Me.cmstrpNotifyIcon = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.tsmiChangeState = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ClientÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.labelUser = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.labelVersion = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.TimerClose = New System.Windows.Forms.Timer(Me.components)
|
|
Me.ContextMenuStripForm = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.MinimierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.labelHotkey = New System.Windows.Forms.Label()
|
|
Me.btnUserConfig = New System.Windows.Forms.Button()
|
|
Me.btnAdminConfig = New System.Windows.Forms.Button()
|
|
Me.cmstrpNotifyIcon.SuspendLayout()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.ContextMenuStripForm.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'NotifyIconMain
|
|
'
|
|
Me.NotifyIconMain.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
|
|
Me.NotifyIconMain.BalloonTipText = "Text"
|
|
Me.NotifyIconMain.BalloonTipTitle = "Title"
|
|
Me.NotifyIconMain.ContextMenuStrip = Me.cmstrpNotifyIcon
|
|
Me.NotifyIconMain.Icon = CType(resources.GetObject("NotifyIconMain.Icon"), System.Drawing.Icon)
|
|
Me.NotifyIconMain.Text = "DD Clipboard Watcher for windream"
|
|
Me.NotifyIconMain.Visible = True
|
|
'
|
|
'cmstrpNotifyIcon
|
|
'
|
|
Me.cmstrpNotifyIcon.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmiChangeState, Me.ClientÖffnenToolStripMenuItem})
|
|
Me.cmstrpNotifyIcon.Name = "cmstrpNotifyIcon"
|
|
Me.cmstrpNotifyIcon.Size = New System.Drawing.Size(250, 48)
|
|
'
|
|
'tsmiChangeState
|
|
'
|
|
Me.tsmiChangeState.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.StatusAnnotations_Stop_16xLG
|
|
Me.tsmiChangeState.Name = "tsmiChangeState"
|
|
Me.tsmiChangeState.Size = New System.Drawing.Size(249, 22)
|
|
Me.tsmiChangeState.Tag = "stop"
|
|
Me.tsmiChangeState.Text = "Überwachung Clipboard stoppen"
|
|
'
|
|
'ClientÖffnenToolStripMenuItem
|
|
'
|
|
Me.ClientÖffnenToolStripMenuItem.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.door_open
|
|
Me.ClientÖffnenToolStripMenuItem.Name = "ClientÖffnenToolStripMenuItem"
|
|
Me.ClientÖffnenToolStripMenuItem.Size = New System.Drawing.Size(249, 22)
|
|
Me.ClientÖffnenToolStripMenuItem.Text = "Client öffnen"
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.labelUser, Me.labelVersion})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 154)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(345, 22)
|
|
Me.StatusStrip1.SizingGrip = False
|
|
Me.StatusStrip1.TabIndex = 3
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'labelUser
|
|
'
|
|
Me.labelUser.Image = CType(resources.GetObject("labelUser.Image"), System.Drawing.Image)
|
|
Me.labelUser.Name = "labelUser"
|
|
Me.labelUser.Size = New System.Drawing.Size(37, 17)
|
|
Me.labelUser.Text = "{0}"
|
|
'
|
|
'labelVersion
|
|
'
|
|
Me.labelVersion.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.StatusAnnotations_Information_16xMD_color
|
|
Me.labelVersion.Name = "labelVersion"
|
|
Me.labelVersion.Size = New System.Drawing.Size(78, 17)
|
|
Me.labelVersion.Text = "Version {0}"
|
|
'
|
|
'TimerClose
|
|
'
|
|
Me.TimerClose.Interval = 10000
|
|
'
|
|
'ContextMenuStripForm
|
|
'
|
|
Me.ContextMenuStripForm.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MinimierenToolStripMenuItem})
|
|
Me.ContextMenuStripForm.Name = "ContextMenuStripForm"
|
|
Me.ContextMenuStripForm.Size = New System.Drawing.Size(136, 26)
|
|
'
|
|
'MinimierenToolStripMenuItem
|
|
'
|
|
Me.MinimierenToolStripMenuItem.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.ReduceSize
|
|
Me.MinimierenToolStripMenuItem.Name = "MinimierenToolStripMenuItem"
|
|
Me.MinimierenToolStripMenuItem.Size = New System.Drawing.Size(135, 22)
|
|
Me.MinimierenToolStripMenuItem.Text = "Minimieren"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(12, 56)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(321, 26)
|
|
Me.Label1.TabIndex = 7
|
|
Me.Label1.Text = "Deaktivieren des Watchers über Rechtsklick auf das Systray Icon oder die Tastatur" &
|
|
"kombination Strg + T"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.GroupBox1.Controls.Add(Me.labelHotkey)
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(15, 92)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(318, 59)
|
|
Me.GroupBox1.TabIndex = 11
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Aktuelle Tastenkombination:"
|
|
'
|
|
'labelHotkey
|
|
'
|
|
Me.labelHotkey.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.labelHotkey.Font = New System.Drawing.Font("Tahoma", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.labelHotkey.ForeColor = System.Drawing.SystemColors.ControlDarkDark
|
|
Me.labelHotkey.Location = New System.Drawing.Point(3, 17)
|
|
Me.labelHotkey.Name = "labelHotkey"
|
|
Me.labelHotkey.Size = New System.Drawing.Size(312, 39)
|
|
Me.labelHotkey.TabIndex = 13
|
|
Me.labelHotkey.Text = "STRG+C {0}"
|
|
Me.labelHotkey.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'btnUserConfig
|
|
'
|
|
Me.btnUserConfig.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.user_16xLG
|
|
Me.btnUserConfig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnUserConfig.Location = New System.Drawing.Point(15, 12)
|
|
Me.btnUserConfig.Name = "btnUserConfig"
|
|
Me.btnUserConfig.Size = New System.Drawing.Size(151, 32)
|
|
Me.btnUserConfig.TabIndex = 13
|
|
Me.btnUserConfig.Text = "Grundeinstellungen"
|
|
Me.btnUserConfig.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAdminConfig
|
|
'
|
|
Me.btnAdminConfig.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.Editdatasetwithdesigner_8449
|
|
Me.btnAdminConfig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnAdminConfig.Location = New System.Drawing.Point(182, 12)
|
|
Me.btnAdminConfig.Name = "btnAdminConfig"
|
|
Me.btnAdminConfig.Size = New System.Drawing.Size(151, 32)
|
|
Me.btnAdminConfig.TabIndex = 13
|
|
Me.btnAdminConfig.Text = "Administration"
|
|
Me.btnAdminConfig.UseVisualStyleBackColor = True
|
|
'
|
|
'frmStart
|
|
'
|
|
Me.Appearance.Options.UseFont = True
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(345, 176)
|
|
Me.ContextMenuStrip = Me.ContextMenuStripForm
|
|
Me.Controls.Add(Me.btnAdminConfig)
|
|
Me.Controls.Add(Me.btnUserConfig)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.KeyPreview = True
|
|
Me.MaximizeBox = False
|
|
Me.MaximumSize = New System.Drawing.Size(361, 215)
|
|
Me.MinimumSize = New System.Drawing.Size(361, 215)
|
|
Me.Name = "frmStart"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Clipboard Watcher"
|
|
Me.cmstrpNotifyIcon.ResumeLayout(False)
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ContextMenuStripForm.ResumeLayout(False)
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents NotifyIconMain As System.Windows.Forms.NotifyIcon
|
|
Friend WithEvents cmstrpNotifyIcon As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents tsmiChangeState As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents labelUser As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents TimerClose As System.Windows.Forms.Timer
|
|
Friend WithEvents ContextMenuStripForm As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents MinimierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents ClientÖffnenToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents labelHotkey As Label
|
|
Friend WithEvents btnUserConfig As Button
|
|
Friend WithEvents btnAdminConfig As Button
|
|
Friend WithEvents labelVersion As ToolStripStatusLabel
|
|
End Class
|