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.

412 lines
25 KiB
C#

namespace POSV.Stock
{
partial class AskGoodsPredictionTurnover
{
/// <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.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX();
this.turnoverTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.storeNo = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.storeName = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.DateTime = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.WeekDay = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.PreDictionAmount = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.PreDictionAmountExplain = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.PreDictionAmountFloat = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.btnFloating = new DevComponents.DotNetBar.ButtonX();
this.btnDepreciation = new DevComponents.DotNetBar.ButtonX();
this.controlBox1 = new POSV.Component.ControlBox();
this.proportionTextBox = new POSV.Component.NumericTextBox();
this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX();
this.btnClose = new POSV.Component.TouchButtonX();
this.btnConfirm = new POSV.Component.TouchButtonX();
this.doubleBufferPanelX2.SuspendLayout();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX3.SuspendLayout();
this.SuspendLayout();
//
// doubleBufferPanelX2
//
this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX2.Controls.Add(this.turnoverTable);
this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Fill;
this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 82);
this.doubleBufferPanelX2.Name = "doubleBufferPanelX2";
this.doubleBufferPanelX2.Size = new System.Drawing.Size(734, 409);
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 = 335;
//
// turnoverTable
//
this.turnoverTable.AllowDrop = true;
this.turnoverTable.BackColor = System.Drawing.Color.White;
this.turnoverTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.turnoverTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.turnoverTable.ForeColor = System.Drawing.Color.Black;
this.turnoverTable.ImeMode = System.Windows.Forms.ImeMode.On;
this.turnoverTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.turnoverTable.Location = new System.Drawing.Point(0, 0);
this.turnoverTable.Name = "turnoverTable";
//
//
//
this.turnoverTable.PrimaryGrid.AutoGenerateColumns = false;
this.turnoverTable.PrimaryGrid.Columns.Add(this.storeNo);
this.turnoverTable.PrimaryGrid.Columns.Add(this.storeName);
this.turnoverTable.PrimaryGrid.Columns.Add(this.DateTime);
this.turnoverTable.PrimaryGrid.Columns.Add(this.WeekDay);
this.turnoverTable.PrimaryGrid.Columns.Add(this.PreDictionAmount);
this.turnoverTable.PrimaryGrid.Columns.Add(this.PreDictionAmountExplain);
this.turnoverTable.PrimaryGrid.Columns.Add(this.PreDictionAmountFloat);
this.turnoverTable.PrimaryGrid.DefaultRowHeight = 35;
this.turnoverTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.turnoverTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.turnoverTable.PrimaryGrid.MouseEditMode = DevComponents.DotNetBar.SuperGrid.MouseEditMode.SingleClick;
this.turnoverTable.PrimaryGrid.MultiSelect = false;
this.turnoverTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.turnoverTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.turnoverTable.PrimaryGrid.ShowRowGridIndex = true;
this.turnoverTable.Size = new System.Drawing.Size(734, 409);
this.turnoverTable.TabIndex = 301;
this.turnoverTable.TabSelection = DevComponents.DotNetBar.SuperGrid.TabSelection.CellSameRow;
//
// storeNo
//
this.storeNo.DataPropertyName = "StoreNo";
this.storeNo.HeaderText = "门店编号";
this.storeNo.Name = "storeNo";
this.storeNo.Width = 80;
//
// storeName
//
this.storeName.DataPropertyName = "StoreName";
this.storeName.HeaderText = "门店名称";
this.storeName.Name = "storeName";
//
// DateTime
//
this.DateTime.DataPropertyName = "DateTime";
this.DateTime.HeaderText = "预估时间";
this.DateTime.Name = "dateTime";
//
// WeekDay
//
this.WeekDay.DataPropertyName = "WeekDay";
this.WeekDay.FillWeight = 50;
this.WeekDay.HeaderText = "星期";
this.WeekDay.Name = "weekDay";
this.WeekDay.Width = 50;
//
// PreDictionAmount
//
this.PreDictionAmount.DataPropertyName = "PreDictionAmount";
this.PreDictionAmount.HeaderText = "预估营业额";
this.PreDictionAmount.Name = "preDictionAmount";
this.PreDictionAmount.Width = 130;
//
// PreDictionAmountExplain
//
this.PreDictionAmountExplain.DataPropertyName = "PreDictionAmountExplain";
this.PreDictionAmountExplain.HeaderText = "浮动";
this.PreDictionAmountExplain.Name = "preDictionAmountExplain";
//
// PreDictionAmountFloat
//
this.PreDictionAmountFloat.DataPropertyName = "PreDictionAmountFloat";
this.PreDictionAmountFloat.HeaderText = "浮动后营业额";
this.PreDictionAmountFloat.Name = "preDictionAmountFloat";
this.PreDictionAmountFloat.Width = 130;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.proportionTextBox);
this.doubleBufferPanelX1.Controls.Add(this.labelX3);
this.doubleBufferPanelX1.Controls.Add(this.btnFloating);
this.doubleBufferPanelX1.Controls.Add(this.btnDepreciation);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 32);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(734, 50);
this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 331;
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("宋体", 14.5F);
this.labelX3.Location = new System.Drawing.Point(0, 7);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(136, 37);
this.labelX3.TabIndex = 334;
this.labelX3.Text = "浮动比例 (%):";
this.labelX3.WordWrap = true;
//
// btnFloating
//
this.btnFloating.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.btnFloating.BackColor = System.Drawing.Color.DeepPink;
this.btnFloating.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.btnFloating.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFloating.FadeEffect = false;
this.btnFloating.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnFloating.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnFloating.Location = new System.Drawing.Point(344, 7);
this.btnFloating.Name = "btnFloating";
this.btnFloating.Size = new System.Drawing.Size(100, 37);
this.btnFloating.TabIndex = 240;
this.btnFloating.Tag = "edit";
this.btnFloating.Text = "上浮";
this.btnFloating.TextColor = System.Drawing.Color.White;
this.btnFloating.Click += new System.EventHandler(this.btnFloating_Click);
//
// btnDepreciation
//
this.btnDepreciation.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.btnDepreciation.BackColor = System.Drawing.Color.DodgerBlue;
this.btnDepreciation.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.btnDepreciation.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDepreciation.FadeEffect = false;
this.btnDepreciation.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDepreciation.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnDepreciation.Location = new System.Drawing.Point(450, 7);
this.btnDepreciation.Name = "btnDepreciation";
this.btnDepreciation.Size = new System.Drawing.Size(100, 37);
this.btnDepreciation.TabIndex = 239;
this.btnDepreciation.Tag = "add";
this.btnDepreciation.Text = "下浮";
this.btnDepreciation.TextColor = System.Drawing.Color.White;
this.btnDepreciation.Click += new System.EventHandler(this.btnFloating_Click);
//
// controlBox1
//
this.controlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167)))));
this.controlBox1.CloseBox = true;
this.controlBox1.Dock = System.Windows.Forms.DockStyle.Top;
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(734, 32);
this.controlBox1.TabIndex = 4;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox1.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// proportionTextBox
//
this.proportionTextBox.AllowDecimalSeparator = true;
this.proportionTextBox.AllowNegativeSign = false;
this.proportionTextBox.AllowSpace = false;
this.proportionTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.proportionTextBox.Border.BorderColor = System.Drawing.Color.DimGray;
this.proportionTextBox.Border.BorderColor2 = System.Drawing.Color.DimGray;
this.proportionTextBox.Border.Class = "TextBoxBorder";
this.proportionTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.proportionTextBox.DisabledBackColor = System.Drawing.Color.White;
this.proportionTextBox.EnableSoftKeyboard = true;
this.proportionTextBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.proportionTextBox.ForeColor = System.Drawing.Color.Black;
this.proportionTextBox.Location = new System.Drawing.Point(141, 7);
this.proportionTextBox.MaxDecimalDigit = 2;
this.proportionTextBox.MaxLength = 3;
this.proportionTextBox.Multiline = true;
this.proportionTextBox.Name = "proportionTextBox";
this.proportionTextBox.PreventEnterBeep = true;
this.proportionTextBox.Size = new System.Drawing.Size(196, 33);
this.proportionTextBox.TabIndex = 336;
this.proportionTextBox.WatermarkText = "请输入1-100的数值";
//
// doubleBufferPanelX3
//
this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX3.Controls.Add(this.btnClose);
this.doubleBufferPanelX3.Controls.Add(this.btnConfirm);
this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX3.Location = new System.Drawing.Point(0, 491);
this.doubleBufferPanelX3.Name = "doubleBufferPanelX3";
this.doubleBufferPanelX3.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10);
this.doubleBufferPanelX3.Size = new System.Drawing.Size(734, 50);
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 = 340;
//
// btnClose
//
this.btnClose.BackColor1 = System.Drawing.Color.White;
this.btnClose.BackColor2 = System.Drawing.Color.White;
this.btnClose.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnClose.DisabledBackColor = System.Drawing.Color.Empty;
this.btnClose.EnableFlyout = false;
this.btnClose.FlyoutContent = null;
this.btnClose.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.KeyCode = "";
this.btnClose.Location = new System.Drawing.Point(591, 3);
this.btnClose.Lock = false;
this.btnClose.LockSize = new System.Drawing.Size(26, 26);
this.btnClose.Name = "btnClose";
this.btnClose.Notify = false;
this.btnClose.NotifyColor = System.Drawing.Color.Black;
this.btnClose.NotifySize = new System.Drawing.Size(30, 16);
this.btnClose.NotifyText = "99+";
this.btnClose.PermissionCode = "";
this.btnClose.Size = new System.Drawing.Size(131, 45);
this.btnClose.Style.Alignment = System.Drawing.StringAlignment.Center;
this.btnClose.Style.BackColor1.Color = System.Drawing.Color.White;
this.btnClose.Style.BackColor2.Color = System.Drawing.Color.White;
this.btnClose.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.btnClose.Style.BorderColor.Color = System.Drawing.Color.Silver;
this.btnClose.Style.CornerDiameter = 10;
this.btnClose.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.btnClose.Style.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.Style.ForeColor.Color = System.Drawing.Color.Silver;
this.btnClose.Style.GradientAngle = 90;
this.btnClose.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.btnClose.SymbolSize = 0F;
this.btnClose.TabIndex = 244;
this.btnClose.Text = "取消";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnConfirm
//
this.btnConfirm.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(199)))), ((int)(((byte)(186)))));
this.btnConfirm.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(199)))), ((int)(((byte)(186)))));
this.btnConfirm.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnConfirm.DisabledBackColor = System.Drawing.Color.Empty;
this.btnConfirm.EnableFlyout = false;
this.btnConfirm.FlyoutContent = null;
this.btnConfirm.FlyoutSide = DevComponents.DotNetBar.Controls.ePointerSide.Left;
this.btnConfirm.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnConfirm.KeyCode = "";
this.btnConfirm.Location = new System.Drawing.Point(454, 3);
this.btnConfirm.Lock = false;
this.btnConfirm.LockSize = new System.Drawing.Size(26, 26);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Notify = false;
this.btnConfirm.NotifyColor = System.Drawing.Color.Red;
this.btnConfirm.NotifySize = new System.Drawing.Size(30, 16);
this.btnConfirm.NotifyText = "99+";
this.btnConfirm.PermissionCode = "";
this.btnConfirm.Size = new System.Drawing.Size(131, 45);
this.btnConfirm.Style.Alignment = System.Drawing.StringAlignment.Center;
this.btnConfirm.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(199)))), ((int)(((byte)(186)))));
this.btnConfirm.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(199)))), ((int)(((byte)(186)))));
this.btnConfirm.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.btnConfirm.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(199)))), ((int)(((byte)(186)))));
this.btnConfirm.Style.CornerDiameter = 10;
this.btnConfirm.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.btnConfirm.Style.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnConfirm.Style.ForeColor.Color = System.Drawing.Color.White;
this.btnConfirm.Style.GradientAngle = 90;
this.btnConfirm.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
this.btnConfirm.SymbolSize = 0F;
this.btnConfirm.TabIndex = 248;
this.btnConfirm.Text = "确定";
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
//
// AskGoodsPredictionTurnover
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(734, 541);
this.Controls.Add(this.doubleBufferPanelX2);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox1);
this.Controls.Add(this.doubleBufferPanelX3);
this.Name = "AskGoodsPredictionTurnover";
this.Text = "AskGoodsPredictionTurnover";
this.doubleBufferPanelX2.ResumeLayout(false);
this.doubleBufferPanelX1.ResumeLayout(false);
this.doubleBufferPanelX3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private Component.DoubleBufferPanelX doubleBufferPanelX2;
private DevComponents.DotNetBar.ButtonX btnFloating;
private DevComponents.DotNetBar.ButtonX btnDepreciation;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl turnoverTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn storeNo;
private DevComponents.DotNetBar.SuperGrid.GridColumn storeName;
private DevComponents.DotNetBar.SuperGrid.GridColumn DateTime;
private DevComponents.DotNetBar.SuperGrid.GridColumn WeekDay;
private DevComponents.DotNetBar.SuperGrid.GridColumn PreDictionAmount;
private DevComponents.DotNetBar.SuperGrid.GridColumn PreDictionAmountExplain;
private DevComponents.DotNetBar.SuperGrid.GridColumn PreDictionAmountFloat;
private Component.NumericTextBox proportionTextBox;
private Component.DoubleBufferPanelX doubleBufferPanelX3;
private Component.TouchButtonX btnClose;
private Component.TouchButtonX btnConfirm;
}
}