WinFormTools/WinformGeneralDeveloperFrame/Form/Frmstock.designer.cs

1530 lines
83 KiB
C#
Raw Normal View History

2021-04-21 13:30:43 +08:00
using DevExpress.XtraEditors;
using DevExpress.XtraLayout;
using DevExpress.XtraTab;
namespace MES.Form
{
partial class Frmstock
{
/// <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()
{
2021-05-11 08:51:35 +08:00
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
2021-04-21 13:30:43 +08:00
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.tabDataList = new DevExpress.XtraTab.XtraTabPage();
this.grdList = new DevExpress.XtraGrid.GridControl();
this.grdListView = new DevExpress.XtraGrid.Views.Grid.GridView();
2021-05-11 08:51:35 +08:00
this.tabDataDetail = new DevExpress.XtraTab.XtraTabPage();
2021-04-21 13:30:43 +08:00
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
2021-05-25 18:09:07 +08:00
this.txtcode = new DevExpress.XtraEditors.TextEdit();
this.txtname = new DevExpress.XtraEditors.TextEdit();
this.txtstartPrice = new DevExpress.XtraEditors.TextEdit();
this.txtolePrice = new DevExpress.XtraEditors.TextEdit();
this.txtnowPrice = new DevExpress.XtraEditors.TextEdit();
this.txtmaxPrice = new DevExpress.XtraEditors.TextEdit();
this.txtminPrice = new DevExpress.XtraEditors.TextEdit();
this.txtbidderPrice = new DevExpress.XtraEditors.TextEdit();
this.txtauctionPrice = new DevExpress.XtraEditors.TextEdit();
this.txtturnover = new DevExpress.XtraEditors.TextEdit();
this.txtturnoverPrice = new DevExpress.XtraEditors.TextEdit();
this.txtbuyOneNum = new DevExpress.XtraEditors.TextEdit();
this.txtbuyOnePrice = new DevExpress.XtraEditors.TextEdit();
this.txtbuyTwoNum = new DevExpress.XtraEditors.TextEdit();
this.txtbuyTwoPrice = new DevExpress.XtraEditors.TextEdit();
this.txtbuyThreeNum = new DevExpress.XtraEditors.TextEdit();
this.txtbuyThreePrice = new DevExpress.XtraEditors.TextEdit();
this.txtbuyFourNum = new DevExpress.XtraEditors.TextEdit();
this.txtbuyFourPrice = new DevExpress.XtraEditors.TextEdit();
this.txtbuyFiveNum = new DevExpress.XtraEditors.TextEdit();
this.txtbuyFivePrice = new DevExpress.XtraEditors.TextEdit();
this.txtsellOneNum = new DevExpress.XtraEditors.TextEdit();
this.txtsellOnePrice = new DevExpress.XtraEditors.TextEdit();
this.txtsellTwoNum = new DevExpress.XtraEditors.TextEdit();
this.txtsellTwoPrice = new DevExpress.XtraEditors.TextEdit();
this.txtsellThreeNum = new DevExpress.XtraEditors.TextEdit();
this.txtsellThreePrice = new DevExpress.XtraEditors.TextEdit();
this.txtsellFourNum = new DevExpress.XtraEditors.TextEdit();
this.txtsellFourPrice = new DevExpress.XtraEditors.TextEdit();
this.txtsellFiveNum = new DevExpress.XtraEditors.TextEdit();
this.txtsellFivePrice = new DevExpress.XtraEditors.TextEdit();
this.txttimeStr = new DevExpress.XtraEditors.DateEdit();
this.txtid = new DevExpress.XtraEditors.TextEdit();
2021-05-11 08:51:35 +08:00
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.tabDataList.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdListView)).BeginInit();
this.tabDataDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
2021-04-21 13:30:43 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
2021-05-11 08:51:35 +08:00
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtcode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtname.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtstartPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtolePrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtnowPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtmaxPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtminPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbidderPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtauctionPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtturnover.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtturnoverPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyOneNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyOnePrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyTwoNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyTwoPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyThreeNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyThreePrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyFourNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyFourPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyFiveNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyFivePrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellOneNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellOnePrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellTwoNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellTwoPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellThreeNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellThreePrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellFourNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellFourPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellFiveNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellFivePrice.Properties)).BeginInit();
2021-04-21 13:30:43 +08:00
((System.ComponentModel.ISupportInitialize)(this.txttimeStr.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txttimeStr.Properties)).BeginInit();
2021-05-11 08:51:35 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).BeginInit();
2021-05-25 18:09:07 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
2021-04-21 13:30:43 +08:00
this.SuspendLayout();
2021-05-11 08:51:35 +08:00
//
// gridColumn1
//
this.gridColumn1.Caption = "代码";
this.gridColumn1.FieldName = "code";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
this.gridColumn1.Width = 201;
//
// gridColumn2
//
this.gridColumn2.Caption = "名称";
this.gridColumn2.FieldName = "name";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
this.gridColumn2.Width = 201;
//
// gridColumn3
//
this.gridColumn3.Caption = "今日开盘价";
this.gridColumn3.FieldName = "startPrice";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 2;
this.gridColumn3.Width = 201;
//
// gridColumn4
//
this.gridColumn4.Caption = "昨日收盘价";
this.gridColumn4.FieldName = "olePrice";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 3;
this.gridColumn4.Width = 201;
//
// gridColumn5
//
this.gridColumn5.Caption = "当前价格";
this.gridColumn5.FieldName = "nowPrice";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 4;
this.gridColumn5.Width = 201;
//
// gridColumn6
//
this.gridColumn6.Caption = "今日最高价";
this.gridColumn6.FieldName = "maxPrice";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 5;
this.gridColumn6.Width = 201;
//
// gridColumn7
//
this.gridColumn7.Caption = "今日最低价";
this.gridColumn7.FieldName = "minPrice";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 6;
this.gridColumn7.Width = 201;
//
// gridColumn8
//
this.gridColumn8.Caption = "竞买价";
this.gridColumn8.FieldName = "bidderPrice";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 7;
this.gridColumn8.Width = 201;
//
// gridColumn9
//
this.gridColumn9.Caption = "竞卖价";
this.gridColumn9.FieldName = "auctionPrice";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 8;
this.gridColumn9.Width = 201;
//
// gridColumn10
//
this.gridColumn10.Caption = "成交股票数";
this.gridColumn10.FieldName = "turnover";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 9;
this.gridColumn10.Width = 201;
//
// gridColumn11
//
this.gridColumn11.Caption = "成交金额";
this.gridColumn11.FieldName = "turnoverPrice";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 10;
this.gridColumn11.Width = 201;
//
// gridColumn12
//
this.gridColumn12.Caption = "买1数量";
this.gridColumn12.FieldName = "buyOneNum";
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.Visible = true;
this.gridColumn12.VisibleIndex = 11;
this.gridColumn12.Width = 201;
//
// gridColumn13
//
this.gridColumn13.Caption = "买1价格";
this.gridColumn13.FieldName = "buyOnePrice";
this.gridColumn13.Name = "gridColumn13";
this.gridColumn13.Visible = true;
this.gridColumn13.VisibleIndex = 12;
this.gridColumn13.Width = 201;
//
// gridColumn14
//
this.gridColumn14.Caption = "买2数量";
this.gridColumn14.FieldName = "buyTwoNum";
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 13;
this.gridColumn14.Width = 201;
//
// gridColumn15
//
this.gridColumn15.Caption = "买2价格";
this.gridColumn15.FieldName = "buyTwoPrice";
this.gridColumn15.Name = "gridColumn15";
this.gridColumn15.Visible = true;
this.gridColumn15.VisibleIndex = 14;
this.gridColumn15.Width = 201;
//
// gridColumn16
//
this.gridColumn16.Caption = "买3数量";
this.gridColumn16.FieldName = "buyThreeNum";
this.gridColumn16.Name = "gridColumn16";
this.gridColumn16.Visible = true;
this.gridColumn16.VisibleIndex = 15;
this.gridColumn16.Width = 201;
//
// gridColumn17
//
this.gridColumn17.Caption = "买3价格";
this.gridColumn17.FieldName = "buyThreePrice";
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.Visible = true;
this.gridColumn17.VisibleIndex = 16;
this.gridColumn17.Width = 201;
//
// gridColumn18
//
this.gridColumn18.Caption = "买4数量";
this.gridColumn18.FieldName = "buyFourNum";
this.gridColumn18.Name = "gridColumn18";
this.gridColumn18.Visible = true;
this.gridColumn18.VisibleIndex = 17;
this.gridColumn18.Width = 201;
//
// gridColumn19
//
this.gridColumn19.Caption = "买4价格";
this.gridColumn19.FieldName = "buyFourPrice";
this.gridColumn19.Name = "gridColumn19";
this.gridColumn19.Visible = true;
this.gridColumn19.VisibleIndex = 18;
this.gridColumn19.Width = 201;
//
// gridColumn20
//
this.gridColumn20.Caption = "买5数量";
this.gridColumn20.FieldName = "buyFiveNum";
this.gridColumn20.Name = "gridColumn20";
this.gridColumn20.Visible = true;
this.gridColumn20.VisibleIndex = 19;
this.gridColumn20.Width = 201;
//
// gridColumn21
//
this.gridColumn21.Caption = "买5价格";
this.gridColumn21.FieldName = "buyFivePrice";
this.gridColumn21.Name = "gridColumn21";
this.gridColumn21.Visible = true;
this.gridColumn21.VisibleIndex = 20;
this.gridColumn21.Width = 201;
//
// gridColumn22
//
this.gridColumn22.Caption = "卖1数量";
this.gridColumn22.FieldName = "sellOneNum";
this.gridColumn22.Name = "gridColumn22";
this.gridColumn22.Visible = true;
this.gridColumn22.VisibleIndex = 21;
this.gridColumn22.Width = 201;
//
// gridColumn23
//
this.gridColumn23.Caption = "卖1价格";
this.gridColumn23.FieldName = "sellOnePrice";
this.gridColumn23.Name = "gridColumn23";
this.gridColumn23.Visible = true;
this.gridColumn23.VisibleIndex = 22;
this.gridColumn23.Width = 201;
//
// gridColumn24
//
this.gridColumn24.Caption = "卖2数量";
this.gridColumn24.FieldName = "sellTwoNum";
this.gridColumn24.Name = "gridColumn24";
this.gridColumn24.Visible = true;
this.gridColumn24.VisibleIndex = 23;
this.gridColumn24.Width = 201;
//
// gridColumn25
//
this.gridColumn25.Caption = "卖2价格";
this.gridColumn25.FieldName = "sellTwoPrice";
this.gridColumn25.Name = "gridColumn25";
this.gridColumn25.Visible = true;
this.gridColumn25.VisibleIndex = 24;
this.gridColumn25.Width = 201;
//
// gridColumn26
//
this.gridColumn26.Caption = "卖3数量";
this.gridColumn26.FieldName = "sellThreeNum";
this.gridColumn26.Name = "gridColumn26";
this.gridColumn26.Visible = true;
this.gridColumn26.VisibleIndex = 25;
this.gridColumn26.Width = 201;
//
// gridColumn27
//
this.gridColumn27.Caption = "卖3价格";
this.gridColumn27.FieldName = "sellThreePrice";
this.gridColumn27.Name = "gridColumn27";
this.gridColumn27.Visible = true;
this.gridColumn27.VisibleIndex = 26;
this.gridColumn27.Width = 201;
//
// gridColumn28
//
this.gridColumn28.Caption = "卖4数量";
this.gridColumn28.FieldName = "sellFourNum";
this.gridColumn28.Name = "gridColumn28";
this.gridColumn28.Visible = true;
this.gridColumn28.VisibleIndex = 27;
this.gridColumn28.Width = 201;
//
// gridColumn29
//
this.gridColumn29.Caption = "卖4价格";
this.gridColumn29.FieldName = "sellFourPrice";
this.gridColumn29.Name = "gridColumn29";
this.gridColumn29.Visible = true;
this.gridColumn29.VisibleIndex = 28;
this.gridColumn29.Width = 201;
//
// gridColumn30
//
this.gridColumn30.Caption = "卖5数量";
this.gridColumn30.FieldName = "sellFiveNum";
this.gridColumn30.Name = "gridColumn30";
this.gridColumn30.Visible = true;
this.gridColumn30.VisibleIndex = 29;
this.gridColumn30.Width = 201;
//
// gridColumn31
//
this.gridColumn31.Caption = "卖5价格";
this.gridColumn31.FieldName = "sellFivePrice";
this.gridColumn31.Name = "gridColumn31";
this.gridColumn31.Visible = true;
this.gridColumn31.VisibleIndex = 30;
this.gridColumn31.Width = 201;
//
// gridColumn32
//
this.gridColumn32.Caption = "时间";
this.gridColumn32.DisplayFormat.FormatString = "G";
this.gridColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn32.FieldName = "timeStr";
this.gridColumn32.Name = "gridColumn32";
this.gridColumn32.Visible = true;
this.gridColumn32.VisibleIndex = 31;
this.gridColumn32.Width = 201;
//
// gridColumn33
//
this.gridColumn33.Caption = "id";
this.gridColumn33.FieldName = "id";
this.gridColumn33.Name = "gridColumn33";
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 34);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.tabDataList;
this.xtraTabControl1.Size = new System.Drawing.Size(1300, 766);
this.xtraTabControl1.TabIndex = 1;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tabDataList,
this.tabDataDetail});
//
// tabDataList
//
this.tabDataList.Controls.Add(this.grdList);
this.tabDataList.Name = "tabDataList";
this.tabDataList.Size = new System.Drawing.Size(1294, 737);
this.tabDataList.Text = "数据列表";
//
// grdList
//
this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdList.Location = new System.Drawing.Point(0, 0);
this.grdList.MainView = this.grdListView;
this.grdList.Name = "grdList";
this.grdList.Size = new System.Drawing.Size(1294, 737);
this.grdList.TabIndex = 0;
this.grdList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grdListView});
//
// grdListView
//
this.grdListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10,
this.gridColumn11,
this.gridColumn12,
this.gridColumn13,
this.gridColumn14,
this.gridColumn15,
this.gridColumn16,
this.gridColumn17,
this.gridColumn18,
this.gridColumn19,
this.gridColumn20,
this.gridColumn21,
this.gridColumn22,
this.gridColumn23,
this.gridColumn24,
this.gridColumn25,
this.gridColumn26,
this.gridColumn27,
this.gridColumn28,
this.gridColumn29,
this.gridColumn30,
this.gridColumn31,
this.gridColumn32,
this.gridColumn33});
this.grdListView.GridControl = this.grdList;
this.grdListView.Name = "grdListView";
this.grdListView.OptionsBehavior.Editable = false;
this.grdListView.OptionsView.ColumnAutoWidth = false;
//
// tabDataDetail
//
this.tabDataDetail.Controls.Add(this.panelControl2);
this.tabDataDetail.Name = "tabDataDetail";
2021-05-25 18:09:07 +08:00
this.tabDataDetail.Size = new System.Drawing.Size(1294, 737);
2021-05-11 08:51:35 +08:00
this.tabDataDetail.Text = "数据编辑";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.layoutControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
2021-05-25 18:09:07 +08:00
this.panelControl2.Size = new System.Drawing.Size(1294, 737);
2021-05-11 08:51:35 +08:00
this.panelControl2.TabIndex = 0;
//
2021-04-21 13:30:43 +08:00
// layoutControl1
2021-05-11 08:51:35 +08:00
//
2021-04-21 13:30:43 +08:00
this.layoutControl1.Controls.Add(this.txtcode);
this.layoutControl1.Controls.Add(this.txtname);
this.layoutControl1.Controls.Add(this.txtstartPrice);
this.layoutControl1.Controls.Add(this.txtolePrice);
this.layoutControl1.Controls.Add(this.txtnowPrice);
this.layoutControl1.Controls.Add(this.txtmaxPrice);
this.layoutControl1.Controls.Add(this.txtminPrice);
this.layoutControl1.Controls.Add(this.txtbidderPrice);
this.layoutControl1.Controls.Add(this.txtauctionPrice);
this.layoutControl1.Controls.Add(this.txtturnover);
this.layoutControl1.Controls.Add(this.txtturnoverPrice);
this.layoutControl1.Controls.Add(this.txtbuyOneNum);
this.layoutControl1.Controls.Add(this.txtbuyOnePrice);
this.layoutControl1.Controls.Add(this.txtbuyTwoNum);
this.layoutControl1.Controls.Add(this.txtbuyTwoPrice);
this.layoutControl1.Controls.Add(this.txtbuyThreeNum);
this.layoutControl1.Controls.Add(this.txtbuyThreePrice);
this.layoutControl1.Controls.Add(this.txtbuyFourNum);
this.layoutControl1.Controls.Add(this.txtbuyFourPrice);
this.layoutControl1.Controls.Add(this.txtbuyFiveNum);
this.layoutControl1.Controls.Add(this.txtbuyFivePrice);
this.layoutControl1.Controls.Add(this.txtsellOneNum);
this.layoutControl1.Controls.Add(this.txtsellOnePrice);
this.layoutControl1.Controls.Add(this.txtsellTwoNum);
this.layoutControl1.Controls.Add(this.txtsellTwoPrice);
this.layoutControl1.Controls.Add(this.txtsellThreeNum);
this.layoutControl1.Controls.Add(this.txtsellThreePrice);
this.layoutControl1.Controls.Add(this.txtsellFourNum);
this.layoutControl1.Controls.Add(this.txtsellFourPrice);
this.layoutControl1.Controls.Add(this.txtsellFiveNum);
this.layoutControl1.Controls.Add(this.txtsellFivePrice);
this.layoutControl1.Controls.Add(this.txttimeStr);
2021-04-22 14:18:45 +08:00
this.layoutControl1.Controls.Add(this.txtid);
2021-05-11 08:51:35 +08:00
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(2, 2);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.layoutControlGroup1;
2021-05-25 18:09:07 +08:00
this.layoutControl1.Size = new System.Drawing.Size(1290, 733);
2021-05-11 08:51:35 +08:00
this.layoutControl1.TabIndex = 6;
this.layoutControl1.Text = "layoutControl1";
//
// txtcode
2021-04-22 14:18:45 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtcode.Location = new System.Drawing.Point(75, 12);
this.txtcode.Name = "txtcode";
2021-05-25 18:09:07 +08:00
this.txtcode.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtcode.StyleController = this.layoutControl1;
this.txtcode.TabIndex = 1;
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
// txtname
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtname.Location = new System.Drawing.Point(75, 36);
this.txtname.Name = "txtname";
2021-05-25 18:09:07 +08:00
this.txtname.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtname.StyleController = this.layoutControl1;
this.txtname.TabIndex = 2;
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
// txtstartPrice
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtstartPrice.Location = new System.Drawing.Point(75, 60);
this.txtstartPrice.Name = "txtstartPrice";
2021-05-25 18:09:07 +08:00
this.txtstartPrice.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtstartPrice.StyleController = this.layoutControl1;
this.txtstartPrice.TabIndex = 3;
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
// txtolePrice
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtolePrice.Location = new System.Drawing.Point(75, 84);
this.txtolePrice.Name = "txtolePrice";
2021-05-25 18:09:07 +08:00
this.txtolePrice.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtolePrice.StyleController = this.layoutControl1;
this.txtolePrice.TabIndex = 4;
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
// txtnowPrice
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtnowPrice.Location = new System.Drawing.Point(75, 108);
this.txtnowPrice.Name = "txtnowPrice";
2021-05-25 18:09:07 +08:00
this.txtnowPrice.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtnowPrice.StyleController = this.layoutControl1;
this.txtnowPrice.TabIndex = 5;
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
// txtmaxPrice
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtmaxPrice.Location = new System.Drawing.Point(75, 132);
this.txtmaxPrice.Name = "txtmaxPrice";
2021-05-25 18:09:07 +08:00
this.txtmaxPrice.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtmaxPrice.StyleController = this.layoutControl1;
this.txtmaxPrice.TabIndex = 6;
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
// txtminPrice
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtminPrice.Location = new System.Drawing.Point(75, 156);
this.txtminPrice.Name = "txtminPrice";
2021-05-25 18:09:07 +08:00
this.txtminPrice.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtminPrice.StyleController = this.layoutControl1;
this.txtminPrice.TabIndex = 7;
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
// txtbidderPrice
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtbidderPrice.Location = new System.Drawing.Point(75, 180);
this.txtbidderPrice.Name = "txtbidderPrice";
2021-05-25 18:09:07 +08:00
this.txtbidderPrice.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtbidderPrice.StyleController = this.layoutControl1;
this.txtbidderPrice.TabIndex = 8;
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
// txtauctionPrice
2021-04-21 13:30:43 +08:00
//
2021-05-11 08:51:35 +08:00
this.txtauctionPrice.Location = new System.Drawing.Point(75, 204);
this.txtauctionPrice.Name = "txtauctionPrice";
2021-05-25 18:09:07 +08:00
this.txtauctionPrice.Size = new System.Drawing.Size(1186, 20);
2021-05-11 08:51:35 +08:00
this.txtauctionPrice.StyleController = this.layoutControl1;
this.txtauctionPrice.TabIndex = 9;
2021-04-21 13:30:43 +08:00
//
2021-05-25 18:09:07 +08:00
// txtturnover
//
this.txtturnover.Location = new System.Drawing.Point(75, 228);
this.txtturnover.Name = "txtturnover";
this.txtturnover.Size = new System.Drawing.Size(1186, 20);
this.txtturnover.StyleController = this.layoutControl1;
this.txtturnover.TabIndex = 10;
//
// txtturnoverPrice
//
this.txtturnoverPrice.Location = new System.Drawing.Point(75, 252);
this.txtturnoverPrice.Name = "txtturnoverPrice";
this.txtturnoverPrice.Size = new System.Drawing.Size(1186, 20);
this.txtturnoverPrice.StyleController = this.layoutControl1;
this.txtturnoverPrice.TabIndex = 11;
//
// txtbuyOneNum
//
this.txtbuyOneNum.Location = new System.Drawing.Point(75, 276);
this.txtbuyOneNum.Name = "txtbuyOneNum";
this.txtbuyOneNum.Size = new System.Drawing.Size(1186, 20);
this.txtbuyOneNum.StyleController = this.layoutControl1;
this.txtbuyOneNum.TabIndex = 12;
//
// txtbuyOnePrice
//
this.txtbuyOnePrice.Location = new System.Drawing.Point(75, 300);
this.txtbuyOnePrice.Name = "txtbuyOnePrice";
this.txtbuyOnePrice.Size = new System.Drawing.Size(1186, 20);
this.txtbuyOnePrice.StyleController = this.layoutControl1;
this.txtbuyOnePrice.TabIndex = 13;
//
// txtbuyTwoNum
//
this.txtbuyTwoNum.Location = new System.Drawing.Point(75, 324);
this.txtbuyTwoNum.Name = "txtbuyTwoNum";
this.txtbuyTwoNum.Size = new System.Drawing.Size(1186, 20);
this.txtbuyTwoNum.StyleController = this.layoutControl1;
this.txtbuyTwoNum.TabIndex = 14;
//
// txtbuyTwoPrice
//
this.txtbuyTwoPrice.Location = new System.Drawing.Point(75, 348);
this.txtbuyTwoPrice.Name = "txtbuyTwoPrice";
this.txtbuyTwoPrice.Size = new System.Drawing.Size(1186, 20);
this.txtbuyTwoPrice.StyleController = this.layoutControl1;
this.txtbuyTwoPrice.TabIndex = 15;
//
// txtbuyThreeNum
//
this.txtbuyThreeNum.Location = new System.Drawing.Point(75, 372);
this.txtbuyThreeNum.Name = "txtbuyThreeNum";
this.txtbuyThreeNum.Size = new System.Drawing.Size(1186, 20);
this.txtbuyThreeNum.StyleController = this.layoutControl1;
this.txtbuyThreeNum.TabIndex = 16;
//
// txtbuyThreePrice
//
this.txtbuyThreePrice.Location = new System.Drawing.Point(75, 396);
this.txtbuyThreePrice.Name = "txtbuyThreePrice";
this.txtbuyThreePrice.Size = new System.Drawing.Size(1186, 20);
this.txtbuyThreePrice.StyleController = this.layoutControl1;
this.txtbuyThreePrice.TabIndex = 17;
//
// txtbuyFourNum
//
this.txtbuyFourNum.Location = new System.Drawing.Point(75, 420);
this.txtbuyFourNum.Name = "txtbuyFourNum";
this.txtbuyFourNum.Size = new System.Drawing.Size(1186, 20);
this.txtbuyFourNum.StyleController = this.layoutControl1;
this.txtbuyFourNum.TabIndex = 18;
//
// txtbuyFourPrice
//
this.txtbuyFourPrice.Location = new System.Drawing.Point(75, 444);
this.txtbuyFourPrice.Name = "txtbuyFourPrice";
this.txtbuyFourPrice.Size = new System.Drawing.Size(1186, 20);
this.txtbuyFourPrice.StyleController = this.layoutControl1;
this.txtbuyFourPrice.TabIndex = 19;
//
// txtbuyFiveNum
//
this.txtbuyFiveNum.Location = new System.Drawing.Point(75, 468);
this.txtbuyFiveNum.Name = "txtbuyFiveNum";
this.txtbuyFiveNum.Size = new System.Drawing.Size(1186, 20);
this.txtbuyFiveNum.StyleController = this.layoutControl1;
this.txtbuyFiveNum.TabIndex = 20;
//
// txtbuyFivePrice
//
this.txtbuyFivePrice.Location = new System.Drawing.Point(75, 492);
this.txtbuyFivePrice.Name = "txtbuyFivePrice";
this.txtbuyFivePrice.Size = new System.Drawing.Size(1186, 20);
this.txtbuyFivePrice.StyleController = this.layoutControl1;
this.txtbuyFivePrice.TabIndex = 21;
//
// txtsellOneNum
//
this.txtsellOneNum.Location = new System.Drawing.Point(75, 516);
this.txtsellOneNum.Name = "txtsellOneNum";
this.txtsellOneNum.Size = new System.Drawing.Size(1186, 20);
this.txtsellOneNum.StyleController = this.layoutControl1;
this.txtsellOneNum.TabIndex = 22;
//
// txtsellOnePrice
//
this.txtsellOnePrice.Location = new System.Drawing.Point(75, 540);
this.txtsellOnePrice.Name = "txtsellOnePrice";
this.txtsellOnePrice.Size = new System.Drawing.Size(1186, 20);
this.txtsellOnePrice.StyleController = this.layoutControl1;
this.txtsellOnePrice.TabIndex = 23;
//
// txtsellTwoNum
//
this.txtsellTwoNum.Location = new System.Drawing.Point(75, 564);
this.txtsellTwoNum.Name = "txtsellTwoNum";
this.txtsellTwoNum.Size = new System.Drawing.Size(1186, 20);
this.txtsellTwoNum.StyleController = this.layoutControl1;
this.txtsellTwoNum.TabIndex = 24;
//
// txtsellTwoPrice
//
this.txtsellTwoPrice.Location = new System.Drawing.Point(75, 588);
this.txtsellTwoPrice.Name = "txtsellTwoPrice";
this.txtsellTwoPrice.Size = new System.Drawing.Size(1186, 20);
this.txtsellTwoPrice.StyleController = this.layoutControl1;
this.txtsellTwoPrice.TabIndex = 25;
//
// txtsellThreeNum
//
this.txtsellThreeNum.Location = new System.Drawing.Point(75, 612);
this.txtsellThreeNum.Name = "txtsellThreeNum";
this.txtsellThreeNum.Size = new System.Drawing.Size(1186, 20);
this.txtsellThreeNum.StyleController = this.layoutControl1;
this.txtsellThreeNum.TabIndex = 26;
//
// txtsellThreePrice
//
this.txtsellThreePrice.Location = new System.Drawing.Point(75, 636);
this.txtsellThreePrice.Name = "txtsellThreePrice";
this.txtsellThreePrice.Size = new System.Drawing.Size(1186, 20);
this.txtsellThreePrice.StyleController = this.layoutControl1;
this.txtsellThreePrice.TabIndex = 27;
//
// txtsellFourNum
//
this.txtsellFourNum.Location = new System.Drawing.Point(75, 660);
this.txtsellFourNum.Name = "txtsellFourNum";
this.txtsellFourNum.Size = new System.Drawing.Size(1186, 20);
this.txtsellFourNum.StyleController = this.layoutControl1;
this.txtsellFourNum.TabIndex = 28;
//
// txtsellFourPrice
//
this.txtsellFourPrice.Location = new System.Drawing.Point(75, 684);
this.txtsellFourPrice.Name = "txtsellFourPrice";
this.txtsellFourPrice.Size = new System.Drawing.Size(1186, 20);
this.txtsellFourPrice.StyleController = this.layoutControl1;
this.txtsellFourPrice.TabIndex = 29;
//
// txtsellFiveNum
//
this.txtsellFiveNum.Location = new System.Drawing.Point(75, 708);
this.txtsellFiveNum.Name = "txtsellFiveNum";
this.txtsellFiveNum.Size = new System.Drawing.Size(1186, 20);
this.txtsellFiveNum.StyleController = this.layoutControl1;
this.txtsellFiveNum.TabIndex = 30;
//
// txtsellFivePrice
//
this.txtsellFivePrice.Location = new System.Drawing.Point(75, 732);
this.txtsellFivePrice.Name = "txtsellFivePrice";
this.txtsellFivePrice.Size = new System.Drawing.Size(1186, 20);
this.txtsellFivePrice.StyleController = this.layoutControl1;
this.txtsellFivePrice.TabIndex = 31;
//
// txttimeStr
//
this.txttimeStr.EditValue = null;
this.txttimeStr.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txttimeStr.Location = new System.Drawing.Point(75, 756);
this.txttimeStr.Name = "txttimeStr";
this.txttimeStr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txttimeStr.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txttimeStr.Properties.DisplayFormat.FormatString = "G";
this.txttimeStr.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.txttimeStr.Size = new System.Drawing.Size(1186, 20);
this.txttimeStr.StyleController = this.layoutControl1;
this.txttimeStr.TabIndex = 32;
//
// txtid
//
this.txtid.Location = new System.Drawing.Point(75, 780);
this.txtid.Name = "txtid";
this.txtid.Size = new System.Drawing.Size(1186, 20);
this.txtid.StyleController = this.layoutControl1;
this.txtid.TabIndex = 33;
//
// layoutControlGroup1
//
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem3,
this.layoutControlItem4,
this.layoutControlItem5,
this.layoutControlItem6,
this.layoutControlItem7,
this.layoutControlItem8,
this.layoutControlItem9,
this.layoutControlItem10,
this.layoutControlItem11,
this.layoutControlItem12,
this.layoutControlItem13,
this.layoutControlItem14,
this.layoutControlItem15,
this.layoutControlItem16,
this.layoutControlItem17,
this.layoutControlItem18,
this.layoutControlItem19,
this.layoutControlItem20,
this.layoutControlItem21,
this.layoutControlItem22,
this.layoutControlItem23,
this.layoutControlItem24,
this.layoutControlItem25,
this.layoutControlItem26,
this.layoutControlItem27,
this.layoutControlItem28,
this.layoutControlItem29,
this.layoutControlItem30,
this.layoutControlItem31,
this.layoutControlItem32,
this.layoutControlItem33});
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(1273, 812);
this.layoutControlGroup1.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtcode;
this.layoutControlItem1.CustomizationFormText = "代码";
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem1.Text = "代码";
this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtname;
this.layoutControlItem2.CustomizationFormText = "名称";
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem2.Text = "名称";
this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtstartPrice;
this.layoutControlItem3.CustomizationFormText = "今日开盘价";
this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem3.Text = "今日开盘价";
this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtolePrice;
this.layoutControlItem4.CustomizationFormText = "昨日收盘价";
this.layoutControlItem4.Location = new System.Drawing.Point(0, 72);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem4.Text = "昨日收盘价";
this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 14);
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txtnowPrice;
this.layoutControlItem5.CustomizationFormText = "当前价格";
this.layoutControlItem5.Location = new System.Drawing.Point(0, 96);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem5.Text = "当前价格";
this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 14);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txtmaxPrice;
this.layoutControlItem6.CustomizationFormText = "今日最高价";
this.layoutControlItem6.Location = new System.Drawing.Point(0, 120);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem6.Text = "今日最高价";
this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 14);
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.txtminPrice;
this.layoutControlItem7.CustomizationFormText = "今日最低价";
this.layoutControlItem7.Location = new System.Drawing.Point(0, 144);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem7.Text = "今日最低价";
this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 14);
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.txtbidderPrice;
this.layoutControlItem8.CustomizationFormText = "竞买价";
this.layoutControlItem8.Location = new System.Drawing.Point(0, 168);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem8.Text = "竞买价";
this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 14);
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txtauctionPrice;
this.layoutControlItem9.CustomizationFormText = "竞卖价";
this.layoutControlItem9.Location = new System.Drawing.Point(0, 192);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.Size = new System.Drawing.Size(1253, 24);
this.layoutControlItem9.Text = "竞卖价";
this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 14);
//
2021-04-22 14:18:45 +08:00
// layoutControlItem10
//
this.layoutControlItem10.Control = this.txtturnover;
this.layoutControlItem10.CustomizationFormText = "成交股票数";
this.layoutControlItem10.Location = new System.Drawing.Point(0, 216);
this.layoutControlItem10.Name = "layoutControlItem10";
2021-05-25 18:09:07 +08:00
this.layoutControlItem10.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem10.Text = "成交股票数";
2021-05-11 08:51:35 +08:00
this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem11
//
this.layoutControlItem11.Control = this.txtturnoverPrice;
this.layoutControlItem11.CustomizationFormText = "成交金额";
this.layoutControlItem11.Location = new System.Drawing.Point(0, 240);
this.layoutControlItem11.Name = "layoutControlItem11";
2021-05-25 18:09:07 +08:00
this.layoutControlItem11.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem11.Text = "成交金额";
2021-05-11 08:51:35 +08:00
this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem12
//
this.layoutControlItem12.Control = this.txtbuyOneNum;
this.layoutControlItem12.CustomizationFormText = "买1数量";
this.layoutControlItem12.Location = new System.Drawing.Point(0, 264);
this.layoutControlItem12.Name = "layoutControlItem12";
2021-05-25 18:09:07 +08:00
this.layoutControlItem12.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem12.Text = "买1数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem12.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem13
//
this.layoutControlItem13.Control = this.txtbuyOnePrice;
this.layoutControlItem13.CustomizationFormText = "买1价格";
this.layoutControlItem13.Location = new System.Drawing.Point(0, 288);
this.layoutControlItem13.Name = "layoutControlItem13";
2021-05-25 18:09:07 +08:00
this.layoutControlItem13.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem13.Text = "买1价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem13.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem14
2021-04-21 13:30:43 +08:00
//
2021-04-22 14:18:45 +08:00
this.layoutControlItem14.Control = this.txtbuyTwoNum;
this.layoutControlItem14.CustomizationFormText = "买2数量";
this.layoutControlItem14.Location = new System.Drawing.Point(0, 312);
this.layoutControlItem14.Name = "layoutControlItem14";
2021-05-25 18:09:07 +08:00
this.layoutControlItem14.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem14.Text = "买2数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem14.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem15
//
this.layoutControlItem15.Control = this.txtbuyTwoPrice;
this.layoutControlItem15.CustomizationFormText = "买2价格";
this.layoutControlItem15.Location = new System.Drawing.Point(0, 336);
this.layoutControlItem15.Name = "layoutControlItem15";
2021-05-25 18:09:07 +08:00
this.layoutControlItem15.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem15.Text = "买2价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem15.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem16
//
this.layoutControlItem16.Control = this.txtbuyThreeNum;
this.layoutControlItem16.CustomizationFormText = "买3数量";
this.layoutControlItem16.Location = new System.Drawing.Point(0, 360);
this.layoutControlItem16.Name = "layoutControlItem16";
2021-05-25 18:09:07 +08:00
this.layoutControlItem16.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem16.Text = "买3数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem16.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem17
//
this.layoutControlItem17.Control = this.txtbuyThreePrice;
this.layoutControlItem17.CustomizationFormText = "买3价格";
this.layoutControlItem17.Location = new System.Drawing.Point(0, 384);
this.layoutControlItem17.Name = "layoutControlItem17";
2021-05-25 18:09:07 +08:00
this.layoutControlItem17.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem17.Text = "买3价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem17.TextSize = new System.Drawing.Size(60, 14);
2021-04-21 13:30:43 +08:00
//
2021-04-22 14:18:45 +08:00
// layoutControlItem18
//
this.layoutControlItem18.Control = this.txtbuyFourNum;
this.layoutControlItem18.CustomizationFormText = "买4数量";
this.layoutControlItem18.Location = new System.Drawing.Point(0, 408);
this.layoutControlItem18.Name = "layoutControlItem18";
2021-05-25 18:09:07 +08:00
this.layoutControlItem18.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem18.Text = "买4数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem18.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem19
//
this.layoutControlItem19.Control = this.txtbuyFourPrice;
this.layoutControlItem19.CustomizationFormText = "买4价格";
this.layoutControlItem19.Location = new System.Drawing.Point(0, 432);
this.layoutControlItem19.Name = "layoutControlItem19";
2021-05-25 18:09:07 +08:00
this.layoutControlItem19.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem19.Text = "买4价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem19.TextSize = new System.Drawing.Size(60, 14);
2021-04-21 13:30:43 +08:00
//
2021-04-22 14:18:45 +08:00
// layoutControlItem20
//
this.layoutControlItem20.Control = this.txtbuyFiveNum;
this.layoutControlItem20.CustomizationFormText = "买5数量";
this.layoutControlItem20.Location = new System.Drawing.Point(0, 456);
this.layoutControlItem20.Name = "layoutControlItem20";
2021-05-25 18:09:07 +08:00
this.layoutControlItem20.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem20.Text = "买5数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem20.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem21
2021-04-21 13:30:43 +08:00
//
2021-04-22 14:18:45 +08:00
this.layoutControlItem21.Control = this.txtbuyFivePrice;
this.layoutControlItem21.CustomizationFormText = "买5价格";
this.layoutControlItem21.Location = new System.Drawing.Point(0, 480);
this.layoutControlItem21.Name = "layoutControlItem21";
2021-05-25 18:09:07 +08:00
this.layoutControlItem21.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem21.Text = "买5价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem21.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem22
//
this.layoutControlItem22.Control = this.txtsellOneNum;
this.layoutControlItem22.CustomizationFormText = "卖1数量";
this.layoutControlItem22.Location = new System.Drawing.Point(0, 504);
this.layoutControlItem22.Name = "layoutControlItem22";
2021-05-25 18:09:07 +08:00
this.layoutControlItem22.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem22.Text = "卖1数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem22.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem23
//
this.layoutControlItem23.Control = this.txtsellOnePrice;
this.layoutControlItem23.CustomizationFormText = "卖1价格";
this.layoutControlItem23.Location = new System.Drawing.Point(0, 528);
this.layoutControlItem23.Name = "layoutControlItem23";
2021-05-25 18:09:07 +08:00
this.layoutControlItem23.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem23.Text = "卖1价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem23.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
2021-04-21 13:30:43 +08:00
// layoutControlItem24
//
this.layoutControlItem24.Control = this.txtsellTwoNum;
this.layoutControlItem24.CustomizationFormText = "卖2数量";
2021-04-22 14:18:45 +08:00
this.layoutControlItem24.Location = new System.Drawing.Point(0, 552);
2021-04-21 13:30:43 +08:00
this.layoutControlItem24.Name = "layoutControlItem24";
2021-05-25 18:09:07 +08:00
this.layoutControlItem24.Size = new System.Drawing.Size(1253, 24);
2021-04-21 13:30:43 +08:00
this.layoutControlItem24.Text = "卖2数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem24.TextSize = new System.Drawing.Size(60, 14);
2021-04-21 13:30:43 +08:00
//
// layoutControlItem25
//
this.layoutControlItem25.Control = this.txtsellTwoPrice;
this.layoutControlItem25.CustomizationFormText = "卖2价格";
2021-04-22 14:18:45 +08:00
this.layoutControlItem25.Location = new System.Drawing.Point(0, 576);
2021-04-21 13:30:43 +08:00
this.layoutControlItem25.Name = "layoutControlItem25";
2021-05-25 18:09:07 +08:00
this.layoutControlItem25.Size = new System.Drawing.Size(1253, 24);
2021-04-21 13:30:43 +08:00
this.layoutControlItem25.Text = "卖2价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem25.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem26
//
this.layoutControlItem26.Control = this.txtsellThreeNum;
this.layoutControlItem26.CustomizationFormText = "卖3数量";
this.layoutControlItem26.Location = new System.Drawing.Point(0, 600);
this.layoutControlItem26.Name = "layoutControlItem26";
2021-05-25 18:09:07 +08:00
this.layoutControlItem26.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem26.Text = "卖3数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem26.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
2021-04-21 13:30:43 +08:00
// layoutControlItem27
//
this.layoutControlItem27.Control = this.txtsellThreePrice;
this.layoutControlItem27.CustomizationFormText = "卖3价格";
2021-04-22 14:18:45 +08:00
this.layoutControlItem27.Location = new System.Drawing.Point(0, 624);
2021-04-21 13:30:43 +08:00
this.layoutControlItem27.Name = "layoutControlItem27";
2021-05-25 18:09:07 +08:00
this.layoutControlItem27.Size = new System.Drawing.Size(1253, 24);
2021-04-21 13:30:43 +08:00
this.layoutControlItem27.Text = "卖3价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem27.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem28
//
this.layoutControlItem28.Control = this.txtsellFourNum;
this.layoutControlItem28.CustomizationFormText = "卖4数量";
this.layoutControlItem28.Location = new System.Drawing.Point(0, 648);
this.layoutControlItem28.Name = "layoutControlItem28";
2021-05-25 18:09:07 +08:00
this.layoutControlItem28.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem28.Text = "卖4数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem28.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
2021-04-21 13:30:43 +08:00
// layoutControlItem29
//
this.layoutControlItem29.Control = this.txtsellFourPrice;
this.layoutControlItem29.CustomizationFormText = "卖4价格";
2021-04-22 14:18:45 +08:00
this.layoutControlItem29.Location = new System.Drawing.Point(0, 672);
2021-04-21 13:30:43 +08:00
this.layoutControlItem29.Name = "layoutControlItem29";
2021-05-25 18:09:07 +08:00
this.layoutControlItem29.Size = new System.Drawing.Size(1253, 24);
2021-04-21 13:30:43 +08:00
this.layoutControlItem29.Text = "卖4价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem29.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem30
//
this.layoutControlItem30.Control = this.txtsellFiveNum;
this.layoutControlItem30.CustomizationFormText = "卖5数量";
this.layoutControlItem30.Location = new System.Drawing.Point(0, 696);
this.layoutControlItem30.Name = "layoutControlItem30";
2021-05-25 18:09:07 +08:00
this.layoutControlItem30.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem30.Text = "卖5数量";
2021-05-11 08:51:35 +08:00
this.layoutControlItem30.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
2021-04-21 13:30:43 +08:00
// layoutControlItem31
//
this.layoutControlItem31.Control = this.txtsellFivePrice;
this.layoutControlItem31.CustomizationFormText = "卖5价格";
2021-04-22 14:18:45 +08:00
this.layoutControlItem31.Location = new System.Drawing.Point(0, 720);
2021-04-21 13:30:43 +08:00
this.layoutControlItem31.Name = "layoutControlItem31";
2021-05-25 18:09:07 +08:00
this.layoutControlItem31.Size = new System.Drawing.Size(1253, 24);
2021-04-21 13:30:43 +08:00
this.layoutControlItem31.Text = "卖5价格";
2021-05-11 08:51:35 +08:00
this.layoutControlItem31.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem32
//
this.layoutControlItem32.Control = this.txttimeStr;
this.layoutControlItem32.CustomizationFormText = "时间";
this.layoutControlItem32.Location = new System.Drawing.Point(0, 744);
this.layoutControlItem32.Name = "layoutControlItem32";
2021-05-25 18:09:07 +08:00
this.layoutControlItem32.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem32.Text = "时间";
2021-05-11 08:51:35 +08:00
this.layoutControlItem32.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
// layoutControlItem33
//
this.layoutControlItem33.Control = this.txtid;
this.layoutControlItem33.CustomizationFormText = "id";
this.layoutControlItem33.Location = new System.Drawing.Point(0, 768);
this.layoutControlItem33.Name = "layoutControlItem33";
2021-05-25 18:09:07 +08:00
this.layoutControlItem33.Size = new System.Drawing.Size(1253, 24);
2021-04-22 14:18:45 +08:00
this.layoutControlItem33.Text = "id";
2021-05-11 08:51:35 +08:00
this.layoutControlItem33.TextSize = new System.Drawing.Size(60, 14);
2021-04-22 14:18:45 +08:00
//
2021-05-11 08:51:35 +08:00
// Frmstock
2021-04-21 13:30:43 +08:00
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1300, 800);
this.Controls.Add(this.xtraTabControl1);
this.Name = "Frmstock";
2021-05-11 08:51:35 +08:00
this.Text = "股票";
2021-04-21 13:30:43 +08:00
this.Load += new System.EventHandler(this.Frmstock_Load);
this.Controls.SetChildIndex(this.xtraTabControl1, 0);
2021-05-11 08:51:35 +08:00
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.tabDataList.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdListView)).EndInit();
this.tabDataDetail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtcode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtname.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtstartPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtolePrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtnowPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtmaxPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtminPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbidderPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtauctionPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtturnover.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtturnoverPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyOneNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyOnePrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyTwoNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyTwoPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyThreeNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyThreePrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyFourNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyFourPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyFiveNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtbuyFivePrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellOneNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellOnePrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellTwoNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellTwoPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellThreeNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellThreePrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellFourNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellFourPrice.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellFiveNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtsellFivePrice.Properties)).EndInit();
2021-04-21 13:30:43 +08:00
((System.ComponentModel.ISupportInitialize)(this.txttimeStr.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txttimeStr.Properties)).EndInit();
2021-05-11 08:51:35 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).EndInit();
2021-05-25 18:09:07 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
2021-04-21 13:30:43 +08:00
this.ResumeLayout(false);
}
#endregion
private XtraTabControl xtraTabControl1;
private XtraTabPage tabDataList;
private XtraTabPage tabDataDetail;
private DevExpress.XtraGrid.GridControl grdList;
private DevExpress.XtraGrid.Views.Grid.GridView grdListView;
private PanelControl panelControl2;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn22;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn24;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn25;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn26;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn27;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn28;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn29;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn30;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn31;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn32;
2021-04-22 14:18:45 +08:00
private DevExpress.XtraGrid.Columns.GridColumn gridColumn33;
2021-04-21 13:30:43 +08:00
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtcode;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtname;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtstartPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtolePrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtnowPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtmaxPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtminPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbidderPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtauctionPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtturnover;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtturnoverPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyOneNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyOnePrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyTwoNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyTwoPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyThreeNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyThreePrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyFourNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyFourPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyFiveNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtbuyFivePrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellOneNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellOnePrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellTwoNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellTwoPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellThreeNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellThreePrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellFourNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellFourPrice;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellFiveNum;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsellFivePrice;
///////////////////////////////
private DevExpress.XtraEditors.DateEdit txttimeStr;
2021-04-22 14:18:45 +08:00
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtid;
2021-04-21 13:30:43 +08:00
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem26;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem28;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem29;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem30;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem31;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem32;
2021-04-22 14:18:45 +08:00
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem33;
2021-04-21 13:30:43 +08:00
}
}