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.

469 lines
25 KiB
C#

namespace POSV.Member
{
partial class MemberInfoListForm
{
/// <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.historyListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn7 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX5 = new DevComponents.DotNetBar.LabelX();
this.pagerControl1 = new POSV.Component.PagerControl();
this.doubleBufferPanelX4 = new POSV.Component.DoubleBufferPanelX();
this.endPicker = new POSV.Component.DatePickerEx3();
this.startPicker = new POSV.Component.DatePickerEx3();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.ButtonCancel = new DevComponents.DotNetBar.ButtonX();
this.txtInput = new POSV.Component.NumericTextBox();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
this.controlBox = new POSV.Component.ControlBox();
this.isBirthdaycheckBox = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.doubleBufferPanelX1.SuspendLayout();
this.doubleBufferPanelX4.SuspendLayout();
this.SuspendLayout();
//
// historyListTable
//
this.historyListTable.BackColor = System.Drawing.Color.White;
this.historyListTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.historyListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.historyListTable.ForeColor = System.Drawing.Color.Black;
this.historyListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.historyListTable.Location = new System.Drawing.Point(0, 113);
this.historyListTable.Name = "historyListTable";
//
//
//
this.historyListTable.PrimaryGrid.AllowEdit = false;
this.historyListTable.PrimaryGrid.AutoGenerateColumns = false;
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn8);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn9);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn3);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn4);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn5);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn6);
this.historyListTable.PrimaryGrid.Columns.Add(this.gridColumn7);
this.historyListTable.PrimaryGrid.DefaultRowHeight = 35;
this.historyListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.historyListTable.PrimaryGrid.MultiSelect = false;
this.historyListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.historyListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.historyListTable.PrimaryGrid.ShowRowGridIndex = true;
this.historyListTable.Size = new System.Drawing.Size(1024, 612);
this.historyListTable.TabIndex = 299;
this.historyListTable.Text = "superGridControl2";
//
// gridColumn8
//
this.gridColumn8.DataPropertyName = "Name";
this.gridColumn8.HeaderText = "会员名称";
this.gridColumn8.Name = "name";
this.gridColumn8.Width = 140;
//
// gridColumn9
//
this.gridColumn9.DataPropertyName = "Mobile";
this.gridColumn9.HeaderText = "手机号码";
this.gridColumn9.Name = "mobile";
this.gridColumn9.Width = 140;
//
// gridColumn3
//
this.gridColumn3.DataPropertyName = "CardNo";
this.gridColumn3.HeaderText = "卡号";
this.gridColumn3.Name = "cardNo";
this.gridColumn3.Width = 140;
//
// gridColumn2
//
this.gridColumn2.DataPropertyName = "CardFaceNo";
this.gridColumn2.HeaderText = "卡面号";
this.gridColumn2.Name = "cardFaceNo";
this.gridColumn2.Width = 140;
//
// gridColumn4
//
this.gridColumn4.DataPropertyName = "TotalAmount";
this.gridColumn4.HeaderText = "总余额";
this.gridColumn4.Name = "totalAmount";
this.gridColumn4.Width = 80;
//
// gridColumn5
//
this.gridColumn5.DataPropertyName = "TotalPoint";
this.gridColumn5.HeaderText = "总积分";
this.gridColumn5.Name = "totalPoint";
this.gridColumn5.Width = 80;
//
// gridColumn6
//
this.gridColumn6.DataPropertyName = "Birthday";
this.gridColumn6.HeaderText = "会员生日";
this.gridColumn6.Name = "birthday";
//
// gridColumn7
//
this.gridColumn7.DataPropertyName = "ShopName";
this.gridColumn7.HeaderText = "开户门店";
this.gridColumn7.Name = "shopName";
this.gridColumn7.Width = 140;
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.labelX6);
this.doubleBufferPanelX1.Controls.Add(this.labelX1);
this.doubleBufferPanelX1.Controls.Add(this.labelX2);
this.doubleBufferPanelX1.Controls.Add(this.labelX3);
this.doubleBufferPanelX1.Controls.Add(this.labelX5);
this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 725);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(1024, 43);
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 = 306;
//
// labelX6
//
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX6.ForeColor = System.Drawing.Color.Red;
this.labelX6.Location = new System.Drawing.Point(0, 8);
this.labelX6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(52, 28);
this.labelX6.TabIndex = 264;
this.labelX6.Text = "合计:";
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX1.ForeColor = System.Drawing.Color.Red;
this.labelX1.Location = new System.Drawing.Point(154, 8);
this.labelX1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(109, 28);
this.labelX1.TabIndex = 261;
this.labelX1.Text = "0";
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX2.ForeColor = System.Drawing.Color.Red;
this.labelX2.Location = new System.Drawing.Point(70, 8);
this.labelX2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(76, 28);
this.labelX2.TabIndex = 260;
this.labelX2.Text = "总余额:";
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX3.ForeColor = System.Drawing.Color.Red;
this.labelX3.Location = new System.Drawing.Point(383, 8);
this.labelX3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(109, 28);
this.labelX3.TabIndex = 259;
this.labelX3.Text = "0";
//
// labelX5
//
//
//
//
this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX5.ForeColor = System.Drawing.Color.Red;
this.labelX5.Location = new System.Drawing.Point(299, 8);
this.labelX5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelX5.Name = "labelX5";
this.labelX5.Size = new System.Drawing.Size(76, 28);
this.labelX5.TabIndex = 258;
this.labelX5.Text = "总积分:";
//
// pagerControl1
//
this.pagerControl1.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.pagerControl1.CurrentPage = 1;
this.pagerControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.pagerControl1.ForeColor = System.Drawing.Color.Black;
this.pagerControl1.ForeFont = new System.Drawing.Font("宋体", 14.5F);
this.pagerControl1.Location = new System.Drawing.Point(0, 79);
this.pagerControl1.Name = "pagerControl1";
this.pagerControl1.RecordCount = 0;
this.pagerControl1.RowsPerPage = 100;
this.pagerControl1.Size = new System.Drawing.Size(1024, 34);
this.pagerControl1.TabIndex = 298;
this.pagerControl1.TotalPage = 0;
this.pagerControl1.PageChangeWithObject += new System.Action<object>(this.OnQueryPageChangeWithObject);
//
// doubleBufferPanelX4
//
this.doubleBufferPanelX4.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX4.Controls.Add(this.isBirthdaycheckBox);
this.doubleBufferPanelX4.Controls.Add(this.endPicker);
this.doubleBufferPanelX4.Controls.Add(this.startPicker);
this.doubleBufferPanelX4.Controls.Add(this.labelX4);
this.doubleBufferPanelX4.Controls.Add(this.ButtonCancel);
this.doubleBufferPanelX4.Controls.Add(this.txtInput);
this.doubleBufferPanelX4.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX4.DisabledBackColor = System.Drawing.Color.Empty;
this.doubleBufferPanelX4.Dock = System.Windows.Forms.DockStyle.Top;
this.doubleBufferPanelX4.Location = new System.Drawing.Point(0, 36);
this.doubleBufferPanelX4.Name = "doubleBufferPanelX4";
this.doubleBufferPanelX4.Size = new System.Drawing.Size(1024, 43);
this.doubleBufferPanelX4.Style.Alignment = System.Drawing.StringAlignment.Center;
this.doubleBufferPanelX4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.doubleBufferPanelX4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.doubleBufferPanelX4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.doubleBufferPanelX4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.doubleBufferPanelX4.Style.GradientAngle = 90;
this.doubleBufferPanelX4.TabIndex = 245;
//
// endPicker
//
this.endPicker.CalendarFont = new System.Drawing.Font("宋体", 15F);
this.endPicker.CustomFormat = "MM-dd";
this.endPicker.Font = new System.Drawing.Font("宋体", 15F);
this.endPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.endPicker.HeaderColor = System.Drawing.Color.Empty;
this.endPicker.Location = new System.Drawing.Point(586, 6);
this.endPicker.Name = "endPicker";
this.endPicker.Size = new System.Drawing.Size(133, 30);
this.endPicker.TabIndex = 244;
//
// startPicker
//
this.startPicker.CalendarFont = new System.Drawing.Font("宋体", 15F);
this.startPicker.CustomFormat = "MM-dd";
this.startPicker.Font = new System.Drawing.Font("宋体", 15F);
this.startPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.startPicker.HeaderColor = System.Drawing.Color.Empty;
this.startPicker.Location = new System.Drawing.Point(415, 6);
this.startPicker.Name = "startPicker";
this.startPicker.Size = new System.Drawing.Size(133, 30);
this.startPicker.TabIndex = 243;
//
// labelX4
//
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelX4.Location = new System.Drawing.Point(551, 10);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(32, 23);
this.labelX4.TabIndex = 241;
this.labelX4.Text = "至";
//
// ButtonCancel
//
this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonCancel.BackColor = System.Drawing.Color.Maroon;
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("宋体", 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(927, 3);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(97, 38);
this.ButtonCancel.TabIndex = 238;
this.ButtonCancel.Text = "取消";
this.ButtonCancel.TextColor = System.Drawing.Color.White;
this.ButtonCancel.Click += new System.EventHandler(this.BtnExitClick);
//
// txtInput
//
this.txtInput.AllowDecimalSeparator = true;
this.txtInput.AllowNegativeSign = false;
this.txtInput.AllowSpace = false;
this.txtInput.BackColor = System.Drawing.Color.White;
//
//
//
this.txtInput.Border.Class = "TextBoxBorder";
this.txtInput.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtInput.ButtonCustom.Text = "读卡";
this.txtInput.ButtonCustom.Visible = true;
this.txtInput.DisabledBackColor = System.Drawing.Color.White;
this.txtInput.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInput.ForeColor = System.Drawing.Color.Black;
this.txtInput.Location = new System.Drawing.Point(6, 3);
this.txtInput.MaxDecimalDigit = 1;
this.txtInput.MaxLength = 20;
this.txtInput.Name = "txtInput";
this.txtInput.PreventEnterBeep = true;
this.txtInput.Size = new System.Drawing.Size(245, 35);
this.txtInput.TabIndex = 38;
this.txtInput.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.txtInput.WatermarkFont = new System.Drawing.Font("宋体", 14.5F);
this.txtInput.WatermarkText = "手机号\\卡号";
//
// ButtonOk
//
this.ButtonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.ButtonOk.BackColor = System.Drawing.Color.DodgerBlue;
this.ButtonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.ButtonOk.Cursor = System.Windows.Forms.Cursors.Hand;
this.ButtonOk.FadeEffect = false;
this.ButtonOk.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ButtonOk.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.ButtonOk.Location = new System.Drawing.Point(722, 2);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(85, 38);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Text = "查询";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.BtnQueryClick);
//
// controlBox
//
this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167)))));
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 = true;
this.controlBox.ShowLockScreen = false;
this.controlBox.ShowMessageCenter = false;
this.controlBox.ShowNetworkStatus = false;
this.controlBox.ShowQrCode = false;
this.controlBox.Size = new System.Drawing.Size(1024, 36);
this.controlBox.TabIndex = 15;
this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// isBirthdaycheckBox
//
//
//
//
this.isBirthdaycheckBox.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.isBirthdaycheckBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.isBirthdaycheckBox.Location = new System.Drawing.Point(313, 11);
this.isBirthdaycheckBox.Name = "isBirthdaycheckBox";
this.isBirthdaycheckBox.Size = new System.Drawing.Size(96, 23);
this.isBirthdaycheckBox.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.isBirthdaycheckBox.TabIndex = 245;
this.isBirthdaycheckBox.Text = "生日范围";
//
// MemberInfoListForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.historyListTable);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.pagerControl1);
this.Controls.Add(this.doubleBufferPanelX4);
this.Controls.Add(this.controlBox);
this.Name = "MemberInfoListForm";
this.Text = "MemberInfoListForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX1.ResumeLayout(false);
this.doubleBufferPanelX4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox;
private Component.DoubleBufferPanelX doubleBufferPanelX4;
private DevComponents.DotNetBar.ButtonX ButtonCancel;
private Component.NumericTextBox txtInput;
private DevComponents.DotNetBar.ButtonX ButtonOk;
private Component.PagerControl pagerControl1;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl historyListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn8;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn7;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX5;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.LabelX labelX4;
private Component.DatePickerEx3 startPicker;
private Component.DatePickerEx3 endPicker;
private DevComponents.DotNetBar.Controls.CheckBoxX isBirthdaycheckBox;
}
}