namespace SelfHelpClient { partial class ItemSelect { /// /// 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.uDataGridView1 = new WinFormControl.UDataGridView(); this.R_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.R_CarNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.R_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.R_Date = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.backBtn = new System.Windows.Forms.Panel(); this.backBtnLbl = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).BeginInit(); this.backBtn.SuspendLayout(); this.SuspendLayout(); // // uDataGridView1 // this.uDataGridView1.AllowUserToAddRows = false; this.uDataGridView1.AllowUserToDeleteRows = false; this.uDataGridView1.AllowUserToResizeColumns = false; this.uDataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.uDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.uDataGridView1.BackgroundColor = System.Drawing.Color.White; this.uDataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.uDataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.uDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(220)))), ((int)(((byte)(156))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 20F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.uDataGridView1.ColumnHeadersHeight = 60; this.uDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.uDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.R_ID, this.R_CarNumber, this.R_Number, this.R_Date}); this.uDataGridView1.Dock = System.Windows.Forms.DockStyle.Top; this.uDataGridView1.EnableHeadersVisualStyles = false; this.uDataGridView1.Location = new System.Drawing.Point(0, 0); this.uDataGridView1.MultiSelect = false; this.uDataGridView1.Name = "uDataGridView1"; this.uDataGridView1.ReadOnly = true; this.uDataGridView1.RowHeadersVisible = false; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(239)))), ((int)(((byte)(254))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 18F); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(98)))), ((int)(((byte)(222))))); this.uDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4; this.uDataGridView1.RowTemplate.Height = 80; this.uDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.uDataGridView1.Size = new System.Drawing.Size(730, 465); this.uDataGridView1.TabIndex = 0; this.uDataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.uDataGridView1_CellClick); // // R_ID // this.R_ID.HeaderText = "ID"; this.R_ID.Name = "R_ID"; this.R_ID.ReadOnly = true; this.R_ID.Visible = false; // // R_CarNumber // this.R_CarNumber.DataPropertyName = "CarNumber"; this.R_CarNumber.HeaderText = "车辆"; this.R_CarNumber.Name = "R_CarNumber"; this.R_CarNumber.ReadOnly = true; this.R_CarNumber.Width = 220; // // R_Number // this.R_Number.DataPropertyName = "Number"; this.R_Number.HeaderText = "头数"; this.R_Number.Name = "R_Number"; this.R_Number.ReadOnly = true; this.R_Number.Width = 150; // // R_Date // this.R_Date.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.R_Date.DataPropertyName = "Date"; dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss"; this.R_Date.DefaultCellStyle = dataGridViewCellStyle3; this.R_Date.HeaderText = "时间"; this.R_Date.Name = "R_Date"; this.R_Date.ReadOnly = true; // // backBtn // this.backBtn.BackgroundImage = global::SelfHelpClient.Properties.Resources.fanhui; this.backBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.backBtn.Controls.Add(this.backBtnLbl); this.backBtn.Location = new System.Drawing.Point(305, 497); this.backBtn.Name = "backBtn"; this.backBtn.Size = new System.Drawing.Size(121, 52); this.backBtn.TabIndex = 2; this.backBtn.Click += new System.EventHandler(this.backBtn_Click); // // backBtnLbl // this.backBtnLbl.AutoSize = true; this.backBtnLbl.BackColor = System.Drawing.Color.Transparent; this.backBtnLbl.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.backBtnLbl.ForeColor = System.Drawing.Color.White; this.backBtnLbl.Location = new System.Drawing.Point(37, 17); this.backBtnLbl.Name = "backBtnLbl"; this.backBtnLbl.Size = new System.Drawing.Size(49, 19); this.backBtnLbl.TabIndex = 0; this.backBtnLbl.Text = "返回"; this.backBtnLbl.Click += new System.EventHandler(this.backBtn_Click); // // ItemSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.ClientSize = new System.Drawing.Size(730, 552); this.Controls.Add(this.backBtn); this.Controls.Add(this.uDataGridView1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "ItemSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ItemSelect"; ((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).EndInit(); this.backBtn.ResumeLayout(false); this.backBtn.PerformLayout(); this.ResumeLayout(false); } #endregion private WinFormControl.UDataGridView uDataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn R_ID; private System.Windows.Forms.DataGridViewTextBoxColumn R_CarNumber; private System.Windows.Forms.DataGridViewTextBoxColumn R_Number; private System.Windows.Forms.DataGridViewTextBoxColumn R_Date; private System.Windows.Forms.Panel backBtn; private System.Windows.Forms.Label backBtnLbl; } }