123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 倉儲對帳表
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- 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()
- Me.明細表_dgv = New System.Windows.Forms.DataGridView()
- Me.本期銷貨金額_tb = New System.Windows.Forms.TextBox()
- Me.Label22 = New System.Windows.Forms.Label()
- Me.類別清單_cb = New System.Windows.Forms.ComboBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.選擇供應商_cb = New System.Windows.Forms.ComboBox()
- Me.Label25 = New System.Windows.Forms.Label()
- Me.當月_bt = New System.Windows.Forms.Button()
- Me.當日_bt = New System.Windows.Forms.Button()
- Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.下個月_bt = New System.Windows.Forms.Button()
- Me.上個月_bt = New System.Windows.Forms.Button()
- Me.一般月_ch = New System.Windows.Forms.CheckBox()
- Me.會計月_ch = New System.Windows.Forms.CheckBox()
- Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.電話 = New System.Windows.Forms.TextBox()
- Me.傳真 = New System.Windows.Forms.TextBox()
- Me.地址 = New System.Windows.Forms.TextBox()
- Me.供應商名稱 = New System.Windows.Forms.TextBox()
- Me.供應商編號 = New System.Windows.Forms.TextBox()
- Me.匯出EXCEL_bt = New System.Windows.Forms.Button()
- Me.本期銷退金額_tb = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.合計金額_tb = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.不含稅_ch = New System.Windows.Forms.CheckBox()
- Me.含稅_ch = New System.Windows.Forms.CheckBox()
- Me.稅額_tb = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.金額總計_tb = New System.Windows.Forms.TextBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.公司名稱 = New System.Windows.Forms.TextBox()
- CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- '明細表_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細表_dgv.Location = New System.Drawing.Point(14, 67)
- Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(5)
- Me.明細表_dgv.Name = "明細表_dgv"
- Me.明細表_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.明細表_dgv.RowTemplate.Height = 24
- Me.明細表_dgv.Size = New System.Drawing.Size(1306, 610)
- Me.明細表_dgv.TabIndex = 1738
- '
- '本期銷貨金額_tb
- '
- Me.本期銷貨金額_tb.Location = New System.Drawing.Point(600, 32)
- Me.本期銷貨金額_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.本期銷貨金額_tb.Name = "本期銷貨金額_tb"
- Me.本期銷貨金額_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.本期銷貨金額_tb.Size = New System.Drawing.Size(76, 23)
- Me.本期銷貨金額_tb.TabIndex = 1739
- Me.本期銷貨金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label22
- '
- Me.Label22.AutoSize = True
- Me.Label22.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label22.Location = New System.Drawing.Point(597, 7)
- Me.Label22.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label22.Name = "Label22"
- Me.Label22.Size = New System.Drawing.Size(79, 16)
- Me.Label22.TabIndex = 1740
- Me.Label22.Text = "本期銷貨金額"
- '
- '類別清單_cb
- '
- Me.類別清單_cb.FormattingEnabled = True
- Me.類別清單_cb.Location = New System.Drawing.Point(86, 5)
- Me.類別清單_cb.Name = "類別清單_cb"
- Me.類別清單_cb.Size = New System.Drawing.Size(157, 24)
- Me.類別清單_cb.TabIndex = 1744
- Me.類別清單_cb.Visible = False
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label1.Location = New System.Drawing.Point(13, 9)
- Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(55, 16)
- Me.Label1.TabIndex = 1743
- Me.Label1.Text = "選擇類別"
- Me.Label1.Visible = False
- '
- '選擇供應商_cb
- '
- Me.選擇供應商_cb.FormattingEnabled = True
- Me.選擇供應商_cb.Location = New System.Drawing.Point(87, 35)
- Me.選擇供應商_cb.Name = "選擇供應商_cb"
- Me.選擇供應商_cb.Size = New System.Drawing.Size(156, 24)
- Me.選擇供應商_cb.TabIndex = 1742
- '
- 'Label25
- '
- Me.Label25.AutoSize = True
- Me.Label25.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label25.Location = New System.Drawing.Point(13, 38)
- Me.Label25.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(67, 16)
- Me.Label25.TabIndex = 1741
- Me.Label25.Text = "選擇供應商"
- '
- '當月_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(512, 3)
- Me.當月_bt.Name = "當月_bt"
- Me.當月_bt.Size = New System.Drawing.Size(45, 25)
- Me.當月_bt.TabIndex = 1749
- Me.當月_bt.Text = "當月"
- Me.當月_bt.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(467, 3)
- Me.當日_bt.Name = "當日_bt"
- Me.當日_bt.Size = New System.Drawing.Size(45, 25)
- Me.當日_bt.TabIndex = 1748
- Me.當日_bt.Text = "當日"
- Me.當日_bt.UseVisualStyleBackColor = True
- '
- '結束日期_dtp
- '
- Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.結束日期_dtp.Location = New System.Drawing.Point(375, 4)
- Me.結束日期_dtp.Name = "結束日期_dtp"
- Me.結束日期_dtp.Size = New System.Drawing.Size(91, 23)
- Me.結束日期_dtp.TabIndex = 1746
- '
- '開始日期_dtp
- '
- Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.開始日期_dtp.Location = New System.Drawing.Point(266, 4)
- Me.開始日期_dtp.Name = "開始日期_dtp"
- Me.開始日期_dtp.Size = New System.Drawing.Size(91, 23)
- Me.開始日期_dtp.TabIndex = 1745
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(357, 8)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(19, 16)
- Me.Label4.TabIndex = 1747
- Me.Label4.Text = "到"
- '
- '下個月_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(485, 33)
- Me.下個月_bt.Name = "下個月_bt"
- Me.下個月_bt.Size = New System.Drawing.Size(57, 23)
- Me.下個月_bt.TabIndex = 1751
- Me.下個月_bt.Text = "下個月"
- Me.下個月_bt.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(427, 33)
- Me.上個月_bt.Name = "上個月_bt"
- Me.上個月_bt.Size = New System.Drawing.Size(57, 23)
- Me.上個月_bt.TabIndex = 1750
- Me.上個月_bt.Text = "上個月"
- Me.上個月_bt.UseVisualStyleBackColor = True
- '
- '一般月_ch
- '
- Me.一般月_ch.AutoSize = True
- Me.一般月_ch.Location = New System.Drawing.Point(343, 35)
- Me.一般月_ch.Name = "一般月_ch"
- Me.一般月_ch.Size = New System.Drawing.Size(62, 20)
- Me.一般月_ch.TabIndex = 1753
- Me.一般月_ch.Text = "一般月"
- 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(265, 35)
- Me.會計月_ch.Name = "會計月_ch"
- Me.會計月_ch.Size = New System.Drawing.Size(62, 20)
- Me.會計月_ch.TabIndex = 1752
- Me.會計月_ch.Text = "會計月"
- Me.會計月_ch.UseVisualStyleBackColor = True
- '
- '中間日期_dtp
- '
- Me.中間日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.中間日期_dtp.Location = New System.Drawing.Point(50, 28)
- Me.中間日期_dtp.Name = "中間日期_dtp"
- Me.中間日期_dtp.Size = New System.Drawing.Size(91, 23)
- Me.中間日期_dtp.TabIndex = 1754
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.公司名稱)
- Me.Panel1.Controls.Add(Me.電話)
- Me.Panel1.Controls.Add(Me.傳真)
- Me.Panel1.Controls.Add(Me.地址)
- Me.Panel1.Controls.Add(Me.供應商名稱)
- Me.Panel1.Controls.Add(Me.供應商編號)
- Me.Panel1.Controls.Add(Me.中間日期_dtp)
- Me.Panel1.Location = New System.Drawing.Point(47, 203)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(510, 312)
- Me.Panel1.TabIndex = 1755
- Me.Panel1.Visible = False
- '
- '電話
- '
- Me.電話.Location = New System.Drawing.Point(50, 224)
- Me.電話.Margin = New System.Windows.Forms.Padding(4)
- Me.電話.Name = "電話"
- Me.電話.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.電話.Size = New System.Drawing.Size(76, 23)
- Me.電話.TabIndex = 1767
- Me.電話.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '傳真
- '
- Me.傳真.Location = New System.Drawing.Point(50, 266)
- Me.傳真.Margin = New System.Windows.Forms.Padding(4)
- Me.傳真.Name = "傳真"
- Me.傳真.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.傳真.Size = New System.Drawing.Size(76, 23)
- Me.傳真.TabIndex = 1768
- Me.傳真.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '地址
- '
- Me.地址.Location = New System.Drawing.Point(50, 170)
- Me.地址.Margin = New System.Windows.Forms.Padding(4)
- Me.地址.Name = "地址"
- Me.地址.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.地址.Size = New System.Drawing.Size(76, 23)
- Me.地址.TabIndex = 1757
- Me.地址.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '供應商名稱
- '
- Me.供應商名稱.Location = New System.Drawing.Point(50, 117)
- Me.供應商名稱.Margin = New System.Windows.Forms.Padding(4)
- Me.供應商名稱.Name = "供應商名稱"
- Me.供應商名稱.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.供應商名稱.Size = New System.Drawing.Size(76, 23)
- Me.供應商名稱.TabIndex = 1756
- Me.供應商名稱.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '供應商編號
- '
- Me.供應商編號.Location = New System.Drawing.Point(50, 74)
- Me.供應商編號.Margin = New System.Windows.Forms.Padding(4)
- Me.供應商編號.Name = "供應商編號"
- Me.供應商編號.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.供應商編號.Size = New System.Drawing.Size(76, 23)
- Me.供應商編號.TabIndex = 1755
- Me.供應商編號.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '匯出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.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
- Me.匯出EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.匯出EXCEL_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.匯出EXCEL_bt.Location = New System.Drawing.Point(1256, 4)
- Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt"
- Me.匯出EXCEL_bt.Size = New System.Drawing.Size(64, 51)
- Me.匯出EXCEL_bt.TabIndex = 1756
- Me.匯出EXCEL_bt.UseVisualStyleBackColor = True
- '
- '本期銷退金額_tb
- '
- Me.本期銷退金額_tb.Location = New System.Drawing.Point(710, 32)
- Me.本期銷退金額_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.本期銷退金額_tb.Name = "本期銷退金額_tb"
- Me.本期銷退金額_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.本期銷退金額_tb.Size = New System.Drawing.Size(76, 23)
- Me.本期銷退金額_tb.TabIndex = 1757
- Me.本期銷退金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label2.Location = New System.Drawing.Point(707, 7)
- Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(79, 16)
- Me.Label2.TabIndex = 1758
- Me.Label2.Text = "本期銷退金額"
- '
- '合計金額_tb
- '
- Me.合計金額_tb.Location = New System.Drawing.Point(894, 31)
- Me.合計金額_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.合計金額_tb.Name = "合計金額_tb"
- Me.合計金額_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.合計金額_tb.Size = New System.Drawing.Size(76, 23)
- Me.合計金額_tb.TabIndex = 1759
- Me.合計金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label3.Location = New System.Drawing.Point(903, 3)
- Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(55, 16)
- Me.Label3.TabIndex = 1760
- Me.Label3.Text = "金額合計"
- '
- '不含稅_ch
- '
- Me.不含稅_ch.AutoSize = True
- Me.不含稅_ch.Location = New System.Drawing.Point(819, 38)
- Me.不含稅_ch.Name = "不含稅_ch"
- Me.不含稅_ch.Size = New System.Drawing.Size(62, 20)
- Me.不含稅_ch.TabIndex = 1762
- Me.不含稅_ch.Text = "不含稅"
- 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(819, 4)
- Me.含稅_ch.Name = "含稅_ch"
- Me.含稅_ch.Size = New System.Drawing.Size(50, 20)
- Me.含稅_ch.TabIndex = 1761
- Me.含稅_ch.Text = "含稅"
- Me.含稅_ch.UseVisualStyleBackColor = True
- '
- '稅額_tb
- '
- Me.稅額_tb.Location = New System.Drawing.Point(988, 31)
- Me.稅額_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.稅額_tb.Name = "稅額_tb"
- Me.稅額_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.稅額_tb.Size = New System.Drawing.Size(76, 23)
- Me.稅額_tb.TabIndex = 1763
- Me.稅額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label5.Location = New System.Drawing.Point(1012, 4)
- Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(31, 16)
- Me.Label5.TabIndex = 1764
- Me.Label5.Text = "稅額"
- '
- '金額總計_tb
- '
- Me.金額總計_tb.Location = New System.Drawing.Point(1085, 31)
- Me.金額總計_tb.Margin = New System.Windows.Forms.Padding(4)
- Me.金額總計_tb.Name = "金額總計_tb"
- Me.金額總計_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.金額總計_tb.Size = New System.Drawing.Size(76, 23)
- Me.金額總計_tb.TabIndex = 1765
- Me.金額總計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label6.Location = New System.Drawing.Point(1094, 3)
- Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(55, 16)
- Me.Label6.TabIndex = 1766
- Me.Label6.Text = "金額總計"
- '
- 'ToolTip1
- '
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
- Me.ToolTip1.ToolTipTitle = "系統說明"
- '
- '公司名稱
- '
- Me.公司名稱.Location = New System.Drawing.Point(192, 28)
- Me.公司名稱.Margin = New System.Windows.Forms.Padding(4)
- Me.公司名稱.Name = "公司名稱"
- Me.公司名稱.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.公司名稱.Size = New System.Drawing.Size(76, 23)
- Me.公司名稱.TabIndex = 1769
- Me.公司名稱.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '倉儲對帳表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1334, 691)
- Me.Controls.Add(Me.金額總計_tb)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.稅額_tb)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.不含稅_ch)
- Me.Controls.Add(Me.含稅_ch)
- Me.Controls.Add(Me.合計金額_tb)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.本期銷退金額_tb)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.匯出EXCEL_bt)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.下個月_bt)
- Me.Controls.Add(Me.上個月_bt)
- Me.Controls.Add(Me.一般月_ch)
- Me.Controls.Add(Me.會計月_ch)
- Me.Controls.Add(Me.當月_bt)
- Me.Controls.Add(Me.當日_bt)
- Me.Controls.Add(Me.結束日期_dtp)
- Me.Controls.Add(Me.開始日期_dtp)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.類別清單_cb)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.選擇供應商_cb)
- Me.Controls.Add(Me.Label25)
- Me.Controls.Add(Me.本期銷貨金額_tb)
- Me.Controls.Add(Me.Label22)
- Me.Controls.Add(Me.明細表_dgv)
- 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()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 明細表_dgv As DataGridView
- Friend WithEvents 本期銷貨金額_tb As TextBox
- Friend WithEvents Label22 As Label
- Friend WithEvents 類別清單_cb As ComboBox
- Friend WithEvents Label1 As Label
- Friend WithEvents 選擇供應商_cb As ComboBox
- Friend WithEvents Label25 As Label
- Friend WithEvents 當月_bt As Button
- Friend WithEvents 當日_bt As Button
- Friend WithEvents 結束日期_dtp As DateTimePicker
- Friend WithEvents 開始日期_dtp As DateTimePicker
- Friend WithEvents Label4 As Label
- Friend WithEvents 下個月_bt As Button
- Friend WithEvents 上個月_bt As Button
- Friend WithEvents 一般月_ch As CheckBox
- Friend WithEvents 會計月_ch As CheckBox
- Friend WithEvents 中間日期_dtp As DateTimePicker
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 匯出EXCEL_bt As Button
- Friend WithEvents 本期銷退金額_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 合計金額_tb As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents 不含稅_ch As CheckBox
- Friend WithEvents 含稅_ch As CheckBox
- Friend WithEvents 稅額_tb As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents 金額總計_tb As TextBox
- Friend WithEvents Label6 As Label
- Friend WithEvents 電話 As TextBox
- Friend WithEvents 傳真 As TextBox
- Friend WithEvents 地址 As TextBox
- Friend WithEvents 供應商名稱 As TextBox
- Friend WithEvents 供應商編號 As TextBox
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 公司名稱 As TextBox
- End Class
|