namespace POSV { partial class LoginForm { /// /// 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.mainPanel = new POSV.Component.DoubleBufferPanelX(); this.controlBox = new POSV.Component.ControlBox(); this.SuspendLayout(); // // mainPanel // this.mainPanel.CanvasColor = System.Drawing.SystemColors.Control; this.mainPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty; this.mainPanel.Location = new System.Drawing.Point(425, 163); this.mainPanel.Name = "mainPanel"; this.mainPanel.Size = new System.Drawing.Size(558, 488); this.mainPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.mainPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.mainPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.mainPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.mainPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.mainPanel.Style.GradientAngle = 90; this.mainPanel.TabIndex = 3; // // controlBox // this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167))))); this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.ForeColor = System.Drawing.Color.White; this.controlBox.Location = new System.Drawing.Point(0, 0); this.controlBox.Margin = new System.Windows.Forms.Padding(0); this.controlBox.MessageCenterStatus = false; this.controlBox.MinimizeBox = true; this.controlBox.Name = "controlBox"; this.controlBox.NetworkStatus = false; this.controlBox.NewForeColor = System.Drawing.Color.White; this.controlBox.SettingsBox = true; this.controlBox.ShowApplicationVersion = true; this.controlBox.ShowKeyboard = false; this.controlBox.ShowLockScreen = false; this.controlBox.ShowMessageCenter = false; this.controlBox.ShowNetworkStatus = true; this.controlBox.ShowQrCode = false; this.controlBox.Size = new System.Drawing.Size(1139, 36); this.controlBox.TabIndex = 2; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseClick); this.controlBox.MinimizedClick += new POSV.Component.ControlBox.EventHandler(this.OnMinimizedClick); this.controlBox.SettingsClick += new POSV.Component.ControlBox.EventHandler(this.OnSettingsClick); // // LoginForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1139, 675); this.Controls.Add(this.mainPanel); this.Controls.Add(this.controlBox); this.Name = "LoginForm"; this.Text = "LoginForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox; private Component.DoubleBufferPanelX mainPanel; } }