namespace POSV { partial class TransparentShortcut { /// /// 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.flyout = new POSV.Component.FlyoutX(); this.SuspendLayout(); // // flyout // this.flyout.ActivateOnShow = true; this.flyout.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207))))); this.flyout.DropShadow = false; this.flyout.Parent = this; this.flyout.TopMost = true; this.flyout.FlyoutShowing += new DevComponents.DotNetBar.Controls.FlyoutShowingEventHandler(this.OnFlyoutShowing); this.flyout.FlyoutClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFlyoutClosing); this.flyout.FlyoutClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFlyoutClosed); // // TransparentShortcut // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(559, 447); this.Name = "TransparentShortcut"; this.Text = "Transparent"; this.ResumeLayout(false); } #endregion private Component.FlyoutX flyout; } }