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.

176 lines
9.2 KiB
C#

namespace POSV.Stock
{
partial class StoreStockCheckApplyForm
{
/// <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.controlBox = new POSV.Component.ControlBox();
this.doubleBufferPanelX8 = new POSV.Component.DoubleBufferPanelX();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.labelX9 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX8.SuspendLayout();
this.bottomPanel.SuspendLayout();
this.SuspendLayout();
//
// controlBox
//
this.controlBox.BackColor = System.Drawing.Color.Maroon;
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 = 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(325, 36);
this.controlBox.TabIndex = 14;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
//
// doubleBufferPanelX8
//
this.doubleBufferPanelX8.CanvasColor = System.Drawing.Color.Transparent;
this.doubleBufferPanelX8.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX8.Controls.Add(this.bottomPanel);
this.doubleBufferPanelX8.Controls.Add(this.labelX9);
this.doubleBufferPanelX8.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX8.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX8.Location = new System.Drawing.Point(0, 36);
this.doubleBufferPanelX8.Name = "doubleBufferPanelX8";
this.doubleBufferPanelX8.Size = new System.Drawing.Size(325, 147);
this.doubleBufferPanelX8.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX8.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.doubleBufferPanelX8.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
this.doubleBufferPanelX8.Style.GradientAngle = 90;
this.doubleBufferPanelX8.TabIndex = 281;
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.Color.Gainsboro;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.buttonX1);
this.bottomPanel.Controls.Add(this.ButtonCancel);
this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bottomPanel.Location = new System.Drawing.Point(0, 92);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(2);
this.bottomPanel.Size = new System.Drawing.Size(325, 55);
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 = 280;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.BackColor = System.Drawing.Color.DodgerBlue;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.FadeEffect = false;
this.buttonX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX1.Location = new System.Drawing.Point(119, 0);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(101, 53);
this.buttonX1.TabIndex = 33;
this.buttonX1.Text = "确定";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.BtnOk);
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.Red;
this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonCancel.FadeEffect = false;
this.ButtonCancel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonCancel.Location = new System.Drawing.Point(221, 0);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(100, 53);
this.ButtonCancel.TabIndex = 32;
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.BtnCancel);
//
// labelX9
//
//
//
//
this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX9.Font = new System.Drawing.Font("宋体", 16F);
this.labelX9.FontBold = true;
this.labelX9.ForeColor = System.Drawing.Color.Maroon;
this.labelX9.Location = new System.Drawing.Point(43, 13);
this.labelX9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(282, 39);
this.labelX9.TabIndex = 252;
this.labelX9.Text = "提醒:是否审核次单据?";
this.labelX9.WordWrap = true;
//
// StoreStockCheckApplyForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Gainsboro;
this.ClientSize = new System.Drawing.Size(325, 183);
this.Controls.Add(this.doubleBufferPanelX8);
this.Controls.Add(this.controlBox);
this.Name = "StoreStockCheckApplyForm";
this.Text = "StoreStockCheckApplyForm";
this.doubleBufferPanelX8.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.DoubleBufferPanelX doubleBufferPanelX8;
private Component.DoubleBufferPanelX bottomPanel;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.LabelX labelX9;
}
}