namespace 報到系統客戶端 { partial class ExistConfirmForm { /// /// 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lbName = new System.Windows.Forms.Label(); this.lbMobile = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.button1 = new System.Windows.Forms.Button(); this.btnNo = new System.Windows.Forms.Button(); this.btnYes = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 142F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.Controls.Add(this.label1, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 1, 2); this.tableLayoutPanel1.Controls.Add(this.label3, 1, 3); this.tableLayoutPanel1.Controls.Add(this.lbName, 2, 2); this.tableLayoutPanel1.Controls.Add(this.lbMobile, 2, 3); this.tableLayoutPanel1.Controls.Add(this.label4, 1, 4); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 5); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 7; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(598, 332); this.tableLayoutPanel1.TabIndex = 0; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label1.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.label1, 3); this.label1.Location = new System.Drawing.Point(28, 32); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(529, 40); this.label1.TabIndex = 0; this.label1.Text = "用姓名或手機號找到預約報名資料:"; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(81, 88); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 40); this.label2.TabIndex = 1; this.label2.Text = "姓名"; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(49, 144); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 40); this.label3.TabIndex = 2; this.label3.Text = "手機號"; // // lbName // this.lbName.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lbName.AutoSize = true; this.lbName.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.lbName.ForeColor = System.Drawing.Color.Blue; this.lbName.Location = new System.Drawing.Point(170, 88); this.lbName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(81, 40); this.lbName.TabIndex = 3; this.lbName.Text = "姓名"; // // lbMobile // this.lbMobile.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lbMobile.AutoSize = true; this.lbMobile.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.lbMobile.ForeColor = System.Drawing.Color.Blue; this.lbMobile.Location = new System.Drawing.Point(170, 144); this.lbMobile.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbMobile.Name = "lbMobile"; this.lbMobile.Size = new System.Drawing.Size(113, 40); this.lbMobile.TabIndex = 4; this.lbMobile.Text = "手機號"; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label4.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.label4, 3); this.label4.Location = new System.Drawing.Point(28, 200); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(401, 40); this.label4.TabIndex = 5; this.label4.Text = "是否確認是此位學員資料?"; // // flowLayoutPanel1 // this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2); this.flowLayoutPanel1.Controls.Add(this.button1); this.flowLayoutPanel1.Controls.Add(this.btnNo); this.flowLayoutPanel1.Controls.Add(this.btnYes); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flowLayoutPanel1.Location = new System.Drawing.Point(24, 248); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(550, 56); this.flowLayoutPanel1.TabIndex = 6; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button1.Location = new System.Drawing.Point(273, 4); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(273, 52); this.button1.TabIndex = 2; this.button1.Text = "C 取消重新輸入"; this.button1.UseVisualStyleBackColor = true; // // btnNo // this.btnNo.DialogResult = System.Windows.Forms.DialogResult.No; this.btnNo.Location = new System.Drawing.Point(140, 4); this.btnNo.Margin = new System.Windows.Forms.Padding(4); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(125, 52); this.btnNo.TabIndex = 1; this.btnNo.TabStop = false; this.btnNo.Text = "N 否"; this.btnNo.UseVisualStyleBackColor = true; // // btnYes // this.btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes; this.btnYes.Location = new System.Drawing.Point(7, 4); this.btnYes.Margin = new System.Windows.Forms.Padding(4); this.btnYes.Name = "btnYes"; this.btnYes.Size = new System.Drawing.Size(125, 52); this.btnYes.TabIndex = 0; this.btnYes.TabStop = false; this.btnYes.Text = "Y 是"; this.btnYes.UseVisualStyleBackColor = true; // // ExistConfirmForm // this.AutoScaleDimensions = new System.Drawing.SizeF(19F, 40F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(598, 332); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(10, 9, 10, 9); this.Name = "ExistConfirmForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "確認"; this.Shown += new System.EventHandler(this.ExistConfirmForm_Shown); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ExistConfirmForm_KeyDown); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lbName; private System.Windows.Forms.Label lbMobile; private System.Windows.Forms.Label label4; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button btnNo; private System.Windows.Forms.Button btnYes; private System.Windows.Forms.Button button1; } }