namespace MDIMutilFormDemo { partial class frmBar { /// /// 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.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.lblSum = new System.Windows.Forms.Label(); this.nudQty = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.pic1 = new System.Windows.Forms.PictureBox(); this.pic2 = new System.Windows.Forms.PictureBox(); this.pic3 = new System.Windows.Forms.PictureBox(); this.picBtn = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.nudQty)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pic2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pic3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picBtn)).BeginInit(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // lblSum // this.lblSum.AutoSize = true; this.lblSum.Font = new System.Drawing.Font("新細明體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.lblSum.Location = new System.Drawing.Point(84, 436); this.lblSum.Name = "lblSum"; this.lblSum.Size = new System.Drawing.Size(52, 16); this.lblSum.TabIndex = 41; this.lblSum.Text = "lblSum"; // // nudQty // this.nudQty.Font = new System.Drawing.Font("新細明體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.nudQty.Location = new System.Drawing.Point(224, 431); this.nudQty.Name = "nudQty"; this.nudQty.Size = new System.Drawing.Size(58, 27); this.nudQty.TabIndex = 40; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("新細明體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.label2.Location = new System.Drawing.Point(27, 436); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 16); this.label2.TabIndex = 39; 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)(136))); this.label1.Location = new System.Drawing.Point(166, 436); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 16); this.label1.TabIndex = 38; this.label1.Text = "投注量"; // // pic1 // this.pic1.Location = new System.Drawing.Point(49, 31); this.pic1.Name = "pic1"; this.pic1.Size = new System.Drawing.Size(75, 76); this.pic1.TabIndex = 37; this.pic1.TabStop = false; // // pic2 // this.pic2.Location = new System.Drawing.Point(136, 31); this.pic2.Name = "pic2"; this.pic2.Size = new System.Drawing.Size(75, 76); this.pic2.TabIndex = 36; this.pic2.TabStop = false; // // pic3 // this.pic3.Location = new System.Drawing.Point(226, 31); this.pic3.Name = "pic3"; this.pic3.Size = new System.Drawing.Size(75, 76); this.pic3.TabIndex = 35; this.pic3.TabStop = false; // // picBtn // this.picBtn.Location = new System.Drawing.Point(276, 147); this.picBtn.Name = "picBtn"; this.picBtn.Size = new System.Drawing.Size(83, 205); this.picBtn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picBtn.TabIndex = 34; this.picBtn.TabStop = false; this.picBtn.Click += new System.EventHandler(this.picBtn_Click); // // frmBar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::MDIMutilFormDemo.Properties.Resources.拉霸背景; this.ClientSize = new System.Drawing.Size(361, 473); this.Controls.Add(this.lblSum); this.Controls.Add(this.nudQty); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pic1); this.Controls.Add(this.pic2); this.Controls.Add(this.pic3); this.Controls.Add(this.picBtn); this.Name = "frmBar"; this.Text = "拉霸遊戲"; this.Load += new System.EventHandler(this.frmBar_Load); ((System.ComponentModel.ISupportInitialize)(this.nudQty)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pic1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pic2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pic3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picBtn)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Timer timer1; internal System.Windows.Forms.Label lblSum; internal System.Windows.Forms.NumericUpDown nudQty; internal System.Windows.Forms.Label label2; internal System.Windows.Forms.Label label1; internal System.Windows.Forms.PictureBox pic1; internal System.Windows.Forms.PictureBox pic2; internal System.Windows.Forms.PictureBox pic3; internal System.Windows.Forms.PictureBox picBtn; } }