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.

675 lines
37 KiB
C#

9 months ago
namespace POSV.Stock
{
partial class DispatchTicketListForm
{
/// <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.detailListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn9 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn13 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn17 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn18 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn14 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn23 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn25 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn19 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.pagerControl1 = new POSV.Component.PagerControl();
this.ticketListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
this.gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn10 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn20 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn11 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.LogisticsNo = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn12 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn15 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn16 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn22 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn45 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn44 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn46 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn21 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn7 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.gridColumn24 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX();
this.noTextBox = new DevComponents.DotNetBar.Controls.TextBoxX();
this.radioButton3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.radioButton2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.radioButton1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.startPicker = new POSV.Component.DatePicker();
this.endPicker = new POSV.Component.DatePicker();
this.ButtonOk = new DevComponents.DotNetBar.ButtonX();
this.buttonX10 = new DevComponents.DotNetBar.ButtonX();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.buttonX8 = new DevComponents.DotNetBar.ButtonX();
this.controlBox1 = new POSV.Component.ControlBox();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// detailListTable
//
this.detailListTable.BackColor = System.Drawing.Color.White;
this.detailListTable.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 14.5F);
this.detailListTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.detailListTable.Font = new System.Drawing.Font("宋体", 14.5F);
this.detailListTable.ForeColor = System.Drawing.Color.Black;
this.detailListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.detailListTable.Location = new System.Drawing.Point(0, 408);
this.detailListTable.Name = "detailListTable";
//
//
//
this.detailListTable.PrimaryGrid.AllowEdit = false;
this.detailListTable.PrimaryGrid.AutoGenerateColumns = false;
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn2);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn3);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn4);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn5);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn8);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn9);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn13);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn17);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn18);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn14);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn23);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn25);
this.detailListTable.PrimaryGrid.Columns.Add(this.gridColumn19);
this.detailListTable.PrimaryGrid.DefaultRowHeight = 35;
this.detailListTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.detailListTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.detailListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.detailListTable.PrimaryGrid.MultiSelect = false;
this.detailListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.detailListTable.PrimaryGrid.ShowRowGridIndex = true;
this.detailListTable.Size = new System.Drawing.Size(1024, 360);
this.detailListTable.TabIndex = 300;
this.detailListTable.Text = "superGridControl1";
this.detailListTable.DataBindingComplete += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridDataBindingCompleteEventArgs>(this.OnDetailDataBindingComplete);
//
// gridColumn2
//
this.gridColumn2.DataPropertyName = "ProductNo";
this.gridColumn2.HeaderText = "商品编号";
this.gridColumn2.Name = "productNo";
this.gridColumn2.Width = 80;
//
// gridColumn3
//
this.gridColumn3.DataPropertyName = "ProductName";
this.gridColumn3.HeaderText = "商品名称";
this.gridColumn3.Name = "productName";
this.gridColumn3.Width = 160;
//
// gridColumn4
//
this.gridColumn4.DataPropertyName = "SpecName";
this.gridColumn4.HeaderText = "规格名";
this.gridColumn4.Name = "specName";
this.gridColumn4.Width = 80;
//
// gridColumn5
//
this.gridColumn5.DataPropertyName = "ProductDescription";
this.gridColumn5.HeaderText = "商品说明";
this.gridColumn5.Name = "productDescription";
//
// gridColumn8
//
this.gridColumn8.DataPropertyName = "DispatchUnitName";
this.gridColumn8.HeaderText = "配送单位";
this.gridColumn8.Name = "dispatchUnitName";
this.gridColumn8.Width = 60;
//
// gridColumn9
//
this.gridColumn9.DataPropertyName = "AskgoodsAmount";
this.gridColumn9.HeaderText = "要货数量";
this.gridColumn9.Name = "askgoodsAmount";
this.gridColumn9.Width = 80;
//
// gridColumn13
//
this.gridColumn13.DataPropertyName = "DispatchAmount";
this.gridColumn13.HeaderText = "配送数量";
this.gridColumn13.Name = "dispatchAmount";
this.gridColumn13.Width = 80;
//
// gridColumn17
//
this.gridColumn17.DataPropertyName = "Price";
this.gridColumn17.HeaderText = "单价";
this.gridColumn17.Name = "price";
this.gridColumn17.Width = 80;
//
// gridColumn18
//
this.gridColumn18.DataPropertyName = "Money";
this.gridColumn18.HeaderText = "金额";
this.gridColumn18.Name = "money";
//
// gridColumn14
//
this.gridColumn14.DataPropertyName = "ReceiveAmount";
this.gridColumn14.HeaderText = "收货数量";
this.gridColumn14.Name = "receiveAmount";
this.gridColumn14.Width = 80;
//
// gridColumn23
//
this.gridColumn23.DataPropertyName = "DifferenceAmount";
this.gridColumn23.HeaderText = "差异数量";
this.gridColumn23.Name = "differenceAmount";
this.gridColumn23.Width = 80;
//
// gridColumn25
//
this.gridColumn25.DataPropertyName = "DifferenceMoney";
this.gridColumn25.HeaderText = "差异金额";
this.gridColumn25.Name = "differenceMoney";
//
// gridColumn19
//
this.gridColumn19.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.gridColumn19.DataPropertyName = "Description";
this.gridColumn19.HeaderText = "要货说明";
this.gridColumn19.Name = "description";
//
// 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, 374);
this.pagerControl1.Name = "pagerControl1";
this.pagerControl1.RecordCount = 0;
this.pagerControl1.RowsPerPage = 10;
this.pagerControl1.Size = new System.Drawing.Size(1024, 34);
this.pagerControl1.TabIndex = 299;
this.pagerControl1.TotalPage = 0;
this.pagerControl1.PageChangeWithObject += new System.Action<object>(this.OnQueryPageChangeWithObject);
//
// ticketListTable
//
this.ticketListTable.BackColor = System.Drawing.Color.White;
this.ticketListTable.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.ticketListTable.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 14.5F);
this.ticketListTable.Dock = System.Windows.Forms.DockStyle.Top;
this.ticketListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
this.ticketListTable.Font = new System.Drawing.Font("宋体", 14.5F);
this.ticketListTable.ForeColor = System.Drawing.Color.Black;
this.ticketListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.ticketListTable.Location = new System.Drawing.Point(0, 125);
this.ticketListTable.Name = "ticketListTable";
//
//
//
this.ticketListTable.PrimaryGrid.AllowEdit = false;
this.ticketListTable.PrimaryGrid.AutoGenerateColumns = false;
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn1);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn10);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn20);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn11);
this.ticketListTable.PrimaryGrid.Columns.Add(this.LogisticsNo);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn12);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn15);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn16);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn22);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn45);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn44);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn46);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn21);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn6);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn7);
this.ticketListTable.PrimaryGrid.Columns.Add(this.gridColumn24);
this.ticketListTable.PrimaryGrid.DefaultRowHeight = 35;
this.ticketListTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
this.ticketListTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ticketListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
this.ticketListTable.PrimaryGrid.MultiSelect = false;
this.ticketListTable.PrimaryGrid.RowHeaderIndexOffset = 1;
this.ticketListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
this.ticketListTable.PrimaryGrid.ShowRowGridIndex = true;
this.ticketListTable.Size = new System.Drawing.Size(1024, 249);
this.ticketListTable.TabIndex = 249;
this.ticketListTable.Text = "superGridControl1";
this.ticketListTable.RowActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowActivatedEventArgs>(this.OnTicketRowActivated);
this.ticketListTable.RowDoubleClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowDoubleClickEventArgs>(this.OnTicketDoubleClick);
//
// gridColumn1
//
this.gridColumn1.DataPropertyName = "Id";
this.gridColumn1.HeaderText = "id";
this.gridColumn1.Name = "id";
this.gridColumn1.Visible = false;
//
// gridColumn10
//
this.gridColumn10.DataPropertyName = "No";
this.gridColumn10.HeaderText = "单号";
this.gridColumn10.Name = "no";
this.gridColumn10.Width = 160;
//
// gridColumn20
//
this.gridColumn20.DataPropertyName = "AskGoodsNo";
this.gridColumn20.HeaderText = "要货单编号";
this.gridColumn20.Name = "askGoodsNo";
this.gridColumn20.Width = 160;
//
// gridColumn11
//
this.gridColumn11.DataPropertyName = "StatusName";
this.gridColumn11.HeaderText = "状态";
this.gridColumn11.Name = "statusName";
this.gridColumn11.Width = 80;
//
// LogisticsNo
//
this.LogisticsNo.DataPropertyName = "LogisticsNo";
this.LogisticsNo.HeaderText = "物流单号";
this.LogisticsNo.Name = "logisticsNo";
//
// gridColumn12
//
this.gridColumn12.DataPropertyName = "LogisticsName";
this.gridColumn12.HeaderText = "物流名称";
this.gridColumn12.Name = "logisticsName";
//
// gridColumn15
//
this.gridColumn15.DataPropertyName = "CheckMan";
this.gridColumn15.HeaderText = "发货人";
this.gridColumn15.Name = "checkMan";
this.gridColumn15.Width = 80;
//
// gridColumn16
//
this.gridColumn16.DataPropertyName = "CheckDate";
this.gridColumn16.HeaderText = "发货日期";
this.gridColumn16.Name = "checkDate";
//
// gridColumn22
//
this.gridColumn22.DataPropertyName = "ArrivalDate";
this.gridColumn22.HeaderText = "验收日期";
this.gridColumn22.Name = "arrivalDate";
//
// gridColumn45
//
this.gridColumn45.DataPropertyName = "OrderMoney";
this.gridColumn45.HeaderText = "商品总额";
this.gridColumn45.Name = "orderMoney";
//
// gridColumn44
//
this.gridColumn44.DataPropertyName = "LogisticsFee";
this.gridColumn44.HeaderText = "配送费";
this.gridColumn44.Name = "logisticsFee";
this.gridColumn44.Width = 80;
//
// gridColumn46
//
this.gridColumn46.DataPropertyName = "Money";
this.gridColumn46.HeaderText = "总金额";
this.gridColumn46.Name = "money";
this.gridColumn46.Width = 80;
//
// gridColumn21
//
this.gridColumn21.DataPropertyName = "Description";
this.gridColumn21.HeaderText = "备注";
this.gridColumn21.Name = "description";
this.gridColumn21.Width = 140;
//
// gridColumn6
//
this.gridColumn6.DataPropertyName = "LinkTelephone";
this.gridColumn6.HeaderText = "联系电话";
this.gridColumn6.Name = "linkTelephone";
//
// gridColumn7
//
this.gridColumn7.DataPropertyName = "LinkMan";
this.gridColumn7.HeaderText = "联系人";
this.gridColumn7.Name = "linkMan";
//
// gridColumn24
//
this.gridColumn24.DataPropertyName = "Address";
this.gridColumn24.HeaderText = "联系地址";
this.gridColumn24.Name = "address";
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control;
this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.doubleBufferPanelX1.Controls.Add(this.noTextBox);
this.doubleBufferPanelX1.Controls.Add(this.radioButton3);
this.doubleBufferPanelX1.Controls.Add(this.radioButton2);
this.doubleBufferPanelX1.Controls.Add(this.radioButton1);
this.doubleBufferPanelX1.Controls.Add(this.labelX3);
this.doubleBufferPanelX1.Controls.Add(this.startPicker);
this.doubleBufferPanelX1.Controls.Add(this.endPicker);
this.doubleBufferPanelX1.Controls.Add(this.ButtonOk);
this.doubleBufferPanelX1.Controls.Add(this.buttonX10);
this.doubleBufferPanelX1.Controls.Add(this.buttonX1);
this.doubleBufferPanelX1.Controls.Add(this.buttonX8);
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.Size = new System.Drawing.Size(1024, 93);
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 = 245;
//
// noTextBox
//
this.noTextBox.BackColor = System.Drawing.Color.White;
//
//
//
this.noTextBox.Border.Class = "TextBoxBorder";
this.noTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.noTextBox.DisabledBackColor = System.Drawing.Color.White;
this.noTextBox.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.noTextBox.ForeColor = System.Drawing.Color.Black;
this.noTextBox.Location = new System.Drawing.Point(512, 7);
this.noTextBox.Name = "noTextBox";
this.noTextBox.PreventEnterBeep = true;
this.noTextBox.Size = new System.Drawing.Size(209, 29);
this.noTextBox.TabIndex = 305;
this.noTextBox.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.noTextBox.WatermarkText = "单据编号";
//
// radioButton3
//
//
//
//
this.radioButton3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.radioButton3.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.radioButton3.Font = new System.Drawing.Font("宋体", 14.5F);
this.radioButton3.Location = new System.Drawing.Point(918, 7);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(83, 33);
this.radioButton3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.radioButton3.TabIndex = 299;
this.radioButton3.Tag = "已收货";
this.radioButton3.Text = "已收货";
this.radioButton3.CheckedChanged += new System.EventHandler(this.cb_change_click);
//
// radioButton2
//
//
//
//
this.radioButton2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.radioButton2.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.radioButton2.Checked = true;
this.radioButton2.CheckState = System.Windows.Forms.CheckState.Checked;
this.radioButton2.CheckValue = "Y";
this.radioButton2.Font = new System.Drawing.Font("宋体", 14.5F);
this.radioButton2.Location = new System.Drawing.Point(831, 7);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(85, 33);
this.radioButton2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.radioButton2.TabIndex = 297;
this.radioButton2.Tag = "待收货";
this.radioButton2.Text = "待收货";
this.radioButton2.CheckedChanged += new System.EventHandler(this.cb_change_click);
//
// radioButton1
//
//
//
//
this.radioButton1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.radioButton1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
this.radioButton1.Font = new System.Drawing.Font("宋体", 14.5F);
this.radioButton1.Location = new System.Drawing.Point(750, 7);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(76, 33);
this.radioButton1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.radioButton1.TabIndex = 296;
this.radioButton1.Tag = "全部";
this.radioButton1.Text = "全部";
this.radioButton1.CheckedChanged += new System.EventHandler(this.cb_change_click);
//
// 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(420, 8);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(98, 30);
this.labelX3.TabIndex = 295;
this.labelX3.Text = "单据编号:";
this.labelX3.WordWrap = true;
//
// startPicker
//
this.startPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.startPicker.Font = new System.Drawing.Font("宋体", 12F);
this.startPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.startPicker.HeaderColor = System.Drawing.Color.Empty;
this.startPicker.Location = new System.Drawing.Point(4, 10);
this.startPicker.Name = "startPicker";
this.startPicker.Size = new System.Drawing.Size(200, 26);
this.startPicker.TabIndex = 0;
//
// endPicker
//
this.endPicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.endPicker.Font = new System.Drawing.Font("宋体", 12F);
this.endPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.endPicker.HeaderColor = System.Drawing.Color.Empty;
this.endPicker.Location = new System.Drawing.Point(212, 10);
this.endPicker.Name = "endPicker";
this.endPicker.Size = new System.Drawing.Size(202, 26);
this.endPicker.TabIndex = 237;
//
// 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(765, 47);
this.ButtonOk.Name = "ButtonOk";
this.ButtonOk.Size = new System.Drawing.Size(85, 45);
this.ButtonOk.TabIndex = 226;
this.ButtonOk.Tag = "query";
this.ButtonOk.Text = "查询";
this.ButtonOk.TextColor = System.Drawing.Color.White;
this.ButtonOk.Click += new System.EventHandler(this.queryClick);
//
// buttonX10
//
this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX10.BackColor = System.Drawing.Color.Red;
this.buttonX10.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX10.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX10.FadeEffect = false;
this.buttonX10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX10.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX10.Location = new System.Drawing.Point(937, 47);
this.buttonX10.Name = "buttonX10";
this.buttonX10.Size = new System.Drawing.Size(85, 45);
this.buttonX10.TabIndex = 236;
this.buttonX10.Tag = "exit";
this.buttonX10.Text = "退出";
this.buttonX10.TextColor = System.Drawing.Color.White;
this.buttonX10.Click += new System.EventHandler(this.exitClick);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX1.BackColor = System.Drawing.Color.Maroon;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX1.FadeEffect = false;
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(642, 47);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(122, 45);
this.buttonX1.TabIndex = 227;
this.buttonX1.Tag = "add";
this.buttonX1.Text = "收货处理";
this.buttonX1.TextColor = System.Drawing.Color.White;
this.buttonX1.Click += new System.EventHandler(this.reciveClick);
//
// buttonX8
//
this.buttonX8.AccessibleRole = System.Windows.Forms.AccessibleRole.RadioButton;
this.buttonX8.BackColor = System.Drawing.Color.SeaGreen;
this.buttonX8.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.buttonX8.Cursor = System.Windows.Forms.Cursors.Hand;
this.buttonX8.FadeEffect = false;
this.buttonX8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.buttonX8.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.buttonX8.Location = new System.Drawing.Point(851, 47);
this.buttonX8.Name = "buttonX8";
this.buttonX8.Size = new System.Drawing.Size(85, 45);
this.buttonX8.TabIndex = 234;
this.buttonX8.Tag = "print";
this.buttonX8.Text = "打印";
this.buttonX8.TextColor = System.Drawing.Color.White;
//
// 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(1024, 32);
this.controlBox1.TabIndex = 3;
this.controlBox1.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick);
this.controlBox1.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick);
//
// DispatchTicketListForm
//
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.detailListTable);
this.Controls.Add(this.pagerControl1);
this.Controls.Add(this.ticketListTable);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.controlBox1);
this.Name = "DispatchTicketListForm";
this.Text = "DispatchTicketListForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.ControlBox controlBox1;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private DevComponents.DotNetBar.Controls.CheckBoxX radioButton3;
private DevComponents.DotNetBar.Controls.CheckBoxX radioButton2;
private DevComponents.DotNetBar.Controls.CheckBoxX radioButton1;
private DevComponents.DotNetBar.LabelX labelX3;
private Component.DatePicker startPicker;
private Component.DatePicker endPicker;
private DevComponents.DotNetBar.ButtonX ButtonOk;
private DevComponents.DotNetBar.ButtonX buttonX10;
private DevComponents.DotNetBar.ButtonX buttonX1;
private DevComponents.DotNetBar.ButtonX buttonX8;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl ticketListTable;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn10;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn11;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn15;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn16;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn45;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn44;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn46;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn21;
private Component.PagerControl pagerControl1;
private DevComponents.DotNetBar.SuperGrid.SuperGridControl detailListTable;
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 gridColumn8;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn9;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn17;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn18;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn19;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn20;
private DevComponents.DotNetBar.SuperGrid.GridColumn LogisticsNo;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn12;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn22;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn13;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn14;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn23;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn7;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn24;
private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn25;
private DevComponents.DotNetBar.Controls.TextBoxX noTextBox;
}
}