namespace POSV.Business { partial class QuantityForm { /// /// 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.bottomPanel = new POSV.Component.DoubleBufferPanelX(); this.ButtonClose = new DevComponents.DotNetBar.ButtonX(); this.mainPanel = new POSV.Component.DoubleBufferPanelX(); this.bottomPanel.SuspendLayout(); this.SuspendLayout(); // // bottomPanel // this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control; this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bottomPanel.Controls.Add(this.ButtonClose); this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty; this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Top; this.bottomPanel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bottomPanel.Location = new System.Drawing.Point(0, 0); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Padding = new System.Windows.Forms.Padding(2); this.bottomPanel.Size = new System.Drawing.Size(559, 50); this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.bottomPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.bottomPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.bottomPanel.Style.GradientAngle = 90; this.bottomPanel.TabIndex = 241; // // ButtonClose // this.ButtonClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonClose.BackColor = System.Drawing.Color.SaddleBrown; this.ButtonClose.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonClose.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.ButtonClose.Dock = System.Windows.Forms.DockStyle.Right; this.ButtonClose.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonClose.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonClose.Location = new System.Drawing.Point(355, 2); this.ButtonClose.Name = "ButtonClose"; this.ButtonClose.Size = new System.Drawing.Size(202, 46); this.ButtonClose.TabIndex = 31; this.ButtonClose.Text = "关闭"; this.ButtonClose.TextColor = System.Drawing.Color.White; this.ButtonClose.Click += new System.EventHandler(this.OnControlBoxCloseClick); // // mainPanel // this.mainPanel.CanvasColor = System.Drawing.SystemColors.Control; this.mainPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty; this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainPanel.Location = new System.Drawing.Point(0, 50); this.mainPanel.Name = "mainPanel"; this.mainPanel.Size = new System.Drawing.Size(559, 481); this.mainPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.mainPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; 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 = 245; // // QuantityForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(559, 531); this.Controls.Add(this.mainPanel); this.Controls.Add(this.bottomPanel); this.Name = "QuantityForm"; this.Text = "QuantityForm"; this.bottomPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX bottomPanel; private DevComponents.DotNetBar.ButtonX ButtonClose; private Component.DoubleBufferPanelX mainPanel; } }