245 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			245 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Check.Main.UI
 | |
| {
 | |
|     partial class FormStatistics
 | |
|     {
 | |
|         /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormStatistics));
 | |
|             this.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
 | |
|             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
 | |
|             this.uiLabel1 = new Sunny.UI.UILabel();
 | |
|             this.uiLabel2 = new Sunny.UI.UILabel();
 | |
|             this.uiLabel3 = new Sunny.UI.UILabel();
 | |
|             this.uiLabel4 = new Sunny.UI.UILabel();
 | |
|             this.txtOKNum = new Sunny.UI.UITextBox();
 | |
|             this.txtNGNum = new Sunny.UI.UITextBox();
 | |
|             this.txtTotal = new Sunny.UI.UITextBox();
 | |
|             this.txtYieldRate = new Sunny.UI.UITextBox();
 | |
|             this.toolStripButtonRest = new System.Windows.Forms.ToolStripButton();
 | |
|             this.uiTableLayoutPanel1.SuspendLayout();
 | |
|             this.toolStrip1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // uiTableLayoutPanel1
 | |
|             // 
 | |
|             this.uiTableLayoutPanel1.ColumnCount = 2;
 | |
|             this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45.88745F));
 | |
|             this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 54.11255F));
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.txtYieldRate, 1, 3);
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.txtTotal, 1, 2);
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.txtNGNum, 1, 1);
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 4);
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.uiLabel1, 0, 0);
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.uiLabel2, 0, 1);
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.uiLabel3, 0, 2);
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.uiLabel4, 0, 3);
 | |
|             this.uiTableLayoutPanel1.Controls.Add(this.txtOKNum, 1, 0);
 | |
|             this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
 | |
|             this.uiTableLayoutPanel1.RowCount = 5;
 | |
|             this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.uiTableLayoutPanel1.Size = new System.Drawing.Size(231, 228);
 | |
|             this.uiTableLayoutPanel1.TabIndex = 0;
 | |
|             this.uiTableLayoutPanel1.TagString = null;
 | |
|             // 
 | |
|             // toolStrip1
 | |
|             // 
 | |
|             this.uiTableLayoutPanel1.SetColumnSpan(this.toolStrip1, 2);
 | |
|             this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.toolStripButtonRest});
 | |
|             this.toolStrip1.Location = new System.Drawing.Point(0, 180);
 | |
|             this.toolStrip1.Name = "toolStrip1";
 | |
|             this.toolStrip1.Size = new System.Drawing.Size(231, 48);
 | |
|             this.toolStrip1.TabIndex = 0;
 | |
|             this.toolStrip1.Text = "toolStrip1";
 | |
|             // 
 | |
|             // uiLabel1
 | |
|             // 
 | |
|             this.uiLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 | |
|             this.uiLabel1.Location = new System.Drawing.Point(3, 0);
 | |
|             this.uiLabel1.Name = "uiLabel1";
 | |
|             this.uiLabel1.Size = new System.Drawing.Size(100, 45);
 | |
|             this.uiLabel1.TabIndex = 1;
 | |
|             this.uiLabel1.Text = "良品数";
 | |
|             this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // uiLabel2
 | |
|             // 
 | |
|             this.uiLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 | |
|             this.uiLabel2.Location = new System.Drawing.Point(3, 45);
 | |
|             this.uiLabel2.Name = "uiLabel2";
 | |
|             this.uiLabel2.Size = new System.Drawing.Size(100, 45);
 | |
|             this.uiLabel2.TabIndex = 2;
 | |
|             this.uiLabel2.Text = "不良品数量";
 | |
|             this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // uiLabel3
 | |
|             // 
 | |
|             this.uiLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 | |
|             this.uiLabel3.Location = new System.Drawing.Point(3, 90);
 | |
|             this.uiLabel3.Name = "uiLabel3";
 | |
|             this.uiLabel3.Size = new System.Drawing.Size(100, 45);
 | |
|             this.uiLabel3.TabIndex = 3;
 | |
|             this.uiLabel3.Text = "总数";
 | |
|             this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // uiLabel4
 | |
|             // 
 | |
|             this.uiLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.uiLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 | |
|             this.uiLabel4.Location = new System.Drawing.Point(3, 135);
 | |
|             this.uiLabel4.Name = "uiLabel4";
 | |
|             this.uiLabel4.Size = new System.Drawing.Size(100, 45);
 | |
|             this.uiLabel4.TabIndex = 4;
 | |
|             this.uiLabel4.Text = "良品率";
 | |
|             this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // txtOKNum
 | |
|             // 
 | |
|             this.txtOKNum.Cursor = System.Windows.Forms.Cursors.IBeam;
 | |
|             this.txtOKNum.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.txtOKNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.txtOKNum.Location = new System.Drawing.Point(110, 5);
 | |
|             this.txtOKNum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtOKNum.MinimumSize = new System.Drawing.Size(1, 16);
 | |
|             this.txtOKNum.Name = "txtOKNum";
 | |
|             this.txtOKNum.Padding = new System.Windows.Forms.Padding(5);
 | |
