namespace OutHouseView { partial class ViewDetail { /// /// 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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); this.detailGridView1 = new BWP.WinFormControl.UDataGridView(); this.closeBtn = new System.Windows.Forms.Button(); this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); this.label1 = new System.Windows.Forms.Label(); this.numLbl = new System.Windows.Forms.Label(); this.C_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.C_Time = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.C_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeleteBtn = new System.Windows.Forms.DataGridViewButtonColumn(); this.lineCountLbl = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.detailGridView1)).BeginInit(); this.SuspendLayout(); // // detailGridView1 // this.detailGridView1.AllowUserToAddRows = false; this.detailGridView1.AllowUserToDeleteRows = false; this.detailGridView1.AllowUserToResizeColumns = false; this.detailGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.detailGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11; this.detailGridView1.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.detailGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12; this.detailGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.detailGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.C_ID, this.C_Time, this.C_Number, this.DeleteBtn}); this.detailGridView1.Location = new System.Drawing.Point(27, 66); this.detailGridView1.MultiSelect = false; this.detailGridView1.Name = "detailGridView1"; this.detailGridView1.ReadOnly = true; this.detailGridView1.RowHeadersVisible = false; dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 15F); dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); this.detailGridView1.RowsDefaultCellStyle = dataGridViewCellStyle15; this.detailGridView1.RowTemplate.Height = 50; this.detailGridView1.ScrollBars = System.Windows.Forms.ScrollBars.None; this.detailGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.detailGridView1.Size = new System.Drawing.Size(467, 356); this.detailGridView1.TabIndex = 5; this.detailGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.detailGridView1_CellContentClick); // // closeBtn // this.closeBtn.Font = new System.Drawing.Font("宋体", 15F); this.closeBtn.Location = new System.Drawing.Point(435, 12); this.closeBtn.Name = "closeBtn"; this.closeBtn.Size = new System.Drawing.Size(108, 41); this.closeBtn.TabIndex = 6; this.closeBtn.Text = "关闭"; this.closeBtn.UseVisualStyleBackColor = true; this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click); // // vScrollBar1 // this.vScrollBar1.Location = new System.Drawing.Point(495, 66); this.vScrollBar1.Name = "vScrollBar1"; this.vScrollBar1.Size = new System.Drawing.Size(48, 356); this.vScrollBar1.TabIndex = 7; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15F); this.label1.Location = new System.Drawing.Point(82, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 20); this.label1.TabIndex = 8; this.label1.Text = "合计:"; // // numLbl // this.numLbl.AutoSize = true; this.numLbl.Font = new System.Drawing.Font("宋体", 20F); this.numLbl.ForeColor = System.Drawing.Color.Red; this.numLbl.Location = new System.Drawing.Point(187, 23); this.numLbl.Name = "numLbl"; this.numLbl.Size = new System.Drawing.Size(26, 27); this.numLbl.TabIndex = 9; this.numLbl.Text = "0"; // // C_ID // this.C_ID.DataPropertyName = "ID"; this.C_ID.HeaderText = "ID"; this.C_ID.Name = "C_ID"; this.C_ID.ReadOnly = true; this.C_ID.Visible = false; // // C_Time // this.C_Time.DataPropertyName = "Time"; dataGridViewCellStyle13.Format = "HH:mm:ss"; this.C_Time.DefaultCellStyle = dataGridViewCellStyle13; this.C_Time.HeaderText = "时间"; this.C_Time.Name = "C_Time"; this.C_Time.ReadOnly = true; this.C_Time.Width = 150; // // C_Number // this.C_Number.DataPropertyName = "Number"; this.C_Number.HeaderText = "头数"; this.C_Number.Name = "C_Number"; this.C_Number.ReadOnly = true; this.C_Number.Width = 150; // // DeleteBtn // dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle14.Padding = new System.Windows.Forms.Padding(10, 7, 10, 7); this.DeleteBtn.DefaultCellStyle = dataGridViewCellStyle14; this.DeleteBtn.HeaderText = "删除"; this.DeleteBtn.Name = "DeleteBtn"; this.DeleteBtn.ReadOnly = true; this.DeleteBtn.Text = "删除"; this.DeleteBtn.UseColumnTextForButtonValue = true; this.DeleteBtn.Width = 160; // // lineCountLbl // this.lineCountLbl.AutoSize = true; this.lineCountLbl.Font = new System.Drawing.Font("宋体", 20F); this.lineCountLbl.ForeColor = System.Drawing.Color.Red; this.lineCountLbl.Location = new System.Drawing.Point(366, 23); this.lineCountLbl.Name = "lineCountLbl"; this.lineCountLbl.Size = new System.Drawing.Size(26, 27); this.lineCountLbl.TabIndex = 11; this.lineCountLbl.Text = "0"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15F); this.label3.Location = new System.Drawing.Point(261, 29); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(69, 20); this.label3.TabIndex = 10; this.label3.Text = "行数:"; // // ViewDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(576, 436); this.ControlBox = false; this.Controls.Add(this.lineCountLbl); this.Controls.Add(this.label3); this.Controls.Add(this.numLbl); this.Controls.Add(this.label1); this.Controls.Add(this.vScrollBar1); this.Controls.Add(this.closeBtn); this.Controls.Add(this.detailGridView1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "ViewDetail"; this.Text = "查看明细"; ((System.ComponentModel.ISupportInitialize)(this.detailGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private BWP.WinFormControl.UDataGridView detailGridView1; private System.Windows.Forms.Button closeBtn; private System.Windows.Forms.VScrollBar vScrollBar1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label numLbl; private System.Windows.Forms.DataGridViewTextBoxColumn C_ID; private System.Windows.Forms.DataGridViewTextBoxColumn C_Time; private System.Windows.Forms.DataGridViewTextBoxColumn C_Number; private System.Windows.Forms.DataGridViewButtonColumn DeleteBtn; private System.Windows.Forms.Label lineCountLbl; private System.Windows.Forms.Label label3; } }