namespace WinChkLstBx { 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.btnCls = new System.Windows.Forms.Button(); this.lblShow = new System.Windows.Forms.Label(); this.btnEnd = new System.Windows.Forms.Button(); this.btnCheckLot = new System.Windows.Forms.Button(); this.chkListLot = new System.Windows.Forms.CheckedListBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnCls // this.btnCls.Location = new System.Drawing.Point(172, 321); this.btnCls.Margin = new System.Windows.Forms.Padding(2); this.btnCls.Name = "btnCls"; this.btnCls.Size = new System.Drawing.Size(74, 35); this.btnCls.TabIndex = 17; this.btnCls.Text = "清除"; this.btnCls.UseVisualStyleBackColor = true; this.btnCls.Click += new System.EventHandler(this.btnCls_Click); // // lblShow // this.lblShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.lblShow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblShow.Location = new System.Drawing.Point(59, 210); this.lblShow.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblShow.Name = "lblShow"; this.lblShow.Size = new System.Drawing.Size(303, 87); this.lblShow.TabIndex = 16; this.lblShow.Text = "lblShow"; // // btnEnd // this.btnEnd.Location = new System.Drawing.Point(288, 321); this.btnEnd.Margin = new System.Windows.Forms.Padding(2); this.btnEnd.Name = "btnEnd"; this.btnEnd.Size = new System.Drawing.Size(74, 35); this.btnEnd.TabIndex = 15; this.btnEnd.Text = "結束"; this.btnEnd.UseVisualStyleBackColor = true; this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click); // // btnCheckLot // this.btnCheckLot.Location = new System.Drawing.Point(60, 321); this.btnCheckLot.Margin = new System.Windows.Forms.Padding(2); this.btnCheckLot.Name = "btnCheckLot"; this.btnCheckLot.Size = new System.Drawing.Size(74, 35); this.btnCheckLot.TabIndex = 14; this.btnCheckLot.Text = "對獎"; this.btnCheckLot.UseVisualStyleBackColor = true; this.btnCheckLot.Click += new System.EventHandler(this.btnCheckLot_Click); // // chkListLot // this.chkListLot.CheckOnClick = true; this.chkListLot.FormattingEnabled = true; this.chkListLot.Location = new System.Drawing.Point(59, 56); this.chkListLot.Margin = new System.Windows.Forms.Padding(2); this.chkListLot.Name = "chkListLot"; this.chkListLot.Size = new System.Drawing.Size(302, 140); this.chkListLot.TabIndex = 13; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(86, -23); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(147, 17); this.label1.TabIndex = 12; this.label1.Text = "大樂透-請選擇6個號碼"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("新細明體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(56, 25); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(204, 20); this.label2.TabIndex = 18; this.label2.Text = "大樂透-請選擇6個號碼"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(538, 381); this.Controls.Add(this.label2); this.Controls.Add(this.btnCls); this.Controls.Add(this.lblShow); this.Controls.Add(this.btnEnd); this.Controls.Add(this.btnCheckLot); this.Controls.Add(this.chkListLot); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCls; private System.Windows.Forms.Label lblShow; private System.Windows.Forms.Button btnEnd; private System.Windows.Forms.Button btnCheckLot; private System.Windows.Forms.CheckedListBox chkListLot; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; } }