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.

333 lines
22 KiB
C#

9 months ago
namespace POSV.WaiMai
{
partial class VisitorUpdateForm
{
/// <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()
{
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.BorderColor borderColor2 = new DevComponents.DotNetBar.SuperGrid.Style.BorderColor();
this.controlBox = new POSV.Component.ControlBox();
this.deliveryGrid = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.Id = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.name = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.Telephone = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.address = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// 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(763, 32);
this.controlBox.TabIndex = 2;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.controlBox_CloseClick);
//
// deliveryGrid
//
this.deliveryGrid.BackColor = System.Drawing.Color.Transparent;
this.deliveryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
background4.Color1 = System.Drawing.Color.Moccasin;
background4.Color2 = System.Drawing.Color.Moccasin;
this.deliveryGrid.DefaultVisualStyles.CellStyles.Selected.Background = background4;
this.deliveryGrid.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.Black;
background5.Color1 = System.Drawing.Color.Moccasin;
background5.Color2 = System.Drawing.Color.Moccasin;
this.deliveryGrid.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background5;
this.deliveryGrid.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
background6.Color1 = System.Drawing.Color.Transparent;
background6.Color2 = System.Drawing.Color.Transparent;
this.deliveryGrid.DefaultVisualStyles.GridPanelStyle.Background = background6;
this.deliveryGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.deliveryGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.deliveryGrid.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.deliveryGrid.ForeColor = System.Drawing.Color.Black;
this.deliveryGrid.HScrollBarVisible = false;
this.deliveryGrid.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.deliveryGrid.Location = new System.Drawing.Point(0, 32);
this.deliveryGrid.Name = "deliveryGrid";
//
//
//
this.deliveryGrid.PrimaryGrid.ActiveRowIndicatorStyle = DevComponents.DotNetBar.SuperGrid.ActiveRowIndicatorStyle.None;
this.deliveryGrid.PrimaryGrid.AllowEdit = false;
this.deliveryGrid.PrimaryGrid.AutoGenerateColumns = false;
this.deliveryGrid.PrimaryGrid.CellDragBehavior = DevComponents.DotNetBar.SuperGrid.CellDragBehavior.None;
this.deliveryGrid.PrimaryGrid.CellMergeMode = DevComponents.DotNetBar.SuperGrid.CellMergeMode.None;
this.deliveryGrid.PrimaryGrid.ColumnAutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
this.deliveryGrid.PrimaryGrid.ColumnDragBehavior = DevComponents.DotNetBar.SuperGrid.ColumnDragBehavior.None;
this.deliveryGrid.PrimaryGrid.ColumnGroupHeaderClickBehavior = DevComponents.DotNetBar.SuperGrid.ColumnHeaderClickBehavior.None;
this.deliveryGrid.PrimaryGrid.ColumnHeaderClickBehavior = DevComponents.DotNetBar.SuperGrid.ColumnHeaderClickBehavior.None;
this.deliveryGrid.PrimaryGrid.Columns.Add(this.Id);
this.deliveryGrid.PrimaryGrid.Columns.Add(this.name);
this.deliveryGrid.PrimaryGrid.Columns.Add(this.Telephone);
this.deliveryGrid.PrimaryGrid.Columns.Add(this.address);
this.deliveryGrid.PrimaryGrid.Columns.Add(this.gridColumn5);
this.deliveryGrid.PrimaryGrid.DefaultRowHeight = 40;
this.deliveryGrid.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.deliveryGrid.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.deliveryGrid.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(55)))), ((int)(((byte)(114)))));
this.deliveryGrid.PrimaryGrid.DefaultVisualStyles.FooterStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
borderColor2.Bottom = System.Drawing.Color.Transparent;
borderColor2.Left = System.Drawing.Color.Transparent;
borderColor2.Right = System.Drawing.Color.Transparent;
borderColor2.Top = System.Drawing.Color.Transparent;
this.deliveryGrid.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.BorderColor = borderColor2;
//
//
//
this.deliveryGrid.PrimaryGrid.Footer.RowHeight = 40;
this.deliveryGrid.PrimaryGrid.Footer.Text = "";
this.deliveryGrid.PrimaryGrid.Footer.Visible = false;
this.deliveryGrid.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None;
this.deliveryGrid.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.deliveryGrid.PrimaryGrid.KeyboardEditMode = DevComponents.DotNetBar.SuperGrid.KeyboardEditMode.None;
this.deliveryGrid.PrimaryGrid.MouseEditMode = DevComponents.DotNetBar.SuperGrid.MouseEditMode.None;
this.deliveryGrid.PrimaryGrid.MultiSelect = false;
this.deliveryGrid.PrimaryGrid.OnlySendFinalRowActivatedEvents = true;
this.deliveryGrid.PrimaryGrid.RowHeaderIndexOffset = 1;
this.deliveryGrid.PrimaryGrid.RowHeaderWidth = 40;
this.deliveryGrid.PrimaryGrid.RowWhitespaceClickBehavior = DevComponents.DotNetBar.SuperGrid.RowWhitespaceClickBehavior.None;
this.deliveryGrid.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.deliveryGrid.PrimaryGrid.ShowInsertRowImage = false;
this.deliveryGrid.PrimaryGrid.ShowRowGridIndex = true;
this.deliveryGrid.PrimaryGrid.TopLeftHeaderSelectBehavior = DevComponents.DotNetBar.SuperGrid.TopLeftHeaderSelectBehavior.NoSelection;
this.deliveryGrid.PrimaryGrid.VirtualMode = true;
this.deliveryGrid.PrimaryGrid.VirtualRowHeight = 40;
this.deliveryGrid.Size = new System.Drawing.Size(763, 579);
this.deliveryGrid.TabIndex = 79;
this.deliveryGrid.Text = " ";
//
// Id
//
this.Id.AllowEdit = false;
this.Id.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
this.Id.CellStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False;
this.Id.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False;
this.Id.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
this.Id.DataPropertyName = "VisitorId";
this.Id.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.Id.FillWeight = 40;
this.Id.HeaderStyles.Default.Font = new System.Drawing.Font("微软雅黑", 14F);
this.Id.HeaderText = "ID";
this.Id.MinimumWidth = 40;
this.Id.Name = "id";
this.Id.ReadOnly = true;
this.Id.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None;
this.Id.Visible = false;
this.Id.Width = 40;
//
// name
//
this.name.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
this.name.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
this.name.CellStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.name.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.name.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
this.name.DataPropertyName = "Name";
this.name.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.name.HeaderStyles.Default.Font = new System.Drawing.Font("微软雅黑", 14F);
this.name.HeaderText = "姓名";
this.name.MinimumWidth = 100;
this.name.Name = "name";
this.name.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None;
//
// Telephone
//
this.Telephone.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
this.Telephone.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
this.Telephone.CellStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False;
this.Telephone.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.False;
this.Telephone.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
this.Telephone.DataPropertyName = "Telephone";
this.Telephone.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.Telephone.FillWeight = 150;
this.Telephone.HeaderStyles.Default.Font = new System.Drawing.Font("微软雅黑", 14F);
this.Telephone.HeaderText = "电话号码";
this.Telephone.MinimumWidth = 150;
this.Telephone.Name = "Telephone";
this.Telephone.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None;
this.Telephone.Width = 150;
//
// address
//
this.address.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
this.address.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
this.address.CellStyles.Default.AllowMultiLine = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.address.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.address.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.address.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
this.address.DataPropertyName = "Address";
this.address.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
this.address.HeaderStyles.Default.Font = new System.Drawing.Font("微软雅黑", 14F);
this.address.HeaderText = "配送地址";
this.address.MinimumWidth = 100;
this.address.Name = "address";
this.address.ResizeMode = DevComponents.DotNetBar.SuperGrid.ColumnResizeMode.None;
//
// gridColumn5
//
this.gridColumn5.DataPropertyName = "Id";
this.gridColumn5.Name = "addressId";
this.gridColumn5.Visible = false;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.buttonX4);
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.buttonX2);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 611);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Padding = new System.Windows.Forms.Padding(2);
this.doubleBufferPanelX1.Size = new System.Drawing.Size(763, 54);
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.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX1.Style.GradientAngle = 90;
this.doubleBufferPanelX1.TabIndex = 83;
//
// buttonX4
//
this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonX4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86)))));
this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX4.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX4.FadeEffect = false;
this.buttonX4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX4.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX4.Location = new System.Drawing.Point(380, 2);
this.buttonX4.Name = "buttonX4";
this.buttonX4.Size = new System.Drawing.Size(114, 50);
this.buttonX4.TabIndex = 35;
this.buttonX4.Text = "取消";
this.buttonX4.TextColor = System.Drawing.Color.White;
this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42)))));
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand;
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(498, 2);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(128, 50);
this.buttonX1.TabIndex = 37;
this.buttonX1.Text = "修改";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// buttonX2
//
this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX2.Location = new System.Drawing.Point(630, 2);
this.buttonX2.Name = "buttonX2";
this.buttonX2.Size = new System.Drawing.Size(128, 50);
this.buttonX2.TabIndex = 36;
this.buttonX2.Text = "删除";
this.buttonX2.TextColor = System.Drawing.Color.White;
this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
//
// VisitorUpdateForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(763, 665);
this.Controls.Add(this.deliveryGrid);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox);
this.Name = "VisitorUpdateForm";
this.Text = "VisitorUpdateForm";
this.Load += new System.EventHandler(this.VisitorUpdateForm_Load);
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl deliveryGrid;
private DevComponents.DotNetBar.SuperGrid.GridColumn Id;
private DevComponents.DotNetBar.SuperGrid.GridColumn name;
private DevComponents.DotNetBar.SuperGrid.GridColumn Telephone;
private DevComponents.DotNetBar.SuperGrid.GridColumn address;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX4;
}
}