chore: 首次簽入 Thinkyu ASP.NET 專案

- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
2026-09-10 09:42:37 +08:00
commit 577060bc78
2496 changed files with 501389 additions and 0 deletions
+227
View File
@@ -0,0 +1,227 @@
namespace
{
partial class LoginForm
{
/// <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.txtUserID = new System.Windows.Forms.TextBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.btnLogin = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.cbOffline = new System.Windows.Forms.CheckBox();
this.lbApiUrlBase = new System.Windows.Forms.Label();
this.lbVersion = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 4;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 49F));
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.txtUserID, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.txtPassword, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.btnLogin, 1, 5);
this.tableLayoutPanel1.Controls.Add(this.btnCancel, 2, 5);
this.tableLayoutPanel1.Controls.Add(this.cbOffline, 2, 4);
this.tableLayoutPanel1.Controls.Add(this.lbApiUrlBase, 1, 6);
this.tableLayoutPanel1.Controls.Add(this.lbVersion, 2, 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(5, 4, 5, 4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 7;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(469, 289);
this.tableLayoutPanel1.TabIndex = 0;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.label1, 2);
this.label1.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(45, 41);
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(370, 37);
this.label1.TabIndex = 0;
this.label1.Text = "新譽管理課程報到系統";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(43, 101);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(165, 20);
this.label2.TabIndex = 1;
this.label2.Text = "登入帳號:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(43, 143);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(165, 20);
this.label3.TabIndex = 2;
this.label3.Text = "登入密碼:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtUserID
//
this.txtUserID.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtUserID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtUserID.ImeMode = System.Windows.Forms.ImeMode.Close;
this.txtUserID.Location = new System.Drawing.Point(214, 96);
this.txtUserID.Name = "txtUserID";
this.txtUserID.Size = new System.Drawing.Size(150, 29);
this.txtUserID.TabIndex = 5;
//
// txtPassword
//
this.txtPassword.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPassword.ImeMode = System.Windows.Forms.ImeMode.Close;
this.txtPassword.Location = new System.Drawing.Point(214, 138);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(150, 29);
this.txtPassword.TabIndex = 6;
//
// btnLogin
//
this.btnLogin.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btnLogin.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnLogin.Location = new System.Drawing.Point(123, 219);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(85, 36);
this.btnLogin.TabIndex = 3;
this.btnLogin.Text = "登入";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// btnCancel
//
this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(214, 219);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 36);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// cbOffline
//
this.cbOffline.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.cbOffline.AutoSize = true;
this.cbOffline.Location = new System.Drawing.Point(214, 183);
this.cbOffline.Name = "cbOffline";
this.cbOffline.Size = new System.Drawing.Size(203, 24);
this.cbOffline.TabIndex = 7;
this.cbOffline.Text = "離線模式";
this.cbOffline.UseVisualStyleBackColor = true;
this.cbOffline.CheckStateChanged += new System.EventHandler(this.cbOffline_CheckStateChanged);
//
// lbApiUrlBase
//
this.lbApiUrlBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.lbApiUrlBase.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.lbApiUrlBase, 2);
this.lbApiUrlBase.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.lbApiUrlBase.Location = new System.Drawing.Point(43, 265);
this.lbApiUrlBase.Name = "lbApiUrlBase";
this.lbApiUrlBase.Size = new System.Drawing.Size(374, 17);
this.lbApiUrlBase.TabIndex = 1;
this.lbApiUrlBase.Text = "(主機網址)";
this.lbApiUrlBase.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lbVersion
//
this.lbVersion.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lbVersion.AutoSize = true;
this.lbVersion.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
this.lbVersion.Location = new System.Drawing.Point(336, 6);
this.lbVersion.Name = "lbVersion";
this.lbVersion.Size = new System.Drawing.Size(81, 17);
this.lbVersion.TabIndex = 8;
this.lbVersion.Text = "(程式版本號)";
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(469, 289);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.Name = "LoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "登入";
this.Activated += new System.EventHandler(this.LoginForm_Activated);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
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.Button btnLogin;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.TextBox txtUserID;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.CheckBox cbOffline;
private System.Windows.Forms.Label lbApiUrlBase;
private System.Windows.Forms.Label lbVersion;
}
}