frmExport.Designer.cs
上传用户:lyg_rssy
上传日期:2022-04-14
资源大小:104k
文件大小:24k
源码类别:

数据库系统

开发平台:

C#

  1. namespace HKBU_DataExport
  2. {
  3.     partial class frmExportData
  4.     {
  5.         /// <summary>
  6.         /// 設計工具所需的變數。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清除任何使用中的資源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果應該處置 Managed 資源則為 true,否則為 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows Form 設計工具產生的程式碼
  22.         /// <summary>
  23.         /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
  24.         ///
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.btnSave = new System.Windows.Forms.Button();
  29.             this.tControl = new System.Windows.Forms.TabControl();
  30.             this.tpBackEnd = new System.Windows.Forms.TabPage();
  31.             this.btnExportAtOnce = new System.Windows.Forms.Button();
  32.             this.gvVisitor = new System.Windows.Forms.DataGridView();
  33.             this.gvGoodlist = new System.Windows.Forms.DataGridView();
  34.             this.btnStop = new System.Windows.Forms.Button();
  35.             this.btnStart = new System.Windows.Forms.Button();
  36.             this.txtMessage = new System.Windows.Forms.RichTextBox();
  37.             this.tpManual = new System.Windows.Forms.TabPage();
  38.             this.plManual = new System.Windows.Forms.Panel();
  39.             this.gvDataView = new System.Windows.Forms.DataGridView();
  40.             this.btnTable2 = new System.Windows.Forms.Button();
  41.             this.btnTable1 = new System.Windows.Forms.Button();
  42.             this.tpSetting = new System.Windows.Forms.TabPage();
  43.             this.plSetting = new System.Windows.Forms.Panel();
  44.             this.txtTable2 = new System.Windows.Forms.TextBox();
  45.             this.label4 = new System.Windows.Forms.Label();
  46.             this.txtTable1 = new System.Windows.Forms.TextBox();
  47.             this.label3 = new System.Windows.Forms.Label();
  48.             this.txtConnectionString = new System.Windows.Forms.TextBox();
  49.             this.lbConnString = new System.Windows.Forms.Label();
  50.             this.btnSaveSetting = new System.Windows.Forms.Button();
  51.             this.lbOutputPath = new System.Windows.Forms.Label();
  52.             this.txtUpdateMinute = new System.Windows.Forms.TextBox();
  53.             this.txtOutputPath = new System.Windows.Forms.TextBox();
  54.             this.label1 = new System.Windows.Forms.Label();
  55.             this.btnOutputPath = new System.Windows.Forms.Button();
  56.             this.txtUpdateHour = new System.Windows.Forms.TextBox();
  57.             this.lbUpdateTime = new System.Windows.Forms.Label();
  58.             this.panel1 = new System.Windows.Forms.Panel();
  59.             this.btnKey = new System.Windows.Forms.Button();
  60.             this.txtKey = new System.Windows.Forms.TextBox();
  61.             this.label2 = new System.Windows.Forms.Label();
  62.             this.tControl.SuspendLayout();
  63.             this.tpBackEnd.SuspendLayout();
  64.             ((System.ComponentModel.ISupportInitialize)(this.gvVisitor)).BeginInit();
  65.             ((System.ComponentModel.ISupportInitialize)(this.gvGoodlist)).BeginInit();
  66.             this.tpManual.SuspendLayout();
  67.             this.plManual.SuspendLayout();
  68.             ((System.ComponentModel.ISupportInitialize)(this.gvDataView)).BeginInit();
  69.             this.tpSetting.SuspendLayout();
  70.             this.plSetting.SuspendLayout();
  71.             this.panel1.SuspendLayout();
  72.             this.SuspendLayout();
  73.             // 
  74.             // btnSave
  75.             // 
  76.             this.btnSave.Enabled = false;
  77.             this.btnSave.Location = new System.Drawing.Point(467, 456);
  78.             this.btnSave.Name = "btnSave";
  79.             this.btnSave.Size = new System.Drawing.Size(75, 23);
  80.             this.btnSave.TabIndex = 1;
  81.             this.btnSave.Text = "&Save as...";
  82.             this.btnSave.UseVisualStyleBackColor = true;
  83.             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  84.             // 
  85.             // tControl
  86.             // 
  87.             this.tControl.Controls.Add(this.tpBackEnd);
  88.             this.tControl.Controls.Add(this.tpManual);
  89.             this.tControl.Controls.Add(this.tpSetting);
  90.             this.tControl.Location = new System.Drawing.Point(12, 12);
  91.             this.tControl.Name = "tControl";
  92.             this.tControl.SelectedIndex = 0;
  93.             this.tControl.Size = new System.Drawing.Size(559, 519);
  94.             this.tControl.TabIndex = 2;
  95.             // 
  96.             // tpBackEnd
  97.             // 
  98.             this.tpBackEnd.Controls.Add(this.btnExportAtOnce);
  99.             this.tpBackEnd.Controls.Add(this.gvVisitor);
  100.             this.tpBackEnd.Controls.Add(this.gvGoodlist);
  101.             this.tpBackEnd.Controls.Add(this.btnStop);
  102.             this.tpBackEnd.Controls.Add(this.btnStart);
  103.             this.tpBackEnd.Controls.Add(this.txtMessage);
  104.             this.tpBackEnd.Location = new System.Drawing.Point(4, 22);
  105.             this.tpBackEnd.Name = "tpBackEnd";
  106.             this.tpBackEnd.Padding = new System.Windows.Forms.Padding(3);
  107.             this.tpBackEnd.Size = new System.Drawing.Size(551, 493);
  108.             this.tpBackEnd.TabIndex = 0;
  109.             this.tpBackEnd.Text = "BackEnd";
  110.             this.tpBackEnd.UseVisualStyleBackColor = true;
  111.             // 
  112.             // btnExportAtOnce
  113.             // 
  114.             this.btnExportAtOnce.Location = new System.Drawing.Point(311, 462);
  115.             this.btnExportAtOnce.Name = "btnExportAtOnce";
  116.             this.btnExportAtOnce.Size = new System.Drawing.Size(75, 23);
  117.             this.btnExportAtOnce.TabIndex = 5;
  118.             this.btnExportAtOnce.Text = "Export";
  119.             this.btnExportAtOnce.UseVisualStyleBackColor = true;
  120.             this.btnExportAtOnce.Click += new System.EventHandler(this.btnExportAtOnce_Click);
  121.             // 
  122.             // gvVisitor
  123.             // 
  124.             this.gvVisitor.AllowUserToAddRows = false;
  125.             this.gvVisitor.AllowUserToDeleteRows = false;
  126.             this.gvVisitor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  127.             this.gvVisitor.Location = new System.Drawing.Point(34, 462);
  128.             this.gvVisitor.Name = "gvVisitor";
  129.             this.gvVisitor.ReadOnly = true;
  130.             this.gvVisitor.RowTemplate.Height = 24;
  131.             this.gvVisitor.Size = new System.Drawing.Size(20, 21);
  132.             this.gvVisitor.TabIndex = 4;
  133.             this.gvVisitor.Visible = false;
  134.             this.gvVisitor.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.DataView_DataBindingComplete);
  135.             // 
  136.             // gvGoodlist
  137.             // 
  138.             this.gvGoodlist.AllowUserToAddRows = false;
  139.             this.gvGoodlist.AllowUserToDeleteRows = false;
  140.             this.gvGoodlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  141.             this.gvGoodlist.Location = new System.Drawing.Point(6, 462);
  142.             this.gvGoodlist.Name = "gvGoodlist";
  143.             this.gvGoodlist.ReadOnly = true;
  144.             this.gvGoodlist.RowTemplate.Height = 24;
  145.             this.gvGoodlist.Size = new System.Drawing.Size(22, 21);
  146.             this.gvGoodlist.TabIndex = 3;
  147.             this.gvGoodlist.Visible = false;
  148.             this.gvGoodlist.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.DataView_DataBindingComplete);
  149.             // 
  150.             // btnStop
  151.             // 
  152.             this.btnStop.Enabled = false;
  153.             this.btnStop.Location = new System.Drawing.Point(389, 462);
  154.             this.btnStop.Name = "btnStop";
  155.             this.btnStop.Size = new System.Drawing.Size(75, 23);
  156.             this.btnStop.TabIndex = 2;
  157.             this.btnStop.Text = "Stop";
  158.             this.btnStop.UseVisualStyleBackColor = true;
  159.             this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  160.             // 
  161.             // btnStart
  162.             // 
  163.             this.btnStart.Location = new System.Drawing.Point(470, 462);
  164.             this.btnStart.Name = "btnStart";
  165.             this.btnStart.Size = new System.Drawing.Size(75, 23);
  166.             this.btnStart.TabIndex = 1;
  167.             this.btnStart.Text = "Start";
  168.             this.btnStart.UseVisualStyleBackColor = true;
  169.             this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  170.             // 
  171.             // txtMessage
  172.             // 
  173.             this.txtMessage.AutoWordSelection = true;
  174.             this.txtMessage.Location = new System.Drawing.Point(5, 6);
  175.             this.txtMessage.Name = "txtMessage";
  176.             this.txtMessage.ReadOnly = true;
  177.             this.txtMessage.Size = new System.Drawing.Size(540, 450);
  178.             this.txtMessage.TabIndex = 0;
  179.             this.txtMessage.Text = "";
  180.             this.txtMessage.WordWrap = false;
  181.             // 
  182.             // tpManual
  183.             // 
  184.             this.tpManual.Controls.Add(this.plManual);
  185.             this.tpManual.Location = new System.Drawing.Point(4, 22);
  186.             this.tpManual.Name = "tpManual";
  187.             this.tpManual.Padding = new System.Windows.Forms.Padding(3);
  188.             this.tpManual.Size = new System.Drawing.Size(551, 493);
  189.             this.tpManual.TabIndex = 1;
  190.             this.tpManual.Text = "Manual";
  191.             this.tpManual.UseVisualStyleBackColor = true;
  192.             // 
  193.             // plManual
  194.             // 
  195.             this.plManual.Controls.Add(this.gvDataView);
  196.             this.plManual.Controls.Add(this.btnSave);
  197.             this.plManual.Controls.Add(this.btnTable2);
  198.             this.plManual.Controls.Add(this.btnTable1);
  199.             this.plManual.Enabled = false;
  200.             this.plManual.Location = new System.Drawing.Point(0, 4);
  201.             this.plManual.Name = "plManual";
  202.             this.plManual.Size = new System.Drawing.Size(545, 483);
  203.             this.plManual.TabIndex = 6;
  204.             // 
  205.             // gvDataView
  206.             // 
  207.             this.gvDataView.AllowUserToAddRows = false;
  208.             this.gvDataView.AllowUserToDeleteRows = false;
  209.             this.gvDataView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  210.             this.gvDataView.Location = new System.Drawing.Point(2, 0);
  211.             this.gvDataView.Name = "gvDataView";
  212.             this.gvDataView.ReadOnly = true;
  213.             this.gvDataView.RowTemplate.Height = 24;
  214.             this.gvDataView.Size = new System.Drawing.Size(540, 450);
  215.             this.gvDataView.TabIndex = 2;
  216.             this.gvDataView.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.DataView_DataBindingComplete);
  217.             // 
  218.             // btnTable2
  219.             // 
  220.             this.btnTable2.Location = new System.Drawing.Point(172, 456);
  221.             this.btnTable2.Name = "btnTable2";
  222.             this.btnTable2.Size = new System.Drawing.Size(160, 23);
  223.             this.btnTable2.TabIndex = 3;
  224.             this.btnTable2.Text = "Open Table2";
  225.             this.btnTable2.UseVisualStyleBackColor = true;
  226.             this.btnTable2.Click += new System.EventHandler(this.btnTable2_Click);
  227.             // 
  228.             // btnTable1
  229.             // 
  230.             this.btnTable1.Location = new System.Drawing.Point(6, 456);
  231.             this.btnTable1.Name = "btnTable1";
  232.             this.btnTable1.Size = new System.Drawing.Size(160, 23);
  233.             this.btnTable1.TabIndex = 4;
  234.             this.btnTable1.Text = "Open Table1";
  235.             this.btnTable1.UseVisualStyleBackColor = true;
  236.             this.btnTable1.Click += new System.EventHandler(this.btnTable1_Click);
  237.             // 
  238.             // tpSetting
  239.             // 
  240.             this.tpSetting.Controls.Add(this.plSetting);
  241.             this.tpSetting.Controls.Add(this.panel1);
  242.             this.tpSetting.Location = new System.Drawing.Point(4, 22);
  243.             this.tpSetting.Name = "tpSetting";
  244.             this.tpSetting.Padding = new System.Windows.Forms.Padding(3);
  245.             this.tpSetting.Size = new System.Drawing.Size(551, 493);
  246.             this.tpSetting.TabIndex = 2;
  247.             this.tpSetting.Text = "Setting";
  248.             this.tpSetting.UseVisualStyleBackColor = true;
  249.             // 
  250.             // plSetting
  251.             // 
  252.             this.plSetting.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  253.             this.plSetting.Controls.Add(this.txtTable2);
  254.             this.plSetting.Controls.Add(this.label4);
  255.             this.plSetting.Controls.Add(this.txtTable1);
  256.             this.plSetting.Controls.Add(this.label3);
  257.             this.plSetting.Controls.Add(this.txtConnectionString);
  258.             this.plSetting.Controls.Add(this.lbConnString);
  259.             this.plSetting.Controls.Add(this.btnSaveSetting);
  260.             this.plSetting.Controls.Add(this.lbOutputPath);
  261.             this.plSetting.Controls.Add(this.txtUpdateMinute);
  262.             this.plSetting.Controls.Add(this.txtOutputPath);
  263.             this.plSetting.Controls.Add(this.label1);
  264.             this.plSetting.Controls.Add(this.btnOutputPath);
  265.             this.plSetting.Controls.Add(this.txtUpdateHour);
  266.             this.plSetting.Controls.Add(this.lbUpdateTime);
  267.             this.plSetting.Enabled = false;
  268.             this.plSetting.Location = new System.Drawing.Point(6, 63);
  269.             this.plSetting.Name = "plSetting";
  270.             this.plSetting.Size = new System.Drawing.Size(539, 424);
  271.             this.plSetting.TabIndex = 9;
  272.             // 
  273.             // txtTable2
  274.             // 
  275.             this.txtTable2.Location = new System.Drawing.Point(122, 201);
  276.             this.txtTable2.Name = "txtTable2";
  277.             this.txtTable2.Size = new System.Drawing.Size(153, 22);
  278.             this.txtTable2.TabIndex = 13;
  279.             // 
  280.             // label4
  281.             // 
  282.             this.label4.AutoSize = true;
  283.             this.label4.Location = new System.Drawing.Point(12, 204);
  284.             this.label4.Name = "label4";
  285.             this.label4.Size = new System.Drawing.Size(81, 12);
  286.             this.label4.TabIndex = 12;
  287.             this.label4.Text = "Export Table 2: ";
  288.             // 
  289.             // txtTable1
  290.             // 
  291.             this.txtTable1.Location = new System.Drawing.Point(122, 166);
  292.             this.txtTable1.Name = "txtTable1";
  293.             this.txtTable1.Size = new System.Drawing.Size(153, 22);
  294.             this.txtTable1.TabIndex = 11;
  295.             // 
  296.             // label3
  297.             // 
  298.             this.label3.AutoSize = true;
  299.             this.label3.Location = new System.Drawing.Point(10, 169);
  300.             this.label3.Name = "label3";
  301.             this.label3.Size = new System.Drawing.Size(81, 12);
  302.             this.label3.TabIndex = 10;
  303.             this.label3.Text = "Export Table 1: ";
  304.             // 
  305.             // txtConnectionString
  306.             // 
  307.             this.txtConnectionString.Font = new System.Drawing.Font("新細明體", 11F);
  308.             this.txtConnectionString.Location = new System.Drawing.Point(122, 78);
  309.             this.txtConnectionString.Multiline = true;
  310.             this.txtConnectionString.Name = "txtConnectionString";
  311.             this.txtConnectionString.Size = new System.Drawing.Size(378, 69);
  312.             this.txtConnectionString.TabIndex = 9;
  313.             // 
  314.             // lbConnString
  315.             // 
  316.             this.lbConnString.AutoSize = true;
  317.             this.lbConnString.Location = new System.Drawing.Point(10, 81);
  318.             this.lbConnString.Name = "lbConnString";
  319.             this.lbConnString.Size = new System.Drawing.Size(96, 12);
  320.             this.lbConnString.TabIndex = 8;
  321.             this.lbConnString.Text = "Connection String: ";
  322.             // 
  323.             // btnSaveSetting
  324.             // 
  325.             this.btnSaveSetting.Location = new System.Drawing.Point(416, 354);
  326.             this.btnSaveSetting.Name = "btnSaveSetting";
  327.             this.btnSaveSetting.Size = new System.Drawing.Size(75, 23);
  328.             this.btnSaveSetting.TabIndex = 3;
  329.             this.btnSaveSetting.Text = "Save";
  330.             this.btnSaveSetting.UseVisualStyleBackColor = true;
  331.             this.btnSaveSetting.Click += new System.EventHandler(this.btnSaveSetting_Click);
  332.             // 
  333.             // lbOutputPath
  334.             // 
  335.             this.lbOutputPath.AutoSize = true;
  336.             this.lbOutputPath.Location = new System.Drawing.Point(8, 11);
  337.             this.lbOutputPath.Name = "lbOutputPath";
  338.             this.lbOutputPath.Size = new System.Drawing.Size(66, 12);
  339.             this.lbOutputPath.TabIndex = 1;
  340.             this.lbOutputPath.Text = "Output Path: ";
  341.             // 
  342.             // txtUpdateMinute
  343.             // 
  344.             this.txtUpdateMinute.Location = new System.Drawing.Point(206, 43);
  345.             this.txtUpdateMinute.Name = "txtUpdateMinute";
  346.             this.txtUpdateMinute.Size = new System.Drawing.Size(40, 22);
  347.             this.txtUpdateMinute.TabIndex = 7;
  348.             // 
  349.             // txtOutputPath
  350.             // 
  351.             this.txtOutputPath.Location = new System.Drawing.Point(80, 8);
  352.             this.txtOutputPath.Name = "txtOutputPath";
  353.             this.txtOutputPath.ReadOnly = true;
  354.             this.txtOutputPath.Size = new System.Drawing.Size(375, 22);
  355.             this.txtOutputPath.TabIndex = 0;
  356.             // 
  357.             // label1
  358.             // 
  359.             this.label1.AutoSize = true;
  360.             this.label1.Location = new System.Drawing.Point(192, 46);
  361.             this.label1.Name = "label1";
  362.             this.label1.Size = new System.Drawing.Size(8, 12);
  363.             this.label1.TabIndex = 6;
  364.             this.label1.Text = ":";
  365.             // 
  366.             // btnOutputPath
  367.             // 
  368.             this.btnOutputPath.Location = new System.Drawing.Point(461, 7);
  369.             this.btnOutputPath.Name = "btnOutputPath";
  370.             this.btnOutputPath.Size = new System.Drawing.Size(75, 23);
  371.             this.btnOutputPath.TabIndex = 2;
  372.             this.btnOutputPath.Text = "...";
  373.             this.btnOutputPath.UseVisualStyleBackColor = true;
  374.             this.btnOutputPath.Click += new System.EventHandler(this.btnOutputPath_Click);
  375.             // 
  376.             // txtUpdateHour
  377.             // 
  378.             this.txtUpdateHour.Location = new System.Drawing.Point(146, 43);
  379.             this.txtUpdateHour.Name = "txtUpdateHour";
  380.             this.txtUpdateHour.Size = new System.Drawing.Size(40, 22);
  381.             this.txtUpdateHour.TabIndex = 4;
  382.             // 
  383.             // lbUpdateTime
  384.             // 
  385.             this.lbUpdateTime.AutoSize = true;
  386.             this.lbUpdateTime.Location = new System.Drawing.Point(10, 46);
  387.             this.lbUpdateTime.Name = "lbUpdateTime";
  388.             this.lbUpdateTime.Size = new System.Drawing.Size(132, 12);
  389.             this.lbUpdateTime.TabIndex = 5;
  390.             this.lbUpdateTime.Text = "Update Time (Every Day) :";
  391.             // 
  392.             // panel1
  393.             // 
  394.             this.panel1.BackColor = System.Drawing.Color.Transparent;
  395.             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  396.             this.panel1.Controls.Add(this.btnKey);
  397.             this.panel1.Controls.Add(this.txtKey);
  398.             this.panel1.Controls.Add(this.label2);
  399.             this.panel1.Location = new System.Drawing.Point(6, 6);
  400.             this.panel1.Name = "panel1";
  401.             this.panel1.Size = new System.Drawing.Size(539, 51);
  402.             this.panel1.TabIndex = 8;
  403.             // 
  404.             // btnKey
  405.             // 
  406.             this.btnKey.Location = new System.Drawing.Point(416, 15);
  407.             this.btnKey.Name = "btnKey";
  408.             this.btnKey.Size = new System.Drawing.Size(75, 23);
  409.             this.btnKey.TabIndex = 2;
  410.             this.btnKey.Text = "Confirm";
  411.             this.btnKey.UseVisualStyleBackColor = true;
  412.             this.btnKey.Click += new System.EventHandler(this.btnKey_Click);
  413.             // 
  414.             // txtKey
  415.             // 
  416.             this.txtKey.Location = new System.Drawing.Point(234, 15);
  417.             this.txtKey.Name = "txtKey";
  418.             this.txtKey.PasswordChar = '*';
  419.             this.txtKey.Size = new System.Drawing.Size(150, 22);
  420.             this.txtKey.TabIndex = 1;
  421.             // 
  422.             // label2
  423.             // 
  424.             this.label2.AutoSize = true;
  425.             this.label2.Location = new System.Drawing.Point(17, 18);
  426.             this.label2.Name = "label2";
  427.             this.label2.Size = new System.Drawing.Size(207, 12);
  428.             this.label2.TabIndex = 0;
  429.             this.label2.Text = "Input Key to Access Administrator Control:";
  430.             // 
  431.             // frmExportData
  432.             // 
  433.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  434.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  435.             this.ClientSize = new System.Drawing.Size(584, 542);
  436.             this.Controls.Add(this.tControl);
  437.             this.MaximumSize = new System.Drawing.Size(600, 580);
  438.             this.MinimumSize = new System.Drawing.Size(600, 580);
  439.             this.Name = "frmExportData";
  440.             this.Text = "Export Data";
  441.             this.Load += new System.EventHandler(this.frmExportData_Load);
  442.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmExportData_FormClosing);
  443.             this.tControl.ResumeLayout(false);
  444.             this.tpBackEnd.ResumeLayout(false);
  445.             ((System.ComponentModel.ISupportInitialize)(this.gvVisitor)).EndInit();
  446.             ((System.ComponentModel.ISupportInitialize)(this.gvGoodlist)).EndInit();
  447.             this.tpManual.ResumeLayout(false);
  448.             this.plManual.ResumeLayout(false);
  449.             ((System.ComponentModel.ISupportInitialize)(this.gvDataView)).EndInit();
  450.             this.tpSetting.ResumeLayout(false);
  451.             this.plSetting.ResumeLayout(false);
  452.             this.plSetting.PerformLayout();
  453.             this.panel1.ResumeLayout(false);
  454.             this.panel1.PerformLayout();
  455.             this.ResumeLayout(false);
  456.         }
  457.         #endregion
  458.         private System.Windows.Forms.Button btnSave;
  459.         private System.Windows.Forms.TabControl tControl;
  460.         private System.Windows.Forms.TabPage tpBackEnd;
  461.         private System.Windows.Forms.TabPage tpManual;
  462.         private System.Windows.Forms.DataGridView gvDataView;
  463.         private System.Windows.Forms.RichTextBox txtMessage;
  464.         private System.Windows.Forms.Button btnStop;
  465.         private System.Windows.Forms.Button btnStart;
  466.         private System.Windows.Forms.TabPage tpSetting;
  467.         private System.Windows.Forms.Label lbOutputPath;
  468.         private System.Windows.Forms.TextBox txtOutputPath;
  469.         private System.Windows.Forms.Button btnOutputPath;
  470.         private System.Windows.Forms.Button btnSaveSetting;
  471.         private System.Windows.Forms.Button btnTable1;
  472.         private System.Windows.Forms.Button btnTable2;
  473.         private System.Windows.Forms.TextBox txtUpdateMinute;
  474.         private System.Windows.Forms.Label label1;
  475.         private System.Windows.Forms.Label lbUpdateTime;
  476.         private System.Windows.Forms.TextBox txtUpdateHour;
  477.         private System.Windows.Forms.DataGridView gvVisitor;
  478.         private System.Windows.Forms.DataGridView gvGoodlist;
  479.         private System.Windows.Forms.Panel plManual;
  480.         private System.Windows.Forms.Panel panel1;
  481.         private System.Windows.Forms.Button btnKey;
  482.         private System.Windows.Forms.TextBox txtKey;
  483.         private System.Windows.Forms.Label label2;
  484.         private System.Windows.Forms.Panel plSetting;
  485.         private System.Windows.Forms.Label lbConnString;
  486.         private System.Windows.Forms.TextBox txtConnectionString;
  487.         private System.Windows.Forms.TextBox txtTable2;
  488.         private System.Windows.Forms.Label label4;
  489.         private System.Windows.Forms.TextBox txtTable1;
  490.         private System.Windows.Forms.Label label3;
  491.         private System.Windows.Forms.Button btnExportAtOnce;
  492.     }
  493. }