123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- <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.車輛編號_lb = New System.Windows.Forms.Label()
- Me.車輛品牌_lb = New System.Windows.Forms.Label()
- Me.車輛號碼_tb = New System.Windows.Forms.TextBox()
- Me.車牌號碼_lb = New System.Windows.Forms.Label()
- Me.車輛編號_tb = New System.Windows.Forms.TextBox()
- Me.車輛品牌_cb = New System.Windows.Forms.ComboBox()
- Me.車輛位置_cb = New System.Windows.Forms.ComboBox()
- Me.車輛位置_lb = New System.Windows.Forms.Label()
- Me.固定指派_ch = New System.Windows.Forms.CheckBox()
- Me.使用人員_cb = New System.Windows.Forms.ComboBox()
- Me.使用人員_lb = New System.Windows.Forms.Label()
- Me.新增_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.批改_ch = New System.Windows.Forms.CheckBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- '車輛編號_lb
- '
- Me.車輛編號_lb.AutoSize = True
- Me.車輛編號_lb.Location = New System.Drawing.Point(6, 5)
- Me.車輛編號_lb.Name = "車輛編號_lb"
- Me.車輛編號_lb.Size = New System.Drawing.Size(56, 16)
- Me.車輛編號_lb.TabIndex = 0
- Me.車輛編號_lb.Text = "車輛編號"
- '
- '車輛品牌_lb
- '
- Me.車輛品牌_lb.AutoSize = True
- Me.車輛品牌_lb.Location = New System.Drawing.Point(6, 51)
- Me.車輛品牌_lb.Name = "車輛品牌_lb"
- Me.車輛品牌_lb.Size = New System.Drawing.Size(56, 16)
- Me.車輛品牌_lb.TabIndex = 2
- Me.車輛品牌_lb.Text = "車輛品牌"
- '
- '車輛號碼_tb
- '
- Me.車輛號碼_tb.Location = New System.Drawing.Point(153, 24)
- Me.車輛號碼_tb.Name = "車輛號碼_tb"
- Me.車輛號碼_tb.Size = New System.Drawing.Size(126, 23)
- Me.車輛號碼_tb.TabIndex = 5
- '
- '車牌號碼_lb
- '
- Me.車牌號碼_lb.AutoSize = True
- Me.車牌號碼_lb.Location = New System.Drawing.Point(153, 5)
- Me.車牌號碼_lb.Name = "車牌號碼_lb"
- Me.車牌號碼_lb.Size = New System.Drawing.Size(56, 16)
- Me.車牌號碼_lb.TabIndex = 4
- Me.車牌號碼_lb.Text = "車牌號碼"
- '
- '車輛編號_tb
- '
- Me.車輛編號_tb.Location = New System.Drawing.Point(9, 24)
- Me.車輛編號_tb.Name = "車輛編號_tb"
- Me.車輛編號_tb.ReadOnly = True
- Me.車輛編號_tb.Size = New System.Drawing.Size(138, 23)
- Me.車輛編號_tb.TabIndex = 1
- '
- '車輛品牌_cb
- '
- Me.車輛品牌_cb.FormattingEnabled = True
- Me.車輛品牌_cb.Location = New System.Drawing.Point(9, 70)
- Me.車輛品牌_cb.Name = "車輛品牌_cb"
- Me.車輛品牌_cb.Size = New System.Drawing.Size(138, 24)
- Me.車輛品牌_cb.TabIndex = 6
- '
- '車輛位置_cb
- '
- Me.車輛位置_cb.FormattingEnabled = True
- Me.車輛位置_cb.Location = New System.Drawing.Point(153, 70)
- Me.車輛位置_cb.Name = "車輛位置_cb"
- Me.車輛位置_cb.Size = New System.Drawing.Size(126, 24)
- Me.車輛位置_cb.TabIndex = 8
- '
- '車輛位置_lb
- '
- Me.車輛位置_lb.AutoSize = True
- Me.車輛位置_lb.Location = New System.Drawing.Point(153, 51)
- Me.車輛位置_lb.Name = "車輛位置_lb"
- Me.車輛位置_lb.Size = New System.Drawing.Size(56, 16)
- Me.車輛位置_lb.TabIndex = 7
- Me.車輛位置_lb.Text = "車輛位置"
- '
- '固定指派_ch
- '
- Me.固定指派_ch.AutoSize = True
- Me.固定指派_ch.Location = New System.Drawing.Point(285, 26)
- Me.固定指派_ch.Name = "固定指派_ch"
- Me.固定指派_ch.Size = New System.Drawing.Size(75, 20)
- Me.固定指派_ch.TabIndex = 9
- Me.固定指派_ch.Text = "固定指派"
- Me.固定指派_ch.UseVisualStyleBackColor = True
- '
- '使用人員_cb
- '
- Me.使用人員_cb.FormattingEnabled = True
- Me.使用人員_cb.Location = New System.Drawing.Point(285, 70)
- Me.使用人員_cb.Name = "使用人員_cb"
- Me.使用人員_cb.Size = New System.Drawing.Size(199, 24)
- Me.使用人員_cb.TabIndex = 11
- '
- '使用人員_lb
- '
- Me.使用人員_lb.AutoSize = True
- Me.使用人員_lb.Location = New System.Drawing.Point(282, 51)
- Me.使用人員_lb.Name = "使用人員_lb"
- Me.使用人員_lb.Size = New System.Drawing.Size(56, 16)
- Me.使用人員_lb.TabIndex = 10
- Me.使用人員_lb.Text = "使用人員"
- '
- '新增_bt
- '
- Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
- Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.新增_bt.Location = New System.Drawing.Point(393, 17)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(56, 50)
- Me.新增_bt.TabIndex = 12
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '存檔_bt
- '
- Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
- Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.存檔_bt.Location = New System.Drawing.Point(455, 17)
- Me.存檔_bt.Name = "存檔_bt"
- Me.存檔_bt.Size = New System.Drawing.Size(56, 50)
- Me.存檔_bt.TabIndex = 13
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '刪除_bt
- '
- Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
- Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.刪除_bt.Location = New System.Drawing.Point(517, 17)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(56, 50)
- Me.刪除_bt.TabIndex = 14
- 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單_dgv.Location = New System.Drawing.Point(3, 101)
- Me.清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.清單_dgv.Name = "清單_dgv"
- Me.清單_dgv.RowHeadersWidth = 5
- Me.清單_dgv.RowTemplate.Height = 24
- Me.清單_dgv.Size = New System.Drawing.Size(570, 557)
- Me.清單_dgv.TabIndex = 1881
- '
- '批改_ch
- '
- Me.批改_ch.AutoSize = True
- Me.批改_ch.Location = New System.Drawing.Point(3, 3)
- Me.批改_ch.Name = "批改_ch"
- Me.批改_ch.Size = New System.Drawing.Size(75, 20)
- Me.批改_ch.TabIndex = 1882
- Me.批改_ch.Text = "批量修改"
- Me.批改_ch.UseVisualStyleBackColor = True
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.批改_ch)
- Me.Panel1.Location = New System.Drawing.Point(184, 251)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(154, 96)
- Me.Panel1.TabIndex = 1883
- Me.Panel1.Visible = False
- '
- '語轉扭_bt
- '
- Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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(548, 73)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1884
- Me.語轉扭_bt.Text = "L"
- 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(575, 659)
- Me.Controls.Add(Me.語轉扭_bt)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.清單_dgv)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.存檔_bt)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.使用人員_cb)
- Me.Controls.Add(Me.使用人員_lb)
- Me.Controls.Add(Me.固定指派_ch)
- Me.Controls.Add(Me.車輛位置_cb)
- Me.Controls.Add(Me.車輛位置_lb)
- Me.Controls.Add(Me.車輛品牌_cb)
- Me.Controls.Add(Me.車輛號碼_tb)
- Me.Controls.Add(Me.車牌號碼_lb)
- Me.Controls.Add(Me.車輛品牌_lb)
- Me.Controls.Add(Me.車輛編號_tb)
- Me.Controls.Add(Me.車輛編號_lb)
- 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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- 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 車輛編號_lb As Label
- Friend WithEvents 車輛品牌_lb As Label
- Friend WithEvents 車輛號碼_tb As TextBox
- Friend WithEvents 車牌號碼_lb As Label
- Friend WithEvents 車輛編號_tb As TextBox
- Friend WithEvents 車輛品牌_cb As ComboBox
- Friend WithEvents 車輛位置_cb As ComboBox
- Friend WithEvents 車輛位置_lb As Label
- Friend WithEvents 固定指派_ch As CheckBox
- Friend WithEvents 使用人員_cb As ComboBox
- Friend WithEvents 使用人員_lb As Label
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 存檔_bt As Button
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 清單_dgv As DataGridView
- Friend WithEvents 批改_ch As CheckBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 語轉扭_bt As Button
- End Class
|