|
@@ -30,8 +30,8 @@
|
|
|
{
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.stc_recordManager = new DevComponents.DotNetBar.SuperTabControl();
|
|
|
- this.sti_parkingRecords = new DevComponents.DotNetBar.SuperTabItem();
|
|
|
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();
|
|
@@ -41,10 +41,25 @@
|
|
|
this.realGetTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.receiptNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.parkingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.mtb_endDate = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.lbx_startDate = new DevComponents.DotNetBar.LabelX();
|
|
|
+ this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
|
+ this.mtb_startDate = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.btnx_parkingRecordSearch = new DevComponents.DotNetBar.ButtonX();
|
|
|
+ this.btnx_export = new DevComponents.DotNetBar.ButtonX();
|
|
|
+ this.sti_parkingRecords = new DevComponents.DotNetBar.SuperTabItem();
|
|
|
+ this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
|
|
+ this.sti_dailySummary = new DevComponents.DotNetBar.SuperTabItem();
|
|
|
+ this.sti_carRecords = new DevComponents.DotNetBar.SuperTabItem();
|
|
|
+ this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
|
|
+ this.tb_license = new System.Windows.Forms.TextBox();
|
|
|
((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.tableLayoutPanel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// stc_recordManager
|
|
@@ -65,37 +80,47 @@
|
|
|
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.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(913, 349);
|
|
|
+ this.stc_recordManager.Size = new System.Drawing.Size(943, 464);
|
|
|
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_parkingRecords,
|
|
|
+ this.sti_dailySummary});
|
|
|
this.stc_recordManager.Text = "superTabControl1";
|
|
|
//
|
|
|
- // sti_parkingRecords
|
|
|
- //
|
|
|
- this.sti_parkingRecords.AttachedControl = this.superTabControlPanel1;
|
|
|
- this.sti_parkingRecords.GlobalItem = false;
|
|
|
- this.sti_parkingRecords.Name = "sti_parkingRecords";
|
|
|
- this.sti_parkingRecords.Text = "停取记录";
|
|
|
- //
|
|
|
// superTabControlPanel1
|
|
|
//
|
|
|
- this.superTabControlPanel1.Controls.Add(this.dgvx_parkingRecords);
|
|
|
+ this.superTabControlPanel1.Controls.Add(this.tlp_parkingRecord);
|
|
|
this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.superTabControlPanel1.Location = new System.Drawing.Point(69, 0);
|
|
|
+ this.superTabControlPanel1.Location = new System.Drawing.Point(93, 0);
|
|
|
this.superTabControlPanel1.Name = "superTabControlPanel1";
|
|
|
- this.superTabControlPanel1.Size = new System.Drawing.Size(844, 349);
|
|
|
+ this.superTabControlPanel1.Size = new System.Drawing.Size(850, 464);
|
|
|
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.tableLayoutPanel1, 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(850, 464);
|
|
|
+ this.tlp_parkingRecord.TabIndex = 2;
|
|
|
+ //
|
|
|
// dgvx_parkingRecords
|
|
|
//
|
|
|
this.dgvx_parkingRecords.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
|
|
@@ -119,10 +144,12 @@
|
|
|
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(0, 0);
|
|
|
+ this.dgvx_parkingRecords.Location = new System.Drawing.Point(3, 72);
|
|
|
+ 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.Size = new System.Drawing.Size(844, 349);
|
|
|
+ this.dgvx_parkingRecords.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.dgvx_parkingRecords.Size = new System.Drawing.Size(844, 389);
|
|
|
this.dgvx_parkingRecords.TabIndex = 1;
|
|
|
//
|
|
|
// parkingRecordsID
|
|
@@ -195,18 +222,181 @@
|
|
|
this.parkingPrice.Name = "parkingPrice";
|
|
|
this.parkingPrice.ReadOnly = true;
|
|
|
//
|
|
|
+ // tableLayoutPanel1
|
|
|
+ //
|
|
|
+ this.tableLayoutPanel1.ColumnCount = 8;
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.mtb_endDate, 3, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.lbx_startDate, 0, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.labelX1, 2, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.mtb_startDate, 1, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.btnx_parkingRecordSearch, 6, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.btnx_export, 7, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.labelX2, 4, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.tb_license, 5, 0);
|
|
|
+ this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
+ this.tableLayoutPanel1.RowCount = 1;
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(844, 63);
|
|
|
+ this.tableLayoutPanel1.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // mtb_endDate
|
|
|
+ //
|
|
|
+ this.mtb_endDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.mtb_endDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mtb_endDate.Location = new System.Drawing.Point(316, 17);
|
|
|
+ this.mtb_endDate.Mask = "0000年00月00日";
|
|
|
+ this.mtb_endDate.Name = "mtb_endDate";
|
|
|
+ this.mtb_endDate.ShortcutsEnabled = false;
|
|
|
+ this.mtb_endDate.Size = new System.Drawing.Size(137, 29);
|
|
|
+ this.mtb_endDate.TabIndex = 6;
|
|
|
+ this.mtb_endDate.Text = "20181020";
|
|
|
+ this.mtb_endDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // lbx_startDate
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.lbx_startDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.lbx_startDate.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.lbx_startDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lbx_startDate.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.lbx_startDate.Name = "lbx_startDate";
|
|
|
+ this.lbx_startDate.Size = new System.Drawing.Size(79, 57);
|
|
|
+ this.lbx_startDate.TabIndex = 3;
|
|
|
+ this.lbx_startDate.Text = "起始日期:";
|
|
|
+ //
|
|
|
+ // labelX1
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.labelX1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.labelX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.labelX1.Location = new System.Drawing.Point(231, 3);
|
|
|
+ this.labelX1.Name = "labelX1";
|
|
|
+ this.labelX1.Size = new System.Drawing.Size(79, 57);
|
|
|
+ this.labelX1.TabIndex = 4;
|
|
|
+ this.labelX1.Text = "截止日期:";
|
|
|
+ //
|
|
|
+ // mtb_startDate
|
|
|
+ //
|
|
|
+ this.mtb_startDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.mtb_startDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mtb_startDate.Location = new System.Drawing.Point(88, 17);
|
|
|
+ this.mtb_startDate.Mask = "0000年00月00日";
|
|
|
+ this.mtb_startDate.Name = "mtb_startDate";
|
|
|
+ this.mtb_startDate.ShortcutsEnabled = false;
|
|
|
+ this.mtb_startDate.Size = new System.Drawing.Size(137, 29);
|
|
|
+ this.mtb_startDate.TabIndex = 5;
|
|
|
+ this.mtb_startDate.Text = "20180920";
|
|
|
+ this.mtb_startDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // 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(686, 14);
|
|
|
+ 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_export
|
|
|
+ //
|
|
|
+ this.btnx_export.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
|
+ this.btnx_export.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
+ this.btnx_export.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
|
+ this.btnx_export.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.btnx_export.Location = new System.Drawing.Point(766, 14);
|
|
|
+ this.btnx_export.Name = "btnx_export";
|
|
|
+ this.btnx_export.Size = new System.Drawing.Size(75, 35);
|
|
|
+ this.btnx_export.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
|
+ this.btnx_export.TabIndex = 8;
|
|
|
+ this.btnx_export.Text = "导出";
|
|
|
+ this.btnx_export.Click += new System.EventHandler(this.btnx_parkingRecrodExport_Click);
|
|
|
+ //
|
|
|
+ // sti_parkingRecords
|
|
|
+ //
|
|
|
+ this.sti_parkingRecords.AttachedControl = this.superTabControlPanel1;
|
|
|
+ this.sti_parkingRecords.GlobalItem = false;
|
|
|
+ this.sti_parkingRecords.Name = "sti_parkingRecords";
|
|
|
+ this.sti_parkingRecords.Text = "原始停取记录";
|
|
|
+ //
|
|
|
+ // superTabControlPanel3
|
|
|
+ //
|
|
|
+ this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.superTabControlPanel3.Location = new System.Drawing.Point(92, 0);
|
|
|
+ this.superTabControlPanel3.Name = "superTabControlPanel3";
|
|
|
+ this.superTabControlPanel3.Size = new System.Drawing.Size(851, 464);
|
|
|
+ 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 = "车辆停取记录";
|
|
|
+ //
|
|
|
+ // labelX2
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
|
+ this.labelX2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.labelX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.labelX2.Location = new System.Drawing.Point(459, 3);
|
|
|
+ this.labelX2.Name = "labelX2";
|
|
|
+ this.labelX2.Size = new System.Drawing.Size(79, 57);
|
|
|
+ this.labelX2.TabIndex = 9;
|
|
|
+ this.labelX2.Text = "车辆号牌:";
|
|
|
+ //
|
|
|
+ // tb_license
|
|
|
+ //
|
|
|
+ this.tb_license.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.tb_license.Location = new System.Drawing.Point(544, 21);
|
|
|
+ this.tb_license.Name = "tb_license";
|
|
|
+ this.tb_license.Size = new System.Drawing.Size(136, 21);
|
|
|
+ this.tb_license.TabIndex = 10;
|
|
|
+ //
|
|
|
// FormRecordsManager
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(913, 349);
|
|
|
+ this.ClientSize = new System.Drawing.Size(943, 464);
|
|
|
this.Controls.Add(this.stc_recordManager);
|
|
|
this.Name = "FormRecordsManager";
|
|
|
this.Text = "FormRecordsManager";
|
|
|
((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.tableLayoutPanel1.ResumeLayout(false);
|
|
|
+ this.tableLayoutPanel1.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -216,6 +406,7 @@
|
|
|
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.DataGridViewTextBoxColumn parkingRecordsID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn userID;
|
|
@@ -225,5 +416,17 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn realGetTime;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn receiptNum;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn parkingPrice;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
+ private DevComponents.DotNetBar.LabelX lbx_startDate;
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX1;
|
|
|
+ private System.Windows.Forms.MaskedTextBox mtb_endDate;
|
|
|
+ private System.Windows.Forms.MaskedTextBox mtb_startDate;
|
|
|
+ private DevComponents.DotNetBar.ButtonX btnx_parkingRecordSearch;
|
|
|
+ private DevComponents.DotNetBar.ButtonX btnx_export;
|
|
|
+ private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3;
|
|
|
+ private DevComponents.DotNetBar.SuperTabItem sti_dailySummary;
|
|
|
+ private DevComponents.DotNetBar.SuperTabItem sti_carRecords;
|
|
|
+ private DevComponents.DotNetBar.LabelX labelX2;
|
|
|
+ private System.Windows.Forms.TextBox tb_license;
|
|
|
}
|
|
|
}
|