_ 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(採購單付款確認)) 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.Panel1 = New System.Windows.Forms.Panel() Me.詳細資料2_ch = New System.Windows.Forms.CheckBox() Me.Panel4 = New System.Windows.Forms.Panel() Me.日期_rb = New System.Windows.Forms.RadioButton() Me.單價_rb = New System.Windows.Forms.RadioButton() Me.價錢_dgv = New System.Windows.Forms.DataGridView() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.小間距_ch = New System.Windows.Forms.CheckBox() Me.大間距_ch = New System.Windows.Forms.CheckBox() Me.中間距_ch = New System.Windows.Forms.CheckBox() Me.Panel2 = New System.Windows.Forms.Panel() Me.列印成EXCEL_bt = New System.Windows.Forms.Button() Me.系統說明_bt = New System.Windows.Forms.Button() Me.視窗2_pl = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Label16 = New System.Windows.Forms.Label() Me.CanceL2_bt = New System.Windows.Forms.Button() Me.未付款_bt = New System.Windows.Forms.Button() Me.已付款_bt = New System.Windows.Forms.Button() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.Panel1.SuspendLayout() Me.Panel4.SuspendLayout() CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.視窗2_pl.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.詳細資料2_ch) Me.Panel1.Controls.Add(Me.Panel4) Me.Panel1.Controls.Add(Me.價錢_dgv) Me.Panel1.Controls.Add(Me.語轉扭_bt) Me.Panel1.Controls.Add(Me.小間距_ch) Me.Panel1.Controls.Add(Me.大間距_ch) Me.Panel1.Controls.Add(Me.中間距_ch) Me.Panel1.Location = New System.Drawing.Point(725, 168) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(361, 133) Me.Panel1.TabIndex = 0 ' '詳細資料2_ch ' Me.詳細資料2_ch.AutoSize = True Me.詳細資料2_ch.Location = New System.Drawing.Point(207, 6) Me.詳細資料2_ch.Name = "詳細資料2_ch" Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20) Me.詳細資料2_ch.TabIndex = 1906 Me.詳細資料2_ch.Text = "詳細資料 / Rincian" Me.詳細資料2_ch.UseVisualStyleBackColor = True ' 'Panel4 ' Me.Panel4.Controls.Add(Me.日期_rb) Me.Panel4.Controls.Add(Me.單價_rb) Me.Panel4.Location = New System.Drawing.Point(3, 103) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(330, 23) Me.Panel4.TabIndex = 1907 ' '日期_rb ' Me.日期_rb.AutoSize = True Me.日期_rb.Location = New System.Drawing.Point(138, 2) Me.日期_rb.Name = "日期_rb" Me.日期_rb.Size = New System.Drawing.Size(109, 20) Me.日期_rb.TabIndex = 1348 Me.日期_rb.TabStop = True Me.日期_rb.Text = "上一次購買日期" Me.日期_rb.UseVisualStyleBackColor = True ' '單價_rb ' Me.單價_rb.AutoSize = True Me.單價_rb.Location = New System.Drawing.Point(3, 2) Me.單價_rb.Name = "單價_rb" Me.單價_rb.Size = New System.Drawing.Size(73, 20) Me.單價_rb.TabIndex = 0 Me.單價_rb.TabStop = True Me.單價_rb.Text = "平均單價" Me.單價_rb.UseVisualStyleBackColor = True ' '價錢_dgv ' Me.價錢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.價錢_dgv.Location = New System.Drawing.Point(4, 4) Me.價錢_dgv.Name = "價錢_dgv" Me.價錢_dgv.RowTemplate.Height = 24 Me.價錢_dgv.Size = New System.Drawing.Size(163, 94) Me.價錢_dgv.TabIndex = 1839 Me.價錢_dgv.VirtualMode = 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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(171, 4) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1838 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '小間距_ch ' Me.小間距_ch.AutoSize = True Me.小間距_ch.Location = New System.Drawing.Point(207, 23) Me.小間距_ch.Name = "小間距_ch" Me.小間距_ch.Size = New System.Drawing.Size(39, 20) Me.小間距_ch.TabIndex = 1903 Me.小間距_ch.Text = "L1" Me.小間距_ch.UseVisualStyleBackColor = True ' '大間距_ch ' Me.大間距_ch.AutoSize = True Me.大間距_ch.Location = New System.Drawing.Point(297, 23) Me.大間距_ch.Name = "大間距_ch" Me.大間距_ch.Size = New System.Drawing.Size(39, 20) Me.大間距_ch.TabIndex = 1905 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(252, 23) Me.中間距_ch.Name = "中間距_ch" Me.中間距_ch.Size = New System.Drawing.Size(39, 20) Me.中間距_ch.TabIndex = 1904 Me.中間距_ch.Text = "L2" Me.中間距_ch.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.Transparent Me.Panel2.Controls.Add(Me.列印成EXCEL_bt) Me.Panel2.Controls.Add(Me.系統說明_bt) Me.Panel2.Controls.Add(Me.視窗2_pl) Me.Panel2.Controls.Add(Me.未付款_bt) Me.Panel2.Controls.Add(Me.已付款_bt) Me.Panel2.Controls.Add(Me.清單_dgv) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1349, 681) Me.Panel2.TabIndex = 1 ' '列印成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.BackColor = System.Drawing.SystemColors.Control Me.列印成EXCEL_bt.BackgroundImage = CType(resources.GetObject("列印成EXCEL_bt.BackgroundImage"), System.Drawing.Image) Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Green Me.列印成EXCEL_bt.Location = New System.Drawing.Point(1273, 2) Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt" Me.列印成EXCEL_bt.Size = New System.Drawing.Size(35, 35) Me.列印成EXCEL_bt.TabIndex = 1960 Me.列印成EXCEL_bt.UseVisualStyleBackColor = False ' '系統說明_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(1311, 2) Me.系統說明_bt.Name = "系統說明_bt" Me.系統說明_bt.Size = New System.Drawing.Size(35, 35) Me.系統說明_bt.TabIndex = 1959 Me.系統說明_bt.UseVisualStyleBackColor = True ' '視窗2_pl ' Me.視窗2_pl.BackColor = System.Drawing.Color.White Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.視窗2_pl.Controls.Add(Me.Panel3) Me.視窗2_pl.Controls.Add(Me.Label16) Me.視窗2_pl.Controls.Add(Me.CanceL2_bt) Me.視窗2_pl.Location = New System.Drawing.Point(87, 72) Me.視窗2_pl.Name = "視窗2_pl" Me.視窗2_pl.Size = New System.Drawing.Size(1197, 479) Me.視窗2_pl.TabIndex = 1403 ' 'Panel3 ' Me.Panel3.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.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel3.Controls.Add(Me.明細_dgv) Me.Panel3.Location = New System.Drawing.Point(3, 28) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(1190, 447) Me.Panel3.TabIndex = 1367 ' '明細_dgv ' 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, 3) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(1179, 437) Me.明細_dgv.TabIndex = 1051 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.BackColor = System.Drawing.Color.Transparent Me.Label16.Location = New System.Drawing.Point(5, 7) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(55, 16) Me.Label16.TabIndex = 1375 Me.Label16.Text = "採購清單" ' 'CanceL2_bt ' Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black Me.CanceL2_bt.Location = New System.Drawing.Point(1165, 2) Me.CanceL2_bt.Name = "CanceL2_bt" Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26) Me.CanceL2_bt.TabIndex = 1374 Me.CanceL2_bt.Text = "X" Me.CanceL2_bt.UseVisualStyleBackColor = False ' '未付款_bt ' Me.未付款_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.未付款_bt.ForeColor = System.Drawing.Color.Black Me.未付款_bt.Location = New System.Drawing.Point(3, 2) Me.未付款_bt.Name = "未付款_bt" Me.未付款_bt.Size = New System.Drawing.Size(132, 35) Me.未付款_bt.TabIndex = 1902 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.Black Me.已付款_bt.Location = New System.Drawing.Point(141, 2) Me.已付款_bt.Name = "已付款_bt" Me.已付款_bt.Size = New System.Drawing.Size(132, 35) Me.已付款_bt.TabIndex = 1901 Me.已付款_bt.Text = "已付款" Me.已付款_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 DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.清單_dgv.DefaultCellStyle = DataGridViewCellStyle2 Me.清單_dgv.Location = New System.Drawing.Point(3, 37) Me.清單_dgv.Name = "清單_dgv" Me.清單_dgv.RowHeadersWidth = 5 Me.清單_dgv.RowTemplate.Height = 24 Me.清單_dgv.Size = New System.Drawing.Size(1343, 641) Me.清單_dgv.TabIndex = 1900 ' '採購單付款確認 ' 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.Panel1) Me.Controls.Add(Me.Panel2) 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "採購單付款確認" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.視窗2_pl.ResumeLayout(False) Me.視窗2_pl.PerformLayout() Me.Panel3.ResumeLayout(False) CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents 語轉扭_bt As Button Friend WithEvents Panel2 As Panel Friend WithEvents 清單_dgv As DataGridView Friend WithEvents 未付款_bt As Button Friend WithEvents 已付款_bt As Button Friend WithEvents 視窗2_pl As Panel Friend WithEvents Panel3 As Panel Friend WithEvents Label16 As Label Friend WithEvents CanceL2_bt As Button Friend WithEvents 明細_dgv As DataGridView Friend WithEvents 大間距_ch As CheckBox Friend WithEvents 中間距_ch As CheckBox Friend WithEvents 小間距_ch As CheckBox Friend WithEvents 詳細資料2_ch As CheckBox Friend WithEvents 價錢_dgv As DataGridView Friend WithEvents Panel4 As Panel Friend WithEvents 日期_rb As RadioButton Friend WithEvents 單價_rb As RadioButton Friend WithEvents 系統說明_bt As Button Friend WithEvents 列印成EXCEL_bt As Button End Class