chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
+216
@@ -0,0 +1,216 @@
|
||||
namespace 報到系統客戶端
|
||||
{
|
||||
partial class CheckoutOnlyConfirmForm
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
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.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(506, 328);
|
||||
this.tableLayoutPanel1.TabIndex = 1;
|
||||
//
|
||||
// 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(369, 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(241, 40);
|
||||
this.label4.TabIndex = 5;
|
||||
this.label4.Text = "是否確認簽退?";
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2);
|
||||
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(458, 56);
|
||||
this.flowLayoutPanel1.TabIndex = 6;
|
||||
//
|
||||
// btnNo
|
||||
//
|
||||
this.btnNo.DialogResult = System.Windows.Forms.DialogResult.No;
|
||||
this.btnNo.Location = new System.Drawing.Point(329, 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(196, 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;
|
||||
//
|
||||
// CheckoutOnlyConfirmForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.ClientSize = new System.Drawing.Size(506, 328);
|
||||
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.Name = "CheckoutOnlyConfirmForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||||
this.Text = "簽退確認";
|
||||
this.Shown += new System.EventHandler(this.CheckoutOnlyConfirmForm_Shown);
|
||||
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckoutOnlyConfirmForm_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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user