_ Partial Class 拆帳制考勤文件導入 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.選路徑6_bt = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.路徑6_tb = New System.Windows.Forms.TextBox() Me.月份_cb = New System.Windows.Forms.ComboBox() Me.年份_cb = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.導入_bt = New System.Windows.Forms.Button() Me.選路徑5_bt = New System.Windows.Forms.Button() Me.選路徑4_bt = New System.Windows.Forms.Button() Me.選路徑3_bt = New System.Windows.Forms.Button() Me.選路徑2_bt = New System.Windows.Forms.Button() Me.選路徑1_bt = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.路徑5_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.路徑4_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.路徑3_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.路徑2_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.路徑1_tb = New System.Windows.Forms.TextBox() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.開啟檔案 = New System.Windows.Forms.OpenFileDialog() Me.選路徑7_bt = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.路徑7_tb = New System.Windows.Forms.TextBox() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(820, 216) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.TabPage1.Controls.Add(Me.選路徑7_bt) Me.TabPage1.Controls.Add(Me.Label8) Me.TabPage1.Controls.Add(Me.路徑7_tb) Me.TabPage1.Controls.Add(Me.選路徑6_bt) Me.TabPage1.Controls.Add(Me.Label7) Me.TabPage1.Controls.Add(Me.路徑6_tb) Me.TabPage1.Controls.Add(Me.月份_cb) Me.TabPage1.Controls.Add(Me.年份_cb) Me.TabPage1.Controls.Add(Me.Label6) Me.TabPage1.Controls.Add(Me.導入_bt) Me.TabPage1.Controls.Add(Me.選路徑5_bt) Me.TabPage1.Controls.Add(Me.選路徑4_bt) Me.TabPage1.Controls.Add(Me.選路徑3_bt) Me.TabPage1.Controls.Add(Me.選路徑2_bt) Me.TabPage1.Controls.Add(Me.選路徑1_bt) Me.TabPage1.Controls.Add(Me.Label5) Me.TabPage1.Controls.Add(Me.路徑5_tb) Me.TabPage1.Controls.Add(Me.Label4) Me.TabPage1.Controls.Add(Me.路徑4_tb) Me.TabPage1.Controls.Add(Me.Label3) Me.TabPage1.Controls.Add(Me.路徑3_tb) Me.TabPage1.Controls.Add(Me.Label2) Me.TabPage1.Controls.Add(Me.路徑2_tb) Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.路徑1_tb) Me.TabPage1.Location = New System.Drawing.Point(4, 28) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(812, 184) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "仁寶系統-對接資料" Me.TabPage1.UseVisualStyleBackColor = True ' '選路徑6_bt ' Me.選路徑6_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer Me.選路徑6_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.選路徑6_bt.Location = New System.Drawing.Point(587, 129) Me.選路徑6_bt.Name = "選路徑6_bt" Me.選路徑6_bt.Size = New System.Drawing.Size(55, 25) Me.選路徑6_bt.TabIndex = 21 Me.選路徑6_bt.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(5, 135) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(83, 16) Me.Label7.TabIndex = 20 Me.Label7.Text = "A碼清冊(仁寶)" ' '路徑6_tb ' Me.路徑6_tb.Location = New System.Drawing.Point(86, 131) Me.路徑6_tb.Name = "路徑6_tb" Me.路徑6_tb.Size = New System.Drawing.Size(500, 23) Me.路徑6_tb.TabIndex = 19 ' '月份_cb ' Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.月份_cb.FormattingEnabled = True Me.月份_cb.Items.AddRange(New Object() {"", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.月份_cb.Location = New System.Drawing.Point(760, 3) Me.月份_cb.Name = "月份_cb" Me.月份_cb.Size = New System.Drawing.Size(47, 24) Me.月份_cb.TabIndex = 18 ' '年份_cb ' Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.年份_cb.FormattingEnabled = True Me.年份_cb.Location = New System.Drawing.Point(699, 3) Me.年份_cb.Name = "年份_cb" Me.年份_cb.Size = New System.Drawing.Size(58, 24) Me.年份_cb.TabIndex = 17 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(643, 7) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 16) Me.Label6.TabIndex = 16 Me.Label6.Text = "導入日期" ' '導入_bt ' Me.導入_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER Me.導入_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.導入_bt.Location = New System.Drawing.Point(643, 30) Me.導入_bt.Name = "導入_bt" Me.導入_bt.Size = New System.Drawing.Size(164, 149) Me.導入_bt.TabIndex = 15 Me.導入_bt.UseVisualStyleBackColor = True ' '選路徑5_bt ' Me.選路徑5_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer Me.選路徑5_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.選路徑5_bt.Location = New System.Drawing.Point(587, 104) Me.選路徑5_bt.Name = "選路徑5_bt" Me.選路徑5_bt.Size = New System.Drawing.Size(55, 25) Me.選路徑5_bt.TabIndex = 14 Me.選路徑5_bt.UseVisualStyleBackColor = True ' '選路徑4_bt ' Me.選路徑4_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer Me.選路徑4_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.選路徑4_bt.Location = New System.Drawing.Point(587, 79) Me.選路徑4_bt.Name = "選路徑4_bt" Me.選路徑4_bt.Size = New System.Drawing.Size(55, 25) Me.選路徑4_bt.TabIndex = 13 Me.選路徑4_bt.UseVisualStyleBackColor = True ' '選路徑3_bt ' Me.選路徑3_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer Me.選路徑3_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.選路徑3_bt.Location = New System.Drawing.Point(587, 53) Me.選路徑3_bt.Name = "選路徑3_bt" Me.選路徑3_bt.Size = New System.Drawing.Size(55, 25) Me.選路徑3_bt.TabIndex = 12 Me.選路徑3_bt.UseVisualStyleBackColor = True ' '選路徑2_bt ' Me.選路徑2_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer Me.選路徑2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.選路徑2_bt.Location = New System.Drawing.Point(587, 27) Me.選路徑2_bt.Name = "選路徑2_bt" Me.選路徑2_bt.Size = New System.Drawing.Size(55, 25) Me.選路徑2_bt.TabIndex = 11 Me.選路徑2_bt.UseVisualStyleBackColor = True ' '選路徑1_bt ' Me.選路徑1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer Me.選路徑1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.選路徑1_bt.Location = New System.Drawing.Point(587, 2) Me.選路徑1_bt.Name = "選路徑1_bt" Me.選路徑1_bt.Size = New System.Drawing.Size(55, 25) Me.選路徑1_bt.TabIndex = 10 Me.選路徑1_bt.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(5, 110) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(79, 16) Me.Label5.TabIndex = 9 Me.Label5.Text = "個 案 總 表" ' '路徑5_tb ' Me.路徑5_tb.Location = New System.Drawing.Point(86, 106) Me.路徑5_tb.Name = "路徑5_tb" Me.路徑5_tb.Size = New System.Drawing.Size(500, 23) Me.路徑5_tb.TabIndex = 8 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(5, 85) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(79, 16) Me.Label4.TabIndex = 7 Me.Label4.Text = "每 日 明 細" ' '路徑4_tb ' Me.路徑4_tb.Location = New System.Drawing.Point(86, 81) Me.路徑4_tb.Name = "路徑4_tb" Me.路徑4_tb.Size = New System.Drawing.Size(500, 23) Me.路徑4_tb.TabIndex = 6 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(5, 59) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(79, 16) Me.Label3.TabIndex = 5 Me.Label3.Text = "薪資報表明細" ' '路徑3_tb ' Me.路徑3_tb.Location = New System.Drawing.Point(86, 55) Me.路徑3_tb.Name = "路徑3_tb" Me.路徑3_tb.Size = New System.Drawing.Size(500, 23) Me.路徑3_tb.TabIndex = 4 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(5, 33) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(79, 16) Me.Label2.TabIndex = 3 Me.Label2.Text = "拆 帳 明 細 表" ' '路徑2_tb ' Me.路徑2_tb.Location = New System.Drawing.Point(86, 29) Me.路徑2_tb.Name = "路徑2_tb" Me.路徑2_tb.Size = New System.Drawing.Size(500, 23) Me.路徑2_tb.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(5, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(79, 16) Me.Label1.TabIndex = 1 Me.Label1.Text = "服務紀錄總表" ' '路徑1_tb ' Me.路徑1_tb.Location = New System.Drawing.Point(86, 3) Me.路徑1_tb.Name = "路徑1_tb" Me.路徑1_tb.Size = New System.Drawing.Size(500, 23) Me.路徑1_tb.TabIndex = 0 ' 'TabPage2 ' Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.TabPage2.Location = New System.Drawing.Point(4, 28) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(812, 160) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "其他" Me.TabPage2.UseVisualStyleBackColor = True ' '選路徑7_bt ' Me.選路徑7_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer Me.選路徑7_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.選路徑7_bt.Location = New System.Drawing.Point(587, 154) Me.選路徑7_bt.Name = "選路徑7_bt" Me.選路徑7_bt.Size = New System.Drawing.Size(55, 25) Me.選路徑7_bt.TabIndex = 24 Me.選路徑7_bt.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(5, 160) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(83, 16) Me.Label8.TabIndex = 23 Me.Label8.Text = "A碼清冊(長照)" ' '路徑7_tb ' Me.路徑7_tb.Location = New System.Drawing.Point(86, 156) Me.路徑7_tb.Name = "路徑7_tb" Me.路徑7_tb.Size = New System.Drawing.Size(500, 23) Me.路徑7_tb.TabIndex = 22 ' '拆帳制考勤文件導入 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(820, 216) Me.Controls.Add(Me.TabControl1) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "拆帳制考勤文件導入" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "拆帳制考勤文件導入" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents 開啟檔案 As OpenFileDialog Friend WithEvents Label4 As Label Friend WithEvents 路徑4_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents 路徑3_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 路徑2_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 路徑1_tb As TextBox Friend WithEvents 選路徑1_bt As Button Friend WithEvents Label5 As Label Friend WithEvents 路徑5_tb As TextBox Friend WithEvents 選路徑5_bt As Button Friend WithEvents 選路徑4_bt As Button Friend WithEvents 選路徑3_bt As Button Friend WithEvents 選路徑2_bt As Button Friend WithEvents 導入_bt As Button Friend WithEvents Label6 As Label Friend WithEvents 年份_cb As ComboBox Friend WithEvents 月份_cb As ComboBox Friend WithEvents 選路徑6_bt As Button Friend WithEvents Label7 As Label Friend WithEvents 路徑6_tb As TextBox Friend WithEvents 選路徑7_bt As Button Friend WithEvents Label8 As Label Friend WithEvents 路徑7_tb As TextBox End Class