_ 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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.已核准_dgv = New System.Windows.Forms.DataGridView() Me.全部資料_cb = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() 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.幣別_cb = New System.Windows.Forms.ComboBox() Me.年份2_cb = New System.Windows.Forms.ComboBox() Me.月份2_cb = New System.Windows.Forms.ComboBox() Me.系統單號_tb = New System.Windows.Forms.TextBox() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.選擇公司_cb = New System.Windows.Forms.ComboBox() Me.單號_tb = New System.Windows.Forms.TextBox() Me.總金額_tb = New System.Windows.Forms.TextBox() Me.公司_tb = New System.Windows.Forms.TextBox() Me.公司1_tb = New System.Windows.Forms.TextBox() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.清除_bt = New System.Windows.Forms.Button() Me.全選_bt = New System.Windows.Forms.Button() Me.支付銀行_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.銀行帳號_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.銀行支行_tb = New System.Windows.Forms.TextBox() Me.生成財務單_bt = New System.Windows.Forms.Button() Me.部門選單_cb = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.申請金額_nud = New System.Windows.Forms.NumericUpDown() Me.支付日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label20 = New System.Windows.Forms.Label() Me.內容_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label9 = New System.Windows.Forms.Label() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.申請金額_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() Me.SuspendLayout() ' '已核准_dgv ' DataGridViewCellStyle5.BackColor = System.Drawing.Color.White Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5 Me.已核准_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.已核准_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, 30) Me.已核准_dgv.Name = "已核准_dgv" Me.已核准_dgv.RowHeadersWidth = 5 Me.已核准_dgv.RowTemplate.Height = 24 Me.已核准_dgv.Size = New System.Drawing.Size(662, 647) Me.已核准_dgv.TabIndex = 942 ' '全部資料_cb ' Me.全部資料_cb.AutoSize = True Me.全部資料_cb.Location = New System.Drawing.Point(5, 5) Me.全部資料_cb.Name = "全部資料_cb" Me.全部資料_cb.Size = New System.Drawing.Size(70, 20) Me.全部資料_cb.TabIndex = 1898 Me.全部資料_cb.Text = "All Data" Me.全部資料_cb.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.付款金額_tb) Me.Panel1.Controls.Add(Me.已轉金額_tb) Me.Panel1.Controls.Add(Me.人民幣匯率_tb) Me.Panel1.Controls.Add(Me.印尼匯率_tb) Me.Panel1.Controls.Add(Me.美金匯率_tb) Me.Panel1.Controls.Add(Me.幣別_cb) Me.Panel1.Controls.Add(Me.年份2_cb) Me.Panel1.Controls.Add(Me.月份2_cb) Me.Panel1.Controls.Add(Me.系統單號_tb) Me.Panel1.Controls.Add(Me.申請人_tb) Me.Panel1.Controls.Add(Me.選擇公司_cb) Me.Panel1.Controls.Add(Me.單號_tb) Me.Panel1.Controls.Add(Me.總金額_tb) Me.Panel1.Location = New System.Drawing.Point(142, 223) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(237, 93) Me.Panel1.TabIndex = 1899 Me.Panel1.Visible = False ' '付款金額_tb ' Me.付款金額_tb.Location = New System.Drawing.Point(180, 34) Me.付款金額_tb.Name = "付款金額_tb" Me.付款金額_tb.Size = New System.Drawing.Size(31, 23) Me.付款金額_tb.TabIndex = 1945 ' '已轉金額_tb ' Me.已轉金額_tb.Location = New System.Drawing.Point(180, 4) Me.已轉金額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已轉金額_tb.Name = "已轉金額_tb" Me.已轉金額_tb.Size = New System.Drawing.Size(31, 23) Me.已轉金額_tb.TabIndex = 1944 Me.已轉金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '人民幣匯率_tb ' Me.人民幣匯率_tb.Location = New System.Drawing.Point(143, 4) Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.人民幣匯率_tb.Name = "人民幣匯率_tb" Me.人民幣匯率_tb.Size = New System.Drawing.Size(31, 23) Me.人民幣匯率_tb.TabIndex = 1941 Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '印尼匯率_tb ' Me.印尼匯率_tb.Location = New System.Drawing.Point(143, 62) Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.印尼匯率_tb.Name = "印尼匯率_tb" Me.印尼匯率_tb.Size = New System.Drawing.Size(31, 23) Me.印尼匯率_tb.TabIndex = 1943 Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '美金匯率_tb ' Me.美金匯率_tb.Location = New System.Drawing.Point(143, 33) Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.美金匯率_tb.Name = "美金匯率_tb" Me.美金匯率_tb.Size = New System.Drawing.Size(31, 23) Me.美金匯率_tb.TabIndex = 1942 Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '幣別_cb ' Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.幣別_cb.FormattingEnabled = True Me.幣別_cb.Items.AddRange(New Object() {"TWD", "RMB", "USD", "IDR"}) Me.幣別_cb.Location = New System.Drawing.Point(97, 62) Me.幣別_cb.Name = "幣別_cb" Me.幣別_cb.Size = New System.Drawing.Size(40, 24) Me.幣別_cb.TabIndex = 1940 ' '年份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(3, 62) Me.年份2_cb.Name = "年份2_cb" Me.年份2_cb.Size = New System.Drawing.Size(41, 24) Me.年份2_cb.TabIndex = 1938 ' '月份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(50, 62) Me.月份2_cb.Name = "月份2_cb" Me.月份2_cb.Size = New System.Drawing.Size(41, 24) Me.月份2_cb.TabIndex = 1939 ' '系統單號_tb ' Me.系統單號_tb.Location = New System.Drawing.Point(97, 32) Me.系統單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.系統單號_tb.Name = "系統單號_tb" Me.系統單號_tb.Size = New System.Drawing.Size(40, 23) Me.系統單號_tb.TabIndex = 1890 Me.系統單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(97, 4) Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(40, 23) Me.申請人_tb.TabIndex = 1889 Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '選擇公司_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(50, 32) Me.選擇公司_cb.Name = "選擇公司_cb" Me.選擇公司_cb.Size = New System.Drawing.Size(41, 24) Me.選擇公司_cb.TabIndex = 1866 ' '單號_tb ' Me.單號_tb.Location = New System.Drawing.Point(50, 4) Me.單號_tb.Name = "單號_tb" Me.單號_tb.Size = New System.Drawing.Size(41, 23) Me.單號_tb.TabIndex = 3 ' '總金額_tb ' Me.總金額_tb.Location = New System.Drawing.Point(3, 33) Me.總金額_tb.Name = "總金額_tb" Me.總金額_tb.Size = New System.Drawing.Size(41, 23) Me.總金額_tb.TabIndex = 2 ' '公司_tb ' Me.公司_tb.Location = New System.Drawing.Point(192, 4) Me.公司_tb.Name = "公司_tb" Me.公司_tb.Size = New System.Drawing.Size(336, 23) Me.公司_tb.TabIndex = 0 ' '公司1_tb ' Me.公司1_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.公司1_tb.Location = New System.Drawing.Point(2, 18) Me.公司1_tb.Multiline = True Me.公司1_tb.Name = "公司1_tb" Me.公司1_tb.Size = New System.Drawing.Size(340, 37) Me.公司1_tb.TabIndex = 1 ' '明細_dgv ' DataGridViewCellStyle6.BackColor = System.Drawing.Color.White Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6 Me.明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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, 3) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(388, 216) Me.明細_dgv.TabIndex = 1900 ' '清除_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.Stretch Me.清除_bt.Location = New System.Drawing.Point(247, 5) Me.清除_bt.Name = "清除_bt" Me.清除_bt.Size = New System.Drawing.Size(47, 46) Me.清除_bt.TabIndex = 1902 Me.清除_bt.UseVisualStyleBackColor = True ' '全選_bt ' Me.全選_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_1 Me.全選_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.全選_bt.Location = New System.Drawing.Point(530, 0) Me.全選_bt.Name = "全選_bt" Me.全選_bt.Size = New System.Drawing.Size(30, 30) Me.全選_bt.TabIndex = 1903 Me.全選_bt.UseVisualStyleBackColor = True ' '支付銀行_tb ' Me.支付銀行_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.支付銀行_tb.Location = New System.Drawing.Point(2, 71) Me.支付銀行_tb.Multiline = True Me.支付銀行_tb.Name = "支付銀行_tb" Me.支付銀行_tb.Size = New System.Drawing.Size(340, 37) Me.支付銀行_tb.TabIndex = 1904 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(4, 3) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1905 Me.Label1.Text = "支付對象" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(4, 57) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(55, 16) Me.Label2.TabIndex = 1906 Me.Label2.Text = "支付銀行" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(9, 4) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(55, 16) Me.Label3.TabIndex = 1908 Me.Label3.Text = "銀行帳號" ' '銀行帳號_tb ' Me.銀行帳號_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.銀行帳號_tb.Location = New System.Drawing.Point(7, 18) Me.銀行帳號_tb.Multiline = True Me.銀行帳號_tb.Name = "銀行帳號_tb" Me.銀行帳號_tb.Size = New System.Drawing.Size(346, 37) Me.銀行帳號_tb.TabIndex = 1907 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(9, 57) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(55, 16) Me.Label4.TabIndex = 1910 Me.Label4.Text = "銀行支行" ' '銀行支行_tb ' Me.銀行支行_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.銀行支行_tb.Location = New System.Drawing.Point(7, 71) Me.銀行支行_tb.Multiline = True Me.銀行支行_tb.Name = "銀行支行_tb" Me.銀行支行_tb.Size = New System.Drawing.Size(346, 37) Me.銀行支行_tb.TabIndex = 1909 ' '生成財務單_bt ' Me.生成財務單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow Me.生成財務單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.生成財務單_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.生成財務單_bt.Location = New System.Drawing.Point(4, 5) Me.生成財務單_bt.Name = "生成財務單_bt" Me.生成財務單_bt.Size = New System.Drawing.Size(47, 46) Me.生成財務單_bt.TabIndex = 1911 Me.生成財務單_bt.UseVisualStyleBackColor = True ' '部門選單_cb ' Me.部門選單_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.部門選單_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.部門選單_cb.FormattingEnabled = True Me.部門選單_cb.Location = New System.Drawing.Point(3, 68) Me.部門選單_cb.Name = "部門選單_cb" Me.部門選單_cb.Size = New System.Drawing.Size(291, 24) Me.部門選單_cb.TabIndex = 1912 ' 'Label5 ' Me.Label5.BackColor = System.Drawing.Color.Transparent Me.Label5.Location = New System.Drawing.Point(5, 49) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(140, 20) Me.Label5.TabIndex = 1913 Me.Label5.Text = "部門選擇" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '申請日期_dtp ' Me.申請日期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd" Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.申請日期_dtp.Location = New System.Drawing.Point(3, 111) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(291, 23) Me.申請日期_dtp.TabIndex = 1915 ' 'Label6 ' Me.Label6.BackColor = System.Drawing.Color.Transparent Me.Label6.Location = New System.Drawing.Point(6, 93) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(140, 20) Me.Label6.TabIndex = 1914 Me.Label6.Text = "申請日期" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label7 ' Me.Label7.BackColor = System.Drawing.Color.Transparent Me.Label7.Location = New System.Drawing.Point(5, 135) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(140, 20) Me.Label7.TabIndex = 1917 Me.Label7.Text = "申請金額" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '申請金額_nud ' Me.申請金額_nud.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.申請金額_nud.Location = New System.Drawing.Point(3, 153) Me.申請金額_nud.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0}) Me.申請金額_nud.Name = "申請金額_nud" Me.申請金額_nud.Size = New System.Drawing.Size(291, 23) Me.申請金額_nud.TabIndex = 1916 Me.申請金額_nud.ThousandsSeparator = True ' '支付日期_dtp ' Me.支付日期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.支付日期_dtp.CustomFormat = "yyyy/MM/dd" Me.支付日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.支付日期_dtp.Location = New System.Drawing.Point(3, 195) Me.支付日期_dtp.Name = "支付日期_dtp" Me.支付日期_dtp.Size = New System.Drawing.Size(291, 23) Me.支付日期_dtp.TabIndex = 1960 ' 'Label20 ' Me.Label20.BackColor = System.Drawing.Color.Transparent Me.Label20.Location = New System.Drawing.Point(6, 177) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(130, 20) Me.Label20.TabIndex = 1961 Me.Label20.Text = "支付日期" Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '內容_tb ' Me.內容_tb.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.內容_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.內容_tb.Location = New System.Drawing.Point(667, 366) Me.內容_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.內容_tb.Multiline = True Me.內容_tb.Name = "內容_tb" Me.內容_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.內容_tb.Size = New System.Drawing.Size(694, 203) Me.內容_tb.TabIndex = 1962 ' 'Label8 ' Me.Label8.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label8.BackColor = System.Drawing.Color.Transparent Me.Label8.Location = New System.Drawing.Point(668, 348) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(140, 20) Me.Label8.TabIndex = 1963 Me.Label8.Text = "申請內容" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '語轉扭_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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(635, 0) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(30, 30) Me.語轉扭_bt.TabIndex = 1964 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackColor = System.Drawing.Color.White Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01 Me.PictureBox1.Location = New System.Drawing.Point(666, 2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(695, 99) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 1965 Me.PictureBox1.TabStop = False ' 'Label9 ' Me.Label9.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label9.BackColor = System.Drawing.Color.Transparent Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.Location = New System.Drawing.Point(666, 103) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(694, 22) Me.Label9.TabIndex = 1966 Me.Label9.Text = "PERMINTAAN PEMBAYARAN" Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'PictureBox2 ' Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01 Me.PictureBox2.Location = New System.Drawing.Point(666, 2) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(695, 99) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 1967 Me.PictureBox2.TabStop = False ' 'SplitContainer1 ' Me.SplitContainer1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.SplitContainer1.Location = New System.Drawing.Point(666, 569) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.公司1_tb) Me.SplitContainer1.Panel1.Controls.Add(Me.Label1) Me.SplitContainer1.Panel1.Controls.Add(Me.支付銀行_tb) Me.SplitContainer1.Panel1.Controls.Add(Me.Label2) Me.SplitContainer1.Panel1MinSize = 2 ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.銀行帳號_tb) Me.SplitContainer1.Panel2.Controls.Add(Me.Label3) Me.SplitContainer1.Panel2.Controls.Add(Me.銀行支行_tb) Me.SplitContainer1.Panel2.Controls.Add(Me.Label4) Me.SplitContainer1.Panel2MinSize = 2 Me.SplitContainer1.Size = New System.Drawing.Size(695, 112) Me.SplitContainer1.SplitterDistance = 345 Me.SplitContainer1.SplitterWidth = 1 Me.SplitContainer1.TabIndex = 1968 ' 'SplitContainer2 ' Me.SplitContainer2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.SplitContainer2.Location = New System.Drawing.Point(666, 127) Me.SplitContainer2.Name = "SplitContainer2" ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.明細_dgv) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.支付日期_dtp) Me.SplitContainer2.Panel2.Controls.Add(Me.清除_bt) Me.SplitContainer2.Panel2.Controls.Add(Me.Label20) Me.SplitContainer2.Panel2.Controls.Add(Me.生成財務單_bt) Me.SplitContainer2.Panel2.Controls.Add(Me.申請金額_nud) Me.SplitContainer2.Panel2.Controls.Add(Me.部門選單_cb) Me.SplitContainer2.Panel2.Controls.Add(Me.申請日期_dtp) Me.SplitContainer2.Panel2.Controls.Add(Me.Label6) Me.SplitContainer2.Panel2.Controls.Add(Me.Label5) Me.SplitContainer2.Panel2.Controls.Add(Me.Label7) Me.SplitContainer2.Size = New System.Drawing.Size(695, 222) Me.SplitContainer2.SplitterDistance = 393 Me.SplitContainer2.TabIndex = 1969 ' '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(1364, 681) Me.Controls.Add(Me.SplitContainer2) Me.Controls.Add(Me.內容_tb) Me.Controls.Add(Me.全選_bt) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.全部資料_cb) Me.Controls.Add(Me.已核准_dgv) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.公司_tb) 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.Name = "採購轉財物支付單" Me.Text = "採購轉財物支付單" CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.申請金額_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.Panel2.PerformLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer2.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 已核准_dgv As DataGridView Friend WithEvents 全部資料_cb As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents 公司1_tb As TextBox Friend WithEvents 公司_tb As TextBox Friend WithEvents 明細_dgv As DataGridView 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 Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents 銀行帳號_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents 銀行支行_tb As TextBox Friend WithEvents 生成財務單_bt As Button Friend WithEvents 部門選單_cb As ComboBox Friend WithEvents Label5 As Label Friend WithEvents 申請日期_dtp As DateTimePicker Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents 申請金額_nud As NumericUpDown Friend WithEvents 支付日期_dtp As DateTimePicker Friend WithEvents Label20 As Label Friend WithEvents 內容_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 選擇公司_cb As ComboBox Friend WithEvents 申請人_tb As TextBox Friend WithEvents 系統單號_tb As TextBox Friend WithEvents 年份2_cb As ComboBox Friend WithEvents 月份2_cb As ComboBox Friend WithEvents 幣別_cb As ComboBox 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 PictureBox1 As PictureBox Friend WithEvents Label9 As Label Friend WithEvents PictureBox2 As PictureBox Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents SplitContainer2 As SplitContainer Friend WithEvents ToolTip1 As ToolTip End Class