namespace CommandDemo1 { partial class Form1 { /// /// 設計工具所需的變數。 /// private System.ComponentModel.IContainer components = null; /// /// 清除任何使用中的資源。 /// /// 如果應該處置 Managed 資源則為 true,否則為 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 設計工具產生的程式碼 /// /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器 /// 修改這個方法的內容。 /// private void InitializeComponent() { this.lblCount = new System.Windows.Forms.Label(); this.lblSum = new System.Windows.Forms.Label(); this.lblAvg = new System.Windows.Forms.Label(); this.lblMax = new System.Windows.Forms.Label(); this.lblMin = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // lblCount // this.lblCount.AutoSize = true; this.lblCount.Location = new System.Drawing.Point(24, 25); this.lblCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblCount.Name = "lblCount"; this.lblCount.Size = new System.Drawing.Size(46, 12); this.lblCount.TabIndex = 0; this.lblCount.Text = "lblCount"; // // lblSum // this.lblSum.AutoSize = true; this.lblSum.Location = new System.Drawing.Point(24, 59); this.lblSum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblSum.Name = "lblSum"; this.lblSum.Size = new System.Drawing.Size(38, 12); this.lblSum.TabIndex = 0; this.lblSum.Text = "lblSum"; // // lblAvg // this.lblAvg.AutoSize = true; this.lblAvg.Location = new System.Drawing.Point(24, 94); this.lblAvg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblAvg.Name = "lblAvg"; this.lblAvg.Size = new System.Drawing.Size(37, 12); this.lblAvg.TabIndex = 0; this.lblAvg.Text = "lblAvg"; // // lblMax // this.lblMax.AutoSize = true; this.lblMax.Location = new System.Drawing.Point(289, 59); this.lblMax.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblMax.Name = "lblMax"; this.lblMax.Size = new System.Drawing.Size(38, 12); this.lblMax.TabIndex = 0; this.lblMax.Text = "lblMax"; // // lblMin // this.lblMin.AutoSize = true; this.lblMin.Location = new System.Drawing.Point(289, 94); this.lblMin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblMin.Name = "lblMin"; this.lblMin.Size = new System.Drawing.Size(36, 12); this.lblMin.TabIndex = 0; this.lblMin.Text = "lblMin"; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(26, 133); this.dataGridView1.Margin = new System.Windows.Forms.Padding(2); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 27; this.dataGridView1.Size = new System.Drawing.Size(518, 142); this.dataGridView1.TabIndex = 1; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(567, 302); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.lblMin); this.Controls.Add(this.lblAvg); this.Controls.Add(this.lblMax); this.Controls.Add(this.lblSum); this.Controls.Add(this.lblCount); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblCount; private System.Windows.Forms.Label lblSum; private System.Windows.Forms.Label lblAvg; private System.Windows.Forms.Label lblMax; private System.Windows.Forms.Label lblMin; private System.Windows.Forms.DataGridView dataGridView1; } }