123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- 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();
- this.stc_recordManager = new DevComponents.DotNetBar.SuperTabControl();
- this.sti_parkingRecords = new DevComponents.DotNetBar.SuperTabItem();
- this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.stc_recordManager)).BeginInit();
- this.stc_recordManager.SuspendLayout();
- this.superTabControlPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).BeginInit();
- 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.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.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.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.Dock = System.Windows.Forms.DockStyle.Fill;
- this.superTabControlPanel1.Location = new System.Drawing.Point(69, 0);
- this.superTabControlPanel1.Name = "superTabControlPanel1";
- this.superTabControlPanel1.Size = new System.Drawing.Size(844, 349);
- this.superTabControlPanel1.TabIndex = 1;
- this.superTabControlPanel1.TabItem = this.sti_parkingRecords;
- //
- // 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});
- 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(0, 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.TabIndex = 1;
- //
- // parkingRecordsID
- //
- this.parkingRecordsID.Frozen = true;
- this.parkingRecordsID.HeaderText = "停车记录ID";
- this.parkingRecordsID.MaxInputLength = 11;
- this.parkingRecordsID.Name = "parkingRecordsID";
- this.parkingRecordsID.ReadOnly = true;
- this.parkingRecordsID.Width = 90;
- //
- // userID
- //
- this.userID.Frozen = true;
- this.userID.HeaderText = "用户ID";
- this.userID.MaxInputLength = 8;
- this.userID.Name = "userID";
- this.userID.ReadOnly = true;
- this.userID.Width = 70;
- //
- // numberPlate
- //
- this.numberPlate.Frozen = true;
- this.numberPlate.HeaderText = "号牌";
- this.numberPlate.MaxInputLength = 9;
- this.numberPlate.Name = "numberPlate";
- this.numberPlate.ReadOnly = true;
- this.numberPlate.Width = 80;
- //
- // parkingSpaceID
- //
- this.parkingSpaceID.Frozen = true;
- this.parkingSpaceID.HeaderText = "车位编号";
- this.parkingSpaceID.MaxInputLength = 4;
- this.parkingSpaceID.Name = "parkingSpaceID";
- this.parkingSpaceID.ReadOnly = true;
- this.parkingSpaceID.Width = 80;
- //
- // realParkTime
- //
- this.realParkTime.Frozen = true;
- this.realParkTime.HeaderText = "实际停入时间";
- this.realParkTime.MaxInputLength = 50;
- this.realParkTime.Name = "realParkTime";
- this.realParkTime.ReadOnly = true;
- this.realParkTime.Width = 140;
- //
- // realGetTime
- //
- this.realGetTime.Frozen = true;
- this.realGetTime.HeaderText = "实际取出时间";
- this.realGetTime.MaxInputLength = 50;
- this.realGetTime.Name = "realGetTime";
- this.realGetTime.ReadOnly = true;
- this.realGetTime.Width = 140;
- //
- // receiptNum
- //
- this.receiptNum.Frozen = true;
- this.receiptNum.HeaderText = "凭证号";
- this.receiptNum.MaxInputLength = 8;
- this.receiptNum.Name = "receiptNum";
- this.receiptNum.ReadOnly = true;
- //
- // parkingPrice
- //
- this.parkingPrice.Frozen = true;
- this.parkingPrice.HeaderText = "停车费用";
- this.parkingPrice.MaxInputLength = 11;
- this.parkingPrice.Name = "parkingPrice";
- this.parkingPrice.ReadOnly = true;
- //
- // 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.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);
- ((System.ComponentModel.ISupportInitialize)(this.dgvx_parkingRecords)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevComponents.DotNetBar.SuperTabControl stc_recordManager;
- private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
- private DevComponents.DotNetBar.SuperTabItem sti_parkingRecords;
- private DevComponents.DotNetBar.Controls.DataGridViewX dgvx_parkingRecords;
- 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;
- }
- }
|