_ Partial Class frmMain Inherits DevExpress.XtraBars.Ribbon.RibbonForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.lblUser = New DevExpress.XtraBars.BarStaticItem() Me.lblVersion = New DevExpress.XtraBars.BarStaticItem() Me.lblApplicationServer = New DevExpress.XtraBars.BarStaticItem() Me.bbtniKonfig = New DevExpress.XtraBars.BarButtonItem() Me.bbtnitemAdmin = New DevExpress.XtraBars.BarButtonItem() Me.lblRefresh = New DevExpress.XtraBars.BarStaticItem() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.labelStatus = New System.Windows.Forms.Label() Me.labelRefresh = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label2 = New System.Windows.Forms.Label() Me.labelHotkey = New System.Windows.Forms.Label() Me.NotifyIconMain = New System.Windows.Forms.NotifyIcon(Me.components) Me.cmstrpNotifyIcon = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.FunktionenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.BisherigenAblaufAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.tsmiChangeState = New System.Windows.Forms.ToolStripMenuItem() Me.ClientÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ClientBeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TimerClose = New System.Windows.Forms.Timer(Me.components) Me.TimerRefresh = New System.Windows.Forms.Timer(Me.components) Me.ContextMenuStripForm = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.MinimierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.cmstrpNotifyIcon.SuspendLayout() Me.ContextMenuStripForm.SuspendLayout() Me.SuspendLayout() ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.lblUser, Me.lblVersion, Me.lblApplicationServer, Me.bbtniKonfig, Me.bbtnitemAdmin, Me.lblRefresh}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 7 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False] Me.RibbonControl1.Size = New System.Drawing.Size(492, 157) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'lblUser ' Me.lblUser.Caption = "BarStaticItem1" Me.lblUser.Id = 1 Me.lblUser.ImageOptions.SvgImage = CType(resources.GetObject("lblUser.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.lblUser.Name = "lblUser" Me.lblUser.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph ' 'lblVersion ' Me.lblVersion.Caption = "BarStaticItem1" Me.lblVersion.Id = 2 Me.lblVersion.Name = "lblVersion" ' 'lblApplicationServer ' Me.lblApplicationServer.Caption = "Application Server active" Me.lblApplicationServer.Id = 3 Me.lblApplicationServer.ImageOptions.SvgImage = CType(resources.GetObject("lblApplicationServer.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.lblApplicationServer.Name = "lblApplicationServer" Me.lblApplicationServer.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph ' 'bbtniKonfig ' Me.bbtniKonfig.Caption = "Grundeinstellungen" Me.bbtniKonfig.Id = 4 Me.bbtniKonfig.ImageOptions.SvgImage = CType(resources.GetObject("bbtniKonfig.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.bbtniKonfig.Name = "bbtniKonfig" ' 'bbtnitemAdmin ' Me.bbtnitemAdmin.Caption = "Administration" Me.bbtnitemAdmin.Id = 5 Me.bbtnitemAdmin.ImageOptions.SvgImage = CType(resources.GetObject("bbtnitemAdmin.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.bbtnitemAdmin.Name = "bbtnitemAdmin" ' 'lblRefresh ' Me.lblRefresh.Caption = "BarStaticItem1" Me.lblRefresh.Id = 6 Me.lblRefresh.Name = "lblRefresh" ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "Start" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.ItemLinks.Add(Me.bbtniKonfig) Me.RibbonPageGroup1.ItemLinks.Add(Me.bbtnitemAdmin) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "Einstellungen" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.ItemLinks.Add(Me.lblUser) Me.RibbonStatusBar1.ItemLinks.Add(Me.lblVersion) Me.RibbonStatusBar1.ItemLinks.Add(Me.lblApplicationServer) Me.RibbonStatusBar1.ItemLinks.Add(Me.lblRefresh) Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 289) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(492, 22) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.labelStatus) Me.GroupBox2.Controls.Add(Me.labelRefresh) Me.GroupBox2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox2.Location = New System.Drawing.Point(209, 163) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(256, 119) Me.GroupBox2.TabIndex = 16 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Informationen" ' 'labelStatus ' Me.labelStatus.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.labelStatus.Location = New System.Drawing.Point(8, 40) Me.labelStatus.Name = "labelStatus" Me.labelStatus.Size = New System.Drawing.Size(242, 67) Me.labelStatus.TabIndex = 0 Me.labelStatus.Text = "Label3" ' 'labelRefresh ' Me.labelRefresh.AutoSize = True Me.labelRefresh.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.labelRefresh.Location = New System.Drawing.Point(8, 21) Me.labelRefresh.Name = "labelRefresh" Me.labelRefresh.Size = New System.Drawing.Size(132, 13) Me.labelRefresh.TabIndex = 0 Me.labelRefresh.Text = "Aktualisierung erfolgreich." ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label2) 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(12, 163) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(191, 59) Me.GroupBox1.TabIndex = 15 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Aktuelle Tastenkombination:" ' 'Label2 ' Me.Label2.Dock = System.Windows.Forms.DockStyle.Top Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(3, 17) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(185, 13) Me.Label2.TabIndex = 14 Me.Label2.Text = "Zwischenablage gefolgt von:" Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'labelHotkey ' Me.labelHotkey.Dock = System.Windows.Forms.DockStyle.Bottom 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, 29) Me.labelHotkey.Name = "labelHotkey" Me.labelHotkey.Size = New System.Drawing.Size(185, 27) Me.labelHotkey.TabIndex = 13 Me.labelHotkey.Text = "{0}" Me.labelHotkey.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '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 = "NotifyIcon1" Me.NotifyIconMain.Visible = True ' 'cmstrpNotifyIcon ' Me.cmstrpNotifyIcon.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FunktionenToolStripMenuItem, Me.tsmiChangeState, Me.ClientÖffnenToolStripMenuItem, Me.ClientBeendenToolStripMenuItem}) Me.cmstrpNotifyIcon.Name = "cmstrpNotifyIcon" Me.cmstrpNotifyIcon.Size = New System.Drawing.Size(220, 92) ' 'FunktionenToolStripMenuItem ' Me.FunktionenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BisherigenAblaufAnzeigenToolStripMenuItem}) Me.FunktionenToolStripMenuItem.Name = "FunktionenToolStripMenuItem" Me.FunktionenToolStripMenuItem.Size = New System.Drawing.Size(219, 22) Me.FunktionenToolStripMenuItem.Text = "Funktionen" ' 'BisherigenAblaufAnzeigenToolStripMenuItem ' Me.BisherigenAblaufAnzeigenToolStripMenuItem.Name = "BisherigenAblaufAnzeigenToolStripMenuItem" Me.BisherigenAblaufAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(217, 22) Me.BisherigenAblaufAnzeigenToolStripMenuItem.Text = "Bisherigen Ablauf anzeigen" ' 'tsmiChangeState ' Me.tsmiChangeState.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.Symbols_Stop_16xLG Me.tsmiChangeState.Name = "tsmiChangeState" Me.tsmiChangeState.Size = New System.Drawing.Size(219, 22) Me.tsmiChangeState.Text = "Clipboard Watcher 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(219, 22) Me.ClientÖffnenToolStripMenuItem.Text = "Client öffnen" ' 'ClientBeendenToolStripMenuItem ' Me.ClientBeendenToolStripMenuItem.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel Me.ClientBeendenToolStripMenuItem.Name = "ClientBeendenToolStripMenuItem" Me.ClientBeendenToolStripMenuItem.Size = New System.Drawing.Size(219, 22) Me.ClientBeendenToolStripMenuItem.Text = "Client beenden" ' 'TimerClose ' Me.TimerClose.Interval = 10000 ' 'TimerRefresh ' Me.TimerRefresh.Interval = 120000 ' '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" ' 'ImageList1 ' Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent Me.ImageList1.Images.SetKeyName(0, "WorkItem_32xMD.png") Me.ImageList1.Images.SetKeyName(1, "key_16xLG.png") Me.ImageList1.Images.SetKeyName(2, "ResultstoFile_9946.png") Me.ImageList1.Images.SetKeyName(3, "WindowsForm_817.ico") Me.ImageList1.Images.SetKeyName(4, "process_16xMD.png") ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(492, 311) Me.ContextMenuStrip = Me.ContextMenuStripForm Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.IconOptions.Icon = CType(resources.GetObject("frmMain.IconOptions.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "frmMain" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "Clipboard Watcher" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.cmstrpNotifyIcon.ResumeLayout(False) Me.ContextMenuStripForm.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents GroupBox2 As GroupBox Friend WithEvents labelStatus As Label Friend WithEvents labelRefresh As Label Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label2 As Label Friend WithEvents labelHotkey As Label Friend WithEvents lblUser As DevExpress.XtraBars.BarStaticItem Friend WithEvents lblVersion As DevExpress.XtraBars.BarStaticItem Friend WithEvents lblApplicationServer As DevExpress.XtraBars.BarStaticItem Friend WithEvents bbtniKonfig As DevExpress.XtraBars.BarButtonItem Friend WithEvents bbtnitemAdmin As DevExpress.XtraBars.BarButtonItem Friend WithEvents NotifyIconMain As NotifyIcon Friend WithEvents cmstrpNotifyIcon As ContextMenuStrip Friend WithEvents FunktionenToolStripMenuItem As ToolStripMenuItem Friend WithEvents tsmiChangeState As ToolStripMenuItem Friend WithEvents ClientÖffnenToolStripMenuItem As ToolStripMenuItem Friend WithEvents ClientBeendenToolStripMenuItem As ToolStripMenuItem Friend WithEvents BisherigenAblaufAnzeigenToolStripMenuItem As ToolStripMenuItem Friend WithEvents lblRefresh As DevExpress.XtraBars.BarStaticItem Friend WithEvents TimerClose As Timer Friend WithEvents TimerRefresh As Timer Friend WithEvents ContextMenuStripForm As ContextMenuStrip Friend WithEvents MinimierenToolStripMenuItem As ToolStripMenuItem Friend WithEvents ImageList1 As ImageList End Class