123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- <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()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.控制表_dgv = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.合計數_tb = New System.Windows.Forms.TextBox()
- Me.明細表1_dgv = New System.Windows.Forms.DataGridView()
- Me.明細表2_dgv = New System.Windows.Forms.DataGridView()
- Me.燈位_dgv = New System.Windows.Forms.DataGridView()
- Me.位置_tb = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.年度_cb = New System.Windows.Forms.ComboBox()
- Me.燈種編輯_bt = New System.Windows.Forms.Button()
- Me.燈位編輯_bt = New System.Windows.Forms.Button()
- Me.燈種_bt = New System.Windows.Forms.TextBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.金額_tb = New System.Windows.Forms.TextBox()
- Me.執行1_bt = New System.Windows.Forms.Button()
- Me.層位_bt = 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.牆位_bt = New System.Windows.Forms.TextBox()
- Me.排序_bt = New System.Windows.Forms.Button()
- Me.查詢_bt = New System.Windows.Forms.Button()
- CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細表2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.燈位_dgv, 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.控制表_dgv.Location = New System.Drawing.Point(3, 26)
- Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.控制表_dgv.Name = "控制表_dgv"
- Me.控制表_dgv.ReadOnly = True
- Me.控制表_dgv.RowHeadersWidth = 5
- Me.控制表_dgv.RowTemplate.Height = 24
- Me.控制表_dgv.Size = New System.Drawing.Size(249, 546)
- Me.控制表_dgv.TabIndex = 1513
- '
- 'Label1
- '
- Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(46, 577)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(67, 16)
- Me.Label1.TabIndex = 1514
- Me.Label1.Text = "共合計燈位"
- '
- '合計數_tb
- '
- Me.合計數_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.合計數_tb.Location = New System.Drawing.Point(119, 573)
- Me.合計數_tb.Name = "合計數_tb"
- Me.合計數_tb.Size = New System.Drawing.Size(92, 23)
- Me.合計數_tb.TabIndex = 1515
- '
- '明細表1_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細表1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.明細表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細表1_dgv.BackgroundColor = System.Drawing.Color.White
- Me.明細表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細表1_dgv.Location = New System.Drawing.Point(4, 4)
- Me.明細表1_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.明細表1_dgv.Name = "明細表1_dgv"
- Me.明細表1_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.明細表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.明細表1_dgv.RowTemplate.Height = 24
- Me.明細表1_dgv.Size = New System.Drawing.Size(332, 175)
- Me.明細表1_dgv.TabIndex = 1767
- '
- '明細表2_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細表2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.明細表2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細表2_dgv.BackgroundColor = System.Drawing.Color.White
- Me.明細表2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細表2_dgv.Location = New System.Drawing.Point(335, 4)
- Me.明細表2_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.明細表2_dgv.Name = "明細表2_dgv"
- Me.明細表2_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細表2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.明細表2_dgv.RowTemplate.Height = 24
- Me.明細表2_dgv.Size = New System.Drawing.Size(195, 175)
- Me.明細表2_dgv.TabIndex = 1768
- '
- '燈位_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.BackgroundColor = System.Drawing.Color.White
- Me.燈位_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.燈位_dgv.Location = New System.Drawing.Point(260, 26)
- Me.燈位_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.燈位_dgv.Name = "燈位_dgv"
- Me.燈位_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.燈位_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
- Me.燈位_dgv.RowTemplate.Height = 24
- Me.燈位_dgv.Size = New System.Drawing.Size(750, 570)
- Me.燈位_dgv.TabIndex = 1769
- '
- '位置_tb
- '
- Me.位置_tb.Location = New System.Drawing.Point(260, 1)
- Me.位置_tb.Name = "位置_tb"
- Me.位置_tb.Size = New System.Drawing.Size(220, 23)
- Me.位置_tb.TabIndex = 1770
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(6, 6)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(31, 16)
- Me.Label2.TabIndex = 1771
- Me.Label2.Text = "年度"
- '
- '年度_cb
- '
- Me.年度_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.年度_cb.FormattingEnabled = True
- Me.年度_cb.Location = New System.Drawing.Point(43, 1)
- Me.年度_cb.Name = "年度_cb"
- Me.年度_cb.Size = New System.Drawing.Size(57, 24)
- Me.年度_cb.TabIndex = 1772
- '
- '燈種編輯_bt
- '
- Me.燈種編輯_bt.Location = New System.Drawing.Point(177, 2)
- Me.燈種編輯_bt.Name = "燈種編輯_bt"
- Me.燈種編輯_bt.Size = New System.Drawing.Size(75, 23)
- Me.燈種編輯_bt.TabIndex = 1773
- Me.燈種編輯_bt.Text = "燈種編輯"
- Me.燈種編輯_bt.UseVisualStyleBackColor = True
- '
- '燈位編輯_bt
- '
- Me.燈位編輯_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.燈位編輯_bt.Location = New System.Drawing.Point(935, 2)
- Me.燈位編輯_bt.Name = "燈位編輯_bt"
- Me.燈位編輯_bt.Size = New System.Drawing.Size(75, 23)
- Me.燈位編輯_bt.TabIndex = 1774
- Me.燈位編輯_bt.Text = "燈位編輯"
- Me.燈位編輯_bt.UseVisualStyleBackColor = True
- '
- '燈種_bt
- '
- Me.燈種_bt.Location = New System.Drawing.Point(4, 183)
- Me.燈種_bt.Name = "燈種_bt"
- Me.燈種_bt.Size = New System.Drawing.Size(80, 23)
- Me.燈種_bt.TabIndex = 1775
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.金額_tb)
- Me.Panel1.Controls.Add(Me.執行1_bt)
- Me.Panel1.Controls.Add(Me.層位_bt)
- Me.Panel1.Controls.Add(Me.列位_tb)
- Me.Panel1.Controls.Add(Me.區編_tb)
- Me.Panel1.Controls.Add(Me.殿_tb)
- Me.Panel1.Controls.Add(Me.牆位_bt)
- Me.Panel1.Controls.Add(Me.燈種_bt)
- Me.Panel1.Controls.Add(Me.明細表1_dgv)
- Me.Panel1.Controls.Add(Me.明細表2_dgv)
- Me.Panel1.Location = New System.Drawing.Point(376, 144)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(561, 260)
- Me.Panel1.TabIndex = 1776
- '
- '金額_tb
- '
- Me.金額_tb.Location = New System.Drawing.Point(4, 221)
- Me.金額_tb.Name = "金額_tb"
- Me.金額_tb.Size = New System.Drawing.Size(80, 23)
- Me.金額_tb.TabIndex = 1782
- '
- '執行1_bt
- '
- Me.執行1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.執行1_bt.Location = New System.Drawing.Point(409, 183)
- Me.執行1_bt.Name = "執行1_bt"
- Me.執行1_bt.Size = New System.Drawing.Size(75, 23)
- Me.執行1_bt.TabIndex = 1781
- Me.執行1_bt.Text = "執行"
- Me.執行1_bt.UseVisualStyleBackColor = True
- '
- '層位_bt
- '
- Me.層位_bt.Location = New System.Drawing.Point(342, 183)
- Me.層位_bt.Name = "層位_bt"
- Me.層位_bt.Size = New System.Drawing.Size(61, 23)
- Me.層位_bt.TabIndex = 1780
- '
- '列位_tb
- '
- Me.列位_tb.Location = New System.Drawing.Point(275, 183)
- Me.列位_tb.Name = "列位_tb"
- Me.列位_tb.Size = New System.Drawing.Size(61, 23)
- Me.列位_tb.TabIndex = 1779
- '
- '區編_tb
- '
- Me.區編_tb.Location = New System.Drawing.Point(156, 183)
- Me.區編_tb.Name = "區編_tb"
- Me.區編_tb.Size = New System.Drawing.Size(61, 23)
- Me.區編_tb.TabIndex = 1778
- '
- '殿_tb
- '
- Me.殿_tb.Location = New System.Drawing.Point(90, 183)
- Me.殿_tb.Name = "殿_tb"
- Me.殿_tb.Size = New System.Drawing.Size(60, 23)
- Me.殿_tb.TabIndex = 1777
- '
- '牆位_bt
- '
- Me.牆位_bt.Location = New System.Drawing.Point(223, 183)
- Me.牆位_bt.Name = "牆位_bt"
- Me.牆位_bt.Size = New System.Drawing.Size(46, 23)
- Me.牆位_bt.TabIndex = 1776
- '
- '排序_bt
- '
- Me.排序_bt.Location = New System.Drawing.Point(486, 1)
- Me.排序_bt.Name = "排序_bt"
- Me.排序_bt.Size = New System.Drawing.Size(40, 23)
- Me.排序_bt.TabIndex = 1777
- Me.排序_bt.Text = "↑↓"
- Me.排序_bt.UseVisualStyleBackColor = True
- '
- '查詢_bt
- '
- Me.查詢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.查詢_bt.Location = New System.Drawing.Point(858, 2)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(75, 23)
- Me.查詢_bt.TabIndex = 1778
- Me.查詢_bt.Text = "燈位查詢"
- Me.查詢_bt.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(1013, 600)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.排序_bt)
- Me.Controls.Add(Me.燈位編輯_bt)
- Me.Controls.Add(Me.燈種編輯_bt)
- Me.Controls.Add(Me.年度_cb)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.位置_tb)
- Me.Controls.Add(Me.合計數_tb)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.控制表_dgv)
- Me.Controls.Add(Me.Panel1)
- 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()
- CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細表2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- 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 Label1 As Label
- Friend WithEvents 合計數_tb As TextBox
- Friend WithEvents 明細表1_dgv As DataGridView
- Friend WithEvents 明細表2_dgv As DataGridView
- Friend WithEvents 燈位_dgv As DataGridView
- Friend WithEvents 位置_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 年度_cb As ComboBox
- Friend WithEvents 燈種編輯_bt As Button
- Friend WithEvents 燈位編輯_bt As Button
- Friend WithEvents 燈種_bt As TextBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 牆位_bt As TextBox
- Friend WithEvents 殿_tb As TextBox
- Friend WithEvents 區編_tb As TextBox
- Friend WithEvents 層位_bt As TextBox
- Friend WithEvents 列位_tb As TextBox
- Friend WithEvents 執行1_bt As Button
- Friend WithEvents 金額_tb As TextBox
- Friend WithEvents 排序_bt As Button
- Friend WithEvents 查詢_bt As Button
- End Class
|