123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425 |
- <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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.清單_dgv = New System.Windows.Forms.DataGridView()
- Me.月_cb = New System.Windows.Forms.ComboBox()
- Me.年_cb = New System.Windows.Forms.ComboBox()
- Me.查詢日期_lb = New System.Windows.Forms.Label()
- Me.Label62 = New System.Windows.Forms.Label()
- Me.未出納_ch = New System.Windows.Forms.CheckBox()
- Me.已出納_ch = New System.Windows.Forms.CheckBox()
- Me.全部資料2_ch = New System.Windows.Forms.CheckBox()
- Me.出納_lb = New System.Windows.Forms.Label()
- Me.已核對_ch = New System.Windows.Forms.CheckBox()
- Me.未核對_ch = New System.Windows.Forms.CheckBox()
- Me.全部資料1_ch = New System.Windows.Forms.CheckBox()
- Me.會計_lb = New System.Windows.Forms.Label()
- Me.單號_tb = New System.Windows.Forms.TextBox()
- Me.稅金比_tb = New System.Windows.Forms.TextBox()
- Me.稅金金額_tb = New System.Windows.Forms.TextBox()
- Me.稅金計算_ch = New System.Windows.Forms.CheckBox()
- Me.折扣金額_tb = New System.Windows.Forms.TextBox()
- Me.折扣比_tb = New System.Windows.Forms.TextBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.總金額_tb = New System.Windows.Forms.TextBox()
- Me.總金額_lb = New System.Windows.Forms.Label()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.對帳記錄存檔_tsm = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
- Me.關鍵字查詢_tsm = New System.Windows.Forms.ToolStripMenuItem()
- Me.二維碼查單_tsm = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
- Me.列印成EXCEL_tsm = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
- Me.清除_tsm = New System.Windows.Forms.ToolStripMenuItem()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '清單_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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單_dgv.Location = New System.Drawing.Point(12, 52)
- Me.清單_dgv.Name = "清單_dgv"
- Me.清單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
- Me.清單_dgv.RowTemplate.Height = 24
- Me.清單_dgv.Size = New System.Drawing.Size(1322, 622)
- Me.清單_dgv.TabIndex = 540
- '
- '月_cb
- '
- Me.月_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.月_cb.FormattingEnabled = True
- Me.月_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
- Me.月_cb.Location = New System.Drawing.Point(217, 4)
- Me.月_cb.Name = "月_cb"
- Me.月_cb.Size = New System.Drawing.Size(57, 24)
- Me.月_cb.TabIndex = 543
- '
- '年_cb
- '
- Me.年_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.年_cb.FormattingEnabled = True
- Me.年_cb.Items.AddRange(New Object() {"2019"})
- Me.年_cb.Location = New System.Drawing.Point(141, 4)
- Me.年_cb.Name = "年_cb"
- Me.年_cb.Size = New System.Drawing.Size(74, 24)
- Me.年_cb.TabIndex = 542
- '
- '查詢日期_lb
- '
- Me.查詢日期_lb.AutoSize = True
- Me.查詢日期_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.查詢日期_lb.Location = New System.Drawing.Point(9, 9)
- Me.查詢日期_lb.Name = "查詢日期_lb"
- Me.查詢日期_lb.Size = New System.Drawing.Size(128, 16)
- Me.查詢日期_lb.TabIndex = 541
- Me.查詢日期_lb.Text = "查 詢 日 期"
- '
- 'Label62
- '
- Me.Label62.AutoSize = True
- Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label62.ForeColor = System.Drawing.Color.Red
- Me.Label62.Location = New System.Drawing.Point(12, 31)
- Me.Label62.Name = "Label62"
- Me.Label62.Size = New System.Drawing.Size(252, 16)
- Me.Label62.TabIndex = 564
- Me.Label62.Text = "資料尚未存檔 / Informasi belum diarsipkan"
- Me.Label62.Visible = False
- '
- '未出納_ch
- '
- Me.未出納_ch.AutoSize = True
- Me.未出納_ch.ForeColor = System.Drawing.Color.Red
- Me.未出納_ch.Location = New System.Drawing.Point(655, 29)
- Me.未出納_ch.Name = "未出納_ch"
- Me.未出納_ch.Size = New System.Drawing.Size(111, 20)
- Me.未出納_ch.TabIndex = 578
- Me.未出納_ch.Text = "未 出 納"
- Me.未出納_ch.UseVisualStyleBackColor = True
- '
- '已出納_ch
- '
- Me.已出納_ch.AutoSize = True
- Me.已出納_ch.ForeColor = System.Drawing.Color.Red
- Me.已出納_ch.Location = New System.Drawing.Point(490, 30)
- Me.已出納_ch.Name = "已出納_ch"
- Me.已出納_ch.Size = New System.Drawing.Size(111, 20)
- Me.已出納_ch.TabIndex = 577
- Me.已出納_ch.Text = "已 出 納"
- Me.已出納_ch.UseVisualStyleBackColor = True
- '
- '全部資料2_ch
- '
- Me.全部資料2_ch.AutoSize = True
- Me.全部資料2_ch.ForeColor = System.Drawing.Color.Red
- Me.全部資料2_ch.Location = New System.Drawing.Point(365, 29)
- Me.全部資料2_ch.Name = "全部資料2_ch"
- Me.全部資料2_ch.Size = New System.Drawing.Size(75, 20)
- Me.全部資料2_ch.TabIndex = 576
- Me.全部資料2_ch.Text = "全部資料"
- Me.全部資料2_ch.UseVisualStyleBackColor = True
- '
- '出納_lb
- '
- Me.出納_lb.AutoSize = True
- Me.出納_lb.ForeColor = System.Drawing.Color.Red
- Me.出納_lb.Location = New System.Drawing.Point(277, 30)
- Me.出納_lb.Name = "出納_lb"
- Me.出納_lb.Size = New System.Drawing.Size(86, 16)
- Me.出納_lb.TabIndex = 575
- Me.出納_lb.Text = "出納--------->"
- '
- '已核對_ch
- '
- Me.已核對_ch.AutoSize = True
- Me.已核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.已核對_ch.Location = New System.Drawing.Point(490, 3)
- Me.已核對_ch.Name = "已核對_ch"
- Me.已核對_ch.Size = New System.Drawing.Size(135, 20)
- Me.已核對_ch.TabIndex = 572
- Me.已核對_ch.Text = "已 核 對"
- Me.已核對_ch.UseVisualStyleBackColor = True
- '
- '未核對_ch
- '
- Me.未核對_ch.AutoSize = True
- Me.未核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.未核對_ch.Location = New System.Drawing.Point(655, 3)
- Me.未核對_ch.Name = "未核對_ch"
- Me.未核對_ch.Size = New System.Drawing.Size(117, 20)
- Me.未核對_ch.TabIndex = 571
- Me.未核對_ch.Text = "未 核 對" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- Me.未核對_ch.UseVisualStyleBackColor = True
- '
- '全部資料1_ch
- '
- Me.全部資料1_ch.AutoSize = True
- Me.全部資料1_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.全部資料1_ch.Location = New System.Drawing.Point(365, 3)
- Me.全部資料1_ch.Name = "全部資料1_ch"
- Me.全部資料1_ch.Size = New System.Drawing.Size(75, 20)
- Me.全部資料1_ch.TabIndex = 570
- Me.全部資料1_ch.Text = "全部資料"
- Me.全部資料1_ch.UseVisualStyleBackColor = True
- '
- '會計_lb
- '
- Me.會計_lb.AutoSize = True
- Me.會計_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.會計_lb.Location = New System.Drawing.Point(277, 6)
- Me.會計_lb.Name = "會計_lb"
- Me.會計_lb.Size = New System.Drawing.Size(86, 16)
- Me.會計_lb.TabIndex = 574
- Me.會計_lb.Text = "會計--------->"
- '
- '單號_tb
- '
- Me.單號_tb.Location = New System.Drawing.Point(581, 238)
- Me.單號_tb.Name = "單號_tb"
- Me.單號_tb.Size = New System.Drawing.Size(140, 23)
- Me.單號_tb.TabIndex = 996
- Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '稅金比_tb
- '
- Me.稅金比_tb.Location = New System.Drawing.Point(938, 26)
- Me.稅金比_tb.Name = "稅金比_tb"
- Me.稅金比_tb.Size = New System.Drawing.Size(53, 23)
- Me.稅金比_tb.TabIndex = 995
- Me.稅金比_tb.Text = "10"
- Me.稅金比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '稅金金額_tb
- '
- Me.稅金金額_tb.Location = New System.Drawing.Point(994, 26)
- Me.稅金金額_tb.Name = "稅金金額_tb"
- Me.稅金金額_tb.Size = New System.Drawing.Size(140, 23)
- Me.稅金金額_tb.TabIndex = 994
- Me.稅金金額_tb.Text = "0"
- Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '稅金計算_ch
- '
- Me.稅金計算_ch.AutoSize = True
- Me.稅金計算_ch.Location = New System.Drawing.Point(856, 29)
- Me.稅金計算_ch.Name = "稅金計算_ch"
- Me.稅金計算_ch.Size = New System.Drawing.Size(71, 20)
- Me.稅金計算_ch.TabIndex = 993
- Me.稅金計算_ch.Text = "PPN % :"
- Me.稅金計算_ch.UseVisualStyleBackColor = True
- '
- '折扣金額_tb
- '
- Me.折扣金額_tb.Location = New System.Drawing.Point(994, 2)
- Me.折扣金額_tb.Name = "折扣金額_tb"
- Me.折扣金額_tb.Size = New System.Drawing.Size(140, 23)
- Me.折扣金額_tb.TabIndex = 992
- Me.折扣金額_tb.Text = "0"
- Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '折扣比_tb
- '
- Me.折扣比_tb.Location = New System.Drawing.Point(938, 2)
- Me.折扣比_tb.Name = "折扣比_tb"
- Me.折扣比_tb.Size = New System.Drawing.Size(53, 23)
- Me.折扣比_tb.TabIndex = 991
- Me.折扣比_tb.Text = "0"
- Me.折扣比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Location = New System.Drawing.Point(853, 7)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(55, 16)
- Me.Label12.TabIndex = 990
- Me.Label12.Text = "DISC % :"
- '
- '總金額_tb
- '
- Me.總金額_tb.Location = New System.Drawing.Point(1138, 26)
- Me.總金額_tb.Name = "總金額_tb"
- Me.總金額_tb.Size = New System.Drawing.Size(140, 23)
- Me.總金額_tb.TabIndex = 989
- Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- '總金額_lb
- '
- Me.總金額_lb.AutoSize = True
- Me.總金額_lb.Location = New System.Drawing.Point(1145, 7)
- Me.總金額_lb.Name = "總金額_lb"
- Me.總金額_lb.Size = New System.Drawing.Size(98, 16)
- Me.總金額_lb.TabIndex = 988
- Me.總金額_lb.Text = "總 金 額"
- '
- 'ContextMenuStrip1
- '
- Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.對帳記錄存檔_tsm, Me.ToolStripSeparator2, Me.關鍵字查詢_tsm, Me.二維碼查單_tsm, Me.ToolStripSeparator1, Me.列印成EXCEL_tsm, Me.ToolStripSeparator6, Me.清除_tsm})
- Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
- Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 132)
- '
- '對帳記錄存檔_tsm
- '
- Me.對帳記錄存檔_tsm.Name = "對帳記錄存檔_tsm"
- Me.對帳記錄存檔_tsm.Size = New System.Drawing.Size(146, 22)
- Me.對帳記錄存檔_tsm.Text = "對帳記錄存檔"
- '
- 'ToolStripSeparator2
- '
- Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
- Me.ToolStripSeparator2.Size = New System.Drawing.Size(143, 6)
- '
- '關鍵字查詢_tsm
- '
- Me.關鍵字查詢_tsm.Name = "關鍵字查詢_tsm"
- Me.關鍵字查詢_tsm.Size = New System.Drawing.Size(146, 22)
- Me.關鍵字查詢_tsm.Text = "關鍵字查詢"
- '
- '二維碼查單_tsm
- '
- Me.二維碼查單_tsm.Name = "二維碼查單_tsm"
- Me.二維碼查單_tsm.Size = New System.Drawing.Size(146, 22)
- Me.二維碼查單_tsm.Text = "二維碼查單"
- '
- 'ToolStripSeparator1
- '
- Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
- Me.ToolStripSeparator1.Size = New System.Drawing.Size(143, 6)
- '
- '列印成EXCEL_tsm
- '
- Me.列印成EXCEL_tsm.Name = "列印成EXCEL_tsm"
- Me.列印成EXCEL_tsm.Size = New System.Drawing.Size(146, 22)
- Me.列印成EXCEL_tsm.Text = "列印成EXCEL"
- '
- 'ToolStripSeparator6
- '
- Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
- Me.ToolStripSeparator6.Size = New System.Drawing.Size(143, 6)
- '
- '清除_tsm
- '
- Me.清除_tsm.Name = "清除_tsm"
- Me.清除_tsm.Size = New System.Drawing.Size(146, 22)
- Me.清除_tsm.Text = "清除查詢資料"
- Me.清除_tsm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.清除_tsm.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Location = New System.Drawing.Point(68, 87)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
- Me.語言_dgv.TabIndex = 1031
- Me.語言_dgv.Visible = False
- '
- '行政物料採購_驗收_對帳表
- '
- 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.ContextMenuStrip = Me.ContextMenuStrip1
- Me.Controls.Add(Me.語言_dgv)
- Me.Controls.Add(Me.單號_tb)
- Me.Controls.Add(Me.稅金比_tb)
- Me.Controls.Add(Me.稅金金額_tb)
- Me.Controls.Add(Me.稅金計算_ch)
- Me.Controls.Add(Me.折扣金額_tb)
- Me.Controls.Add(Me.折扣比_tb)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.總金額_tb)
- Me.Controls.Add(Me.總金額_lb)
- Me.Controls.Add(Me.未出納_ch)
- Me.Controls.Add(Me.已出納_ch)
- Me.Controls.Add(Me.全部資料2_ch)
- Me.Controls.Add(Me.出納_lb)
- Me.Controls.Add(Me.已核對_ch)
- Me.Controls.Add(Me.未核對_ch)
- Me.Controls.Add(Me.全部資料1_ch)
- Me.Controls.Add(Me.會計_lb)
- Me.Controls.Add(Me.Label62)
- Me.Controls.Add(Me.月_cb)
- Me.Controls.Add(Me.年_cb)
- Me.Controls.Add(Me.查詢日期_lb)
- 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(3, 4, 3, 4)
- Me.Name = "行政物料採購_驗收_對帳表"
- Me.Text = "行政物料採購_驗收_對帳表"
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ContextMenuStrip1.ResumeLayout(False)
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 清單_dgv As DataGridView
- Friend WithEvents 月_cb As ComboBox
- Friend WithEvents 年_cb As ComboBox
- Friend WithEvents 查詢日期_lb As Label
- Friend WithEvents Label62 As Label
- Friend WithEvents 未出納_ch As CheckBox
- Friend WithEvents 已出納_ch As CheckBox
- Friend WithEvents 全部資料2_ch As CheckBox
- Friend WithEvents 出納_lb As Label
- Friend WithEvents 已核對_ch As CheckBox
- Friend WithEvents 未核對_ch As CheckBox
- Friend WithEvents 全部資料1_ch As CheckBox
- Friend WithEvents 會計_lb As Label
- Friend WithEvents 單號_tb As TextBox
- Friend WithEvents 稅金比_tb As TextBox
- Friend WithEvents 稅金金額_tb As TextBox
- Friend WithEvents 稅金計算_ch As CheckBox
- Friend WithEvents 折扣金額_tb As TextBox
- Friend WithEvents 折扣比_tb As TextBox
- Friend WithEvents Label12 As Label
- Friend WithEvents 總金額_tb As TextBox
- Friend WithEvents 總金額_lb As Label
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
- Friend WithEvents 關鍵字查詢_tsm As ToolStripMenuItem
- Friend WithEvents 清除_tsm As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
- Friend WithEvents 二維碼查單_tsm As ToolStripMenuItem
- Friend WithEvents 列印成EXCEL_tsm As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
- Friend WithEvents 對帳記錄存檔_tsm As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
- Friend WithEvents 語言_dgv As DataGridView
- End Class
|