namespace CircleViewer { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings1 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings(); Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings(); Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings1 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.encryptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tssConnectionStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.tssbSettings = new System.Windows.Forms.ToolStripSplitButton(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.protectFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.activityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.circleManagementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.createNewCircleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.membershipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.joinCircleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.inviteMemberToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.revokeMemberToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.revokeDeviceToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.registerLicenseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tsddCircle = new System.Windows.Forms.ToolStripDropDownButton(); this.tsddTopic = new System.Windows.Forms.ToolStripDropDownButton(); this.tm_updateStatus = new System.Windows.Forms.Timer(this.components); this.pdfViewer = new Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView(); this.pbLoading = new System.Windows.Forms.PictureBox(); this.pbImageViewer = new System.Windows.Forms.PictureBox(); this.wmpViewer = new AxWMPLib.AxWindowsMediaPlayer(); this.statusStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbLoading)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbImageViewer)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.wmpViewer)).BeginInit(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.ContextMenuStrip = this.contextMenuStrip1; this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tssConnectionStatus, this.toolStripStatusLabel1, this.tssbSettings, this.tsddCircle, this.tsddTopic}); this.statusStrip1.Location = new System.Drawing.Point(0, 518); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(722, 26); this.statusStrip1.TabIndex = 0; this.statusStrip1.Text = "statusStrip1"; // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.encryptToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(161, 30); // // encryptToolStripMenuItem // this.encryptToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("encryptToolStripMenuItem.Image"))); this.encryptToolStripMenuItem.Name = "encryptToolStripMenuItem"; this.encryptToolStripMenuItem.Size = new System.Drawing.Size(160, 26); this.encryptToolStripMenuItem.Text = "Secure file..."; this.encryptToolStripMenuItem.Click += new System.EventHandler(this.encryptToolStripMenuItem_Click); // // tssConnectionStatus // this.tssConnectionStatus.Name = "tssConnectionStatus"; this.tssConnectionStatus.Size = new System.Drawing.Size(109, 20); this.tssConnectionStatus.Text = "Not Connected"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(25, 20); this.toolStripStatusLabel1.Text = " "; // // tssbSettings // this.tssbSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tssbSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.settingsToolStripMenuItem}); this.tssbSettings.Image = ((System.Drawing.Image)(resources.GetObject("tssbSettings.Image"))); this.tssbSettings.ImageTransparentColor = System.Drawing.Color.Magenta; this.tssbSettings.Name = "tssbSettings"; this.tssbSettings.Size = new System.Drawing.Size(39, 24); this.tssbSettings.Text = "Settings"; this.tssbSettings.ButtonClick += new System.EventHandler(this.tssbSettings_ButtonClick); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.protectFilesToolStripMenuItem, this.activityToolStripMenuItem, this.toolStripSeparator1, this.circleManagementToolStripMenuItem, this.registerLicenseToolStripMenuItem}); this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(145, 26); this.settingsToolStripMenuItem.Text = "Settings"; // // protectFilesToolStripMenuItem // this.protectFilesToolStripMenuItem.Name = "protectFilesToolStripMenuItem"; this.protectFilesToolStripMenuItem.Size = new System.Drawing.Size(258, 26); this.protectFilesToolStripMenuItem.Text = "Protect Files"; this.protectFilesToolStripMenuItem.Visible = false; this.protectFilesToolStripMenuItem.Click += new System.EventHandler(this.protectFilesToolStripMenuItem_Click); // // activityToolStripMenuItem // this.activityToolStripMenuItem.Name = "activityToolStripMenuItem"; this.activityToolStripMenuItem.Size = new System.Drawing.Size(258, 26); this.activityToolStripMenuItem.Text = "Activity"; this.activityToolStripMenuItem.Click += new System.EventHandler(this.activityToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(255, 6); // // circleManagementToolStripMenuItem // this.circleManagementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.createNewCircleToolStripMenuItem, this.membershipToolStripMenuItem}); this.circleManagementToolStripMenuItem.Name = "circleManagementToolStripMenuItem"; this.circleManagementToolStripMenuItem.Size = new System.Drawing.Size(258, 26); this.circleManagementToolStripMenuItem.Text = "User Group Management"; // // createNewCircleToolStripMenuItem // this.createNewCircleToolStripMenuItem.Name = "createNewCircleToolStripMenuItem"; this.createNewCircleToolStripMenuItem.Size = new System.Drawing.Size(247, 26); this.createNewCircleToolStripMenuItem.Text = "Create New User Group"; this.createNewCircleToolStripMenuItem.Click += new System.EventHandler(this.createNewCircleToolStripMenuItem_Click); // // membershipToolStripMenuItem // this.membershipToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.joinCircleToolStripMenuItem, this.inviteMemberToolStripMenuItem1, this.revokeMemberToolStripMenuItem1, this.revokeDeviceToolStripMenuItem1}); this.membershipToolStripMenuItem.Name = "membershipToolStripMenuItem"; this.membershipToolStripMenuItem.Size = new System.Drawing.Size(247, 26); this.membershipToolStripMenuItem.Text = "User Enrollment"; // // joinCircleToolStripMenuItem // this.joinCircleToolStripMenuItem.Name = "joinCircleToolStripMenuItem"; this.joinCircleToolStripMenuItem.Size = new System.Drawing.Size(196, 26); this.joinCircleToolStripMenuItem.Text = "Join User Group"; this.joinCircleToolStripMenuItem.Click += new System.EventHandler(this.joinCircleToolStripMenuItem_Click); // // inviteMemberToolStripMenuItem1 // this.inviteMemberToolStripMenuItem1.Name = "inviteMemberToolStripMenuItem1"; this.inviteMemberToolStripMenuItem1.Size = new System.Drawing.Size(196, 26); this.inviteMemberToolStripMenuItem1.Text = "Add User"; this.inviteMemberToolStripMenuItem1.Click += new System.EventHandler(this.inviteMemberToolStripMenuItem1_Click); // // revokeMemberToolStripMenuItem1 // this.revokeMemberToolStripMenuItem1.Name = "revokeMemberToolStripMenuItem1"; this.revokeMemberToolStripMenuItem1.Size = new System.Drawing.Size(196, 26); this.revokeMemberToolStripMenuItem1.Text = "Revoke User"; this.revokeMemberToolStripMenuItem1.Click += new System.EventHandler(this.revokeMemberToolStripMenuItem1_Click); // // revokeDeviceToolStripMenuItem1 // this.revokeDeviceToolStripMenuItem1.Name = "revokeDeviceToolStripMenuItem1"; this.revokeDeviceToolStripMenuItem1.Size = new System.Drawing.Size(196, 26); this.revokeDeviceToolStripMenuItem1.Text = "Revoke Device"; this.revokeDeviceToolStripMenuItem1.Click += new System.EventHandler(this.revokeDeviceToolStripMenuItem1_Click); // // registerLicenseToolStripMenuItem // this.registerLicenseToolStripMenuItem.Name = "registerLicenseToolStripMenuItem"; this.registerLicenseToolStripMenuItem.Size = new System.Drawing.Size(258, 26); this.registerLicenseToolStripMenuItem.Text = "License"; this.registerLicenseToolStripMenuItem.Click += new System.EventHandler(this.registerLicenseToolStripMenuItem_Click); // // tsddCircle // this.tsddCircle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsddCircle.Image = ((System.Drawing.Image)(resources.GetObject("tsddCircle.Image"))); this.tsddCircle.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddCircle.Name = "tsddCircle"; this.tsddCircle.Size = new System.Drawing.Size(150, 24); this.tsddCircle.Text = "Default User Group"; this.tsddCircle.Visible = false; // // tsddTopic // this.tsddTopic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsddTopic.Image = ((System.Drawing.Image)(resources.GetObject("tsddTopic.Image"))); this.tsddTopic.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddTopic.Name = "tsddTopic"; this.tsddTopic.Size = new System.Drawing.Size(112, 24); this.tsddTopic.Text = "Default Topic"; this.tsddTopic.Visible = false; // // tm_updateStatus // this.tm_updateStatus.Enabled = true; this.tm_updateStatus.Tick += new System.EventHandler(this.tm_updateStatus_Tick); // // pdfViewer // this.pdfViewer.AllowDrop = true; this.pdfViewer.AutoScroll = true; this.pdfViewer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(237)))), ((int)(((byte)(237))))); this.pdfViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pdfViewer.CursorMode = Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool; this.pdfViewer.EnableContextMenu = true; this.pdfViewer.HorizontalScrollOffset = 0; this.pdfViewer.IsTextSearchEnabled = true; this.pdfViewer.IsTextSelectionEnabled = true; this.pdfViewer.Location = new System.Drawing.Point(39, 42); messageBoxSettings1.EnableNotification = true; this.pdfViewer.MessageBoxSettings = messageBoxSettings1; this.pdfViewer.MinimumZoomPercentage = 50; this.pdfViewer.Name = "pdfViewer"; this.pdfViewer.PageBorderThickness = 1; pdfViewerPrinterSettings1.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto; pdfViewerPrinterSettings1.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize; pdfViewerPrinterSettings1.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation"))); pdfViewerPrinterSettings1.ShowPrintStatusDialog = true; this.pdfViewer.PrinterSettings = pdfViewerPrinterSettings1; this.pdfViewer.ReferencePath = null; this.pdfViewer.ScrollDisplacementValue = 0; this.pdfViewer.ShowHorizontalScrollBar = true; this.pdfViewer.ShowVerticalScrollBar = true; this.pdfViewer.Size = new System.Drawing.Size(164, 164); this.pdfViewer.SpaceBetweenPages = 8; this.pdfViewer.TabIndex = 1; textSearchSettings1.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64))))); textSearchSettings1.HighlightAllInstance = true; textSearchSettings1.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))); this.pdfViewer.TextSearchSettings = textSearchSettings1; this.pdfViewer.ThemeName = "Default"; this.pdfViewer.VerticalScrollOffset = 0; this.pdfViewer.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default; this.pdfViewer.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default; this.pdfViewer.DragDrop += new System.Windows.Forms.DragEventHandler(this.pdfViewer_DragDrop); this.pdfViewer.DragOver += new System.Windows.Forms.DragEventHandler(this.pdfViewer_DragOver); // // pbLoading // this.pbLoading.Anchor = System.Windows.Forms.AnchorStyles.None; this.pbLoading.Image = global::CircleViewer.Properties.Resources.C_Loader_V2_small; this.pbLoading.Location = new System.Drawing.Point(338, 113); this.pbLoading.Name = "pbLoading"; this.pbLoading.Size = new System.Drawing.Size(150, 150); this.pbLoading.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbLoading.TabIndex = 3; this.pbLoading.TabStop = false; // // pbImageViewer // this.pbImageViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbImageViewer.Location = new System.Drawing.Point(259, 57); this.pbImageViewer.Name = "pbImageViewer"; this.pbImageViewer.Size = new System.Drawing.Size(100, 50); this.pbImageViewer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbImageViewer.TabIndex = 2; this.pbImageViewer.TabStop = false; this.pbImageViewer.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbImageViewer_DragDrop); this.pbImageViewer.DragOver += new System.Windows.Forms.DragEventHandler(this.pbImageViewer_DragOver); // // wmpViewer // this.wmpViewer.Enabled = true; this.wmpViewer.Location = new System.Drawing.Point(515, 138); this.wmpViewer.Name = "wmpViewer"; this.wmpViewer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("wmpViewer.OcxState"))); this.wmpViewer.Size = new System.Drawing.Size(148, 68); this.wmpViewer.TabIndex = 4; // // Form1 // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(722, 544); this.Controls.Add(this.wmpViewer); this.Controls.Add(this.pbLoading); this.Controls.Add(this.pbImageViewer); this.Controls.Add(this.pdfViewer); this.Controls.Add(this.statusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.Text = "Circle for Data Protection"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed); this.Load += new System.EventHandler(this.Form1_Load); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop); this.DragOver += new System.Windows.Forms.DragEventHandler(this.Form1_DragOver); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pbLoading)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbImageViewer)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.wmpViewer)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel tssConnectionStatus; private System.Windows.Forms.Timer tm_updateStatus; private Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView pdfViewer; private System.Windows.Forms.PictureBox pbImageViewer; private System.Windows.Forms.PictureBox pbLoading; private AxWMPLib.AxWindowsMediaPlayer wmpViewer; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem encryptToolStripMenuItem; private System.Windows.Forms.ToolStripSplitButton tssbSettings; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem registerLicenseToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem protectFilesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem circleManagementToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem createNewCircleToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem membershipToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem joinCircleToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem inviteMemberToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem revokeMemberToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem revokeDeviceToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem activityToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripDropDownButton tsddCircle; private System.Windows.Forms.ToolStripDropDownButton tsddTopic; } }