_ 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.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(薪資轉帳表)) Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.批量存檔_bt = New System.Windows.Forms.Button() Me.匯出EXCEL_bt = New System.Windows.Forms.Button() Me.匯入EXCEL_bt = New System.Windows.Forms.Button() Me.合計總金額_tb = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker() Me.上個月_bt = New System.Windows.Forms.Button() Me.一般月_ch = New System.Windows.Forms.CheckBox() Me.會計月_ch = New System.Windows.Forms.CheckBox() Me.下個月_bt = New System.Windows.Forms.Button() Me.Label12 = New System.Windows.Forms.Label() Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label11 = New System.Windows.Forms.Label() Me.人事流水號_tb = New System.Windows.Forms.TextBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.新增準備ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker() Me.姓名_cb = New System.Windows.Forms.ComboBox() Me.薪資總金額_tb = New System.Windows.Forms.TextBox() Me.領現總金額_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Label4 = New System.Windows.Forms.Label() Me.給付方式_cb = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.薪資帳號_tb = New System.Windows.Forms.TextBox() Me.狀態_lb = New System.Windows.Forms.Label() Me.刪除_bt = New System.Windows.Forms.Button() Me.存檔_bt = New System.Windows.Forms.Button() Me.新增準備_bt = New System.Windows.Forms.Button() Me.領現_tb = New System.Windows.Forms.TextBox() Me.薪資_tb = New System.Windows.Forms.TextBox() Me.獎金_tb = New System.Windows.Forms.TextBox() Me.身分證_tb = New System.Windows.Forms.TextBox() Me.編號_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.流水號_tb = New System.Windows.Forms.TextBox() Me.薪轉_dgv = New System.Windows.Forms.DataGridView() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.ContextMenuStrip1.SuspendLayout() CType(Me.薪轉_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '重新整理ToolStripMenuItem ' Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem" Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.重新整理ToolStripMenuItem.Text = "重新整理" ' '批量存檔_bt ' Me.批量存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.批量存檔_bt.AutoSize = True Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.批量存檔_bt.ForeColor = System.Drawing.Color.Firebrick Me.批量存檔_bt.Location = New System.Drawing.Point(1463, 90) Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.批量存檔_bt.Name = "批量存檔_bt" Me.批量存檔_bt.Size = New System.Drawing.Size(235, 27) Me.批量存檔_bt.TabIndex = 1478 Me.批量存檔_bt.Text = "批量存檔" Me.批量存檔_bt.UseVisualStyleBackColor = True ' '匯出EXCEL_bt ' Me.匯出EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.匯出EXCEL_bt.AutoSize = True Me.匯出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.Black Me.匯出EXCEL_bt.Location = New System.Drawing.Point(1247, 12) Me.匯出EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt" Me.匯出EXCEL_bt.Size = New System.Drawing.Size(82, 64) Me.匯出EXCEL_bt.TabIndex = 1477 Me.匯出EXCEL_bt.Text = "匯出EXCEL" Me.匯出EXCEL_bt.UseVisualStyleBackColor = True ' '匯入EXCEL_bt ' Me.匯入EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.匯入EXCEL_bt.AutoSize = True Me.匯入EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.匯入EXCEL_bt.ForeColor = System.Drawing.Color.Black Me.匯入EXCEL_bt.Location = New System.Drawing.Point(1331, 12) Me.匯入EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.匯入EXCEL_bt.Name = "匯入EXCEL_bt" Me.匯入EXCEL_bt.Size = New System.Drawing.Size(82, 64) Me.匯入EXCEL_bt.TabIndex = 1476 Me.匯入EXCEL_bt.Text = "匯入EXCEL" Me.匯入EXCEL_bt.UseVisualStyleBackColor = True ' '合計總金額_tb ' Me.合計總金額_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.合計總金額_tb.ForeColor = System.Drawing.Color.Crimson Me.合計總金額_tb.Location = New System.Drawing.Point(569, 90) Me.合計總金額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.合計總金額_tb.Name = "合計總金額_tb" Me.合計總金額_tb.ReadOnly = True Me.合計總金額_tb.Size = New System.Drawing.Size(168, 23) Me.合計總金額_tb.TabIndex = 1475 Me.合計總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label13 ' Me.Label13.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label13.AutoSize = True Me.Label13.ForeColor = System.Drawing.Color.Crimson Me.Label13.Location = New System.Drawing.Point(499, 94) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(68, 16) Me.Label13.TabIndex = 1474 Me.Label13.Text = "合計總金額" ' '中間日期_dtp ' Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.中間日期_dtp.Location = New System.Drawing.Point(31, 165) Me.中間日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.中間日期_dtp.Name = "中間日期_dtp" Me.中間日期_dtp.Size = New System.Drawing.Size(49, 23) Me.中間日期_dtp.TabIndex = 1473 Me.中間日期_dtp.Visible = False ' '上個月_bt ' Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.上個月_bt.Location = New System.Drawing.Point(153, 42) Me.上個月_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.上個月_bt.Name = "上個月_bt" Me.上個月_bt.Size = New System.Drawing.Size(71, 31) Me.上個月_bt.TabIndex = 1469 Me.上個月_bt.Text = "上個月" Me.上個月_bt.UseVisualStyleBackColor = True ' '一般月_ch ' Me.一般月_ch.AutoSize = True Me.一般月_ch.Location = New System.Drawing.Point(84, 47) Me.一般月_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.一般月_ch.Name = "一般月_ch" Me.一般月_ch.Size = New System.Drawing.Size(63, 20) Me.一般月_ch.TabIndex = 1472 Me.一般月_ch.Text = "一般月" Me.一般月_ch.UseVisualStyleBackColor = True Me.一般月_ch.Visible = False ' '會計月_ch ' Me.會計月_ch.AutoSize = True Me.會計月_ch.Checked = True Me.會計月_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.會計月_ch.Location = New System.Drawing.Point(16, 47) Me.會計月_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.會計月_ch.Name = "會計月_ch" Me.會計月_ch.Size = New System.Drawing.Size(63, 20) Me.會計月_ch.TabIndex = 1471 Me.會計月_ch.Text = "會計月" Me.會計月_ch.UseVisualStyleBackColor = True ' '下個月_bt ' Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.下個月_bt.Location = New System.Drawing.Point(226, 42) Me.下個月_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.下個月_bt.Name = "下個月_bt" Me.下個月_bt.Size = New System.Drawing.Size(71, 31) Me.下個月_bt.TabIndex = 1470 Me.下個月_bt.Text = "下個月" Me.下個月_bt.UseVisualStyleBackColor = True ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(148, 19) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(20, 16) Me.Label12.TabIndex = 1468 Me.Label12.Text = "到" ' '開始日期_dtp ' Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.開始日期_dtp.Location = New System.Drawing.Point(19, 14) Me.開始日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.開始日期_dtp.Name = "開始日期_dtp" Me.開始日期_dtp.Size = New System.Drawing.Size(122, 23) Me.開始日期_dtp.TabIndex = 1466 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(962, 18) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(68, 16) Me.Label11.TabIndex = 1465 Me.Label11.Text = "人事流水號" Me.Label11.Visible = False ' '人事流水號_tb ' Me.人事流水號_tb.Location = New System.Drawing.Point(1036, 13) Me.人事流水號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.人事流水號_tb.Name = "人事流水號_tb" Me.人事流水號_tb.ReadOnly = True Me.人事流水號_tb.Size = New System.Drawing.Size(116, 23) Me.人事流水號_tb.TabIndex = 1464 Me.人事流水號_tb.Visible = False ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.新增準備ToolStripMenuItem, Me.存檔ToolStripMenuItem, Me.刪除ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 98) ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(119, 6) ' '新增準備ToolStripMenuItem ' Me.新增準備ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.新增準備ToolStripMenuItem.Name = "新增準備ToolStripMenuItem" Me.新增準備ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.新增準備ToolStripMenuItem.Text = "新增準備" ' '存檔ToolStripMenuItem ' Me.存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green Me.存檔ToolStripMenuItem.Name = "存檔ToolStripMenuItem" Me.存檔ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.存檔ToolStripMenuItem.Text = "存檔" ' '刪除ToolStripMenuItem ' Me.刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.刪除ToolStripMenuItem.Name = "刪除ToolStripMenuItem" Me.刪除ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.刪除ToolStripMenuItem.Text = "刪除" ' '結束日期_dtp ' Me.結束日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.結束日期_dtp.Location = New System.Drawing.Point(174, 14) Me.結束日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.結束日期_dtp.Name = "結束日期_dtp" Me.結束日期_dtp.Size = New System.Drawing.Size(122, 23) Me.結束日期_dtp.TabIndex = 1467 ' '姓名_cb ' Me.姓名_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.姓名_cb.FormattingEnabled = True Me.姓名_cb.Location = New System.Drawing.Point(338, 44) Me.姓名_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.姓名_cb.Name = "姓名_cb" Me.姓名_cb.Size = New System.Drawing.Size(116, 24) Me.姓名_cb.TabIndex = 1463 ' '薪資總金額_tb ' Me.薪資總金額_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.薪資總金額_tb.ForeColor = System.Drawing.Color.Blue Me.薪資總金額_tb.Location = New System.Drawing.Point(85, 90) Me.薪資總金額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.薪資總金額_tb.Name = "薪資總金額_tb" Me.薪資總金額_tb.ReadOnly = True Me.薪資總金額_tb.Size = New System.Drawing.Size(168, 23) Me.薪資總金額_tb.TabIndex = 1462 Me.薪資總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '領現總金額_tb ' Me.領現總金額_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.領現總金額_tb.ForeColor = System.Drawing.Color.ForestGreen Me.領現總金額_tb.Location = New System.Drawing.Point(327, 90) Me.領現總金額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.領現總金額_tb.Name = "領現總金額_tb" Me.領現總金額_tb.ReadOnly = True Me.領現總金額_tb.Size = New System.Drawing.Size(168, 23) Me.領現總金額_tb.TabIndex = 1461 Me.領現總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label2 ' Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.ForestGreen Me.Label2.Location = New System.Drawing.Point(257, 94) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(68, 16) Me.Label2.TabIndex = 1460 Me.Label2.Text = "領現總金額" ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'Label4 ' Me.Label4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.Blue Me.Label4.Location = New System.Drawing.Point(12, 94) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(71, 16) Me.Label4.TabIndex = 1459 Me.Label4.Text = " 薪資總金額" ' '給付方式_cb ' Me.給付方式_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.給付方式_cb.FormattingEnabled = True Me.給付方式_cb.Items.AddRange(New Object() {"帳號匯款", "領現"}) Me.給付方式_cb.Location = New System.Drawing.Point(527, 44) Me.給付方式_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.給付方式_cb.Name = "給付方式_cb" Me.給付方式_cb.Size = New System.Drawing.Size(116, 24) Me.給付方式_cb.TabIndex = 1458 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Red Me.Label9.Location = New System.Drawing.Point(458, 51) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(56, 16) Me.Label9.TabIndex = 1457 Me.Label9.Text = "給付方式" ' '薪資帳號_tb ' Me.薪資帳號_tb.Location = New System.Drawing.Point(842, 13) Me.薪資帳號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.薪資帳號_tb.Name = "薪資帳號_tb" Me.薪資帳號_tb.ReadOnly = True Me.薪資帳號_tb.Size = New System.Drawing.Size(116, 23) Me.薪資帳號_tb.TabIndex = 1456 ' '狀態_lb ' Me.狀態_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.狀態_lb.AutoSize = True Me.狀態_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.狀態_lb.ForeColor = System.Drawing.Color.Red Me.狀態_lb.Location = New System.Drawing.Point(1415, 20) Me.狀態_lb.Name = "狀態_lb" Me.狀態_lb.Size = New System.Drawing.Size(48, 48) Me.狀態_lb.TabIndex = 1455 Me.狀態_lb.Text = "編輯" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "狀態" ' '刪除_bt ' Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.刪除_bt.AutoSize = True Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.刪除_bt.ForeColor = System.Drawing.Color.Red Me.刪除_bt.Location = New System.Drawing.Point(1621, 13) Me.刪除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(77, 63) Me.刪除_bt.TabIndex = 1453 Me.刪除_bt.Text = "刪除" Me.刪除_bt.UseVisualStyleBackColor = True ' '存檔_bt ' Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.存檔_bt.AutoSize = True Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.存檔_bt.ForeColor = System.Drawing.Color.Green Me.存檔_bt.Location = New System.Drawing.Point(1542, 13) Me.存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(77, 63) Me.存檔_bt.TabIndex = 1452 Me.存檔_bt.Text = "存檔" Me.存檔_bt.UseVisualStyleBackColor = True ' '新增準備_bt ' Me.新增準備_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.新增準備_bt.AutoSize = True Me.新增準備_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增準備_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.新增準備_bt.Location = New System.Drawing.Point(1463, 13) Me.新增準備_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.新增準備_bt.Name = "新增準備_bt" Me.新增準備_bt.Size = New System.Drawing.Size(77, 63) Me.新增準備_bt.TabIndex = 1451 Me.新增準備_bt.Text = "新增" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "準備" Me.新增準備_bt.UseVisualStyleBackColor = True ' '領現_tb ' Me.領現_tb.Location = New System.Drawing.Point(842, 43) Me.領現_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.領現_tb.Name = "領現_tb" Me.領現_tb.Size = New System.Drawing.Size(116, 23) Me.領現_tb.TabIndex = 1450 Me.領現_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '薪資_tb ' Me.薪資_tb.Location = New System.Drawing.Point(686, 43) Me.薪資_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.薪資_tb.Name = "薪資_tb" Me.薪資_tb.Size = New System.Drawing.Size(116, 23) Me.薪資_tb.TabIndex = 1449 Me.薪資_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '獎金_tb ' Me.獎金_tb.Location = New System.Drawing.Point(686, 13) Me.獎金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.獎金_tb.Name = "獎金_tb" Me.獎金_tb.Size = New System.Drawing.Size(116, 23) Me.獎金_tb.TabIndex = 1448 Me.獎金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '身分證_tb ' Me.身分證_tb.Location = New System.Drawing.Point(527, 13) Me.身分證_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.身分證_tb.Name = "身分證_tb" Me.身分證_tb.ReadOnly = True Me.身分證_tb.Size = New System.Drawing.Size(116, 23) Me.身分證_tb.TabIndex = 1447 ' '編號_tb ' Me.編號_tb.Location = New System.Drawing.Point(338, 13) Me.編號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.編號_tb.Name = "編號_tb" Me.編號_tb.ReadOnly = True Me.編號_tb.Size = New System.Drawing.Size(116, 23) Me.編號_tb.TabIndex = 1446 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(806, 50) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(32, 16) Me.Label10.TabIndex = 1445 Me.Label10.Text = "領現" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.Black Me.Label8.Location = New System.Drawing.Point(648, 50) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(32, 16) Me.Label8.TabIndex = 1444 Me.Label8.Text = "薪資" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(647, 18) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 1443 Me.Label7.Text = "獎金" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(806, 18) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(32, 16) Me.Label6.TabIndex = 1442 Me.Label6.Text = "帳號" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(458, 18) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(56, 16) Me.Label5.TabIndex = 1441 Me.Label5.Text = "身分證號" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(300, 48) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(32, 16) Me.Label3.TabIndex = 1440 Me.Label3.Text = "姓名" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(300, 18) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 1439 Me.Label1.Text = "編號" ' '流水號_tb ' Me.流水號_tb.Location = New System.Drawing.Point(131, 165) Me.流水號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.流水號_tb.Name = "流水號_tb" Me.流水號_tb.Size = New System.Drawing.Size(116, 23) Me.流水號_tb.TabIndex = 1454 ' '薪轉_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.薪轉_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.薪轉_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.薪轉_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.薪轉_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.薪轉_dgv.Location = New System.Drawing.Point(19, 121) Me.薪轉_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.薪轉_dgv.Name = "薪轉_dgv" Me.薪轉_dgv.RowHeadersWidth = 5 Me.薪轉_dgv.RowTemplate.Height = 24 Me.薪轉_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect Me.薪轉_dgv.Size = New System.Drawing.Size(1679, 868) Me.薪轉_dgv.TabIndex = 1438 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(8, 69) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(1228, 16) Me.Label14.TabIndex = 1479 Me.Label14.Text = resources.GetString("Label14.Text") ' 'Label15 ' Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(470, 69) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(1228, 16) Me.Label15.TabIndex = 1480 Me.Label15.Text = resources.GetString("Label15.Text") ' '薪資轉帳表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1707, 1000) Me.Controls.Add(Me.批量存檔_bt) Me.Controls.Add(Me.匯出EXCEL_bt) Me.Controls.Add(Me.匯入EXCEL_bt) Me.Controls.Add(Me.合計總金額_tb) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.中間日期_dtp) Me.Controls.Add(Me.上個月_bt) Me.Controls.Add(Me.一般月_ch) Me.Controls.Add(Me.會計月_ch) Me.Controls.Add(Me.下個月_bt) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.開始日期_dtp) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.人事流水號_tb) Me.Controls.Add(Me.結束日期_dtp) Me.Controls.Add(Me.姓名_cb) Me.Controls.Add(Me.薪資總金額_tb) Me.Controls.Add(Me.領現總金額_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.給付方式_cb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.薪資帳號_tb) Me.Controls.Add(Me.狀態_lb) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.存檔_bt) Me.Controls.Add(Me.新增準備_bt) Me.Controls.Add(Me.領現_tb) Me.Controls.Add(Me.薪資_tb) Me.Controls.Add(Me.獎金_tb) Me.Controls.Add(Me.身分證_tb) Me.Controls.Add(Me.編號_tb) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.流水號_tb) Me.Controls.Add(Me.薪轉_dgv) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Label15) 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(3, 4, 3, 4) Me.Name = "薪資轉帳表" Me.Text = "薪資轉帳表" Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.薪轉_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 批量存檔_bt As Button Friend WithEvents 匯出EXCEL_bt As Button Friend WithEvents 匯入EXCEL_bt As Button Friend WithEvents 合計總金額_tb As TextBox Friend WithEvents Label13 As Label Friend WithEvents 中間日期_dtp As DateTimePicker Friend WithEvents 上個月_bt As Button Friend WithEvents 一般月_ch As CheckBox Friend WithEvents 會計月_ch As CheckBox Friend WithEvents 下個月_bt As Button Friend WithEvents Label12 As Label Friend WithEvents 開始日期_dtp As DateTimePicker Friend WithEvents Label11 As Label Friend WithEvents 人事流水號_tb As TextBox Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents 新增準備ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 存檔ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 刪除ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 結束日期_dtp As DateTimePicker Friend WithEvents 姓名_cb As ComboBox Friend WithEvents 薪資總金額_tb As TextBox Friend WithEvents 領現總金額_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents Timer1 As Timer Friend WithEvents Label4 As Label Friend WithEvents 給付方式_cb As ComboBox Friend WithEvents Label9 As Label Friend WithEvents 薪資帳號_tb As TextBox Friend WithEvents 狀態_lb As Label Friend WithEvents 刪除_bt As Button Friend WithEvents 存檔_bt As Button Friend WithEvents 新增準備_bt As Button Friend WithEvents 領現_tb As TextBox Friend WithEvents 薪資_tb As TextBox Friend WithEvents 獎金_tb As TextBox Friend WithEvents 身分證_tb As TextBox Friend WithEvents 編號_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents Label8 As Label Friend WithEvents Label7 As Label Friend WithEvents Label6 As Label Friend WithEvents Label5 As Label Friend WithEvents Label3 As Label Friend WithEvents Label1 As Label Friend WithEvents 流水號_tb As TextBox Friend WithEvents 薪轉_dgv As DataGridView Friend WithEvents Label14 As Label Friend WithEvents Label15 As Label End Class