|             this.txtOKNum.ShowText = false;
 | |
|             this.txtOKNum.Size = new System.Drawing.Size(117, 35);
 | |
|             this.txtOKNum.TabIndex = 5;
 | |
|             this.txtOKNum.Text = "0";
 | |
|             this.txtOKNum.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             this.txtOKNum.Watermark = "";
 | |
|             // 
 | |
|             // txtNGNum
 | |
|             // 
 | |
|             this.txtNGNum.Cursor = System.Windows.Forms.Cursors.IBeam;
 | |
|             this.txtNGNum.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.txtNGNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.txtNGNum.Location = new System.Drawing.Point(110, 50);
 | |
|             this.txtNGNum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtNGNum.MinimumSize = new System.Drawing.Size(1, 16);
 | |
|             this.txtNGNum.Name = "txtNGNum";
 | |
|             this.txtNGNum.Padding = new System.Windows.Forms.Padding(5);
 | |
|             this.txtNGNum.ShowText = false;
 | |
|             this.txtNGNum.Size = new System.Drawing.Size(117, 35);
 | |
|             this.txtNGNum.TabIndex = 6;
 | |
|             this.txtNGNum.Text = "0";
 | |
|             this.txtNGNum.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             this.txtNGNum.Watermark = "";
 | |
|             // 
 | |
|             // txtTotal
 | |
|             // 
 | |
|             this.txtTotal.Cursor = System.Windows.Forms.Cursors.IBeam;
 | |
|             this.txtTotal.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.txtTotal.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.txtTotal.Location = new System.Drawing.Point(110, 95);
 | |
|             this.txtTotal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtTotal.MinimumSize = new System.Drawing.Size(1, 16);
 | |
|             this.txtTotal.Name = "txtTotal";
 | |
|             this.txtTotal.Padding = new System.Windows.Forms.Padding(5);
 | |
|             this.txtTotal.ShowText = false;
 | |
|             this.txtTotal.Size = new System.Drawing.Size(117, 35);
 | |
|             this.txtTotal.TabIndex = 7;
 | |
|             this.txtTotal.Text = "0";
 | |
|             this.txtTotal.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             this.txtTotal.Watermark = "";
 | |
|             // 
 | |
|             // txtYieldRate
 | |
|             // 
 | |
|             this.txtYieldRate.Cursor = System.Windows.Forms.Cursors.IBeam;
 | |
|             this.txtYieldRate.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.txtYieldRate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.txtYieldRate.Location = new System.Drawing.Point(110, 140);
 | |
|             this.txtYieldRate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtYieldRate.MinimumSize = new System.Drawing.Size(1, 16);
 | |
|             this.txtYieldRate.Name = "txtYieldRate";
 | |
|             this.txtYieldRate.Padding = new System.Windows.Forms.Padding(5);
 | |
|             this.txtYieldRate.ShowText = false;
 | |
|             this.txtYieldRate.Size = new System.Drawing.Size(117, 35);
 | |
|             this.txtYieldRate.TabIndex = 8;
 | |
|             this.txtYieldRate.Text = "0";
 | |
|             this.txtYieldRate.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             this.txtYieldRate.Watermark = "";
 | |
|             // 
 | |
|             // toolStripButtonRest
 | |
|             // 
 | |
|             this.toolStripButtonRest.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
 | |
|             this.toolStripButtonRest.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRest.Image")));
 | |
|             this.toolStripButtonRest.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.toolStripButtonRest.Name = "toolStripButtonRest";
 | |
|             this.toolStripButtonRest.Size = new System.Drawing.Size(60, 45);
 | |
|             this.toolStripButtonRest.Text = "重置计数";
 | |
|             this.toolStripButtonRest.Click += new System.EventHandler(this.toolStripButtonRest_Click);
 | |
|             // 
 | |
|             // FormStatistics
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(231, 228);
 | |
|             this.ControlBox = false;
 | |
|             this.Controls.Add(this.uiTableLayoutPanel1);
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "FormStatistics";
 | |
|             this.Text = "统计";
 | |
|             this.uiTableLayoutPanel1.ResumeLayout(false);
 | |
|             this.uiTableLayoutPanel1.PerformLayout();
 | |
|             this.toolStrip1.ResumeLayout(false);
 | |
|             this.toolStrip1.PerformLayout();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
 | |
|         private System.Windows.Forms.ToolStrip toolStrip1;
 | |
|         private Sunny.UI.UITextBox txtYieldRate;
 | |
|         private Sunny.UI.UITextBox txtTotal;
 | |
|         private Sunny.UI.UITextBox txtNGNum;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButtonRest;
 | |
|         private Sunny.UI.UILabel uiLabel1;
 | |
|         private Sunny.UI.UILabel uiLabel2;
 | |
|         private Sunny.UI.UILabel uiLabel3;
 | |
|         private Sunny.UI.UILabel uiLabel4;
 | |
|         private Sunny.UI.UITextBox txtOKNum;
 | |
|     }
 | |
| } |