namespace POSV { partial class DialogForm { /// /// 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.mainContainer = new POSV.Component.DoubleBufferPanelX(); this.lblContent = new DevComponents.DotNetBar.LabelX(); this.bottomPanel = new POSV.Component.DoubleBufferPanelX(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.ButtonOK = new DevComponents.DotNetBar.ButtonX(); this.ButtonClose = new DevComponents.DotNetBar.ButtonX(); this.controlBox = new POSV.Component.ControlBox(); this.mainContainer.SuspendLayout(); this.bottomPanel.SuspendLayout(); this.doubleBufferPanelX1.SuspendLayout(); this.SuspendLayout(); // // mainContainer // this.mainContainer.CanvasColor = System.Drawing.SystemColors.Control; this.mainContainer.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.mainContainer.Controls.Add(this.lblContent); this.mainContainer.Controls.Add(this.bottomPanel); this.mainContainer.Controls.Add(this.controlBox); this.mainContainer.DisabledBackColor = System.Drawing.Color.Empty; this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.mainContainer.Location = new System.Drawing.Point(0, 0); this.mainContainer.Name = "mainContainer"; this.mainContainer.Size = new System.Drawing.Size(395, 198); this.mainContainer.Style.Alignment = System.Drawing.StringAlignment.Center; this.mainContainer.Style.BackColor1.Alpha = ((byte)(0)); this.mainContainer.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.mainContainer.Style.BackColor2.Alpha = ((byte)(0)); this.mainContainer.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.mainContainer.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.mainContainer.Style.BorderColor.Alpha = ((byte)(0)); this.mainContainer.Style.BorderColor.Color = System.Drawing.Color.Transparent; this.mainContainer.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.mainContainer.Style.GradientAngle = 90; this.mainContainer.TabIndex = 0; // // lblContent // // // // this.lblContent.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblContent.Dock = System.Windows.Forms.DockStyle.Fill; this.lblContent.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblContent.Location = new System.Drawing.Point(0, 32); this.lblContent.Name = "lblContent"; this.lblContent.Size = new System.Drawing.Size(395, 117); this.lblContent.Symbol = ""; this.lblContent.SymbolSize = 30F; this.lblContent.TabIndex = 94; this.lblContent.Text = "请输入提示内容请输入提示内容请输入提示内容"; this.lblContent.WordWrap = true; // // bottomPanel // this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control; this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bottomPanel.Controls.Add(this.doubleBufferPanelX1); this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty; this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(0, 149); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Size = new System.Drawing.Size(395, 49); this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.bottomPanel.Style.BackColor1.Alpha = ((byte)(0)); this.bottomPanel.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.bottomPanel.Style.BackColor2.Alpha = ((byte)(0)); this.bottomPanel.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.bottomPanel.Style.BorderColor.Alpha = ((byte)(0)); this.bottomPanel.Style.BorderColor.Color = System.Drawing.Color.Transparent; this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.bottomPanel.Style.GradientAngle = 90; this.bottomPanel.TabIndex = 4; // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.ButtonOK); this.doubleBufferPanelX1.Controls.Add(this.ButtonClose); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Right; this.doubleBufferPanelX1.Location = new System.Drawing.Point(194, 0); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2); this.doubleBufferPanelX1.Size = new System.Drawing.Size(201, 49); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.Alpha = ((byte)(0)); this.doubleBufferPanelX1.Style.BackColor1.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX1.Style.BackColor2.Alpha = ((byte)(0)); this.doubleBufferPanelX1.Style.BackColor2.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX1.Style.BorderColor.Alpha = ((byte)(0)); this.doubleBufferPanelX1.Style.BorderColor.Color = System.Drawing.Color.Transparent; this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX1.Style.GradientAngle = 90; this.doubleBufferPanelX1.TabIndex = 8; // // ButtonOK // this.ButtonOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.ButtonOK.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonOK.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonOK.Dock = System.Windows.Forms.DockStyle.Right; this.ButtonOK.FadeEffect = false; this.ButtonOK.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonOK.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonOK.Location = new System.Drawing.Point(8, 2); this.ButtonOK.Name = "ButtonOK"; this.ButtonOK.Size = new System.Drawing.Size(94, 45); this.ButtonOK.TabIndex = 29; this.ButtonOK.Text = "保存"; this.ButtonOK.TextColor = System.Drawing.Color.White; this.ButtonOK.Click += new System.EventHandler(this.OnEnterClick); // // ButtonClose // this.ButtonClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); 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(102, 2); this.ButtonClose.Name = "ButtonClose"; this.ButtonClose.Size = new System.Drawing.Size(97, 45); this.ButtonClose.TabIndex = 30; this.ButtonClose.Text = "关闭"; this.ButtonClose.TextColor = System.Drawing.Color.White; this.ButtonClose.Click += new System.EventHandler(this.OnEscapeClick); // // controlBox // this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84))))); this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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 = false; this.controlBox.Name = "controlBox"; this.controlBox.NetworkStatus = false; this.controlBox.NewForeColor = System.Drawing.Color.White; this.controlBox.SettingsBox = false; this.controlBox.ShowApplicationVersion = false; this.controlBox.ShowKeyboard = false; this.controlBox.ShowLockScreen = false; this.controlBox.ShowMessageCenter = false; this.controlBox.ShowNetworkStatus = false; this.controlBox.ShowQrCode = false; this.controlBox.Size = new System.Drawing.Size(395, 32); this.controlBox.TabIndex = 0; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnEscapeClick); // // DialogForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.SystemColors.Info; this.ClientSize = new System.Drawing.Size(395, 198); this.Controls.Add(this.mainContainer); this.Name = "DialogForm"; this.Text = "DialogForm"; this.mainContainer.ResumeLayout(false); this.bottomPanel.ResumeLayout(false); this.doubleBufferPanelX1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.DoubleBufferPanelX mainContainer; private Component.DoubleBufferPanelX bottomPanel; private Component.ControlBox controlBox; private DevComponents.DotNetBar.LabelX lblContent; private Component.DoubleBufferPanelX doubleBufferPanelX1; private DevComponents.DotNetBar.ButtonX ButtonClose; public DevComponents.DotNetBar.ButtonX ButtonOK; } }