_ 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(會計帳務沖銷)) Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.圖片編碼_tb = New System.Windows.Forms.TextBox() Me.驗證碼_tb = New System.Windows.Forms.TextBox() Me.總金額_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.簽名檔_dgv = New System.Windows.Forms.DataGridView() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.總金額1_tb = New System.Windows.Forms.TextBox() Me.單據_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.已出納_dgv = New System.Windows.Forms.DataGridView() Me.縮放2_bt = New System.Windows.Forms.Button() Me.彙總_dgv = New System.Windows.Forms.DataGridView() Me.Panel2 = New System.Windows.Forms.Panel() Me.彙總1_dgv = New System.Windows.Forms.DataGridView() Me.合約號 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.可沖帳餘額 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Panel5 = New System.Windows.Forms.Panel() Me.系統說明_bt = New System.Windows.Forms.Button() Me.已沖帳清單_bt = New System.Windows.Forms.Button() Me.簽名_pb = New System.Windows.Forms.PictureBox() Me.大間距_ch = New System.Windows.Forms.CheckBox() Me.中間距_ch = New System.Windows.Forms.CheckBox() Me.縮放1_bt = New System.Windows.Forms.Button() Me.小間距_ch = New System.Windows.Forms.CheckBox() Me.作廢_bt = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() Me.當前剩餘1_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.歷史清單_dgv = New System.Windows.Forms.DataGridView() Me.縮放3_bt = New System.Windows.Forms.Button() Me.當前剩餘_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.沖帳後餘額_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.合約編號1_cb = New System.Windows.Forms.ComboBox() Me.Panel3 = New System.Windows.Forms.Panel() Me.選擇公司_cb = New System.Windows.Forms.ComboBox() Me.年份2_cb = New System.Windows.Forms.ComboBox() Me.Label13 = New System.Windows.Forms.Label() Me.月份2_cb = New System.Windows.Forms.ComboBox() Me.Label14 = New System.Windows.Forms.Label() Me.合約號_tb = New System.Windows.Forms.TextBox() Me.項次_tb = New System.Windows.Forms.TextBox() Me.存檔_bt = New System.Windows.Forms.Button() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.核准_bt = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.已出納_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel5.SuspendLayout() CType(Me.簽名_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel4.SuspendLayout() CType(Me.歷史清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel3.SuspendLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '清單_dgv ' Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.清單_dgv.BackgroundColor = System.Drawing.Color.White Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單_dgv.Location = New System.Drawing.Point(3, 2) Me.清單_dgv.Name = "清單_dgv" Me.清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.清單_dgv.RowTemplate.Height = 24 Me.清單_dgv.Size = New System.Drawing.Size(250, 230) Me.清單_dgv.TabIndex = 767 ' '圖片編碼_tb ' Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue Me.圖片編碼_tb.Location = New System.Drawing.Point(69, 54) Me.圖片編碼_tb.Name = "圖片編碼_tb" Me.圖片編碼_tb.Size = New System.Drawing.Size(132, 23) Me.圖片編碼_tb.TabIndex = 822 Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '驗證碼_tb ' Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue Me.驗證碼_tb.Location = New System.Drawing.Point(55, 78) Me.驗證碼_tb.Name = "驗證碼_tb" Me.驗證碼_tb.Size = New System.Drawing.Size(146, 23) Me.驗證碼_tb.TabIndex = 821 Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '總金額_tb ' Me.總金額_tb.Location = New System.Drawing.Point(549, 29) Me.總金額_tb.Name = "總金額_tb" Me.總金額_tb.Size = New System.Drawing.Size(112, 23) Me.總金額_tb.TabIndex = 820 Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label8 ' Me.Label8.Location = New System.Drawing.Point(218, 27) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(165, 20) Me.Label8.TabIndex = 819 Me.Label8.Text = "總金額/Jumlah total" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.ForeColor = System.Drawing.Color.Blue Me.Label20.Location = New System.Drawing.Point(14, 57) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(55, 16) Me.Label20.TabIndex = 817 Me.Label20.Text = "圖片編碼" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.ForeColor = System.Drawing.Color.Blue Me.Label19.Location = New System.Drawing.Point(12, 81) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(43, 16) Me.Label19.TabIndex = 816 Me.Label19.Text = "驗證碼" ' '簽名檔_dgv ' Me.簽名檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.簽名檔_dgv.Location = New System.Drawing.Point(3, 103) Me.簽名檔_dgv.Name = "簽名檔_dgv" Me.簽名檔_dgv.RowHeadersWidth = 5 Me.簽名檔_dgv.RowTemplate.Height = 24 Me.簽名檔_dgv.Size = New System.Drawing.Size(209, 51) Me.簽名檔_dgv.TabIndex = 813 ' '明細_dgv ' 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.BackgroundColor = System.Drawing.Color.White Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_dgv.Location = New System.Drawing.Point(2, 55) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(1093, 624) Me.明細_dgv.TabIndex = 812 ' 'Label3 ' Me.Label3.Location = New System.Drawing.Point(44, 31) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(62, 16) Me.Label3.TabIndex = 811 Me.Label3.Text = "申請人/Pemohon" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(108, 28) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(201, 23) Me.申請人_tb.TabIndex = 810 ' '總金額1_tb ' Me.總金額1_tb.Location = New System.Drawing.Point(580, 16) Me.總金額1_tb.Name = "總金額1_tb" Me.總金額1_tb.Size = New System.Drawing.Size(139, 23) Me.總金額1_tb.TabIndex = 808 Me.總金額1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '單據_tb ' Me.單據_tb.Location = New System.Drawing.Point(108, 4) Me.單據_tb.Name = "單據_tb" Me.單據_tb.Size = New System.Drawing.Size(201, 23) Me.單據_tb.TabIndex = 806 ' 'Label1 ' Me.Label1.Location = New System.Drawing.Point(19, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(88, 16) Me.Label1.TabIndex = 807 Me.Label1.Text = "零用金單號/Nomor kas kecil" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Panel1 ' Me.Panel1.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.Panel1.BackColor = System.Drawing.Color.Transparent Me.Panel1.Controls.Add(Me.已出納_dgv) Me.Panel1.Controls.Add(Me.縮放2_bt) Me.Panel1.Controls.Add(Me.彙總_dgv) Me.Panel1.Location = New System.Drawing.Point(-1, -1) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1351, 683) Me.Panel1.TabIndex = 823 ' '已出納_dgv ' Me.已出納_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.已出納_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.已出納_dgv.BackgroundColor = System.Drawing.Color.White Me.已出納_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.已出納_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.已出納_dgv.Location = New System.Drawing.Point(1047, 40) Me.已出納_dgv.Name = "已出納_dgv" Me.已出納_dgv.RowHeadersWidth = 5 Me.已出納_dgv.RowTemplate.Height = 24 Me.已出納_dgv.Size = New System.Drawing.Size(301, 639) Me.已出納_dgv.TabIndex = 1676 ' '縮放2_bt ' Me.縮放2_bt.BackgroundImage = CType(resources.GetObject("縮放2_bt.BackgroundImage"), System.Drawing.Image) Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue Me.縮放2_bt.Location = New System.Drawing.Point(3, 2) Me.縮放2_bt.Name = "縮放2_bt" Me.縮放2_bt.Size = New System.Drawing.Size(37, 37) Me.縮放2_bt.TabIndex = 1675 Me.縮放2_bt.UseVisualStyleBackColor = True ' '彙總_dgv ' 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.BackgroundColor = System.Drawing.Color.White Me.彙總_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.彙總_dgv.Location = New System.Drawing.Point(2, 40) Me.彙總_dgv.Name = "彙總_dgv" Me.彙總_dgv.RowHeadersWidth = 5 Me.彙總_dgv.RowTemplate.Height = 24 Me.彙總_dgv.Size = New System.Drawing.Size(1046, 639) Me.彙總_dgv.TabIndex = 1410 ' 'Panel2 ' Me.Panel2.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.Panel2.BackColor = System.Drawing.Color.Transparent Me.Panel2.Controls.Add(Me.彙總1_dgv) Me.Panel2.Controls.Add(Me.清單_dgv) Me.Panel2.Controls.Add(Me.Panel5) Me.Panel2.Controls.Add(Me.Panel4) Me.Panel2.Location = New System.Drawing.Point(-1, -1) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1351, 683) Me.Panel2.TabIndex = 824 ' '彙總1_dgv ' Me.彙總1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.彙總1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.彙總1_dgv.BackgroundColor = System.Drawing.Color.White Me.彙總1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.彙總1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.彙總1_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.合約號, Me.可沖帳餘額}) Me.彙總1_dgv.Location = New System.Drawing.Point(3, 231) Me.彙總1_dgv.Name = "彙總1_dgv" Me.彙總1_dgv.RowHeadersWidth = 5 Me.彙總1_dgv.RowTemplate.Height = 24 Me.彙總1_dgv.Size = New System.Drawing.Size(250, 448) Me.彙總1_dgv.TabIndex = 1845 ' '合約號 ' Me.合約號.HeaderText = "Contract ID" Me.合約號.Name = "合約號" ' '可沖帳餘額 ' Me.可沖帳餘額.HeaderText = "Remaining Balance" Me.可沖帳餘額.Name = "可沖帳餘額" ' 'Panel5 ' Me.Panel5.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.Panel5.Controls.Add(Me.系統說明_bt) Me.Panel5.Controls.Add(Me.已沖帳清單_bt) Me.Panel5.Controls.Add(Me.Label1) Me.Panel5.Controls.Add(Me.明細_dgv) Me.Panel5.Controls.Add(Me.Label3) Me.Panel5.Controls.Add(Me.簽名_pb) Me.Panel5.Controls.Add(Me.申請人_tb) Me.Panel5.Controls.Add(Me.單據_tb) Me.Panel5.Controls.Add(Me.大間距_ch) Me.Panel5.Controls.Add(Me.中間距_ch) Me.Panel5.Controls.Add(Me.縮放1_bt) Me.Panel5.Controls.Add(Me.小間距_ch) Me.Panel5.Controls.Add(Me.作廢_bt) Me.Panel5.Controls.Add(Me.總金額_tb) Me.Panel5.Location = New System.Drawing.Point(254, 0) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(1097, 683) Me.Panel5.TabIndex = 1852 ' '系統說明_bt ' Me.系統說明_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.系統說明_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.question_mark Me.系統說明_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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.Blue Me.系統說明_bt.Location = New System.Drawing.Point(911, 3) Me.系統說明_bt.Name = "系統說明_bt" Me.系統說明_bt.Size = New System.Drawing.Size(50, 50) Me.系統說明_bt.TabIndex = 1897 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.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.mail_receive Me.已沖帳清單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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.Blue Me.已沖帳清單_bt.Location = New System.Drawing.Point(809, 3) Me.已沖帳清單_bt.Name = "已沖帳清單_bt" Me.已沖帳清單_bt.Size = New System.Drawing.Size(50, 50) Me.已沖帳清單_bt.TabIndex = 1851 Me.已沖帳清單_bt.UseVisualStyleBackColor = True ' '簽名_pb ' Me.簽名_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.簽名_pb.BackColor = System.Drawing.Color.White Me.簽名_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.簽名_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.簽名_pb.Location = New System.Drawing.Point(963, 2) Me.簽名_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.簽名_pb.Name = "簽名_pb" Me.簽名_pb.Size = New System.Drawing.Size(130, 51) Me.簽名_pb.TabIndex = 814 Me.簽名_pb.TabStop = False ' '大間距_ch ' Me.大間距_ch.AutoSize = True Me.大間距_ch.Location = New System.Drawing.Point(405, 31) Me.大間距_ch.Name = "大間距_ch" Me.大間距_ch.Size = New System.Drawing.Size(39, 20) Me.大間距_ch.TabIndex = 1842 Me.大間距_ch.Text = "L3" Me.大間距_ch.UseVisualStyleBackColor = True ' '中間距_ch ' Me.中間距_ch.AutoSize = True Me.中間距_ch.Checked = True Me.中間距_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.中間距_ch.Location = New System.Drawing.Point(360, 31) Me.中間距_ch.Name = "中間距_ch" Me.中間距_ch.Size = New System.Drawing.Size(39, 20) Me.中間距_ch.TabIndex = 1841 Me.中間距_ch.Text = "L2" Me.中間距_ch.UseVisualStyleBackColor = True ' '縮放1_bt ' Me.縮放1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.縮放1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.list_bullets Me.縮放1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.縮放1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.縮放1_bt.ForeColor = System.Drawing.Color.Blue Me.縮放1_bt.Location = New System.Drawing.Point(758, 3) Me.縮放1_bt.Name = "縮放1_bt" Me.縮放1_bt.Size = New System.Drawing.Size(50, 50) Me.縮放1_bt.TabIndex = 1676 Me.縮放1_bt.UseVisualStyleBackColor = True ' '小間距_ch ' Me.小間距_ch.AutoSize = True Me.小間距_ch.Location = New System.Drawing.Point(315, 31) Me.小間距_ch.Name = "小間距_ch" Me.小間距_ch.Size = New System.Drawing.Size(39, 20) Me.小間距_ch.TabIndex = 1840 Me.小間距_ch.Text = "L1" Me.小間距_ch.UseVisualStyleBackColor = True ' '作廢_bt ' Me.作廢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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.Red Me.作廢_bt.Location = New System.Drawing.Point(860, 3) Me.作廢_bt.Name = "作廢_bt" Me.作廢_bt.Size = New System.Drawing.Size(50, 50) Me.作廢_bt.TabIndex = 818 Me.作廢_bt.UseVisualStyleBackColor = True ' 'Panel4 ' Me.Panel4.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.Panel4.Controls.Add(Me.當前剩餘1_tb) Me.Panel4.Controls.Add(Me.Label2) Me.Panel4.Controls.Add(Me.Label7) Me.Panel4.Controls.Add(Me.歷史清單_dgv) Me.Panel4.Controls.Add(Me.縮放3_bt) Me.Panel4.Controls.Add(Me.總金額1_tb) Me.Panel4.Location = New System.Drawing.Point(254, 0) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(1097, 683) Me.Panel4.TabIndex = 1851 ' '當前剩餘1_tb ' Me.當前剩餘1_tb.Location = New System.Drawing.Point(257, 15) Me.當前剩餘1_tb.Name = "當前剩餘1_tb" Me.當前剩餘1_tb.Size = New System.Drawing.Size(112, 23) Me.當前剩餘1_tb.TabIndex = 1853 Me.當前剩餘1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label2 ' Me.Label2.Location = New System.Drawing.Point(45, 17) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(210, 20) Me.Label2.TabIndex = 1852 Me.Label2.Text = "Current Balance" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label7 ' Me.Label7.Location = New System.Drawing.Point(369, 18) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(210, 20) Me.Label7.TabIndex = 1679 Me.Label7.Text = "總金額/Jumlah total" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '歷史清單_dgv ' 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.BackgroundColor = System.Drawing.Color.White Me.歷史清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.歷史清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.歷史清單_dgv.Location = New System.Drawing.Point(2, 41) Me.歷史清單_dgv.Name = "歷史清單_dgv" Me.歷史清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.歷史清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.歷史清單_dgv.RowTemplate.Height = 24 Me.歷史清單_dgv.Size = New System.Drawing.Size(1093, 638) Me.歷史清單_dgv.TabIndex = 1678 ' '縮放3_bt ' Me.縮放3_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.list_bullets Me.縮放3_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.縮放3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.縮放3_bt.ForeColor = System.Drawing.Color.Blue Me.縮放3_bt.Location = New System.Drawing.Point(2, 2) Me.縮放3_bt.Name = "縮放3_bt" Me.縮放3_bt.Size = New System.Drawing.Size(40, 40) Me.縮放3_bt.TabIndex = 1677 Me.縮放3_bt.UseVisualStyleBackColor = True ' '當前剩餘_tb ' Me.當前剩餘_tb.Location = New System.Drawing.Point(385, 2) Me.當前剩餘_tb.Name = "當前剩餘_tb" Me.當前剩餘_tb.Size = New System.Drawing.Size(112, 23) Me.當前剩餘_tb.TabIndex = 1849 Me.當前剩餘_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label6 ' Me.Label6.Location = New System.Drawing.Point(218, 3) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(165, 20) Me.Label6.TabIndex = 1848 Me.Label6.Text = "Current Balance" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '沖帳後餘額_tb ' Me.沖帳後餘額_tb.Location = New System.Drawing.Point(385, 50) Me.沖帳後餘額_tb.Name = "沖帳後餘額_tb" Me.沖帳後餘額_tb.Size = New System.Drawing.Size(112, 23) Me.沖帳後餘額_tb.TabIndex = 1847 Me.沖帳後餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label5 ' Me.Label5.Location = New System.Drawing.Point(218, 51) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(165, 20) Me.Label5.TabIndex = 1846 Me.Label5.Text = "Saldo Tersisa Setelah Dikompensasi" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label4 ' Me.Label4.Location = New System.Drawing.Point(7, 158) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(210, 18) Me.Label4.TabIndex = 1844 Me.Label4.Text = "Nama rekening offset yang ditunjuk" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' '合約編號1_cb ' Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.合約編號1_cb.FormattingEnabled = True Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"}) Me.合約編號1_cb.Location = New System.Drawing.Point(218, 155) Me.合約編號1_cb.Name = "合約編號1_cb" Me.合約編號1_cb.Size = New System.Drawing.Size(97, 24) Me.合約編號1_cb.TabIndex = 1843 ' 'Panel3 ' Me.Panel3.Controls.Add(Me.選擇公司_cb) Me.Panel3.Controls.Add(Me.年份2_cb) Me.Panel3.Controls.Add(Me.Label13) Me.Panel3.Controls.Add(Me.月份2_cb) Me.Panel3.Controls.Add(Me.Label14) Me.Panel3.Controls.Add(Me.合約號_tb) Me.Panel3.Controls.Add(Me.項次_tb) Me.Panel3.Controls.Add(Me.存檔_bt) Me.Panel3.Controls.Add(Me.當前剩餘_tb) Me.Panel3.Controls.Add(Me.語轉扭_bt) Me.Panel3.Controls.Add(Me.語言_dgv) Me.Panel3.Controls.Add(Me.Label6) Me.Panel3.Controls.Add(Me.核准_bt) Me.Panel3.Controls.Add(Me.圖片編碼_tb) Me.Panel3.Controls.Add(Me.Label19) Me.Panel3.Controls.Add(Me.沖帳後餘額_tb) Me.Panel3.Controls.Add(Me.Label20) Me.Panel3.Controls.Add(Me.Label5) Me.Panel3.Controls.Add(Me.驗證碼_tb) Me.Panel3.Controls.Add(Me.簽名檔_dgv) Me.Panel3.Controls.Add(Me.合約編號1_cb) Me.Panel3.Controls.Add(Me.Label4) Me.Panel3.Controls.Add(Me.Label8) Me.Panel3.Location = New System.Drawing.Point(465, 254) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(501, 199) Me.Panel3.TabIndex = 825 ' '選擇公司_cb ' Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue Me.選擇公司_cb.FormattingEnabled = True Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"}) Me.選擇公司_cb.Location = New System.Drawing.Point(345, 103) Me.選擇公司_cb.Name = "選擇公司_cb" Me.選擇公司_cb.Size = New System.Drawing.Size(152, 24) Me.選擇公司_cb.TabIndex = 1942 ' '年份2_cb ' Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.年份2_cb.FormattingEnabled = True Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"}) Me.年份2_cb.Location = New System.Drawing.Point(240, 75) Me.年份2_cb.Name = "年份2_cb" Me.年份2_cb.Size = New System.Drawing.Size(61, 24) Me.年份2_cb.TabIndex = 1940 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.BackColor = System.Drawing.Color.Transparent Me.Label13.Location = New System.Drawing.Point(208, 79) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(32, 16) Me.Label13.TabIndex = 1938 Me.Label13.Text = "Year" ' '月份2_cb ' Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.月份2_cb.FormattingEnabled = True Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.月份2_cb.Location = New System.Drawing.Point(337, 75) Me.月份2_cb.Name = "月份2_cb" Me.月份2_cb.Size = New System.Drawing.Size(46, 24) Me.月份2_cb.TabIndex = 1941 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.BackColor = System.Drawing.Color.Transparent Me.Label14.Location = New System.Drawing.Point(303, 79) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(34, 16) Me.Label14.TabIndex = 1939 Me.Label14.Text = "Mon" ' '合約號_tb ' Me.合約號_tb.Location = New System.Drawing.Point(385, 75) Me.合約號_tb.Name = "合約號_tb" Me.合約號_tb.Size = New System.Drawing.Size(112, 23) Me.合約號_tb.TabIndex = 1851 Me.合約號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '項次_tb ' Me.項次_tb.Location = New System.Drawing.Point(429, 135) Me.項次_tb.Name = "項次_tb" Me.項次_tb.Size = New System.Drawing.Size(68, 23) Me.項次_tb.TabIndex = 1838 ' '存檔_bt ' Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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.Blue Me.存檔_bt.Location = New System.Drawing.Point(218, 104) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(50, 50) Me.存檔_bt.TabIndex = 1850 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.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black Me.語轉扭_bt.Location = New System.Drawing.Point(325, 135) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1837 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2}) Me.語言_dgv.Location = New System.Drawing.Point(3, 3) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(209, 48) Me.語言_dgv.TabIndex = 649 Me.語言_dgv.Visible = False ' 'Column1 ' Me.Column1.HeaderText = "Column1" Me.Column1.Name = "Column1" ' 'Column2 ' Me.Column2.HeaderText = "Column2" Me.Column2.Name = "Column2" ' '核准_bt ' Me.核准_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.visa_2 Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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.Blue Me.核准_bt.Location = New System.Drawing.Point(274, 104) Me.核准_bt.Name = "核准_bt" Me.核准_bt.Size = New System.Drawing.Size(50, 50) Me.核准_bt.TabIndex = 815 Me.核准_bt.UseVisualStyleBackColor = True ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' '會計帳務沖銷 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.Controls.Add(Me.Panel3) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) 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 = "特支費與傭金沖帳" CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) CType(Me.已出納_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel5.ResumeLayout(False) Me.Panel5.PerformLayout() CType(Me.簽名_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() CType(Me.歷史清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents 清單_dgv As DataGridView Friend WithEvents 圖片編碼_tb As TextBox Friend WithEvents 驗證碼_tb As TextBox Friend WithEvents 總金額_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 作廢_bt As Button Friend WithEvents Label20 As Label Friend WithEvents Label19 As Label Friend WithEvents 核准_bt As Button Friend WithEvents 簽名_pb As PictureBox Friend WithEvents 簽名檔_dgv As DataGridView Friend WithEvents 明細_dgv As DataGridView Friend WithEvents Label3 As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents 總金額1_tb As TextBox Friend WithEvents 單據_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents Panel1 As Panel Friend WithEvents 彙總_dgv As DataGridView Friend WithEvents 縮放2_bt As Button Friend WithEvents Panel2 As Panel Friend WithEvents 縮放1_bt As Button Friend WithEvents Panel3 As Panel Friend WithEvents 語言_dgv As DataGridView Friend WithEvents Column1 As DataGridViewTextBoxColumn Friend WithEvents Column2 As DataGridViewTextBoxColumn Friend WithEvents 語轉扭_bt As Button Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 大間距_ch As CheckBox Friend WithEvents 中間距_ch As CheckBox Friend WithEvents 小間距_ch As CheckBox Friend WithEvents Label4 As Label Friend WithEvents 合約編號1_cb As ComboBox Friend WithEvents 彙總1_dgv As DataGridView Friend WithEvents 當前剩餘_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 沖帳後餘額_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 存檔_bt As Button Friend WithEvents 項次_tb As TextBox Friend WithEvents 已出納_dgv As DataGridView Friend WithEvents Panel4 As Panel Friend WithEvents 縮放3_bt As Button Friend WithEvents 歷史清單_dgv As DataGridView Friend WithEvents Panel5 As Panel Friend WithEvents Label7 As Label Friend WithEvents 當前剩餘1_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 合約號 As DataGridViewTextBoxColumn Friend WithEvents 可沖帳餘額 As DataGridViewTextBoxColumn Friend WithEvents 已沖帳清單_bt As Button Friend WithEvents 合約號_tb As TextBox Friend WithEvents 系統說明_bt As Button Friend WithEvents 年份2_cb As ComboBox Friend WithEvents Label13 As Label Friend WithEvents 月份2_cb As ComboBox Friend WithEvents Label14 As Label Friend WithEvents 選擇公司_cb As ComboBox End Class