99 lines
4.6 KiB
VB.net
99 lines
4.6 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.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
|
|
Me.cmstrpNotifyIcon = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.tsmiChangeState = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.btnUserConfig = New System.Windows.Forms.Button()
|
|
Me.TimerTest = New System.Windows.Forms.Timer(Me.components)
|
|
Me.cmstrpNotifyIcon.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'NotifyIcon1
|
|
'
|
|
Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
|
|
Me.NotifyIcon1.BalloonTipText = "Text"
|
|
Me.NotifyIcon1.BalloonTipTitle = "Title"
|
|
Me.NotifyIcon1.ContextMenuStrip = Me.cmstrpNotifyIcon
|
|
Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon)
|
|
Me.NotifyIcon1.Text = "Digital Data Clipboard Searcher for windream"
|
|
Me.NotifyIcon1.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"
|
|
'
|
|
'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(582, 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
|
|
'
|
|
'TimerTest
|
|
'
|
|
Me.TimerTest.Interval = 10000
|
|
'
|
|
'frmMain
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(735, 380)
|
|
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.Name = "frmMain"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Form1"
|
|
Me.cmstrpNotifyIcon.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents btnUserConfig As System.Windows.Forms.Button
|
|
Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon
|
|
Friend WithEvents cmstrpNotifyIcon As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents tsmiChangeState As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents TimerTest As System.Windows.Forms.Timer
|
|
|
|
End Class
|