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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemSelect)); 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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.backBtn = new System.Windows.Forms.Panel(); this.backBtnLbl = new System.Windows.Forms.Label(); 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.mainPanel.SuspendLayout(); this.backBtn.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).BeginInit(); this.SuspendLayout(); // // mainPanel // this.mainPanel.Controls.Add(this.uDataGridView1); this.mainPanel.Controls.Add(this.backBtn); // // backBtn // this.backBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.backBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("backBtn.BackgroundImage"))); this.backBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.backBtn.Controls.Add(this.backBtnLbl); this.backBtn.Location = new System.Drawing.Point(433, 420); this.backBtn.Name = "backBtn"; this.backBtn.Size = new System.Drawing.Size(121, 52); this.backBtn.TabIndex = 7; // // backBtnLbl // this.backBtnLbl.BackColor = System.Drawing.Color.Transparent; this.backBtnLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.backBtnLbl.Font = new System.Drawing.Font("黑体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.backBtnLbl.ForeColor = System.Drawing.Color.White; this.backBtnLbl.Location = new System.Drawing.Point(0, 0); this.backBtnLbl.Name = "backBtnLbl"; this.backBtnLbl.Size = new System.Drawing.Size(121, 52); this.backBtnLbl.TabIndex = 0; this.backBtnLbl.Text = "返回"; this.backBtnLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.backBtnLbl.Click += new System.EventHandler(this.backBtn_Click); // // 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)(237)))), ((int)(((byte)(239)))), ((int)(((byte)(255))))); this.uDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.uDataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.uDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); 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)(170)))), ((int)(((byte)(37))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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}); dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.uDataGridView1.DefaultCellStyle = dataGridViewCellStyle4; this.uDataGridView1.EnableHeadersVisualStyles = false; this.uDataGridView1.Location = new System.Drawing.Point(17, 22); this.uDataGridView1.MultiSelect = false; this.uDataGridView1.Name = "uDataGridView1"; this.uDataGridView1.ReadOnly = true; this.uDataGridView1.RowHeadersVisible = false; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(239)))), ((int)(((byte)(255))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("黑体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(203)))), ((int)(((byte)(255))))); this.uDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5; this.uDataGridView1.RowTemplate.Height = 80; this.uDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.uDataGridView1.Size = new System.Drawing.Size(949, 353); this.uDataGridView1.TabIndex = 8; this.uDataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.uDataGridView1_CellClick); this.uDataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.uDataGridView1_RowPostPaint); // // 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.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.R_CarNumber.DataPropertyName = "CarNumber"; this.R_CarNumber.FillWeight = 30F; this.R_CarNumber.HeaderText = "车辆"; this.R_CarNumber.Name = "R_CarNumber"; this.R_CarNumber.ReadOnly = true; // // R_Number // this.R_Number.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.R_Number.DataPropertyName = "Number"; this.R_Number.FillWeight = 20F; this.R_Number.HeaderText = "头数"; this.R_Number.Name = "R_Number"; this.R_Number.ReadOnly = true; // // 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.FillWeight = 50F; this.R_Date.HeaderText = "时间"; this.R_Date.Name = "R_Date"; this.R_Date.ReadOnly = true; // // ItemSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1000, 600); this.Name = "ItemSelect"; this.Text = "ItemSelect"; this.mainPanel.ResumeLayout(false); this.backBtn.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel backBtn; private System.Windows.Forms.Label backBtnLbl; 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; } }