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.

249 lines
18 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using POS.Language.Language;
namespace POSV.Bill
{
partial class BillGrid
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.Background background3 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.Background background4 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.Background background5 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.Background background6 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.Background background7 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.Background background8 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend();
DevComponents.DotNetBar.SuperGrid.Style.Background background9 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend2 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend();
DevComponents.DotNetBar.SuperGrid.Style.Background background10 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend3 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend();
this.superGridControl = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.order = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.name = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.amount = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.memo = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.objectId = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.SuspendLayout();
//
// superGridControl
//
this.superGridControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(246)))));
this.superGridControl.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
this.superGridControl.DefaultVisualStyles.CellStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.superGridControl.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.superGridControl.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
background1.Color1 = System.Drawing.Color.NavajoWhite;
this.superGridControl.DefaultVisualStyles.CellStyles.Selected.Background = background1;
this.superGridControl.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.Black;
this.superGridControl.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
this.superGridControl.DefaultVisualStyles.ColumnHeaderStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.superGridControl.DefaultVisualStyles.ColumnHeaderStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
background2.Color1 = System.Drawing.SystemColors.Info;
this.superGridControl.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background2;
this.superGridControl.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
background3.Color1 = System.Drawing.SystemColors.Info;
this.superGridControl.DefaultVisualStyles.ColumnHeaderStyles.MouseOver.Background = background3;
background4.Color1 = System.Drawing.SystemColors.Info;
this.superGridControl.DefaultVisualStyles.ColumnHeaderStyles.Selected.Background = background4;
background5.Color1 = System.Drawing.SystemColors.Info;
this.superGridControl.DefaultVisualStyles.ColumnHeaderStyles.SelectedMouseOver.Background = background5;
this.superGridControl.DefaultVisualStyles.FooterStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
this.superGridControl.DefaultVisualStyles.FooterStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.superGridControl.DefaultVisualStyles.FooterStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
background6.Color1 = System.Drawing.SystemColors.Info;
this.superGridControl.DefaultVisualStyles.FooterStyles.Default.Background = background6;
this.superGridControl.DefaultVisualStyles.GridPanelStyle.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superGridControl.DefaultVisualStyles.RowStyles.Default.RowHeaderStyle.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superGridControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.superGridControl.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.superGridControl.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superGridControl.ForeColor = System.Drawing.Color.Black;
this.superGridControl.HScrollBarVisible = false;
this.superGridControl.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.superGridControl.Location = new System.Drawing.Point(0, 0);
this.superGridControl.Name = "superGridControl";
//
//
//
this.superGridControl.PrimaryGrid.AllowRowResize = true;
//
//
//
this.superGridControl.PrimaryGrid.ColumnHeader.MinRowHeight = 30;
this.superGridControl.PrimaryGrid.ColumnHeader.RowHeight = 30;
this.superGridControl.PrimaryGrid.ColumnHeaderClickBehavior = DevComponents.DotNetBar.SuperGrid.ColumnHeaderClickBehavior.None;
this.superGridControl.PrimaryGrid.Columns.Add(this.order);
this.superGridControl.PrimaryGrid.Columns.Add(this.name);
this.superGridControl.PrimaryGrid.Columns.Add(this.amount);
this.superGridControl.PrimaryGrid.Columns.Add(this.memo);
this.superGridControl.PrimaryGrid.Columns.Add(this.objectId);
this.superGridControl.PrimaryGrid.DefaultRowHeight = 30;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
background7.Color1 = System.Drawing.Color.NavajoWhite;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background7;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderRowStyles.Default.RowHeader.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
backColorBlend1.Colors = new System.Drawing.Color[] {
System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))))};
background8.BackColorBlend = backColorBlend1;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background8;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superGridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(246)))));
backColorBlend2.Colors = new System.Drawing.Color[] {
System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))))};
background9.BackColorBlend = backColorBlend2;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.MouseOver.Background = background9;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.MouseOver.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(246)))));
this.superGridControl.PrimaryGrid.DefaultVisualStyles.FooterStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.FooterStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.FooterStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.FooterStyles.Default.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
backColorBlend3.Colors = new System.Drawing.Color[] {
System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(246)))))};
background10.BackColorBlend = backColorBlend3;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.Background = background10;
this.superGridControl.PrimaryGrid.DefaultVisualStyles.RowStyles.Default.RowHeaderStyle.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
//
//
//
this.superGridControl.PrimaryGrid.Footer.AllowSelection = false;
this.superGridControl.PrimaryGrid.Footer.Text = "";
this.superGridControl.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.InsertionRow;
this.superGridControl.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.superGridControl.PrimaryGrid.KeyboardEditMode = DevComponents.DotNetBar.SuperGrid.KeyboardEditMode.None;
this.superGridControl.PrimaryGrid.MultiSelect = false;
this.superGridControl.PrimaryGrid.NoRowsText = "";
this.superGridControl.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.superGridControl.PrimaryGrid.ShowRowHeaders = false;
this.superGridControl.PrimaryGrid.VirtualRowHeight = 35;
this.superGridControl.Size = new System.Drawing.Size(478, 150);
this.superGridControl.TabIndex = 8;
//
// order
//
this.order.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
this.order.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
this.order.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.order.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
this.order.DataPropertyName = "order";
this.order.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.order.EnableHeaderMarkup = true;
this.order.FillWeight = 60;
this.order.HeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
this.order.HeaderStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.order.HeaderStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.order.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.order.HeaderText = "序号";
this.order.MinimumWidth = 60;
this.order.Name = "order";
this.order.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.order.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None;
this.order.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None;
this.order.Width = 60;
//
// name
//
this.name.AllowEdit = false;
this.name.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
this.name.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
this.name.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False;
this.name.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
this.name.DataPropertyName = "name";
this.name.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.name.FillWeight = 200;
this.name.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 15.75F);
this.name.HeaderText = "付款方式";
this.name.MinimumWidth = 200;
this.name.Name = "name";
this.name.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.name.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None;
this.name.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None;
this.name.Width = 150;
//
// amount
//
this.amount.AllowEdit = false;
this.amount.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
this.amount.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
this.amount.CellStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False;
this.amount.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False;
this.amount.DataPropertyName = "amount";
this.amount.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.amount.FillWeight = 120;
this.amount.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 15.75F);
this.amount.HeaderText = "付款金额";
this.amount.MinimumWidth = 120;
this.amount.Name = "amount";
this.amount.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.amount.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None;
this.amount.Width = 120;
//
// memo
//
this.memo.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
this.memo.CellStyles.Default.TextColor = System.Drawing.Color.Red;
this.memo.CellStyles.Selected.TextColor = System.Drawing.Color.Red;
this.memo.DataPropertyName = "memo";
this.memo.DefaultNewRowCellValue = "";
this.memo.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.memo.FillWeight = 90;
this.memo.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 15.75F);
this.memo.HeaderText = "操作";
this.memo.MinimumWidth = 90;
this.memo.Name = "memo";
this.memo.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None;
this.memo.Width = 90;
//
// objectId
//
this.objectId.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.objectId.HeaderStyles.Default.Font = new System.Drawing.Font("宋体", 15.75F);
this.objectId.Name = "objectId";
this.objectId.Visible = false;
//
// BillGrid
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.superGridControl);
this.Name = "BillGrid";
this.Size = new System.Drawing.Size(478, 150);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.SuperGrid.SuperGridControl superGridControl;
private DevComponents.DotNetBar.SuperGrid.GridColumn order;
private DevComponents.DotNetBar.SuperGrid.GridColumn name;
private DevComponents.DotNetBar.SuperGrid.GridColumn amount;
private DevComponents.DotNetBar.SuperGrid.GridColumn memo;
private DevComponents.DotNetBar.SuperGrid.GridColumn objectId;
}
}