frmExport.Designer.cs
上传用户:lyg_rssy
上传日期:2022-04-14
资源大小:104k
文件大小:24k
- namespace HKBU_DataExport
- {
- partial class frmExportData
- {
- /// <summary>
- /// 設計工具所需的變數。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清除任何使用中的資源。
- /// </summary>
- /// <param name="disposing">如果應該處置 Managed 資源則為 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.btnSave = new System.Windows.Forms.Button();
- this.tControl = new System.Windows.Forms.TabControl();
- this.tpBackEnd = new System.Windows.Forms.TabPage();
- this.btnExportAtOnce = new System.Windows.Forms.Button();
- this.gvVisitor = new System.Windows.Forms.DataGridView();
- this.gvGoodlist = new System.Windows.Forms.DataGridView();
- this.btnStop = new System.Windows.Forms.Button();
- this.btnStart = new System.Windows.Forms.Button();
- this.txtMessage = new System.Windows.Forms.RichTextBox();
- this.tpManual = new System.Windows.Forms.TabPage();
- this.plManual = new System.Windows.Forms.Panel();
- this.gvDataView = new System.Windows.Forms.DataGridView();
- this.btnTable2 = new System.Windows.Forms.Button();
- this.btnTable1 = new System.Windows.Forms.Button();
- this.tpSetting = new System.Windows.Forms.TabPage();
- this.plSetting = new System.Windows.Forms.Panel();
- this.txtTable2 = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.txtTable1 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.txtConnectionString = new System.Windows.Forms.TextBox();
- this.lbConnString = new System.Windows.Forms.Label();
- this.btnSaveSetting = new System.Windows.Forms.Button();
- this.lbOutputPath = new System.Windows.Forms.Label();
- this.txtUpdateMinute = new System.Windows.Forms.TextBox();
- this.txtOutputPath = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnOutputPath = new System.Windows.Forms.Button();
- this.txtUpdateHour = new System.Windows.Forms.TextBox();
- this.lbUpdateTime = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnKey = new System.Windows.Forms.Button();
- this.txtKey = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tControl.SuspendLayout();
- this.tpBackEnd.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gvVisitor)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvGoodlist)).BeginInit();
- this.tpManual.SuspendLayout();
- this.plManual.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gvDataView)).BeginInit();
- this.tpSetting.SuspendLayout();
- this.plSetting.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // btnSave
- //
- this.btnSave.Enabled = false;
- this.btnSave.Location = new System.Drawing.Point(467, 456);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(75, 23);
- this.btnSave.TabIndex = 1;
- this.btnSave.Text = "&Save as...";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // tControl
- //
- this.tControl.Controls.Add(this.tpBackEnd);
- this.tControl.Controls.Add(this.tpManual);
- this.tControl.Controls.Add(this.tpSetting);
- this.tControl.Location = new System.Drawing.Point(12, 12);
- this.tControl.Name = "tControl";
- this.tControl.SelectedIndex = 0;
- this.tControl.Size = new System.Drawing.Size(559, 519);
- this.tControl.TabIndex = 2;
- //
- // tpBackEnd
- //
- this.tpBackEnd.Controls.Add(this.btnExportAtOnce);
- this.tpBackEnd.Controls.Add(this.gvVisitor);
- this.tpBackEnd.Controls.Add(this.gvGoodlist);
- this.tpBackEnd.Controls.Add(this.btnStop);
- this.tpBackEnd.Controls.Add(this.btnStart);
- this.tpBackEnd.Controls.Add(this.txtMessage);
- this.tpBackEnd.Location = new System.Drawing.Point(4, 22);
- this.tpBackEnd.Name = "tpBackEnd";
- this.tpBackEnd.Padding = new System.Windows.Forms.Padding(3);
- this.tpBackEnd.Size = new System.Drawing.Size(551, 493);
- this.tpBackEnd.TabIndex = 0;
- this.tpBackEnd.Text = "BackEnd";
- this.tpBackEnd.UseVisualStyleBackColor = true;
- //
- // btnExportAtOnce
- //
- this.btnExportAtOnce.Location = new System.Drawing.Point(311, 462);
- this.btnExportAtOnce.Name = "btnExportAtOnce";
- this.btnExportAtOnce.Size = new System.Drawing.Size(75, 23);
- this.btnExportAtOnce.TabIndex = 5;
- this.btnExportAtOnce.Text = "Export";
- this.btnExportAtOnce.UseVisualStyleBackColor = true;
- this.btnExportAtOnce.Click += new System.EventHandler(this.btnExportAtOnce_Click);
- //
- // gvVisitor
- //
- this.gvVisitor.AllowUserToAddRows = false;
- this.gvVisitor.AllowUserToDeleteRows = false;
- this.gvVisitor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.gvVisitor.Location = new System.Drawing.Point(34, 462);
- this.gvVisitor.Name = "gvVisitor";
- this.gvVisitor.ReadOnly = true;
- this.gvVisitor.RowTemplate.Height = 24;
- this.gvVisitor.Size = new System.Drawing.Size(20, 21);
- this.gvVisitor.TabIndex = 4;
- this.gvVisitor.Visible = false;
- this.gvVisitor.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.DataView_DataBindingComplete);
- //
- // gvGoodlist
- //
- this.gvGoodlist.AllowUserToAddRows = false;
- this.gvGoodlist.AllowUserToDeleteRows = false;
- this.gvGoodlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.gvGoodlist.Location = new System.Drawing.Point(6, 462);
- this.gvGoodlist.Name = "gvGoodlist";
- this.gvGoodlist.ReadOnly = true;
- this.gvGoodlist.RowTemplate.Height = 24;
- this.gvGoodlist.Size = new System.Drawing.Size(22, 21);
- this.gvGoodlist.TabIndex = 3;
- this.gvGoodlist.Visible = false;
- this.gvGoodlist.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.DataView_DataBindingComplete);
- //
- // btnStop
- //
- this.btnStop.Enabled = false;
- this.btnStop.Location = new System.Drawing.Point(389, 462);
- this.btnStop.Name = "btnStop";
- this.btnStop.Size = new System.Drawing.Size(75, 23);
- this.btnStop.TabIndex = 2;
- this.btnStop.Text = "Stop";
- this.btnStop.UseVisualStyleBackColor = true;
- this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
- //
- // btnStart
- //
- this.btnStart.Location = new System.Drawing.Point(470, 462);
- this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(75, 23);
- this.btnStart.TabIndex = 1;
- this.btnStart.Text = "Start";
- this.btnStart.UseVisualStyleBackColor = true;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // txtMessage
- //
- this.txtMessage.AutoWordSelection = true;
- this.txtMessage.Location = new System.Drawing.Point(5, 6);
- this.txtMessage.Name = "txtMessage";
- this.txtMessage.ReadOnly = true;
- this.txtMessage.Size = new System.Drawing.Size(540, 450);
- this.txtMessage.TabIndex = 0;
- this.txtMessage.Text = "";
- this.txtMessage.WordWrap = false;
- //
- // tpManual
- //
- this.tpManual.Controls.Add(this.plManual);
- this.tpManual.Location = new System.Drawing.Point(4, 22);
- this.tpManual.Name = "tpManual";
- this.tpManual.Padding = new System.Windows.Forms.Padding(3);
- this.tpManual.Size = new System.Drawing.Size(551, 493);
- this.tpManual.TabIndex = 1;
- this.tpManual.Text = "Manual";
- this.tpManual.UseVisualStyleBackColor = true;
- //
- // plManual
- //
- this.plManual.Controls.Add(this.gvDataView);
- this.plManual.Controls.Add(this.btnSave);
- this.plManual.Controls.Add(this.btnTable2);
- this.plManual.Controls.Add(this.btnTable1);
- this.plManual.Enabled = false;
- this.plManual.Location = new System.Drawing.Point(0, 4);
- this.plManual.Name = "plManual";
- this.plManual.Size = new System.Drawing.Size(545, 483);
- this.plManual.TabIndex = 6;
- //
- // gvDataView
- //
- this.gvDataView.AllowUserToAddRows = false;
- this.gvDataView.AllowUserToDeleteRows = false;
- this.gvDataView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.gvDataView.Location = new System.Drawing.Point(2, 0);
- this.gvDataView.Name = "gvDataView";
- this.gvDataView.ReadOnly = true;
- this.gvDataView.RowTemplate.Height = 24;
- this.gvDataView.Size = new System.Drawing.Size(540, 450);
- this.gvDataView.TabIndex = 2;
- this.gvDataView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.DataView_DataBindingComplete);
- //
- // btnTable2
- //
- this.btnTable2.Location = new System.Drawing.Point(172, 456);
- this.btnTable2.Name = "btnTable2";
- this.btnTable2.Size = new System.Drawing.Size(160, 23);
- this.btnTable2.TabIndex = 3;
- this.btnTable2.Text = "Open Table2";
- this.btnTable2.UseVisualStyleBackColor = true;
- this.btnTable2.Click += new System.EventHandler(this.btnTable2_Click);
- //
- // btnTable1
- //
- this.btnTable1.Location = new System.Drawing.Point(6, 456);
- this.btnTable1.Name = "btnTable1";
- this.btnTable1.Size = new System.Drawing.Size(160, 23);
- this.btnTable1.TabIndex = 4;
- this.btnTable1.Text = "Open Table1";
- this.btnTable1.UseVisualStyleBackColor = true;
- this.btnTable1.Click += new System.EventHandler(this.btnTable1_Click);
- //
- // tpSetting
- //
- this.tpSetting.Controls.Add(this.plSetting);
- this.tpSetting.Controls.Add(this.panel1);
- this.tpSetting.Location = new System.Drawing.Point(4, 22);
- this.tpSetting.Name = "tpSetting";
- this.tpSetting.Padding = new System.Windows.Forms.Padding(3);
- this.tpSetting.Size = new System.Drawing.Size(551, 493);
- this.tpSetting.TabIndex = 2;
- this.tpSetting.Text = "Setting";
- this.tpSetting.UseVisualStyleBackColor = true;
- //
- // plSetting
- //
- this.plSetting.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.plSetting.Controls.Add(this.txtTable2);
- this.plSetting.Controls.Add(this.label4);
- this.plSetting.Controls.Add(this.txtTable1);
- this.plSetting.Controls.Add(this.label3);
- this.plSetting.Controls.Add(this.txtConnectionString);
- this.plSetting.Controls.Add(this.lbConnString);
- this.plSetting.Controls.Add(this.btnSaveSetting);
- this.plSetting.Controls.Add(this.lbOutputPath);
- this.plSetting.Controls.Add(this.txtUpdateMinute);
- this.plSetting.Controls.Add(this.txtOutputPath);
- this.plSetting.Controls.Add(this.label1);
- this.plSetting.Controls.Add(this.btnOutputPath);
- this.plSetting.Controls.Add(this.txtUpdateHour);
- this.plSetting.Controls.Add(this.lbUpdateTime);
- this.plSetting.Enabled = false;
- this.plSetting.Location = new System.Drawing.Point(6, 63);
- this.plSetting.Name = "plSetting";
- this.plSetting.Size = new System.Drawing.Size(539, 424);
- this.plSetting.TabIndex = 9;
- //
- // txtTable2
- //
- this.txtTable2.Location = new System.Drawing.Point(122, 201);
- this.txtTable2.Name = "txtTable2";
- this.txtTable2.Size = new System.Drawing.Size(153, 22);
- this.txtTable2.TabIndex = 13;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(12, 204);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(81, 12);
- this.label4.TabIndex = 12;
- this.label4.Text = "Export Table 2: ";
- //
- // txtTable1
- //
- this.txtTable1.Location = new System.Drawing.Point(122, 166);
- this.txtTable1.Name = "txtTable1";
- this.txtTable1.Size = new System.Drawing.Size(153, 22);
- this.txtTable1.TabIndex = 11;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(10, 169);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(81, 12);
- this.label3.TabIndex = 10;
- this.label3.Text = "Export Table 1: ";
- //
- // txtConnectionString
- //
- this.txtConnectionString.Font = new System.Drawing.Font("新細明體", 11F);
- this.txtConnectionString.Location = new System.Drawing.Point(122, 78);
- this.txtConnectionString.Multiline = true;
- this.txtConnectionString.Name = "txtConnectionString";
- this.txtConnectionString.Size = new System.Drawing.Size(378, 69);
- this.txtConnectionString.TabIndex = 9;
- //
- // lbConnString
- //
- this.lbConnString.AutoSize = true;
- this.lbConnString.Location = new System.Drawing.Point(10, 81);
- this.lbConnString.Name = "lbConnString";
- this.lbConnString.Size = new System.Drawing.Size(96, 12);
- this.lbConnString.TabIndex = 8;
- this.lbConnString.Text = "Connection String: ";
- //
- // btnSaveSetting
- //
- this.btnSaveSetting.Location = new System.Drawing.Point(416, 354);
- this.btnSaveSetting.Name = "btnSaveSetting";
- this.btnSaveSetting.Size = new System.Drawing.Size(75, 23);
- this.btnSaveSetting.TabIndex = 3;
- this.btnSaveSetting.Text = "Save";
- this.btnSaveSetting.UseVisualStyleBackColor = true;
- this.btnSaveSetting.Click += new System.EventHandler(this.btnSaveSetting_Click);
- //
- // lbOutputPath
- //
- this.lbOutputPath.AutoSize = true;
- this.lbOutputPath.Location = new System.Drawing.Point(8, 11);
- this.lbOutputPath.Name = "lbOutputPath";
- this.lbOutputPath.Size = new System.Drawing.Size(66, 12);
- this.lbOutputPath.TabIndex = 1;
- this.lbOutputPath.Text = "Output Path: ";
- //
- // txtUpdateMinute
- //
- this.txtUpdateMinute.Location = new System.Drawing.Point(206, 43);
- this.txtUpdateMinute.Name = "txtUpdateMinute";
- this.txtUpdateMinute.Size = new System.Drawing.Size(40, 22);
- this.txtUpdateMinute.TabIndex = 7;
- //
- // txtOutputPath
- //
- this.txtOutputPath.Location = new System.Drawing.Point(80, 8);
- this.txtOutputPath.Name = "txtOutputPath";
- this.txtOutputPath.ReadOnly = true;
- this.txtOutputPath.Size = new System.Drawing.Size(375, 22);
- this.txtOutputPath.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(192, 46);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(8, 12);
- this.label1.TabIndex = 6;
- this.label1.Text = ":";
- //
- // btnOutputPath
- //
- this.btnOutputPath.Location = new System.Drawing.Point(461, 7);
- this.btnOutputPath.Name = "btnOutputPath";
- this.btnOutputPath.Size = new System.Drawing.Size(75, 23);
- this.btnOutputPath.TabIndex = 2;
- this.btnOutputPath.Text = "...";
- this.btnOutputPath.UseVisualStyleBackColor = true;
- this.btnOutputPath.Click += new System.EventHandler(this.btnOutputPath_Click);
- //
- // txtUpdateHour
- //
- this.txtUpdateHour.Location = new System.Drawing.Point(146, 43);
- this.txtUpdateHour.Name = "txtUpdateHour";
- this.txtUpdateHour.Size = new System.Drawing.Size(40, 22);
- this.txtUpdateHour.TabIndex = 4;
- //
- // lbUpdateTime
- //
- this.lbUpdateTime.AutoSize = true;
- this.lbUpdateTime.Location = new System.Drawing.Point(10, 46);
- this.lbUpdateTime.Name = "lbUpdateTime";
- this.lbUpdateTime.Size = new System.Drawing.Size(132, 12);
- this.lbUpdateTime.TabIndex = 5;
- this.lbUpdateTime.Text = "Update Time (Every Day) :";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Transparent;
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.btnKey);
- this.panel1.Controls.Add(this.txtKey);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Location = new System.Drawing.Point(6, 6);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(539, 51);
- this.panel1.TabIndex = 8;
- //
- // btnKey
- //
- this.btnKey.Location = new System.Drawing.Point(416, 15);
- this.btnKey.Name = "btnKey";
- this.btnKey.Size = new System.Drawing.Size(75, 23);
- this.btnKey.TabIndex = 2;
- this.btnKey.Text = "Confirm";
- this.btnKey.UseVisualStyleBackColor = true;
- this.btnKey.Click += new System.EventHandler(this.btnKey_Click);
- //
- // txtKey
- //
- this.txtKey.Location = new System.Drawing.Point(234, 15);
- this.txtKey.Name = "txtKey";
- this.txtKey.PasswordChar = '*';
- this.txtKey.Size = new System.Drawing.Size(150, 22);
- this.txtKey.TabIndex = 1;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(17, 18);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(207, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "Input Key to Access Administrator Control:";
- //
- // frmExportData
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(584, 542);
- this.Controls.Add(this.tControl);
- this.MaximumSize = new System.Drawing.Size(600, 580);
- this.MinimumSize = new System.Drawing.Size(600, 580);
- this.Name = "frmExportData";
- this.Text = "Export Data";
- this.Load += new System.EventHandler(this.frmExportData_Load);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmExportData_FormClosing);
- this.tControl.ResumeLayout(false);
- this.tpBackEnd.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gvVisitor)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvGoodlist)).EndInit();
- this.tpManual.ResumeLayout(false);
- this.plManual.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gvDataView)).EndInit();
- this.tpSetting.ResumeLayout(false);
- this.plSetting.ResumeLayout(false);
- this.plSetting.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.TabControl tControl;
- private System.Windows.Forms.TabPage tpBackEnd;
- private System.Windows.Forms.TabPage tpManual;
- private System.Windows.Forms.DataGridView gvDataView;
- private System.Windows.Forms.RichTextBox txtMessage;
- private System.Windows.Forms.Button btnStop;
- private System.Windows.Forms.Button btnStart;
- private System.Windows.Forms.TabPage tpSetting;
- private System.Windows.Forms.Label lbOutputPath;
- private System.Windows.Forms.TextBox txtOutputPath;
- private System.Windows.Forms.Button btnOutputPath;
- private System.Windows.Forms.Button btnSaveSetting;
- private System.Windows.Forms.Button btnTable1;
- private System.Windows.Forms.Button btnTable2;
- private System.Windows.Forms.TextBox txtUpdateMinute;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label lbUpdateTime;
- private System.Windows.Forms.TextBox txtUpdateHour;
- private System.Windows.Forms.DataGridView gvVisitor;
- private System.Windows.Forms.DataGridView gvGoodlist;
- private System.Windows.Forms.Panel plManual;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnKey;
- private System.Windows.Forms.TextBox txtKey;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Panel plSetting;
- private System.Windows.Forms.Label lbConnString;
- private System.Windows.Forms.TextBox txtConnectionString;
- private System.Windows.Forms.TextBox txtTable2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtTable1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnExportAtOnce;
- }
- }