namespace centralController { partial class FormRecordsManager { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.dtp_endDate = new System.Windows.Forms.DateTimePicker(); this.lbx_startDate = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.btnx_parkingRecordSearch = new DevComponents.DotNetBar.ButtonX(); this.btnx_export = new DevComponents.DotNetBar.ButtonX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.tb_license = new System.Windows.Forms.TextBox(); this.dtp_startDate = new System.Windows.Forms.DateTimePicker(); 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.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(); ((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 // // // // // // // 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.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_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.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(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; // // 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, 84F)); this.tableLayoutPanel1.Controls.Add(this.dtp_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.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.Controls.Add(this.dtp_startDate, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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(926, 66); this.tableLayoutPanel1.TabIndex = 2; // // dtp_endDate // this.dtp_endDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.dtp_endDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtp_endDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtp_endDate.Location = new System.Drawing.Point(342, 20); this.dtp_endDate.Name = "dtp_endDate"; this.dtp_endDate.Size = new System.Drawing.Size(163, 26); this.dtp_endDate.TabIndex = 12; // // 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, 60); 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(257, 3); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(79, 60); this.labelX1.TabIndex = 4; this.labelX1.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(764, 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_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(844, 15); 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); // // 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(511, 3); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(79, 60); 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(596, 20); this.tb_license.Name = "tb_license"; this.tb_license.Size = new System.Drawing.Size(162, 26); this.tb_license.TabIndex = 10; // // dtp_startDate // this.dtp_startDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.dtp_startDate.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtp_startDate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtp_startDate.Location = new System.Drawing.Point(88, 20); this.dtp_startDate.Name = "dtp_startDate"; this.dtp_startDate.Size = new System.Drawing.Size(163, 26); this.dtp_startDate.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 = "原始停取记录"; // // 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 = "车辆停取记录"; // // 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; // // 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 = "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); } #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 tableLayoutPanel1; private DevComponents.DotNetBar.LabelX lbx_startDate; private DevComponents.DotNetBar.LabelX labelX1; 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; private System.Windows.Forms.DateTimePicker dtp_endDate; private System.Windows.Forms.DateTimePicker dtp_startDate; 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; } }