You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.1 KiB
C#

namespace POSV
{
partial class TransparentShortcut
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}