123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- <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.準備扣_dgv = New System.Windows.Forms.DataGridView()
- Me.甲方1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.數量 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.公式 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.計算_bt = New System.Windows.Forms.Button()
- Me.目前_tb = New System.Windows.Forms.TextBox()
- Me.編輯_ch = New System.Windows.Forms.CheckBox()
- Me.RadPanorama1 = New Telerik.WinControls.UI.RadPanorama()
- Me.RadLayoutControl1 = New Telerik.WinControls.UI.RadLayoutControl()
- Me.算式_tb = New System.Windows.Forms.TextBox()
- Me.結果_tb = New System.Windows.Forms.TextBox()
- Me.鎖定_ch = New System.Windows.Forms.CheckBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.Button6 = New System.Windows.Forms.Button()
- CType(Me.準備扣_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.RadPanorama1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.RadLayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- '準備扣_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.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.甲方1, Me.數量, Me.公式})
- Me.準備扣_dgv.Location = New System.Drawing.Point(9, 12)
- Me.準備扣_dgv.Name = "準備扣_dgv"
- Me.準備扣_dgv.RowHeadersWidth = 5
- Me.準備扣_dgv.RowTemplate.Height = 24
- Me.準備扣_dgv.Size = New System.Drawing.Size(536, 387)
- Me.準備扣_dgv.TabIndex = 1848
- '
- '甲方1
- '
- Me.甲方1.HeaderText = "甲方"
- Me.甲方1.Name = "甲方1"
- '
- '數量
- '
- Me.數量.HeaderText = "數量"
- Me.數量.Name = "數量"
- '
- '公式
- '
- Me.公式.HeaderText = "公式"
- Me.公式.Name = "公式"
- '
- '計算_bt
- '
- Me.計算_bt.Location = New System.Drawing.Point(370, 434)
- Me.計算_bt.Name = "計算_bt"
- Me.計算_bt.Size = New System.Drawing.Size(103, 52)
- Me.計算_bt.TabIndex = 2
- Me.計算_bt.Text = "計算"
- Me.計算_bt.UseVisualStyleBackColor = True
- '
- '目前_tb
- '
- Me.目前_tb.Location = New System.Drawing.Point(9, 405)
- Me.目前_tb.Name = "目前_tb"
- Me.目前_tb.Size = New System.Drawing.Size(355, 23)
- Me.目前_tb.TabIndex = 1849
- '
- '編輯_ch
- '
- Me.編輯_ch.AutoSize = True
- Me.編輯_ch.Location = New System.Drawing.Point(370, 408)
- Me.編輯_ch.Name = "編輯_ch"
- Me.編輯_ch.Size = New System.Drawing.Size(50, 20)
- Me.編輯_ch.TabIndex = 1850
- Me.編輯_ch.Text = "編輯"
- Me.編輯_ch.UseVisualStyleBackColor = True
- '
- 'RadPanorama1
- '
- Me.RadPanorama1.BackColor = System.Drawing.SystemColors.ControlLightLight
- Me.RadPanorama1.Location = New System.Drawing.Point(3, 3)
- Me.RadPanorama1.Name = "RadPanorama1"
- '
- '
- '
- Me.RadPanorama1.RootElement.ControlBounds = New System.Drawing.Rectangle(3, 3, 240, 150)
- Me.RadPanorama1.TabIndex = 647
- '
- 'RadLayoutControl1
- '
- Me.RadLayoutControl1.BackColor = System.Drawing.SystemColors.ControlLightLight
- Me.RadLayoutControl1.Location = New System.Drawing.Point(249, 3)
- Me.RadLayoutControl1.Name = "RadLayoutControl1"
- '
- '
- '
- Me.RadLayoutControl1.RootElement.ControlBounds = New System.Drawing.Rectangle(249, 3, 200, 100)
- Me.RadLayoutControl1.Size = New System.Drawing.Size(147, 143)
- Me.RadLayoutControl1.TabIndex = 648
- '
- '算式_tb
- '
- Me.算式_tb.Location = New System.Drawing.Point(9, 434)
- Me.算式_tb.Name = "算式_tb"
- Me.算式_tb.Size = New System.Drawing.Size(355, 23)
- Me.算式_tb.TabIndex = 0
- '
- '結果_tb
- '
- Me.結果_tb.Location = New System.Drawing.Point(9, 463)
- Me.結果_tb.Name = "結果_tb"
- Me.結果_tb.Size = New System.Drawing.Size(355, 23)
- Me.結果_tb.TabIndex = 1
- '
- '鎖定_ch
- '
- Me.鎖定_ch.AutoSize = True
- Me.鎖定_ch.Location = New System.Drawing.Point(426, 408)
- Me.鎖定_ch.Name = "鎖定_ch"
- Me.鎖定_ch.Size = New System.Drawing.Size(50, 20)
- Me.鎖定_ch.TabIndex = 1851
- Me.鎖定_ch.Text = "鎖定"
- Me.鎖定_ch.UseVisualStyleBackColor = True
- '
- '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.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.鴻時系統運作邏輯0001
- Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel1.Controls.Add(Me.Button6)
- Me.Panel1.Controls.Add(Me.Button5)
- Me.Panel1.Controls.Add(Me.Button4)
- Me.Panel1.Controls.Add(Me.Button3)
- Me.Panel1.Controls.Add(Me.Button1)
- Me.Panel1.Controls.Add(Me.Button2)
- Me.Panel1.Location = New System.Drawing.Point(551, 3)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(703, 694)
- Me.Panel1.TabIndex = 1852
- '
- 'Button2
- '
- Me.Button2.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.Button2.Location = New System.Drawing.Point(53, 373)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(101, 53)
- Me.Button2.TabIndex = 1
- Me.Button2.Text = "Button2"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.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.Button1.Location = New System.Drawing.Point(248, 160)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(101, 53)
- Me.Button1.TabIndex = 2
- Me.Button1.Text = "Button1"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button3
- '
- Me.Button3.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.Button3.Location = New System.Drawing.Point(248, 372)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(101, 53)
- Me.Button3.TabIndex = 3
- Me.Button3.Text = "Button3"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.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.Button4.Location = New System.Drawing.Point(443, 373)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(101, 53)
- Me.Button4.TabIndex = 4
- Me.Button4.Text = "Button4"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Button5
- '
- Me.Button5.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.Button5.Location = New System.Drawing.Point(53, 564)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(101, 53)
- Me.Button5.TabIndex = 5
- Me.Button5.Text = "Button5"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Button6
- '
- Me.Button6.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.Button6.Location = New System.Drawing.Point(248, 564)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(101, 53)
- Me.Button6.TabIndex = 6
- Me.Button6.Text = "Button6"
- Me.Button6.UseVisualStyleBackColor = True
- '
- '測試介面
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1259, 701)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.鎖定_ch)
- Me.Controls.Add(Me.結果_tb)
- Me.Controls.Add(Me.編輯_ch)
- Me.Controls.Add(Me.算式_tb)
- Me.Controls.Add(Me.目前_tb)
- Me.Controls.Add(Me.準備扣_dgv)
- Me.Controls.Add(Me.計算_bt)
- 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 = "測試介面"
- CType(Me.準備扣_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.RadPanorama1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.RadLayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents CardViewGroupItem1 As Telerik.WinControls.UI.CardViewGroupItem
- Friend WithEvents 準備扣_dgv As DataGridView
- Friend WithEvents 甲方1 As DataGridViewTextBoxColumn
- Friend WithEvents 數量 As DataGridViewTextBoxColumn
- Friend WithEvents 公式 As DataGridViewTextBoxColumn
- Friend WithEvents 編輯_ch As CheckBox
- Friend WithEvents 目前_tb As TextBox
- Friend WithEvents 計算_bt As Button
- Friend WithEvents RadPanorama1 As Telerik.WinControls.UI.RadPanorama
- Friend WithEvents RadLayoutControl1 As Telerik.WinControls.UI.RadLayoutControl
- Friend WithEvents 算式_tb As TextBox
- Friend WithEvents 結果_tb As TextBox
- Friend WithEvents 鎖定_ch As CheckBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents Button6 As Button
- Friend WithEvents Button5 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents Button3 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- End Class
|