namespace CCDCount.Forms { partial class DataShowForm { /// /// 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() { this.AllDataPanel = new System.Windows.Forms.Panel(); this.AllCamNgLab = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.AllCamOkLab = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.AllCamCountLab = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.MultiDataPanel = new System.Windows.Forms.Panel(); this.AllDataPanel.SuspendLayout(); this.SuspendLayout(); // // AllDataPanel // this.AllDataPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.AllDataPanel.Controls.Add(this.AllCamNgLab); this.AllDataPanel.Controls.Add(this.label4); this.AllDataPanel.Controls.Add(this.AllCamOkLab); this.AllDataPanel.Controls.Add(this.label3); this.AllDataPanel.Controls.Add(this.AllCamCountLab); this.AllDataPanel.Controls.Add(this.label2); this.AllDataPanel.Controls.Add(this.label1); this.AllDataPanel.Dock = System.Windows.Forms.DockStyle.Left; this.AllDataPanel.Location = new System.Drawing.Point(0, 0); this.AllDataPanel.Name = "AllDataPanel"; this.AllDataPanel.Size = new System.Drawing.Size(268, 550); this.AllDataPanel.TabIndex = 0; // // AllCamNgLab // this.AllCamNgLab.AutoSize = true; this.AllCamNgLab.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.AllCamNgLab.ForeColor = System.Drawing.Color.White; this.AllCamNgLab.Location = new System.Drawing.Point(120, 120); this.AllCamNgLab.Name = "AllCamNgLab"; this.AllCamNgLab.Size = new System.Drawing.Size(20, 23); this.AllCamNgLab.TabIndex = 6; this.AllCamNgLab.Text = "0"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(5, 120); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 23); this.label4.TabIndex = 5; this.label4.Text = "总不合格数:"; // // AllCamOkLab // this.AllCamOkLab.AutoSize = true; this.AllCamOkLab.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.AllCamOkLab.ForeColor = System.Drawing.Color.White; this.AllCamOkLab.Location = new System.Drawing.Point(120, 80); this.AllCamOkLab.Name = "AllCamOkLab"; this.AllCamOkLab.Size = new System.Drawing.Size(20, 23); this.AllCamOkLab.TabIndex = 4; this.AllCamOkLab.Text = "0"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(5, 80); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(95, 23); this.label3.TabIndex = 3; this.label3.Text = "总合格数:"; // // AllCamCountLab // this.AllCamCountLab.AutoSize = true; this.AllCamCountLab.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.AllCamCountLab.ForeColor = System.Drawing.Color.White; this.AllCamCountLab.Location = new System.Drawing.Point(120, 40); this.AllCamCountLab.Name = "AllCamCountLab"; this.AllCamCountLab.Size = new System.Drawing.Size(20, 23); this.AllCamCountLab.TabIndex = 2; this.AllCamCountLab.Text = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(5, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(61, 23); this.label2.TabIndex = 1; this.label2.Text = "总数:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(5, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(92, 27); this.label1.TabIndex = 0; this.label1.Text = "全部数据"; // // MultiDataPanel // this.MultiDataPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.MultiDataPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.MultiDataPanel.Location = new System.Drawing.Point(268, 0); this.MultiDataPanel.Name = "MultiDataPanel"; this.MultiDataPanel.Size = new System.Drawing.Size(514, 550); this.MultiDataPanel.TabIndex = 1; this.MultiDataPanel.Resize += new System.EventHandler(this.MultiDataPanel_Resize); // // DataShowForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48))))); this.ClientSize = new System.Drawing.Size(782, 550); this.Controls.Add(this.MultiDataPanel); this.Controls.Add(this.AllDataPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "DataShowForm"; this.Text = "DataShowForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DataShowForm_FormClosing); this.AllDataPanel.ResumeLayout(false); this.AllDataPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel AllDataPanel; private System.Windows.Forms.Panel MultiDataPanel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label AllCamCountLab; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label AllCamOkLab; private System.Windows.Forms.Label AllCamNgLab; private System.Windows.Forms.Label label4; } }