123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754 |
- namespace centralController
- {
- partial class FormRecordsManager
- {
- /// <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()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.stc_recordManager = new DevComponents.DotNetBar.SuperTabControl();
- this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
- this.tlp_parkingRecord = new System.Windows.Forms.TableLayoutPanel();
- this.dgvx_parkingRecords = new DevComponents.DotNetBar.Controls.DataGridViewX();
- this.parkingRecordsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.userID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.numberPlate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.parkingSpaceID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.realParkTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.paymentStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tlp_parkingRecordsFilter = new System.Windows.Forms.TableLayoutPanel();
- this.dtp_parkEndDate = new System.Windows.Forms.DateTimePicker();
- this.lbx_parkStartDate = new DevComponents.DotNetBar.LabelX();
- this.lbx_parkEndDate = new DevComponents.DotNetBar.LabelX();
- this.btnx_parkingRecordSearch = new DevComponents.DotNetBar.ButtonX();
- this.btnx_parkingRecordExport = new DevComponents.DotNetBar.ButtonX();
- this.lbx_parkLicense = new DevComponents.DotNetBar.LabelX();
- this.tb_parkLicense = new System.Windows.Forms.TextBox();
- this.dtp_parkStartDate = new System.Windows.Forms.DateTimePicker();
- this.sti_parkingRecords = new DevComponents.DotNetBar.SuperTabItem();
- this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
- this.tlp_orderRecords = new System.Windows.Forms.TableLayoutPanel();
- this.dgvx_orderRecords = new DevComponents.DotNetBar.Controls.DataGridViewX();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.预约状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tlp_orderRecordsFilter = new System.Windows.Forms.TableLayoutPanel();
- this.dtp_orderEndDate = new System.Windows.Forms.DateTimePicker();
- this.lbx_orderStartDate = new DevComponents.DotNetBar.LabelX();
- this.lbx_orderEndDate = new DevComponents.DotNetBar.LabelX();
- this.btnx_orderRecordSearch = new DevComponents.DotNetBar.ButtonX();
- this.btnx_orderRecordExport = new DevComponents.DotNetBar.ButtonX();
- this.lbx_orderLicense = new DevComponents.DotNetBar.LabelX();
- this.tb_orderLicense = new System.Windows.Forms.TextBox();
- this.dtp_orderStartDate = new System.Windows.Forms.DateTimePicker();
- this.sti_orderRecords = new DevComponents.DotNetBar.SuperTabItem();
- this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
- this.sti_dailySummary = new DevComponents.DotNetBar.SuperTabItem();
- this.sti_carRecords = new DevComponents.DotNetBar.SuperTabItem();
- ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).BeginInit();
- this.stc_recordManager.SuspendLayout();
- this.superTabControlPanel1.SuspendLayout();
- this.tlp_parkingRecord.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
- this.tlp_parkingRecordsFilter.SuspendLayout();
- this.superTabControlPanel2.SuspendLayout();
- this.tlp_orderRecords.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvx_orderRecords)).BeginInit();
- this.tlp_orderRecordsFilter.SuspendLayout();
- this.SuspendLayout();
- //
- // stc_recordManager
- //
- //
- //
- //
- //
- //
- //
- this.stc_recordManager.ControlBox.CloseBox.Name = "";
- //
- //
- //
- this.stc_recordManager.ControlBox.MenuBox.Name = "";
- this.stc_recordManager.ControlBox.Name = "";
- this.stc_recordManager.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.stc_recordManager.ControlBox.MenuBox,
- this.stc_recordManager.ControlBox.CloseBox});
- this.stc_recordManager.Controls.Add(this.superTabControlPanel1);
- this.stc_recordManager.Controls.Add(this.superTabControlPanel3);
- this.stc_recordManager.Controls.Add(this.superTabControlPanel2);
- this.stc_recordManager.Dock = System.Windows.Forms.DockStyle.Fill;
- this.stc_recordManager.Location = new System.Drawing.Point(0, 0);
- this.stc_recordManager.Name = "stc_recordManager";
- this.stc_recordManager.ReorderTabsEnabled = true;
- this.stc_recordManager.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
- this.stc_recordManager.SelectedTabIndex = 0;
- this.stc_recordManager.Size = new System.Drawing.Size(1031, 481);
- this.stc_recordManager.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
- this.stc_recordManager.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.stc_recordManager.TabIndex = 0;
- this.stc_recordManager.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.sti_parkingRecords,
- this.sti_orderRecords,
- this.sti_dailySummary});
- this.stc_recordManager.Text = "superTabControl1";
- //
- // superTabControlPanel1
- //
- this.superTabControlPanel1.Controls.Add(this.tlp_parkingRecord);
- this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.superTabControlPanel1.Location = new System.Drawing.Point(99, 0);
- this.superTabControlPanel1.Name = "superTabControlPanel1";
- this.superTabControlPanel1.Size = new System.Drawing.Size(932, 481);
- this.superTabControlPanel1.TabIndex = 1;
- this.superTabControlPanel1.TabItem = this.sti_parkingRecords;
- //
- // tlp_parkingRecord
- //
- this.tlp_parkingRecord.ColumnCount = 1;
- this.tlp_parkingRecord.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tlp_parkingRecord.Controls.Add(this.dgvx_parkingRecords, 0, 1);
- this.tlp_parkingRecord.Controls.Add(this.tlp_parkingRecordsFilter, 0, 0);
- this.tlp_parkingRecord.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tlp_parkingRecord.Location = new System.Drawing.Point(0, 0);
- this.tlp_parkingRecord.Name = "tlp_parkingRecord";
- this.tlp_parkingRecord.RowCount = 2;
- this.tlp_parkingRecord.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
- this.tlp_parkingRecord.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
- this.tlp_parkingRecord.Size = new System.Drawing.Size(932, 481);
- this.tlp_parkingRecord.TabIndex = 2;
- //
- // dgvx_parkingRecords
- //
- this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
- this.dgvx_parkingRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvx_parkingRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.parkingRecordsID,
- this.userID,
- this.numberPlate,
- this.parkingSpaceID,
- this.realParkTime,
- this.realGetTime,
- this.receiptNum,
- this.parkingPrice,
- this.paymentStatus});
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvx_parkingRecords.DefaultCellStyle = dataGridViewCellStyle1;
- this.dgvx_parkingRecords.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvx_parkingRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
- this.dgvx_parkingRecords.Location = new System.Drawing.Point(3, 75);
- this.dgvx_parkingRecords.MinimumSize = new System.Drawing.Size(389, 0);
- this.dgvx_parkingRecords.Name = "dgvx_parkingRecords";
- this.dgvx_parkingRecords.RowTemplate.Height = 23;
- this.dgvx_parkingRecords.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvx_parkingRecords.Size = new System.Drawing.Size(926, 403);
- this.dgvx_parkingRecords.TabIndex = 1;
- //
- // parkingRecordsID
- //
- this.parkingRecordsID.HeaderText = "停车记录ID";
- this.parkingRecordsID.MaxInputLength = 11;
- this.parkingRecordsID.Name = "parkingRecordsID";
- this.parkingRecordsID.ReadOnly = true;
- this.parkingRecordsID.Width = 90;
- //
- // userID
- //
- this.userID.HeaderText = "用户ID";
- this.userID.MaxInputLength = 8;
- this.userID.Name = "userID";
- this.userID.ReadOnly = true;
- this.userID.Width = 70;
- //
- // numberPlate
- //
- this.numberPlate.HeaderText = "号牌";
- this.numberPlate.MaxInputLength = 9;
- this.numberPlate.Name = "numberPlate";
- this.numberPlate.ReadOnly = true;
- this.numberPlate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.numberPlate.Width = 80;
- //
- // parkingSpaceID
- //
- this.parkingSpaceID.HeaderText = "车位编号";
- this.parkingSpaceID.MaxInputLength = 4;
- this.parkingSpaceID.Name = "parkingSpaceID";
- this.parkingSpaceID.ReadOnly = true;
- this.parkingSpaceID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.parkingSpaceID.Width = 80;
- //
- // realParkTime
- //
- this.realParkTime.HeaderText = "实际停入时间";
- this.realParkTime.MaxInputLength = 50;
- this.realParkTime.Name = "realParkTime";
- this.realParkTime.ReadOnly = true;
- this.realParkTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.realParkTime.Width = 140;
- //
- // realGetTime
- //
- this.realGetTime.HeaderText = "实际取出时间";
- this.realGetTime.MaxInputLength = 50;
- this.realGetTime.Name = "realGetTime";
- this.realGetTime.ReadOnly = true;
- this.realGetTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.realGetTime.Width = 140;
- //
- // receiptNum
- //
- this.receiptNum.HeaderText = "凭证号";
- this.receiptNum.MaxInputLength = 8;
- this.receiptNum.Name = "receiptNum";
- this.receiptNum.ReadOnly = true;
- this.receiptNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // parkingPrice
- //
- this.parkingPrice.HeaderText = "停车费用";
- this.parkingPrice.MaxInputLength = 11;
- this.parkingPrice.Name = "parkingPrice";
- this.parkingPrice.ReadOnly = true;
- this.parkingPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // paymentStatus
- //
- this.paymentStatus.HeaderText = "收费状态";
- this.paymentStatus.MaxInputLength = 11;
- this.paymentStatus.Name = "paymentStatus";
- this.paymentStatus.ReadOnly = true;
- //
- // tlp_parkingRecordsFilter
- //
- this.tlp_parkingRecordsFilter.ColumnCount = 8;
- this.tlp_parkingRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
- this.tlp_parkingRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
- this.tlp_parkingRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
- this.tlp_parkingRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
- this.tlp_parkingRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
- this.tlp_parkingRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tlp_parkingRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tlp_parkingRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
- this.tlp_parkingRecordsFilter.Controls.Add(this.dtp_parkEndDate, 3, 0);
- this.tlp_parkingRecordsFilter.Controls.Add(this.lbx_parkStartDate, 0, 0);
- this.tlp_parkingRecordsFilter.Controls.Add(this.lbx_parkEndDate, 2, 0);
- this.tlp_parkingRecordsFilter.Controls.Add(this.btnx_parkingRecordSearch, 6, 0);
- this.tlp_parkingRecordsFilter.Controls.Add(this.btnx_parkingRecordExport, 7, 0);
- this.tlp_parkingRecordsFilter.Controls.Add(this.lbx_parkLicense, 4, 0);
- this.tlp_parkingRecordsFilter.Controls.Add(this.tb_parkLicense, 5, 0);
- this.tlp_parkingRecordsFilter.Controls.Add(this.dtp_parkStartDate, 1, 0);
- this.tlp_parkingRecordsFilter.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tlp_parkingRecordsFilter.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tlp_parkingRecordsFilter.Location = new System.Drawing.Point(3, 3);
- this.tlp_parkingRecordsFilter.Name = "tlp_parkingRecordsFilter";
- this.tlp_parkingRecordsFilter.RowCount = 1;
- this.tlp_parkingRecordsFilter.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tlp_parkingRecordsFilter.Size = new System.Drawing.Size(926, 66);
- this.tlp_parkingRecordsFilter.TabIndex = 2;
- //
- // dtp_parkEndDate
- //
- this.dtp_parkEndDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.dtp_parkEndDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_parkEndDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_parkEndDate.Location = new System.Drawing.Point(340, 20);
- this.dtp_parkEndDate.Name = "dtp_parkEndDate";
- this.dtp_parkEndDate.Size = new System.Drawing.Size(161, 26);
- this.dtp_parkEndDate.TabIndex = 12;
- //
- // lbx_parkStartDate
- //
- //
- //
- //
- this.lbx_parkStartDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_parkStartDate.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_parkStartDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbx_parkStartDate.Location = new System.Drawing.Point(3, 3);
- this.lbx_parkStartDate.Name = "lbx_parkStartDate";
- this.lbx_parkStartDate.Size = new System.Drawing.Size(79, 60);
- this.lbx_parkStartDate.TabIndex = 3;
- this.lbx_parkStartDate.Text = "起始日期:";
- //
- // lbx_parkEndDate
- //
- //
- //
- //
- this.lbx_parkEndDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_parkEndDate.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_parkEndDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbx_parkEndDate.Location = new System.Drawing.Point(255, 3);
- this.lbx_parkEndDate.Name = "lbx_parkEndDate";
- this.lbx_parkEndDate.Size = new System.Drawing.Size(79, 60);
- this.lbx_parkEndDate.TabIndex = 4;
- this.lbx_parkEndDate.Text = "截止日期:";
- //
- // btnx_parkingRecordSearch
- //
- this.btnx_parkingRecordSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnx_parkingRecordSearch.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.btnx_parkingRecordSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnx_parkingRecordSearch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnx_parkingRecordSearch.Location = new System.Drawing.Point(759, 15);
- this.btnx_parkingRecordSearch.Name = "btnx_parkingRecordSearch";
- this.btnx_parkingRecordSearch.Size = new System.Drawing.Size(74, 35);
- this.btnx_parkingRecordSearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnx_parkingRecordSearch.TabIndex = 7;
- this.btnx_parkingRecordSearch.Text = "查询";
- this.btnx_parkingRecordSearch.Click += new System.EventHandler(this.btnx_parkingRecordSearch_Click);
- //
- // btnx_parkingRecordExport
- //
- this.btnx_parkingRecordExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnx_parkingRecordExport.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.btnx_parkingRecordExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnx_parkingRecordExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnx_parkingRecordExport.Location = new System.Drawing.Point(839, 15);
- this.btnx_parkingRecordExport.Name = "btnx_parkingRecordExport";
- this.btnx_parkingRecordExport.Size = new System.Drawing.Size(75, 35);
- this.btnx_parkingRecordExport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnx_parkingRecordExport.TabIndex = 8;
- this.btnx_parkingRecordExport.Text = "导出";
- this.btnx_parkingRecordExport.Click += new System.EventHandler(this.btnx_parkingRecrodExport_Click);
- //
- // lbx_parkLicense
- //
- //
- //
- //
- this.lbx_parkLicense.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_parkLicense.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_parkLicense.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbx_parkLicense.Location = new System.Drawing.Point(507, 3);
- this.lbx_parkLicense.Name = "lbx_parkLicense";
- this.lbx_parkLicense.Size = new System.Drawing.Size(79, 60);
- this.lbx_parkLicense.TabIndex = 9;
- this.lbx_parkLicense.Text = "车辆号牌:";
- //
- // tb_parkLicense
- //
- this.tb_parkLicense.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.tb_parkLicense.Location = new System.Drawing.Point(592, 20);
- this.tb_parkLicense.Name = "tb_parkLicense";
- this.tb_parkLicense.Size = new System.Drawing.Size(161, 26);
- this.tb_parkLicense.TabIndex = 10;
- //
- // dtp_parkStartDate
- //
- this.dtp_parkStartDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.dtp_parkStartDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_parkStartDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_parkStartDate.Location = new System.Drawing.Point(88, 20);
- this.dtp_parkStartDate.Name = "dtp_parkStartDate";
- this.dtp_parkStartDate.Size = new System.Drawing.Size(161, 26);
- this.dtp_parkStartDate.TabIndex = 11;
- //
- // sti_parkingRecords
- //
- this.sti_parkingRecords.AttachedControl = this.superTabControlPanel1;
- this.sti_parkingRecords.GlobalItem = false;
- this.sti_parkingRecords.Name = "sti_parkingRecords";
- this.sti_parkingRecords.Text = "原始停取记录";
- //
- // superTabControlPanel2
- //
- this.superTabControlPanel2.Controls.Add(this.tlp_orderRecords);
- this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.superTabControlPanel2.Location = new System.Drawing.Point(99, 0);
- this.superTabControlPanel2.Name = "superTabControlPanel2";
- this.superTabControlPanel2.Size = new System.Drawing.Size(932, 481);
- this.superTabControlPanel2.TabIndex = 0;
- this.superTabControlPanel2.TabItem = this.sti_orderRecords;
- //
- // tlp_orderRecords
- //
- this.tlp_orderRecords.ColumnCount = 1;
- this.tlp_orderRecords.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tlp_orderRecords.Controls.Add(this.dgvx_orderRecords, 0, 1);
- this.tlp_orderRecords.Controls.Add(this.tlp_orderRecordsFilter, 0, 0);
- this.tlp_orderRecords.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tlp_orderRecords.Location = new System.Drawing.Point(0, 0);
- this.tlp_orderRecords.Name = "tlp_orderRecords";
- this.tlp_orderRecords.RowCount = 2;
- this.tlp_orderRecords.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
- this.tlp_orderRecords.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
- this.tlp_orderRecords.Size = new System.Drawing.Size(932, 481);
- this.tlp_orderRecords.TabIndex = 3;
- //
- // dgvx_orderRecords
- //
- this.dgvx_orderRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
- this.dgvx_orderRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvx_orderRecords.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn5,
- this.dataGridViewTextBoxColumn6,
- this.dataGridViewTextBoxColumn7,
- this.dataGridViewTextBoxColumn8,
- this.dataGridViewTextBoxColumn9,
- this.预约状态});
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvx_orderRecords.DefaultCellStyle = dataGridViewCellStyle2;
- this.dgvx_orderRecords.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvx_orderRecords.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
- this.dgvx_orderRecords.Location = new System.Drawing.Point(3, 75);
- this.dgvx_orderRecords.MinimumSize = new System.Drawing.Size(389, 0);
- this.dgvx_orderRecords.Name = "dgvx_orderRecords";
- this.dgvx_orderRecords.RowTemplate.Height = 23;
- this.dgvx_orderRecords.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvx_orderRecords.Size = new System.Drawing.Size(926, 403);
- this.dgvx_orderRecords.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "预约记录ID";
- this.dataGridViewTextBoxColumn1.MaxInputLength = 11;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 90;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.HeaderText = "用户ID";
- this.dataGridViewTextBoxColumn2.MaxInputLength = 8;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 70;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.HeaderText = "号牌";
- this.dataGridViewTextBoxColumn3.MaxInputLength = 9;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.dataGridViewTextBoxColumn3.Width = 80;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.HeaderText = "停车预约时间";
- this.dataGridViewTextBoxColumn5.MaxInputLength = 50;
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.dataGridViewTextBoxColumn5.Width = 140;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.HeaderText = "停车预约取消时间";
- this.dataGridViewTextBoxColumn6.MaxInputLength = 50;
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.dataGridViewTextBoxColumn6.Width = 140;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.HeaderText = "预约取车时间";
- this.dataGridViewTextBoxColumn7.MaxInputLength = 50;
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "预约时长";
- this.dataGridViewTextBoxColumn8.MaxInputLength = 11;
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.HeaderText = "预约费用";
- this.dataGridViewTextBoxColumn9.MaxInputLength = 11;
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- //
- // 预约状态
- //
- this.预约状态.HeaderText = "预约状态";
- this.预约状态.MaxInputLength = 8;
- this.预约状态.Name = "预约状态";
- this.预约状态.ReadOnly = true;
- //
- // tlp_orderRecordsFilter
- //
- this.tlp_orderRecordsFilter.ColumnCount = 8;
- this.tlp_orderRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
- this.tlp_orderRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
- this.tlp_orderRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
- this.tlp_orderRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
- this.tlp_orderRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
- this.tlp_orderRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tlp_orderRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
- this.tlp_orderRecordsFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
- this.tlp_orderRecordsFilter.Controls.Add(this.dtp_orderEndDate, 3, 0);
- this.tlp_orderRecordsFilter.Controls.Add(this.lbx_orderStartDate, 0, 0);
- this.tlp_orderRecordsFilter.Controls.Add(this.lbx_orderEndDate, 2, 0);
- this.tlp_orderRecordsFilter.Controls.Add(this.btnx_orderRecordSearch, 6, 0);
- this.tlp_orderRecordsFilter.Controls.Add(this.btnx_orderRecordExport, 7, 0);
- this.tlp_orderRecordsFilter.Controls.Add(this.lbx_orderLicense, 4, 0);
- this.tlp_orderRecordsFilter.Controls.Add(this.tb_orderLicense, 5, 0);
- this.tlp_orderRecordsFilter.Controls.Add(this.dtp_orderStartDate, 1, 0);
- this.tlp_orderRecordsFilter.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tlp_orderRecordsFilter.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tlp_orderRecordsFilter.Location = new System.Drawing.Point(3, 3);
- this.tlp_orderRecordsFilter.Name = "tlp_orderRecordsFilter";
- this.tlp_orderRecordsFilter.RowCount = 1;
- this.tlp_orderRecordsFilter.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tlp_orderRecordsFilter.Size = new System.Drawing.Size(926, 66);
- this.tlp_orderRecordsFilter.TabIndex = 2;
- //
- // dtp_orderEndDate
- //
- this.dtp_orderEndDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.dtp_orderEndDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_orderEndDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_orderEndDate.Location = new System.Drawing.Point(340, 20);
- this.dtp_orderEndDate.Name = "dtp_orderEndDate";
- this.dtp_orderEndDate.Size = new System.Drawing.Size(161, 26);
- this.dtp_orderEndDate.TabIndex = 12;
- //
- // lbx_orderStartDate
- //
- //
- //
- //
- this.lbx_orderStartDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_orderStartDate.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_orderStartDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbx_orderStartDate.Location = new System.Drawing.Point(3, 3);
- this.lbx_orderStartDate.Name = "lbx_orderStartDate";
- this.lbx_orderStartDate.Size = new System.Drawing.Size(79, 60);
- this.lbx_orderStartDate.TabIndex = 3;
- this.lbx_orderStartDate.Text = "起始日期:";
- //
- // lbx_orderEndDate
- //
- //
- //
- //
- this.lbx_orderEndDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_orderEndDate.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_orderEndDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbx_orderEndDate.Location = new System.Drawing.Point(255, 3);
- this.lbx_orderEndDate.Name = "lbx_orderEndDate";
- this.lbx_orderEndDate.Size = new System.Drawing.Size(79, 60);
- this.lbx_orderEndDate.TabIndex = 4;
- this.lbx_orderEndDate.Text = "截止日期:";
- //
- // btnx_orderRecordSearch
- //
- this.btnx_orderRecordSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnx_orderRecordSearch.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.btnx_orderRecordSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnx_orderRecordSearch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnx_orderRecordSearch.Location = new System.Drawing.Point(759, 15);
- this.btnx_orderRecordSearch.Name = "btnx_orderRecordSearch";
- this.btnx_orderRecordSearch.Size = new System.Drawing.Size(74, 35);
- this.btnx_orderRecordSearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnx_orderRecordSearch.TabIndex = 7;
- this.btnx_orderRecordSearch.Text = "查询";
- this.btnx_orderRecordSearch.Click += new System.EventHandler(this.btnx_orderRecordSearch_Click);
- //
- // btnx_orderRecordExport
- //
- this.btnx_orderRecordExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnx_orderRecordExport.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.btnx_orderRecordExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnx_orderRecordExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnx_orderRecordExport.Location = new System.Drawing.Point(839, 15);
- this.btnx_orderRecordExport.Name = "btnx_orderRecordExport";
- this.btnx_orderRecordExport.Size = new System.Drawing.Size(75, 35);
- this.btnx_orderRecordExport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnx_orderRecordExport.TabIndex = 8;
- this.btnx_orderRecordExport.Text = "导出";
- this.btnx_orderRecordExport.Click += new System.EventHandler(this.btn_orderRecordExport_Click);
- //
- // lbx_orderLicense
- //
- //
- //
- //
- this.lbx_orderLicense.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.lbx_orderLicense.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbx_orderLicense.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbx_orderLicense.Location = new System.Drawing.Point(507, 3);
- this.lbx_orderLicense.Name = "lbx_orderLicense";
- this.lbx_orderLicense.Size = new System.Drawing.Size(79, 60);
- this.lbx_orderLicense.TabIndex = 9;
- this.lbx_orderLicense.Text = "车辆号牌:";
- //
- // tb_orderLicense
- //
- this.tb_orderLicense.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.tb_orderLicense.Location = new System.Drawing.Point(592, 20);
- this.tb_orderLicense.Name = "tb_orderLicense";
- this.tb_orderLicense.Size = new System.Drawing.Size(161, 26);
- this.tb_orderLicense.TabIndex = 10;
- //
- // dtp_orderStartDate
- //
- this.dtp_orderStartDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.dtp_orderStartDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_orderStartDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtp_orderStartDate.Location = new System.Drawing.Point(88, 20);
- this.dtp_orderStartDate.Name = "dtp_orderStartDate";
- this.dtp_orderStartDate.Size = new System.Drawing.Size(161, 26);
- this.dtp_orderStartDate.TabIndex = 11;
- //
- // sti_orderRecords
- //
- this.sti_orderRecords.AttachedControl = this.superTabControlPanel2;
- this.sti_orderRecords.GlobalItem = false;
- this.sti_orderRecords.Name = "sti_orderRecords";
- this.sti_orderRecords.Text = "预约记录";
- //
- // superTabControlPanel3
- //
- this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.superTabControlPanel3.Location = new System.Drawing.Point(99, 0);
- this.superTabControlPanel3.Name = "superTabControlPanel3";
- this.superTabControlPanel3.Size = new System.Drawing.Size(932, 481);
- this.superTabControlPanel3.TabIndex = 0;
- this.superTabControlPanel3.TabItem = this.sti_dailySummary;
- //
- // sti_dailySummary
- //
- this.sti_dailySummary.AttachedControl = this.superTabControlPanel3;
- this.sti_dailySummary.GlobalItem = false;
- this.sti_dailySummary.Name = "sti_dailySummary";
- this.sti_dailySummary.Text = "按日总结";
- //
- // sti_carRecords
- //
- this.sti_carRecords.GlobalItem = false;
- this.sti_carRecords.Name = "sti_carRecords";
- this.sti_carRecords.Text = "车辆停取记录";
- //
- // FormRecordsManager
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1031, 481);
- this.Controls.Add(this.stc_recordManager);
- this.Name = "FormRecordsManager";
- this.Text = "记录管理器";
- ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).EndInit();
- this.stc_recordManager.ResumeLayout(false);
- this.superTabControlPanel1.ResumeLayout(false);
- this.tlp_parkingRecord.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
- this.tlp_parkingRecordsFilter.ResumeLayout(false);
- this.tlp_parkingRecordsFilter.PerformLayout();
- this.superTabControlPanel2.ResumeLayout(false);
- this.tlp_orderRecords.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvx_orderRecords)).EndInit();
- this.tlp_orderRecordsFilter.ResumeLayout(false);
- this.tlp_orderRecordsFilter.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private DevComponents.DotNetBar.SuperTabControl stc_recordManager;
- private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
- private DevComponents.DotNetBar.SuperTabItem sti_parkingRecords;
- private System.Windows.Forms.TableLayoutPanel tlp_parkingRecord;
- private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
- private System.Windows.Forms.TableLayoutPanel tlp_parkingRecordsFilter;
- private DevComponents.DotNetBar.LabelX lbx_parkStartDate;
- private DevComponents.DotNetBar.LabelX lbx_parkEndDate;
- private DevComponents.DotNetBar.ButtonX btnx_parkingRecordSearch;
- private DevComponents.DotNetBar.ButtonX btnx_parkingRecordExport;
- private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3;
- private DevComponents.DotNetBar.SuperTabItem sti_dailySummary;
- private DevComponents.DotNetBar.SuperTabItem sti_carRecords;
- private DevComponents.DotNetBar.LabelX lbx_parkLicense;
- private System.Windows.Forms.TextBox tb_parkLicense;
- private System.Windows.Forms.DateTimePicker dtp_parkEndDate;
- private System.Windows.Forms.DateTimePicker dtp_parkStartDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingRecordsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn userID;
- private System.Windows.Forms.DataGridViewTextBoxColumn numberPlate;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingSpaceID;
- private System.Windows.Forms.DataGridViewTextBoxColumn realParkTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn paymentStatus;
- private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
- private System.Windows.Forms.TableLayoutPanel tlp_orderRecords;
- private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_orderRecords;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn 预约状态;
- private System.Windows.Forms.TableLayoutPanel tlp_orderRecordsFilter;
- private System.Windows.Forms.DateTimePicker dtp_orderEndDate;
- private DevComponents.DotNetBar.LabelX lbx_orderStartDate;
- private DevComponents.DotNetBar.LabelX lbx_orderEndDate;
- private DevComponents.DotNetBar.ButtonX btnx_orderRecordSearch;
- private DevComponents.DotNetBar.ButtonX btnx_orderRecordExport;
- private DevComponents.DotNetBar.LabelX lbx_orderLicense;
- private System.Windows.Forms.TextBox tb_orderLicense;
- private System.Windows.Forms.DateTimePicker dtp_orderStartDate;
- private DevComponents.DotNetBar.SuperTabItem sti_orderRecords;
- }
- }
|