1747 lines
100 KiB
C#
1747 lines
100 KiB
C#
namespace 報到系統客戶端
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// 設計工具所需的變數。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清除任何使用中的資源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果應該處置受控資源則為 true,否則為 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form 設計工具產生的程式碼
|
|
|
|
/// <summary>
|
|
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
|
|
/// 這個方法的內容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lbLoginUser = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lbOnlineMode1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lbApiBaseUrl = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lbSyncJob = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.cbCheckMode = new System.Windows.Forms.ComboBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.txtMobile = new System.Windows.Forms.TextBox();
|
|
this.lbMenualCheckInName = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.lbCheckInTime = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.lbCheckOutTime = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lbName = new System.Windows.Forms.Label();
|
|
this.lbCheckResult = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.lbCheckInName = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtQRCode = new System.Windows.Forms.TextBox();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.lbSeqNo = new System.Windows.Forms.Label();
|
|
this.lbMobile = new System.Windows.Forms.Label();
|
|
this.btnBeginEnd = new System.Windows.Forms.Button();
|
|
this.cbCurrentClass = new System.Windows.Forms.ComboBox();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.lbMenualCheckInTime = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.lbMenualCheckOutTime = new System.Windows.Forms.Label();
|
|
this.cbMealType = new System.Windows.Forms.ComboBox();
|
|
this.txtEMail = new System.Windows.Forms.TextBox();
|
|
this.txtLossJobTimes = new System.Windows.Forms.TextBox();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.cbIDType = new System.Windows.Forms.ComboBox();
|
|
this.txtIDNumber = new System.Windows.Forms.TextBox();
|
|
this.cbGender = new System.Windows.Forms.ComboBox();
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.lbName2 = new System.Windows.Forms.Label();
|
|
this.lbMenualCheckResult = new System.Windows.Forms.Label();
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
this.lbMobile2 = new System.Windows.Forms.Label();
|
|
this.btnMenualCheckIn = new System.Windows.Forms.Button();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.dgSignUp = new System.Windows.Forms.DataGridView();
|
|
this.ColSeqNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColMobile = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColCheckInTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColCheckOutTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColIDNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColIDType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColMealType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColEmail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColGender = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColLossJobTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.AgreementStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.bsSignUp = new System.Windows.Forms.BindingSource(this.components);
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lbCheckOutCount = new System.Windows.Forms.Label();
|
|
this.lbCheckInCount = new System.Windows.Forms.Label();
|
|
this.label32 = new System.Windows.Forms.Label();
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
this.cbClasses = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lbServerCount = new System.Windows.Forms.Label();
|
|
this.lbLocalCount = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.lbWaitingUploadCount = new System.Windows.Forms.Label();
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
this.txtFilterName = new System.Windows.Forms.TextBox();
|
|
this.txtFilterMobile = new System.Windows.Forms.TextBox();
|
|
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnClearFilter = new System.Windows.Forms.Button();
|
|
this.btnFilter = new System.Windows.Forms.Button();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnUpload = new System.Windows.Forms.Button();
|
|
this.btnDownload = new System.Windows.Forms.Button();
|
|
this.btnRefreshSignUp = new System.Windows.Forms.Button();
|
|
this.label33 = new System.Windows.Forms.Label();
|
|
this.btnRefreshClasses = new System.Windows.Forms.Button();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lbOnlineMode2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtApiBaseUrl = new System.Windows.Forms.TextBox();
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnTestAPIConnection = new System.Windows.Forms.Button();
|
|
this.btnSaveApiBaseUrl = new System.Windows.Forms.Button();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.lbLocalDB = new System.Windows.Forms.Label();
|
|
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnCheckLocalDB = new System.Windows.Forms.Button();
|
|
this.btnRepareLocalDB = new System.Windows.Forms.Button();
|
|
this.btnRebuildLocalDB = new System.Windows.Forms.Button();
|
|
this.txtLocalDBStatus = new System.Windows.Forms.TextBox();
|
|
this.downloadWorker = new System.ComponentModel.BackgroundWorker();
|
|
this.uploadWorker = new System.ComponentModel.BackgroundWorker();
|
|
this.uploadTimer = new System.Windows.Forms.Timer(this.components);
|
|
this.statusStrip1.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgSignUp)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsSignUp)).BeginInit();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.flowLayoutPanel4.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.flowLayoutPanel2.SuspendLayout();
|
|
this.flowLayoutPanel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.lbLoginUser,
|
|
this.toolStripStatusLabel2,
|
|
this.lbOnlineMode1,
|
|
this.toolStripStatusLabel3,
|
|
this.lbApiBaseUrl,
|
|
this.toolStripStatusLabel4,
|
|
this.lbSyncJob});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 863);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(1246, 24);
|
|
this.statusStrip1.TabIndex = 1;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(64, 19);
|
|
this.toolStripStatusLabel1.Text = "登入人員";
|
|
//
|
|
// lbLoginUser
|
|
//
|
|
this.lbLoginUser.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbLoginUser.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbLoginUser.Name = "lbLoginUser";
|
|
this.lbLoginUser.Size = new System.Drawing.Size(64, 19);
|
|
this.lbLoginUser.Text = "(未登入)";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(64, 19);
|
|
this.toolStripStatusLabel2.Text = "作業模式";
|
|
//
|
|
// lbOnlineMode1
|
|
//
|
|
this.lbOnlineMode1.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbOnlineMode1.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbOnlineMode1.Name = "lbOnlineMode1";
|
|
this.lbOnlineMode1.Size = new System.Drawing.Size(39, 19);
|
|
this.lbOnlineMode1.Text = "離線";
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(53, 19);
|
|
this.toolStripStatusLabel3.Text = "API Url";
|
|
//
|
|
// lbApiBaseUrl
|
|
//
|
|
this.lbApiBaseUrl.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbApiBaseUrl.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbApiBaseUrl.Name = "lbApiBaseUrl";
|
|
this.lbApiBaseUrl.Size = new System.Drawing.Size(97, 19);
|
|
this.lbApiBaseUrl.Text = "Api Base Url";
|
|
//
|
|
// toolStripStatusLabel4
|
|
//
|
|
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
|
|
this.toolStripStatusLabel4.Size = new System.Drawing.Size(64, 19);
|
|
this.toolStripStatusLabel4.Text = "同步工作";
|
|
//
|
|
// lbSyncJob
|
|
//
|
|
this.lbSyncJob.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbSyncJob.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbSyncJob.Name = "lbSyncJob";
|
|
this.lbSyncJob.Size = new System.Drawing.Size(24, 19);
|
|
this.lbSyncJob.Text = "無";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.ItemSize = new System.Drawing.Size(120, 40);
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.Padding = new System.Drawing.Point(12, 3);
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1246, 863);
|
|
this.tabControl1.TabIndex = 2;
|
|
this.tabControl1.TabStop = false;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
this.tabPage1.Controls.Add(this.tableLayoutPanel3);
|
|
this.tabPage1.Font = new System.Drawing.Font("Verdana", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 44);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(1238, 815);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "簽到簽退作業";
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
this.tableLayoutPanel3.ColumnCount = 4;
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 240F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel3.Controls.Add(this.cbCheckMode, 1, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.label13, 0, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.label14, 0, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.label15, 0, 8);
|
|
this.tableLayoutPanel3.Controls.Add(this.txtName, 1, 8);
|
|
this.tableLayoutPanel3.Controls.Add(this.label16, 2, 8);
|
|
this.tableLayoutPanel3.Controls.Add(this.txtMobile, 3, 8);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbMenualCheckInName, 0, 7);
|
|
this.tableLayoutPanel3.Controls.Add(this.label11, 0, 6);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbCheckInTime, 1, 6);
|
|
this.tableLayoutPanel3.Controls.Add(this.label12, 2, 6);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbCheckOutTime, 3, 6);
|
|
this.tableLayoutPanel3.Controls.Add(this.label9, 2, 5);
|
|
this.tableLayoutPanel3.Controls.Add(this.label7, 0, 5);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbName, 1, 5);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbCheckResult, 1, 4);
|
|
this.tableLayoutPanel3.Controls.Add(this.label10, 0, 4);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbCheckInName, 0, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.label6, 0, 3);
|
|
this.tableLayoutPanel3.Controls.Add(this.txtQRCode, 1, 3);
|
|
this.tableLayoutPanel3.Controls.Add(this.label25, 2, 4);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbSeqNo, 3, 4);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbMobile, 3, 5);
|
|
this.tableLayoutPanel3.Controls.Add(this.btnBeginEnd, 2, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.cbCurrentClass, 1, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.label19, 0, 14);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbMenualCheckInTime, 1, 14);
|
|
this.tableLayoutPanel3.Controls.Add(this.label21, 2, 14);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbMenualCheckOutTime, 3, 14);
|
|
this.tableLayoutPanel3.Controls.Add(this.cbMealType, 3, 9);
|
|
this.tableLayoutPanel3.Controls.Add(this.txtEMail, 3, 10);
|
|
this.tableLayoutPanel3.Controls.Add(this.txtLossJobTimes, 3, 11);
|
|
this.tableLayoutPanel3.Controls.Add(this.label20, 2, 9);
|
|
this.tableLayoutPanel3.Controls.Add(this.label23, 2, 10);
|
|
this.tableLayoutPanel3.Controls.Add(this.label26, 2, 11);
|
|
this.tableLayoutPanel3.Controls.Add(this.cbIDType, 1, 9);
|
|
this.tableLayoutPanel3.Controls.Add(this.txtIDNumber, 1, 10);
|
|
this.tableLayoutPanel3.Controls.Add(this.cbGender, 1, 11);
|
|
this.tableLayoutPanel3.Controls.Add(this.label27, 0, 11);
|
|
this.tableLayoutPanel3.Controls.Add(this.label18, 0, 9);
|
|
this.tableLayoutPanel3.Controls.Add(this.label22, 0, 10);
|
|
this.tableLayoutPanel3.Controls.Add(this.label28, 0, 13);
|
|
this.tableLayoutPanel3.Controls.Add(this.label17, 0, 12);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbName2, 1, 13);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbMenualCheckResult, 1, 12);
|
|
this.tableLayoutPanel3.Controls.Add(this.label29, 2, 13);
|
|
this.tableLayoutPanel3.Controls.Add(this.lbMobile2, 3, 13);
|
|
this.tableLayoutPanel3.Controls.Add(this.btnMenualCheckIn, 2, 12);
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel3.Font = new System.Drawing.Font("微軟正黑體", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
this.tableLayoutPanel3.RowCount = 20;
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(1232, 809);
|
|
this.tableLayoutPanel3.TabIndex = 0;
|
|
//
|
|
// cbCheckMode
|
|
//
|
|
this.cbCheckMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbCheckMode.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbCheckMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbCheckMode.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.cbCheckMode.FormattingEnabled = true;
|
|
this.cbCheckMode.Items.AddRange(new object[] {
|
|
"簽到",
|
|
"簽退"});
|
|
this.cbCheckMode.Location = new System.Drawing.Point(183, 53);
|
|
this.cbCheckMode.Name = "cbCheckMode";
|
|
this.cbCheckMode.Size = new System.Drawing.Size(400, 47);
|
|
this.cbCheckMode.TabIndex = 1;
|
|
this.cbCheckMode.SelectedIndexChanged += new System.EventHandler(this.cbCheckMode_SelectedIndexChanged);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label13.Location = new System.Drawing.Point(32, 5);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(145, 40);
|
|
this.label13.TabIndex = 10;
|
|
this.label13.Text = "目前課程";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label14.Location = new System.Drawing.Point(32, 55);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(145, 40);
|
|
this.label14.TabIndex = 11;
|
|
this.label14.Text = "目前作業";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(100, 406);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(77, 38);
|
|
this.label15.TabIndex = 20;
|
|
this.label15.Text = "姓名";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtName.ImeMode = System.Windows.Forms.ImeMode.On;
|
|
this.txtName.Location = new System.Drawing.Point(183, 403);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(400, 47);
|
|
this.txtName.TabIndex = 4;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(716, 406);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(107, 38);
|
|
this.label16.TabIndex = 21;
|
|
this.label16.Text = "手機號";
|
|
//
|
|
// txtMobile
|
|
//
|
|
this.txtMobile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtMobile.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.txtMobile.Location = new System.Drawing.Point(829, 403);
|
|
this.txtMobile.Name = "txtMobile";
|
|
this.txtMobile.Size = new System.Drawing.Size(400, 47);
|
|
this.txtMobile.TabIndex = 5;
|
|
//
|
|
// lbMenualCheckInName
|
|
//
|
|
this.lbMenualCheckInName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbMenualCheckInName.AutoSize = true;
|
|
this.lbMenualCheckInName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
|
|
this.tableLayoutPanel3.SetColumnSpan(this.lbMenualCheckInName, 4);
|
|
this.lbMenualCheckInName.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbMenualCheckInName.ForeColor = System.Drawing.Color.White;
|
|
this.lbMenualCheckInName.Location = new System.Drawing.Point(3, 350);
|
|
this.lbMenualCheckInName.Name = "lbMenualCheckInName";
|
|
this.lbMenualCheckInName.Size = new System.Drawing.Size(1226, 50);
|
|
this.lbMenualCheckInName.TabIndex = 31;
|
|
this.lbMenualCheckInName.Text = "《現 場 報 到 人 工 輸 入》";
|
|
this.lbMenualCheckInName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(40, 306);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(137, 38);
|
|
this.label11.TabIndex = 8;
|
|
this.label11.Text = "簽到時間";
|
|
//
|
|
// lbCheckInTime
|
|
//
|
|
this.lbCheckInTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbCheckInTime.AutoSize = true;
|
|
this.lbCheckInTime.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbCheckInTime.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbCheckInTime.Location = new System.Drawing.Point(182, 306);
|
|
this.lbCheckInTime.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbCheckInTime.Name = "lbCheckInTime";
|
|
this.lbCheckInTime.Size = new System.Drawing.Size(133, 37);
|
|
this.lbCheckInTime.TabIndex = 25;
|
|
this.lbCheckInTime.Text = "簽到時間";
|
|
this.lbCheckInTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(686, 306);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(137, 38);
|
|
this.label12.TabIndex = 9;
|
|
this.label12.Text = "簽退時間";
|
|
//
|
|
// lbCheckOutTime
|
|
//
|
|
this.lbCheckOutTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbCheckOutTime.AutoSize = true;
|
|
this.lbCheckOutTime.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbCheckOutTime.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbCheckOutTime.Location = new System.Drawing.Point(828, 306);
|
|
this.lbCheckOutTime.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbCheckOutTime.Name = "lbCheckOutTime";
|
|
this.lbCheckOutTime.Size = new System.Drawing.Size(133, 37);
|
|
this.lbCheckOutTime.TabIndex = 26;
|
|
this.lbCheckOutTime.Text = "簽退時間";
|
|
this.lbCheckOutTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(716, 256);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(107, 38);
|
|
this.label9.TabIndex = 3;
|
|
this.label9.Text = "手機號";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(100, 256);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(77, 38);
|
|
this.label7.TabIndex = 2;
|
|
this.label7.Text = "姓名";
|
|
//
|
|
// lbName
|
|
//
|
|
this.lbName.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbName.AutoSize = true;
|
|
this.lbName.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbName.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbName.Location = new System.Drawing.Point(182, 256);
|
|
this.lbName.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbName.Name = "lbName";
|
|
this.lbName.Size = new System.Drawing.Size(75, 37);
|
|
this.lbName.TabIndex = 6;
|
|
this.lbName.Text = "姓名";
|
|
this.lbName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lbCheckResult
|
|
//
|
|
this.lbCheckResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbCheckResult.AutoSize = true;
|
|
this.lbCheckResult.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbCheckResult.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbCheckResult.Location = new System.Drawing.Point(182, 202);
|
|
this.lbCheckResult.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbCheckResult.Name = "lbCheckResult";
|
|
this.lbCheckResult.Size = new System.Drawing.Size(402, 46);
|
|
this.lbCheckResult.TabIndex = 5;
|
|
this.lbCheckResult.Text = "報到結果";
|
|
this.lbCheckResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(40, 206);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(137, 38);
|
|
this.label10.TabIndex = 4;
|
|
this.label10.Text = "報到結果";
|
|
//
|
|
// lbCheckInName
|
|
//
|
|
this.lbCheckInName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbCheckInName.AutoSize = true;
|
|
this.lbCheckInName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
|
|
this.tableLayoutPanel3.SetColumnSpan(this.lbCheckInName, 4);
|
|
this.lbCheckInName.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbCheckInName.ForeColor = System.Drawing.Color.White;
|
|
this.lbCheckInName.Location = new System.Drawing.Point(3, 100);
|
|
this.lbCheckInName.Name = "lbCheckInName";
|
|
this.lbCheckInName.Size = new System.Drawing.Size(1226, 50);
|
|
this.lbCheckInName.TabIndex = 32;
|
|
this.lbCheckInName.Text = "《預 約 報 名 掃 碼》";
|
|
this.lbCheckInName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(40, 156);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(137, 38);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "掃碼輸入";
|
|
//
|
|
// txtQRCode
|
|
//
|
|
this.txtQRCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel3.SetColumnSpan(this.txtQRCode, 3);
|
|
this.txtQRCode.Font = new System.Drawing.Font("微軟正黑體", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtQRCode.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.txtQRCode.Location = new System.Drawing.Point(183, 153);
|
|
this.txtQRCode.Name = "txtQRCode";
|
|
this.txtQRCode.Size = new System.Drawing.Size(1046, 47);
|
|
this.txtQRCode.TabIndex = 3;
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label25.AutoSize = true;
|
|
this.label25.Location = new System.Drawing.Point(738, 206);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(85, 38);
|
|
this.label25.TabIndex = 42;
|
|
this.label25.Text = " 序號";
|
|
//
|
|
// lbSeqNo
|
|
//
|
|
this.lbSeqNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbSeqNo.AutoSize = true;
|
|
this.lbSeqNo.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbSeqNo.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbSeqNo.Location = new System.Drawing.Point(828, 206);
|
|
this.lbSeqNo.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbSeqNo.Name = "lbSeqNo";
|
|
this.lbSeqNo.Size = new System.Drawing.Size(75, 37);
|
|
this.lbSeqNo.TabIndex = 43;
|
|
this.lbSeqNo.Text = "序號";
|
|
this.lbSeqNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lbMobile
|
|
//
|
|
this.lbMobile.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbMobile.AutoSize = true;
|
|
this.lbMobile.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbMobile.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbMobile.Location = new System.Drawing.Point(828, 256);
|
|
this.lbMobile.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbMobile.Name = "lbMobile";
|
|
this.lbMobile.Size = new System.Drawing.Size(104, 37);
|
|
this.lbMobile.TabIndex = 7;
|
|
this.lbMobile.Text = "手機號";
|
|
this.lbMobile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnBeginEnd
|
|
//
|
|
this.btnBeginEnd.AutoSize = true;
|
|
this.btnBeginEnd.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btnBeginEnd.FlatAppearance.BorderSize = 0;
|
|
this.btnBeginEnd.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnBeginEnd.ForeColor = System.Drawing.Color.Green;
|
|
this.btnBeginEnd.Location = new System.Drawing.Point(587, 51);
|
|
this.btnBeginEnd.Margin = new System.Windows.Forms.Padding(1);
|
|
this.btnBeginEnd.Name = "btnBeginEnd";
|
|
this.btnBeginEnd.Size = new System.Drawing.Size(238, 48);
|
|
this.btnBeginEnd.TabIndex = 2;
|
|
this.btnBeginEnd.TabStop = false;
|
|
this.btnBeginEnd.Text = "開始作業";
|
|
this.btnBeginEnd.UseVisualStyleBackColor = true;
|
|
this.btnBeginEnd.Click += new System.EventHandler(this.btnBeginEnd_Click);
|
|
//
|
|
// cbCurrentClass
|
|
//
|
|
this.cbCurrentClass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel3.SetColumnSpan(this.cbCurrentClass, 3);
|
|
this.cbCurrentClass.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbCurrentClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbCurrentClass.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.cbCurrentClass.FormattingEnabled = true;
|
|
this.cbCurrentClass.Location = new System.Drawing.Point(183, 3);
|
|
this.cbCurrentClass.Name = "cbCurrentClass";
|
|
this.cbCurrentClass.Size = new System.Drawing.Size(1046, 47);
|
|
this.cbCurrentClass.TabIndex = 0;
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(40, 706);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(137, 38);
|
|
this.label19.TabIndex = 27;
|
|
this.label19.Text = "簽到時間";
|
|
//
|
|
// lbMenualCheckInTime
|
|
//
|
|
this.lbMenualCheckInTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbMenualCheckInTime.AutoSize = true;
|
|
this.lbMenualCheckInTime.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbMenualCheckInTime.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbMenualCheckInTime.Location = new System.Drawing.Point(182, 706);
|
|
this.lbMenualCheckInTime.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbMenualCheckInTime.Name = "lbMenualCheckInTime";
|
|
this.lbMenualCheckInTime.Size = new System.Drawing.Size(133, 37);
|
|
this.lbMenualCheckInTime.TabIndex = 28;
|
|
this.lbMenualCheckInTime.Text = "簽到時間";
|
|
this.lbMenualCheckInTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(686, 706);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(137, 38);
|
|
this.label21.TabIndex = 29;
|
|
this.label21.Text = "簽退時間";
|
|
//
|
|
// lbMenualCheckOutTime
|
|
//
|
|
this.lbMenualCheckOutTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbMenualCheckOutTime.AutoSize = true;
|
|
this.lbMenualCheckOutTime.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbMenualCheckOutTime.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbMenualCheckOutTime.Location = new System.Drawing.Point(828, 706);
|
|
this.lbMenualCheckOutTime.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbMenualCheckOutTime.Name = "lbMenualCheckOutTime";
|
|
this.lbMenualCheckOutTime.Size = new System.Drawing.Size(133, 37);
|
|
this.lbMenualCheckOutTime.TabIndex = 30;
|
|
this.lbMenualCheckOutTime.Text = "簽退時間";
|
|
this.lbMenualCheckOutTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// cbMealType
|
|
//
|
|
this.cbMealType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbMealType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbMealType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbMealType.Font = new System.Drawing.Font("微軟正黑體", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbMealType.FormattingEnabled = true;
|
|
this.cbMealType.Items.AddRange(new object[] {
|
|
"素食",
|
|
"非素食",
|
|
"不用餐"});
|
|
this.cbMealType.Location = new System.Drawing.Point(829, 453);
|
|
this.cbMealType.Name = "cbMealType";
|
|
this.cbMealType.Size = new System.Drawing.Size(400, 48);
|
|
this.cbMealType.TabIndex = 7;
|
|
//
|
|
// txtEMail
|
|
//
|
|
this.txtEMail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtEMail.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.txtEMail.Location = new System.Drawing.Point(829, 503);
|
|
this.txtEMail.Name = "txtEMail";
|
|
this.txtEMail.Size = new System.Drawing.Size(400, 47);
|
|
this.txtEMail.TabIndex = 9;
|
|
//
|
|
// txtLossJobTimes
|
|
//
|
|
this.txtLossJobTimes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtLossJobTimes.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.txtLossJobTimes.Location = new System.Drawing.Point(829, 553);
|
|
this.txtLossJobTimes.Name = "txtLossJobTimes";
|
|
this.txtLossJobTimes.Size = new System.Drawing.Size(400, 47);
|
|
this.txtLossJobTimes.TabIndex = 11;
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(716, 456);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(107, 38);
|
|
this.label20.TabIndex = 38;
|
|
this.label20.Text = "用餐別";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(686, 506);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(137, 38);
|
|
this.label23.TabIndex = 40;
|
|
this.label23.Text = "電子郵件";
|
|
//
|
|
// label26
|
|
//
|
|
this.label26.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label26.AutoSize = true;
|
|
this.label26.Font = new System.Drawing.Font("微軟正黑體", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label26.Location = new System.Drawing.Point(592, 558);
|
|
this.label26.Name = "label26";
|
|
this.label26.Size = new System.Drawing.Size(231, 34);
|
|
this.label26.TabIndex = 44;
|
|
this.label26.Text = "失業給付認定次數";
|
|
//
|
|
// cbIDType
|
|
//
|
|
this.cbIDType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbIDType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbIDType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbIDType.Font = new System.Drawing.Font("微軟正黑體", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbIDType.FormattingEnabled = true;
|
|
this.cbIDType.Items.AddRange(new object[] {
|
|
"失業給付",
|
|
"一般民眾",
|
|
"青年尋職"});
|
|
this.cbIDType.Location = new System.Drawing.Point(183, 453);
|
|
this.cbIDType.Name = "cbIDType";
|
|
this.cbIDType.Size = new System.Drawing.Size(400, 48);
|
|
this.cbIDType.TabIndex = 6;
|
|
//
|
|
// txtIDNumber
|
|
//
|
|
this.txtIDNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtIDNumber.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.txtIDNumber.Location = new System.Drawing.Point(183, 503);
|
|
this.txtIDNumber.Name = "txtIDNumber";
|
|
this.txtIDNumber.Size = new System.Drawing.Size(400, 47);
|
|
this.txtIDNumber.TabIndex = 8;
|
|
//
|
|
// cbGender
|
|
//
|
|
this.cbGender.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbGender.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbGender.Font = new System.Drawing.Font("微軟正黑體", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbGender.FormattingEnabled = true;
|
|
this.cbGender.Items.AddRange(new object[] {
|
|
"男",
|
|
"女",
|
|
"其他"});
|
|
this.cbGender.Location = new System.Drawing.Point(183, 553);
|
|
this.cbGender.Name = "cbGender";
|
|
this.cbGender.Size = new System.Drawing.Size(400, 48);
|
|
this.cbGender.TabIndex = 10;
|
|
//
|
|
// label27
|
|
//
|
|
this.label27.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label27.AutoSize = true;
|
|
this.label27.Location = new System.Drawing.Point(100, 556);
|
|
this.label27.Name = "label27";
|
|
this.label27.Size = new System.Drawing.Size(77, 38);
|
|
this.label27.TabIndex = 45;
|
|
this.label27.Text = "性別";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(70, 456);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(107, 38);
|
|
this.label18.TabIndex = 37;
|
|
this.label18.Text = "身分別";
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(10, 506);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(167, 38);
|
|
this.label22.TabIndex = 39;
|
|
this.label22.Text = "身分證字號";
|
|
//
|
|
// label28
|
|
//
|
|
this.label28.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label28.AutoSize = true;
|
|
this.label28.Location = new System.Drawing.Point(100, 656);
|
|
this.label28.Name = "label28";
|
|
this.label28.Size = new System.Drawing.Size(77, 38);
|
|
this.label28.TabIndex = 46;
|
|
this.label28.Text = "姓名";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(40, 606);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(137, 38);
|
|
this.label17.TabIndex = 35;
|
|
this.label17.Text = "報到結果";
|
|
//
|
|
// lbName2
|
|
//
|
|
this.lbName2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbName2.AutoSize = true;
|
|
this.lbName2.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbName2.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbName2.Location = new System.Drawing.Point(182, 656);
|
|
this.lbName2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbName2.Name = "lbName2";
|
|
this.lbName2.Size = new System.Drawing.Size(75, 37);
|
|
this.lbName2.TabIndex = 48;
|
|
this.lbName2.Text = "姓名";
|
|
this.lbName2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lbMenualCheckResult
|
|
//
|
|
this.lbMenualCheckResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbMenualCheckResult.AutoSize = true;
|
|
this.lbMenualCheckResult.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbMenualCheckResult.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbMenualCheckResult.Location = new System.Drawing.Point(182, 602);
|
|
this.lbMenualCheckResult.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbMenualCheckResult.Name = "lbMenualCheckResult";
|
|
this.lbMenualCheckResult.Size = new System.Drawing.Size(402, 46);
|
|
this.lbMenualCheckResult.TabIndex = 36;
|
|
this.lbMenualCheckResult.Text = "報到結果";
|
|
this.lbMenualCheckResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label29
|
|
//
|
|
this.label29.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label29.AutoSize = true;
|
|
this.label29.Location = new System.Drawing.Point(716, 656);
|
|
this.label29.Name = "label29";
|
|
this.label29.Size = new System.Drawing.Size(107, 38);
|
|
this.label29.TabIndex = 47;
|
|
this.label29.Text = "手機號";
|
|
//
|
|
// lbMobile2
|
|
//
|
|
this.lbMobile2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbMobile2.AutoSize = true;
|
|
this.lbMobile2.Font = new System.Drawing.Font("微軟正黑體", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
|
|
this.lbMobile2.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbMobile2.Location = new System.Drawing.Point(828, 656);
|
|
this.lbMobile2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lbMobile2.Name = "lbMobile2";
|
|
this.lbMobile2.Size = new System.Drawing.Size(104, 37);
|
|
this.lbMobile2.TabIndex = 49;
|
|
this.lbMobile2.Text = "手機號";
|
|
this.lbMobile2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnMenualCheckIn
|
|
//
|
|
this.btnMenualCheckIn.AutoSize = true;
|
|
this.btnMenualCheckIn.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btnMenualCheckIn.Font = new System.Drawing.Font("微軟正黑體", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnMenualCheckIn.Location = new System.Drawing.Point(587, 601);
|
|
this.btnMenualCheckIn.Margin = new System.Windows.Forms.Padding(1);
|
|
this.btnMenualCheckIn.Name = "btnMenualCheckIn";
|
|
this.btnMenualCheckIn.Size = new System.Drawing.Size(238, 48);
|
|
this.btnMenualCheckIn.TabIndex = 12;
|
|
this.btnMenualCheckIn.Text = "現場報到";
|
|
this.btnMenualCheckIn.UseVisualStyleBackColor = true;
|
|
this.btnMenualCheckIn.Click += new System.EventHandler(this.btnMenualCheckIn_Click);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.tabPage2.Controls.Add(this.dgSignUp);
|
|
this.tabPage2.Controls.Add(this.tableLayoutPanel1);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 44);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(10);
|
|
this.tabPage2.Size = new System.Drawing.Size(1238, 815);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "資料同步作業";
|
|
//
|
|
// dgSignUp
|
|
//
|
|
this.dgSignUp.AllowUserToAddRows = false;
|
|
this.dgSignUp.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.dgSignUp.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgSignUp.AutoGenerateColumns = false;
|
|
this.dgSignUp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgSignUp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ColSeqNo,
|
|
this.ColName,
|
|
this.ColMobile,
|
|
this.ColCheckInTime,
|
|
this.ColCheckOutTime,
|
|
this.ColIDNumber,
|
|
this.ColIDType,
|
|
this.ColMealType,
|
|
this.ColEmail,
|
|
this.ColGender,
|
|
this.ColLossJobTimes,
|
|
this.AgreementStatus});
|
|
this.dgSignUp.DataSource = this.bsSignUp;
|
|
this.dgSignUp.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgSignUp.Location = new System.Drawing.Point(10, 170);
|
|
this.dgSignUp.Name = "dgSignUp";
|
|
this.dgSignUp.ReadOnly = true;
|
|
this.dgSignUp.RowHeadersWidth = 20;
|
|
this.dgSignUp.RowTemplate.Height = 30;
|
|
this.dgSignUp.Size = new System.Drawing.Size(1218, 635);
|
|
this.dgSignUp.TabIndex = 3;
|
|
this.dgSignUp.VirtualMode = true;
|
|
//
|
|
// ColSeqNo
|
|
//
|
|
this.ColSeqNo.DataPropertyName = "SeqNo";
|
|
this.ColSeqNo.HeaderText = "序";
|
|
this.ColSeqNo.Name = "ColSeqNo";
|
|
this.ColSeqNo.ReadOnly = true;
|
|
this.ColSeqNo.Width = 50;
|
|
//
|
|
// ColName
|
|
//
|
|
this.ColName.DataPropertyName = "Name";
|
|
this.ColName.HeaderText = "姓名";
|
|
this.ColName.Name = "ColName";
|
|
this.ColName.ReadOnly = true;
|
|
this.ColName.Width = 80;
|
|
//
|
|
// ColMobile
|
|
//
|
|
this.ColMobile.DataPropertyName = "Mobile";
|
|
this.ColMobile.HeaderText = "手機號";
|
|
this.ColMobile.Name = "ColMobile";
|
|
this.ColMobile.ReadOnly = true;
|
|
this.ColMobile.Width = 150;
|
|
//
|
|
// ColCheckInTime
|
|
//
|
|
this.ColCheckInTime.DataPropertyName = "CheckInTime";
|
|
this.ColCheckInTime.HeaderText = "簽到時間";
|
|
this.ColCheckInTime.Name = "ColCheckInTime";
|
|
this.ColCheckInTime.ReadOnly = true;
|
|
this.ColCheckInTime.Width = 220;
|
|
//
|
|
// ColCheckOutTime
|
|
//
|
|
this.ColCheckOutTime.DataPropertyName = "CheckOutTime";
|
|
this.ColCheckOutTime.HeaderText = "簽退時間";
|
|
this.ColCheckOutTime.Name = "ColCheckOutTime";
|
|
this.ColCheckOutTime.ReadOnly = true;
|
|
this.ColCheckOutTime.Width = 220;
|
|
//
|
|
// ColIDNumber
|
|
//
|
|
this.ColIDNumber.DataPropertyName = "IDNumber";
|
|
this.ColIDNumber.HeaderText = "身分證字號";
|
|
this.ColIDNumber.Name = "ColIDNumber";
|
|
this.ColIDNumber.ReadOnly = true;
|
|
this.ColIDNumber.Width = 150;
|
|
//
|
|
// ColIDType
|
|
//
|
|
this.ColIDType.DataPropertyName = "IDType";
|
|
this.ColIDType.HeaderText = "身分別";
|
|
this.ColIDType.Name = "ColIDType";
|
|
this.ColIDType.ReadOnly = true;
|
|
//
|
|
// ColMealType
|
|
//
|
|
this.ColMealType.DataPropertyName = "MealType";
|
|
this.ColMealType.HeaderText = "用餐別";
|
|
this.ColMealType.Name = "ColMealType";
|
|
this.ColMealType.ReadOnly = true;
|
|
//
|
|
// ColEmail
|
|
//
|
|
this.ColEmail.DataPropertyName = "Email";
|
|
this.ColEmail.HeaderText = "電子郵件";
|
|
this.ColEmail.Name = "ColEmail";
|
|
this.ColEmail.ReadOnly = true;
|
|
this.ColEmail.Width = 250;
|
|
//
|
|
// ColGender
|
|
//
|
|
this.ColGender.DataPropertyName = "Gender";
|
|
this.ColGender.HeaderText = "性別";
|
|
this.ColGender.Name = "ColGender";
|
|
this.ColGender.ReadOnly = true;
|
|
//
|
|
// ColLossJobTimes
|
|
//
|
|
this.ColLossJobTimes.DataPropertyName = "LossJobTimes";
|
|
this.ColLossJobTimes.HeaderText = "失業給付認定次數";
|
|
this.ColLossJobTimes.Name = "ColLossJobTimes";
|
|
this.ColLossJobTimes.ReadOnly = true;
|
|
//
|
|
// AgreementStatus
|
|
//
|
|
this.AgreementStatus.DataPropertyName = "AgreementStatus";
|
|
this.AgreementStatus.HeaderText = "同意確認";
|
|
this.AgreementStatus.Name = "AgreementStatus";
|
|
this.AgreementStatus.ReadOnly = true;
|
|
//
|
|
// bsSignUp
|
|
//
|
|
this.bsSignUp.AllowNew = false;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.AutoSize = true;
|
|
this.tableLayoutPanel1.ColumnCount = 6;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.Controls.Add(this.lbCheckOutCount, 3, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.lbCheckInCount, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label32, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label30, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.cbClasses, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.lbServerCount, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.lbLocalCount, 3, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label8, 4, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.lbWaitingUploadCount, 5, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label31, 2, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.txtFilterName, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.txtFilterMobile, 3, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel4, 4, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 4, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label33, 2, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnRefreshClasses, 5, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(10, 10);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 4;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1218, 160);
|
|
this.tableLayoutPanel1.TabIndex = 2;
|
|
//
|
|
// lbCheckOutCount
|
|
//
|
|
this.lbCheckOutCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbCheckOutCount.AutoSize = true;
|
|
this.lbCheckOutCount.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbCheckOutCount.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbCheckOutCount.Location = new System.Drawing.Point(539, 89);
|
|
this.lbCheckOutCount.Name = "lbCheckOutCount";
|
|
this.lbCheckOutCount.Size = new System.Drawing.Size(270, 21);
|
|
this.lbCheckOutCount.TabIndex = 18;
|
|
this.lbCheckOutCount.Text = "0";
|
|
this.lbCheckOutCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lbCheckInCount
|
|
//
|
|
this.lbCheckInCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbCheckInCount.AutoSize = true;
|
|
this.lbCheckInCount.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbCheckInCount.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbCheckInCount.Location = new System.Drawing.Point(133, 89);
|
|
this.lbCheckInCount.Name = "lbCheckInCount";
|
|
this.lbCheckInCount.Size = new System.Drawing.Size(270, 21);
|
|
this.lbCheckInCount.TabIndex = 17;
|
|
this.lbCheckInCount.Text = "0";
|
|
this.lbCheckInCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label32
|
|
//
|
|
this.label32.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label32.AutoSize = true;
|
|
this.label32.Location = new System.Drawing.Point(38, 90);
|
|
this.label32.Name = "label32";
|
|
this.label32.Size = new System.Drawing.Size(89, 20);
|
|
this.label32.TabIndex = 15;
|
|
this.label32.Text = "已簽到人數";
|
|
//
|
|
// label30
|
|
//
|
|
this.label30.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label30.AutoSize = true;
|
|
this.label30.Location = new System.Drawing.Point(86, 130);
|
|
this.label30.Name = "label30";
|
|
this.label30.Size = new System.Drawing.Size(41, 20);
|
|
this.label30.TabIndex = 10;
|
|
this.label30.Text = "姓名";
|
|
//
|
|
// cbClasses
|
|
//
|
|
this.cbClasses.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel1.SetColumnSpan(this.cbClasses, 4);
|
|
this.cbClasses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbClasses.FormattingEnabled = true;
|
|
this.cbClasses.Location = new System.Drawing.Point(133, 6);
|
|
this.cbClasses.Name = "cbClasses";
|
|
this.cbClasses.Size = new System.Drawing.Size(806, 28);
|
|
this.cbClasses.TabIndex = 9;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(54, 10);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(73, 20);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "選擇課程";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(54, 50);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(73, 20);
|
|
this.label4.TabIndex = 2;
|
|
this.label4.Text = "報名人數";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(412, 50);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(121, 20);
|
|
this.label5.TabIndex = 3;
|
|
this.label5.Text = "已下載名單人數";
|
|
//
|
|
// lbServerCount
|
|
//
|
|
this.lbServerCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbServerCount.AutoSize = true;
|
|
this.lbServerCount.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbServerCount.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbServerCount.Location = new System.Drawing.Point(133, 49);
|
|
this.lbServerCount.Name = "lbServerCount";
|
|
this.lbServerCount.Size = new System.Drawing.Size(270, 21);
|
|
this.lbServerCount.TabIndex = 4;
|
|
this.lbServerCount.Text = "0";
|
|
this.lbServerCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lbLocalCount
|
|
//
|
|
this.lbLocalCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbLocalCount.AutoSize = true;
|
|
this.lbLocalCount.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbLocalCount.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbLocalCount.Location = new System.Drawing.Point(539, 49);
|
|
this.lbLocalCount.Name = "lbLocalCount";
|
|
this.lbLocalCount.Size = new System.Drawing.Size(270, 21);
|
|
this.lbLocalCount.TabIndex = 5;
|
|
this.lbLocalCount.Text = "0";
|
|
this.lbLocalCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(850, 50);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(89, 20);
|
|
this.label8.TabIndex = 6;
|
|
this.label8.Text = "未上傳筆數";
|
|
//
|
|
// lbWaitingUploadCount
|
|
//
|
|
this.lbWaitingUploadCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbWaitingUploadCount.AutoSize = true;
|
|
this.lbWaitingUploadCount.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbWaitingUploadCount.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbWaitingUploadCount.Location = new System.Drawing.Point(945, 49);
|
|
this.lbWaitingUploadCount.Name = "lbWaitingUploadCount";
|
|
this.lbWaitingUploadCount.Size = new System.Drawing.Size(270, 21);
|
|
this.lbWaitingUploadCount.TabIndex = 7;
|
|
this.lbWaitingUploadCount.Text = "0";
|
|
this.lbWaitingUploadCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label31
|
|
//
|
|
this.label31.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label31.AutoSize = true;
|
|
this.label31.Location = new System.Drawing.Point(476, 130);
|
|
this.label31.Name = "label31";
|
|
this.label31.Size = new System.Drawing.Size(57, 20);
|
|
this.label31.TabIndex = 11;
|
|
this.label31.Text = "手機號";
|
|
//
|
|
// txtFilterName
|
|
//
|
|
this.txtFilterName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtFilterName.ImeMode = System.Windows.Forms.ImeMode.On;
|
|
this.txtFilterName.Location = new System.Drawing.Point(133, 125);
|
|
this.txtFilterName.Name = "txtFilterName";
|
|
this.txtFilterName.Size = new System.Drawing.Size(270, 29);
|
|
this.txtFilterName.TabIndex = 12;
|
|
//
|
|
// txtFilterMobile
|
|
//
|
|
this.txtFilterMobile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtFilterMobile.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.txtFilterMobile.Location = new System.Drawing.Point(539, 125);
|
|
this.txtFilterMobile.Name = "txtFilterMobile";
|
|
this.txtFilterMobile.Size = new System.Drawing.Size(270, 29);
|
|
this.txtFilterMobile.TabIndex = 13;
|
|
//
|
|
// flowLayoutPanel4
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel4, 2);
|
|
this.flowLayoutPanel4.Controls.Add(this.btnClearFilter);
|
|
this.flowLayoutPanel4.Controls.Add(this.btnFilter);
|
|
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.flowLayoutPanel4.Location = new System.Drawing.Point(812, 120);
|
|
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
|
|
this.flowLayoutPanel4.Size = new System.Drawing.Size(406, 40);
|
|
this.flowLayoutPanel4.TabIndex = 14;
|
|
//
|
|
// btnClearFilter
|
|
//
|
|
this.btnClearFilter.Location = new System.Drawing.Point(303, 3);
|
|
this.btnClearFilter.Name = "btnClearFilter";
|
|
this.btnClearFilter.Size = new System.Drawing.Size(100, 32);
|
|
this.btnClearFilter.TabIndex = 4;
|
|
this.btnClearFilter.Text = "清除篩選";
|
|
this.btnClearFilter.UseVisualStyleBackColor = true;
|
|
this.btnClearFilter.Click += new System.EventHandler(this.btnClearFilter_Click);
|
|
//
|
|
// btnFilter
|
|
//
|
|
this.btnFilter.Location = new System.Drawing.Point(197, 3);
|
|
this.btnFilter.Name = "btnFilter";
|
|
this.btnFilter.Size = new System.Drawing.Size(100, 32);
|
|
this.btnFilter.TabIndex = 3;
|
|
this.btnFilter.Text = "篩選";
|
|
this.btnFilter.UseVisualStyleBackColor = true;
|
|
this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnUpload);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnDownload);
|
|
this.flowLayoutPanel1.Controls.Add(this.btnRefreshSignUp);
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(812, 80);
|
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(406, 40);
|
|
this.flowLayoutPanel1.TabIndex = 8;
|
|
//
|
|
// btnUpload
|
|
//
|
|
this.btnUpload.Location = new System.Drawing.Point(273, 3);
|
|
this.btnUpload.Name = "btnUpload";
|
|
this.btnUpload.Size = new System.Drawing.Size(130, 32);
|
|
this.btnUpload.TabIndex = 0;
|
|
this.btnUpload.Text = "上傳報到資料";
|
|
this.btnUpload.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnDownload
|
|
//
|
|
this.btnDownload.Location = new System.Drawing.Point(137, 3);
|
|
this.btnDownload.Name = "btnDownload";
|
|
this.btnDownload.Size = new System.Drawing.Size(130, 32);
|
|
this.btnDownload.TabIndex = 1;
|
|
this.btnDownload.Text = "下載課程人員";
|
|
this.btnDownload.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRefreshSignUp
|
|
//
|
|
this.btnRefreshSignUp.Location = new System.Drawing.Point(31, 3);
|
|
this.btnRefreshSignUp.Name = "btnRefreshSignUp";
|
|
this.btnRefreshSignUp.Size = new System.Drawing.Size(100, 32);
|
|
this.btnRefreshSignUp.TabIndex = 2;
|
|
this.btnRefreshSignUp.Text = "重新整理";
|
|
this.btnRefreshSignUp.UseVisualStyleBackColor = true;
|
|
this.btnRefreshSignUp.Click += new System.EventHandler(this.btnRefreshSignUp_Click);
|
|
//
|
|
// label33
|
|
//
|
|
this.label33.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label33.AutoSize = true;
|
|
this.label33.Location = new System.Drawing.Point(444, 90);
|
|
this.label33.Name = "label33";
|
|
this.label33.Size = new System.Drawing.Size(89, 20);
|
|
this.label33.TabIndex = 16;
|
|
this.label33.Text = "已簽退人數";
|
|
//
|
|
// btnRefreshClasses
|
|
//
|
|
this.btnRefreshClasses.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.btnRefreshClasses.Location = new System.Drawing.Point(1055, 4);
|
|
this.btnRefreshClasses.Name = "btnRefreshClasses";
|
|
this.btnRefreshClasses.Size = new System.Drawing.Size(160, 32);
|
|
this.btnRefreshClasses.TabIndex = 19;
|
|
this.btnRefreshClasses.Text = "重新下載課程資料";
|
|
this.btnRefreshClasses.UseVisualStyleBackColor = true;
|
|
this.btnRefreshClasses.Click += new System.EventHandler(this.btnRefreshClasses_Click);
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.tabPage3.Controls.Add(this.tableLayoutPanel2);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 44);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(10);
|
|
this.tabPage3.Size = new System.Drawing.Size(1238, 815);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "系統設定";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.Controls.Add(this.lbOnlineMode2, 1, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.label2, 0, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.txtApiBaseUrl, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel2, 1, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.label24, 0, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.lbLocalDB, 1, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel3, 1, 4);
|
|
this.tableLayoutPanel2.Controls.Add(this.txtLocalDBStatus, 1, 5);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(10, 10);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 6;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(1218, 795);
|
|
this.tableLayoutPanel2.TabIndex = 9;
|
|
//
|
|
// lbOnlineMode2
|
|
//
|
|
this.lbOnlineMode2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbOnlineMode2.AutoSize = true;
|
|
this.lbOnlineMode2.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbOnlineMode2.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbOnlineMode2.Location = new System.Drawing.Point(153, 89);
|
|
this.lbOnlineMode2.Name = "lbOnlineMode2";
|
|
this.lbOnlineMode2.Size = new System.Drawing.Size(74, 21);
|
|
this.lbOnlineMode2.TabIndex = 4;
|
|
this.lbOnlineMode2.Text = "目前模式";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(74, 10);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(73, 20);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "主機網址";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(74, 90);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(73, 20);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "目前模式";
|
|
//
|
|
// txtApiBaseUrl
|
|
//
|
|
this.txtApiBaseUrl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtApiBaseUrl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtApiBaseUrl.Location = new System.Drawing.Point(153, 5);
|
|
this.txtApiBaseUrl.Name = "txtApiBaseUrl";
|
|
this.txtApiBaseUrl.Size = new System.Drawing.Size(1062, 29);
|
|
this.txtApiBaseUrl.TabIndex = 5;
|
|
//
|
|
// flowLayoutPanel2
|
|
//
|
|
this.flowLayoutPanel2.Controls.Add(this.btnTestAPIConnection);
|
|
this.flowLayoutPanel2.Controls.Add(this.btnSaveApiBaseUrl);
|
|
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(150, 40);
|
|
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(1068, 40);
|
|
this.flowLayoutPanel2.TabIndex = 6;
|
|
//
|
|
// btnTestAPIConnection
|
|
//
|
|
this.btnTestAPIConnection.AutoSize = true;
|
|
this.btnTestAPIConnection.Location = new System.Drawing.Point(3, 3);
|
|
this.btnTestAPIConnection.Name = "btnTestAPIConnection";
|
|
this.btnTestAPIConnection.Size = new System.Drawing.Size(85, 35);
|
|
this.btnTestAPIConnection.TabIndex = 6;
|
|
this.btnTestAPIConnection.Text = "測試連線";
|
|
this.btnTestAPIConnection.UseVisualStyleBackColor = true;
|
|
this.btnTestAPIConnection.Click += new System.EventHandler(this.btnTestAPIConnection_Click);
|
|
//
|
|
// btnSaveApiBaseUrl
|
|
//
|
|
this.btnSaveApiBaseUrl.AutoSize = true;
|
|
this.btnSaveApiBaseUrl.Location = new System.Drawing.Point(94, 3);
|
|
this.btnSaveApiBaseUrl.Name = "btnSaveApiBaseUrl";
|
|
this.btnSaveApiBaseUrl.Size = new System.Drawing.Size(85, 35);
|
|
this.btnSaveApiBaseUrl.TabIndex = 7;
|
|
this.btnSaveApiBaseUrl.Text = "儲存設定";
|
|
this.btnSaveApiBaseUrl.UseVisualStyleBackColor = true;
|
|
this.btnSaveApiBaseUrl.Click += new System.EventHandler(this.btnSaveApiBaseUrl_Click);
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.label24.AutoSize = true;
|
|
this.label24.Location = new System.Drawing.Point(58, 130);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(89, 20);
|
|
this.label24.TabIndex = 7;
|
|
this.label24.Text = "本地資料庫";
|
|
//
|
|
// lbLocalDB
|
|
//
|
|
this.lbLocalDB.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lbLocalDB.AutoSize = true;
|
|
this.lbLocalDB.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbLocalDB.ForeColor = System.Drawing.Color.Blue;
|
|
this.lbLocalDB.Location = new System.Drawing.Point(153, 129);
|
|
this.lbLocalDB.Name = "lbLocalDB";
|
|
this.lbLocalDB.Size = new System.Drawing.Size(122, 21);
|
|
this.lbLocalDB.TabIndex = 8;
|
|
this.lbLocalDB.Text = "本地資料庫位置";
|
|
//
|
|
// flowLayoutPanel3
|
|
//
|
|
this.flowLayoutPanel3.Controls.Add(this.btnCheckLocalDB);
|
|
this.flowLayoutPanel3.Controls.Add(this.btnRepareLocalDB);
|
|
this.flowLayoutPanel3.Controls.Add(this.btnRebuildLocalDB);
|
|
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel3.Location = new System.Drawing.Point(150, 160);
|
|
this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
|
|
this.flowLayoutPanel3.Size = new System.Drawing.Size(1068, 40);
|
|
this.flowLayoutPanel3.TabIndex = 9;
|
|
//
|
|
// btnCheckLocalDB
|
|
//
|
|
this.btnCheckLocalDB.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btnCheckLocalDB.AutoSize = true;
|
|
this.btnCheckLocalDB.Location = new System.Drawing.Point(3, 3);
|
|
this.btnCheckLocalDB.Name = "btnCheckLocalDB";
|
|
this.btnCheckLocalDB.Size = new System.Drawing.Size(100, 35);
|
|
this.btnCheckLocalDB.TabIndex = 0;
|
|
this.btnCheckLocalDB.Text = "檢查資料庫";
|
|
this.btnCheckLocalDB.UseVisualStyleBackColor = true;
|
|
this.btnCheckLocalDB.Click += new System.EventHandler(this.btnCheckLocalDB_Click);
|
|
//
|
|
// btnRepareLocalDB
|
|
//
|
|
this.btnRepareLocalDB.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.btnRepareLocalDB.Location = new System.Drawing.Point(109, 3);
|
|
this.btnRepareLocalDB.Name = "btnRepareLocalDB";
|
|
this.btnRepareLocalDB.Size = new System.Drawing.Size(100, 35);
|
|
this.btnRepareLocalDB.TabIndex = 1;
|
|
this.btnRepareLocalDB.Text = "修復資料庫";
|
|
this.btnRepareLocalDB.UseVisualStyleBackColor = true;
|
|
this.btnRepareLocalDB.Click += new System.EventHandler(this.btnRepareLocalDB_Click);
|
|
//
|
|
// btnRebuildLocalDB
|
|
//
|
|
this.btnRebuildLocalDB.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.btnRebuildLocalDB.Location = new System.Drawing.Point(215, 3);
|
|
this.btnRebuildLocalDB.Name = "btnRebuildLocalDB";
|
|
this.btnRebuildLocalDB.Size = new System.Drawing.Size(100, 35);
|
|
this.btnRebuildLocalDB.TabIndex = 2;
|
|
this.btnRebuildLocalDB.Text = "重建資料庫";
|
|
this.btnRebuildLocalDB.UseVisualStyleBackColor = true;
|
|
this.btnRebuildLocalDB.Click += new System.EventHandler(this.btnRebuildLocalDB_Click);
|
|
//
|
|
// txtLocalDBStatus
|
|
//
|
|
this.txtLocalDBStatus.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtLocalDBStatus.Location = new System.Drawing.Point(153, 203);
|
|
this.txtLocalDBStatus.Multiline = true;
|
|
this.txtLocalDBStatus.Name = "txtLocalDBStatus";
|
|
this.txtLocalDBStatus.Size = new System.Drawing.Size(1062, 589);
|
|
this.txtLocalDBStatus.TabIndex = 10;
|
|
//
|
|
// downloadWorker
|
|
//
|
|
this.downloadWorker.WorkerReportsProgress = true;
|
|
this.downloadWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.downloadWorker_DoWork);
|
|
this.downloadWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.downloadWorker_ProgressChanged);
|
|
this.downloadWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.downloadWorker_RunWorkerCompleted);
|
|
//
|
|
// uploadWorker
|
|
//
|
|
this.uploadWorker.WorkerReportsProgress = true;
|
|
this.uploadWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.uploadWorker_DoWork);
|
|
this.uploadWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.uploadWorker_ProgressChanged);
|
|
this.uploadWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.uploadWorker_RunWorkerCompleted);
|
|
//
|
|
// uploadTimer
|
|
//
|
|
this.uploadTimer.Interval = 5000;
|
|
this.uploadTimer.Tick += new System.EventHandler(this.uploadTimer_Tick);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(1246, 887);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.DoubleBuffered = true;
|
|
this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
this.Name = "MainForm";
|
|
this.Text = "新譽管理課程報到系統";
|
|
this.Activated += new System.EventHandler(this.MainForm_Activated);
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.tableLayoutPanel3.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgSignUp)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsSignUp)).EndInit();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.flowLayoutPanel4.ResumeLayout(false);
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|
this.flowLayoutPanel2.PerformLayout();
|
|
this.flowLayoutPanel3.ResumeLayout(false);
|
|
this.flowLayoutPanel3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel lbLoginUser;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel lbOnlineMode1;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.ToolStripStatusLabel lbApiBaseUrl;
|
|
private System.Windows.Forms.Label lbOnlineMode2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtApiBaseUrl;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
private System.Windows.Forms.Button btnTestAPIConnection;
|
|
private System.Windows.Forms.Button btnSaveApiBaseUrl;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label lbWaitingUploadCount;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label lbServerCount;
|
|
private System.Windows.Forms.Label lbLocalCount;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button btnUpload;
|
|
private System.Windows.Forms.Button btnDownload;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtQRCode;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label lbCheckResult;
|
|
private System.Windows.Forms.Label lbMobile;
|
|
private System.Windows.Forms.Label lbName;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Button btnBeginEnd;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private System.Windows.Forms.TextBox txtMobile;
|
|
private System.Windows.Forms.Button btnMenualCheckIn;
|
|
private System.Windows.Forms.Label lbCheckInTime;
|
|
private System.Windows.Forms.Label lbCheckOutTime;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label lbMenualCheckInTime;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label lbMenualCheckOutTime;
|
|
private System.Windows.Forms.Label lbMenualCheckInName;
|
|
private System.Windows.Forms.Label lbCheckInName;
|
|
private System.Windows.Forms.ComboBox cbCurrentClass;
|
|
private System.Windows.Forms.ComboBox cbCheckMode;
|
|
private System.Windows.Forms.ComboBox cbClasses;
|
|
private System.ComponentModel.BackgroundWorker downloadWorker;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
|
|
private System.Windows.Forms.ToolStripStatusLabel lbSyncJob;
|
|
private System.Windows.Forms.DataGridView dgSignUp;
|
|
private System.Windows.Forms.BindingSource bsSignUp;
|
|
private System.Windows.Forms.Button btnRefreshSignUp;
|
|
private System.Windows.Forms.Label lbMenualCheckResult;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.ComponentModel.BackgroundWorker uploadWorker;
|
|
private System.Windows.Forms.Timer uploadTimer;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mobileDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn signUpTypeDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn checkInTimeDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn checkOutTimeDataGridViewTextBoxColumn;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.TextBox txtEMail;
|
|
private System.Windows.Forms.TextBox txtIDNumber;
|
|
private System.Windows.Forms.ComboBox cbIDType;
|
|
private System.Windows.Forms.ComboBox cbMealType;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.Label lbLocalDB;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
|
|
private System.Windows.Forms.Button btnCheckLocalDB;
|
|
private System.Windows.Forms.Button btnRepareLocalDB;
|
|
private System.Windows.Forms.Button btnRebuildLocalDB;
|
|
private System.Windows.Forms.TextBox txtLocalDBStatus;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.Label lbSeqNo;
|
|
private System.Windows.Forms.Label label26;
|
|
private System.Windows.Forms.Label label27;
|
|
private System.Windows.Forms.TextBox txtLossJobTimes;
|
|
private System.Windows.Forms.ComboBox cbGender;
|
|
private System.Windows.Forms.Label label28;
|
|
private System.Windows.Forms.Label lbName2;
|
|
private System.Windows.Forms.Label label29;
|
|
private System.Windows.Forms.Label lbMobile2;
|
|
private System.Windows.Forms.Label label30;
|
|
private System.Windows.Forms.Label label31;
|
|
private System.Windows.Forms.TextBox txtFilterName;
|
|
private System.Windows.Forms.TextBox txtFilterMobile;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
|
|
private System.Windows.Forms.Button btnFilter;
|
|
private System.Windows.Forms.Button btnClearFilter;
|
|
private System.Windows.Forms.Label lbCheckOutCount;
|
|
private System.Windows.Forms.Label lbCheckInCount;
|
|
private System.Windows.Forms.Label label32;
|
|
private System.Windows.Forms.Label label33;
|
|
private System.Windows.Forms.Button btnRefreshClasses;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColSeqNo;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColMobile;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColCheckInTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColCheckOutTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColIDNumber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColIDType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColMealType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColEmail;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColGender;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColLossJobTimes;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AgreementStatus;
|
|
}
|
|
}
|
|
|