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.

386 lines
22 KiB
C#

9 months ago
namespace POSV.Shift
{
partial class StoreRevenueForm
{
/// <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.controlBox1 = new POSV.Component.ControlBox();
this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.inputDate = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX();
this.memoTextBox = new POSV.Component.NormalTextBox();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.moneyTextBox = new POSV.Component.NumericTextBox();
this.feeitemCheckBox = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.labelX18 = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX5 = new POSV.Component.DoubleBufferPanelX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.bottomPanel = new POSV.Component.DoubleBufferPanelX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.doubleBufferPanelX2.SuspendLayout();
this.doubleBufferPanelX3.SuspendLayout();
this.doubleBufferPanelX5.SuspendLayout();
this.bottomPanel.SuspendLayout();
this.SuspendLayout();
//
// controlBox1
//
this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84)))));
this.controlBox1.CloseBox = true;
this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.controlBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.controlBox1.ForeColor = System.Drawing.Color.White;
this.controlBox1.Location = new System.Drawing.Point(0, 0);
this.controlBox1.Margin = new System.Windows.Forms.Padding(0);
this.controlBox1.MessageCenterStatus = false;
this.controlBox1.MinimizeBox = false;
this.controlBox1.Name = "controlBox1";
this.controlBox1.NetworkStatus = false;
this.controlBox1.NewForeColor = System.Drawing.Color.White;
this.controlBox1.SettingsBox = false;
this.controlBox1.ShowApplicationVersion = true;
this.controlBox1.ShowKeyboard = true;
this.controlBox1.ShowLockScreen = false;
this.controlBox1.ShowMessageCenter = false;
this.controlBox1.ShowNetworkStatus = false;
this.controlBox1.ShowQrCode = false;
this.controlBox1.Size = new System.Drawing.Size(544, 32);
this.controlBox1.TabIndex = 2;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox1.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.inputDate);
this.doubleBufferPanelX2.Controls.Add(this.labelX1);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 32);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX2.Size = new System.Drawing.Size(544, 50);
this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX2.Style.GradientAngle = 90;
this.doubleBufferPanelX2.TabIndex = 316;
//
// inputDate
//
//
//
//
this.inputDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.inputDate.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.inputDate.Location = new System.Drawing.Point(135, 8);
this.inputDate.Name = "inputDate";
this.inputDate.Size = new System.Drawing.Size(269, 35);
this.inputDate.TabIndex = 295;
this.inputDate.Text = "当前时间";
this.inputDate.WordWrap = true;
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.Location = new System.Drawing.Point(28, 6);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(100, 35);
this.labelX1.TabIndex = 294;
this.labelX1.Text = "登记时间:";
this.labelX1.WordWrap = true;
//
// doubleBufferPanelX3
//
this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX3.Controls.Add(this.memoTextBox);
this.doubleBufferPanelX3.Controls.Add(this.labelX2);
this.doubleBufferPanelX3.Controls.Add(this.labelX3);
this.doubleBufferPanelX3.Controls.Add(this.moneyTextBox);
this.doubleBufferPanelX3.Controls.Add(this.feeitemCheckBox);
this.doubleBufferPanelX3.Controls.Add(this.labelX18);
this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX3.Font = new System.Drawing.Font("宋体", 14.5F);
this.doubleBufferPanelX3.Location = new System.Drawing.Point(0, 82);
this.doubleBufferPanelX3.Name = "doubleBufferPanelX3";
this.doubleBufferPanelX3.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX3.Size = new System.Drawing.Size(544, 204);
this.doubleBufferPanelX3.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX3.Style.GradientAngle = 90;
this.doubleBufferPanelX3.TabIndex = 327;
//
// memoTextBox
//
this.memoTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.memoTextBox.Border.Class = "TextBoxBorder";
this.memoTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.memoTextBox.DisabledBackColor = System.Drawing.Color.White;
this.memoTextBox.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.memoTextBox.ForeColor = System.Drawing.Color.Black;
this.memoTextBox.ImeMode = System.Windows.Forms.ImeMode.On;
this.memoTextBox.Keyboard = POSV.KeyboardType.;
this.memoTextBox.Location = new System.Drawing.Point(136, 70);
this.memoTextBox.MaxLength = 128;
this.memoTextBox.Name = "memoTextBox";
this.memoTextBox.PreventEnterBeep = true;
this.memoTextBox.Size = new System.Drawing.Size(392, 33);
this.memoTextBox.TabIndex = 307;
this.memoTextBox.WatermarkFont = new System.Drawing.Font("微软雅黑", 14.25F);
this.memoTextBox.WatermarkText = "备注说明";
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.ForeColor = System.Drawing.Color.Black;
this.labelX2.Location = new System.Drawing.Point(28, 73);
this.labelX2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(101, 28);
this.labelX2.TabIndex = 306;
this.labelX2.Text = "备注说明:";
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.Location = new System.Drawing.Point(66, 126);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(56, 35);
this.labelX3.TabIndex = 305;
this.labelX3.Text = "金额:";
this.labelX3.WordWrap = true;
//
// moneyTextBox
//
this.moneyTextBox.AllowDecimalSeparator = true;
this.moneyTextBox.AllowNegativeSign = false;
this.moneyTextBox.AllowSpace = false;
this.moneyTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.moneyTextBox.Border.Class = "TextBoxBorder";
this.moneyTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.moneyTextBox.DisabledBackColor = System.Drawing.Color.White;
this.moneyTextBox.EnableSoftKeyboard = true;
this.moneyTextBox.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.moneyTextBox.ForeColor = System.Drawing.Color.Black;
this.moneyTextBox.Location = new System.Drawing.Point(135, 126);
this.moneyTextBox.MaxDecimalDigit = 2;
this.moneyTextBox.MaxLength = 20;
this.moneyTextBox.Name = "moneyTextBox";
this.moneyTextBox.PreventEnterBeep = true;
this.moneyTextBox.Size = new System.Drawing.Size(393, 33);
this.moneyTextBox.TabIndex = 304;
this.moneyTextBox.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.moneyTextBox.WatermarkFont = new System.Drawing.Font("微软雅黑", 14.25F);
this.moneyTextBox.WatermarkText = "输入金额";
//
// feeitemCheckBox
//
this.feeitemCheckBox.DisplayMember = "Text";
this.feeitemCheckBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.feeitemCheckBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.feeitemCheckBox.Font = new System.Drawing.Font("宋体", 16F);
this.feeitemCheckBox.ForeColor = System.Drawing.Color.Black;
this.feeitemCheckBox.FormattingEnabled = true;
this.feeitemCheckBox.ItemHeight = 27;
this.feeitemCheckBox.Location = new System.Drawing.Point(135, 11);
this.feeitemCheckBox.Name = "feeitemCheckBox";
this.feeitemCheckBox.Size = new System.Drawing.Size(393, 33);
this.feeitemCheckBox.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.feeitemCheckBox.TabIndex = 303;
//
// labelX18
//
//
//
//
this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX18.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX18.ForeColor = System.Drawing.Color.Black;
this.labelX18.Location = new System.Drawing.Point(28, 14);
this.labelX18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX18.Name = "labelX18";
this.labelX18.Size = new System.Drawing.Size(104, 28);
this.labelX18.TabIndex = 302;
this.labelX18.Text = "收入项目:";
//
// doubleBufferPanelX5
//
this.doubleBufferPanelX5.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX5.Controls.Add(this.buttonX2);
this.doubleBufferPanelX5.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX5.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX5.Location = new System.Drawing.Point(0, 286);
this.doubleBufferPanelX5.Name = "doubleBufferPanelX5";
this.doubleBufferPanelX5.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX5.Size = new System.Drawing.Size(544, 45);
this.doubleBufferPanelX5.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX5.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX5.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX5.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX5.Style.GradientAngle = 90;
this.doubleBufferPanelX5.TabIndex = 347;
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX2.FadeEffect = false;
this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX2.Location = new System.Drawing.Point(107, 4);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(346, 41);
this.buttonX2.TabIndex = 335;
this.buttonX2.Text = "确认录入";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.btn_ok_Click);
//
// bottomPanel
//
this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bottomPanel.Controls.Add(this.ButtonCancel);
this.bottomPanel.Controls.Add(this.lblInfo);
this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bottomPanel.Location = new System.Drawing.Point(0, 382);
this.bottomPanel.Name = "bottomPanel";
this.bottomPanel.Padding = new System.Windows.Forms.Padding(2);
this.bottomPanel.Size = new System.Drawing.Size(544, 52);
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 = 351;
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonCancel.FadeEffect = false;
this.ButtonCancel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonCancel.Location = new System.Drawing.Point(445, 3);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(97, 47);
this.ButtonCancel.TabIndex = 31;
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.btn_exit_Click);
//
// lblInfo
//
//
//
//
this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left;
this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInfo.Location = new System.Drawing.Point(2, 2);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(313, 48);
this.lblInfo.TabIndex = 27;
this.lblInfo.Text = "请输入支出金额";
this.lblInfo.WordWrap = true;
//
// StoreRevenueForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(544, 434);
this.Controls.Add(this.bottomPanel);
this.Controls.Add(this.doubleBufferPanelX5);
this.Controls.Add(this.doubleBufferPanelX3);
this.Controls.Add(this.doubleBufferPanelX2);
this.Controls.Add(this.controlBox1);
this.Name = "StoreRevenueForm";
this.Text = "StoreRevenue";
this.doubleBufferPanelX2.ResumeLayout(false);
this.doubleBufferPanelX3.ResumeLayout(false);
this.doubleBufferPanelX5.ResumeLayout(false);
this.bottomPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private DevComponents.DotNetBar.LabelX inputDate;
private DevComponents.DotNetBar.LabelX labelX1;
private Component.DoubleBufferPanelX doubleBufferPanelX3;
private Component.DoubleBufferPanelX doubleBufferPanelX5;
private DevComponents.DotNetBar.ButtonX buttonX2;
private Component.DoubleBufferPanelX bottomPanel;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private DevComponents.DotNetBar.LabelX lblInfo;
private DevComponents.DotNetBar.LabelX labelX3;
private Component.NumericTextBox moneyTextBox;
private DevComponents.DotNetBar.Controls.ComboBoxEx feeitemCheckBox;
private DevComponents.DotNetBar.LabelX labelX18;
private Component.NormalTextBox memoTextBox;
private DevComponents.DotNetBar.LabelX labelX2;
}
}