174 lines
8.4 KiB
VB.net
174 lines
8.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMain
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'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(frmMain))
|
|
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.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.tslblUser = 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.btnAdminConfig = New System.Windows.Forms.Button()
|
|
Me.btnUserConfig = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cmstrpNotifyIcon.SuspendLayout()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.ContextMenuStripForm.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.cmstrpNotifyIcon.Name = "cmstrpNotifyIcon"
|
|
Me.cmstrpNotifyIcon.Size = New System.Drawing.Size(250, 26)
|
|
'
|
|
'tsmiChangeState
|
|
'
|
|
Me.tsmiChangeState.Image = Global.DD_Clipboard_Searcher.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"
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblUser})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 88)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(338, 22)
|
|
Me.StatusStrip1.TabIndex = 3
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'tslblUser
|
|
'
|
|
Me.tslblUser.Image = CType(resources.GetObject("tslblUser.Image"), System.Drawing.Image)
|
|
Me.tslblUser.Name = "tslblUser"
|
|
Me.tslblUser.Size = New System.Drawing.Size(16, 17)
|
|
'
|
|
'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_Searcher.My.Resources.Resources.ReduceSize
|
|
Me.MinimierenToolStripMenuItem.Name = "MinimierenToolStripMenuItem"
|
|
Me.MinimierenToolStripMenuItem.Size = New System.Drawing.Size(135, 22)
|
|
Me.MinimierenToolStripMenuItem.Text = "Minimieren"
|
|
'
|
|
'btnAdminConfig
|
|
'
|
|
Me.btnAdminConfig.Image = CType(resources.GetObject("btnAdminConfig.Image"), System.Drawing.Image)
|
|
Me.btnAdminConfig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnAdminConfig.Location = New System.Drawing.Point(169, 12)
|
|
Me.btnAdminConfig.Name = "btnAdminConfig"
|
|
Me.btnAdminConfig.Size = New System.Drawing.Size(151, 29)
|
|
Me.btnAdminConfig.TabIndex = 6
|
|
Me.btnAdminConfig.Text = "Admin Einstellungen"
|
|
Me.btnAdminConfig.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnAdminConfig.UseVisualStyleBackColor = True
|
|
Me.btnAdminConfig.Visible = False
|
|
'
|
|
'btnUserConfig
|
|
'
|
|
Me.btnUserConfig.Image = CType(resources.GetObject("btnUserConfig.Image"), System.Drawing.Image)
|
|
Me.btnUserConfig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnUserConfig.Location = New System.Drawing.Point(12, 12)
|
|
Me.btnUserConfig.Name = "btnUserConfig"
|
|
Me.btnUserConfig.Size = New System.Drawing.Size(151, 29)
|
|
Me.btnUserConfig.TabIndex = 2
|
|
Me.btnUserConfig.Text = "Grundeinstellungen User"
|
|
Me.btnUserConfig.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnUserConfig.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
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, 44)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(253, 26)
|
|
Me.Label1.TabIndex = 7
|
|
Me.Label1.Text = "Inaktivieren des Watchers über Rechtsklick Systray" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "oder Tastaturkombination Strg" &
|
|
" + T"
|
|
'
|
|
'frmMain
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(338, 110)
|
|
Me.ContextMenuStrip = Me.ContextMenuStripForm
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.btnAdminConfig)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.btnUserConfig)
|
|
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.MinimizeBox = False
|
|
Me.Name = "frmMain"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Clipboard Watcher for windream"
|
|
Me.cmstrpNotifyIcon.ResumeLayout(False)
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ContextMenuStripForm.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents btnUserConfig As System.Windows.Forms.Button
|
|
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 tslblUser As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents btnAdminConfig As System.Windows.Forms.Button
|
|
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
|
|
|
|
End Class
|