158 lines
8.2 KiB
C#
158 lines
8.2 KiB
C#
namespace 報到系統客戶端
|
|
{
|
|
partial class AgreementConfirmForm
|
|
{
|
|
/// <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.lbAgreedTerms = 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.BackColor = System.Drawing.Color.Cornsilk;
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.lbAgreedTerms, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
|
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.Padding = new System.Windows.Forms.Padding(24);
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(975, 603);
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Location = new System.Drawing.Point(28, 24);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(919, 70);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "有以下事項需要你同意:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lbAgreedTerms
|
|
//
|
|
this.lbAgreedTerms.AutoSize = true;
|
|
this.lbAgreedTerms.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbAgreedTerms.Font = new System.Drawing.Font("微軟正黑體", 32F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbAgreedTerms.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbAgreedTerms.Location = new System.Drawing.Point(28, 94);
|
|
this.lbAgreedTerms.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lbAgreedTerms.Name = "lbAgreedTerms";
|
|
this.lbAgreedTerms.Size = new System.Drawing.Size(919, 415);
|
|
this.lbAgreedTerms.TabIndex = 8;
|
|
this.lbAgreedTerms.Text = "(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意事項)(同意" +
|
|
"事項)\r\n";
|
|
this.lbAgreedTerms.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
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, 509);
|
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(927, 70);
|
|
this.flowLayoutPanel1.TabIndex = 9;
|
|
//
|
|
// btnNo
|
|
//
|
|
this.btnNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btnNo.BackColor = System.Drawing.Color.HotPink;
|
|
this.btnNo.DialogResult = System.Windows.Forms.DialogResult.No;
|
|
this.btnNo.Location = new System.Drawing.Point(798, 9);
|
|
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 = false;
|
|
//
|
|
// btnYes
|
|
//
|
|
this.btnYes.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btnYes.BackColor = System.Drawing.Color.Chartreuse;
|
|
this.btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes;
|
|
this.btnYes.Location = new System.Drawing.Point(665, 9);
|
|
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 = false;
|
|
//
|
|
// AgreementConfirmForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(975, 603);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.Margin = new System.Windows.Forms.Padding(11, 10, 11, 10);
|
|
this.Name = "AgreementConfirmForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "同意事項確認";
|
|
this.Shown += new System.EventHandler(this.AgreementConfirmForm_Shown);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AgreementConfirmForm_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.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button btnNo;
|
|
private System.Windows.Forms.Button btnYes;
|
|
private System.Windows.Forms.Label lbAgreedTerms;
|
|
}
|
|
} |