123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- <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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(供應商類別管理))
- Me.類別清單_dgv = New System.Windows.Forms.DataGridView()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.修改_bt = New System.Windows.Forms.Button()
- Me.類別1_tb = New System.Windows.Forms.TextBox()
- Me.A1_lb = New System.Windows.Forms.Label()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.A3_lb = New System.Windows.Forms.Label()
- Me.類別3_tb = New System.Windows.Forms.TextBox()
- Me.A2_lb = New System.Windows.Forms.Label()
- Me.類別2_tb = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.類別編號_tb = New System.Windows.Forms.TextBox()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.PnlTitleBar = New System.Windows.Forms.Panel()
- Me.Cancel_bt = New System.Windows.Forms.Button()
- Me.主題_lb = New System.Windows.Forms.Label()
- CType(Me.類別清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox1.SuspendLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- Me.PnlTitleBar.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) _
- 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
- Me.類別清單_dgv.Location = New System.Drawing.Point(5, 104)
- 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.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.類別清單_dgv.Size = New System.Drawing.Size(493, 415)
- Me.類別清單_dgv.TabIndex = 184
- '
- '刪除_bt
- '
- Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
- Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- 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.Red
- Me.刪除_bt.Location = New System.Drawing.Point(448, 50)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
- Me.刪除_bt.TabIndex = 187
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '新增_bt
- '
- Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
- Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- 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(345, 50)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(50, 50)
- Me.新增_bt.TabIndex = 185
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '修改_bt
- '
- Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
- Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- 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.DarkGreen
- Me.修改_bt.Location = New System.Drawing.Point(397, 50)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(50, 50)
- Me.修改_bt.TabIndex = 186
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '類別1_tb
- '
- Me.類別1_tb.Location = New System.Drawing.Point(82, 16)
- Me.類別1_tb.Name = "類別1_tb"
- Me.類別1_tb.Size = New System.Drawing.Size(247, 23)
- Me.類別1_tb.TabIndex = 1360
- '
- 'A1_lb
- '
- Me.A1_lb.AutoSize = True
- Me.A1_lb.Location = New System.Drawing.Point(6, 19)
- Me.A1_lb.Name = "A1_lb"
- Me.A1_lb.Size = New System.Drawing.Size(55, 16)
- Me.A1_lb.TabIndex = 1361
- Me.A1_lb.Text = "繁體中文"
- '
- 'GroupBox1
- '
- Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
- Me.GroupBox1.Controls.Add(Me.A3_lb)
- Me.GroupBox1.Controls.Add(Me.類別3_tb)
- Me.GroupBox1.Controls.Add(Me.A2_lb)
- Me.GroupBox1.Controls.Add(Me.類別2_tb)
- Me.GroupBox1.Controls.Add(Me.A1_lb)
- Me.GroupBox1.Controls.Add(Me.類別1_tb)
- Me.GroupBox1.Location = New System.Drawing.Point(5, 3)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(337, 95)
- Me.GroupBox1.TabIndex = 1362
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "供應商類別"
- '
- 'A3_lb
- '
- Me.A3_lb.AutoSize = True
- Me.A3_lb.Location = New System.Drawing.Point(6, 69)
- Me.A3_lb.Name = "A3_lb"
- Me.A3_lb.Size = New System.Drawing.Size(69, 16)
- Me.A3_lb.TabIndex = 1365
- Me.A3_lb.Text = "Indonesian"
- '
- '類別3_tb
- '
- Me.類別3_tb.Location = New System.Drawing.Point(82, 66)
- Me.類別3_tb.Name = "類別3_tb"
- Me.類別3_tb.Size = New System.Drawing.Size(247, 23)
- Me.類別3_tb.TabIndex = 1364
- '
- 'A2_lb
- '
- Me.A2_lb.AutoSize = True
- Me.A2_lb.Location = New System.Drawing.Point(6, 44)
- Me.A2_lb.Name = "A2_lb"
- Me.A2_lb.Size = New System.Drawing.Size(47, 16)
- Me.A2_lb.TabIndex = 1363
- Me.A2_lb.Text = "English"
- '
- '類別2_tb
- '
- Me.類別2_tb.Location = New System.Drawing.Point(82, 41)
- Me.類別2_tb.Name = "類別2_tb"
- Me.類別2_tb.Size = New System.Drawing.Size(247, 23)
- Me.類別2_tb.TabIndex = 1362
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(348, 7)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(55, 16)
- Me.Label1.TabIndex = 1364
- Me.Label1.Text = "Kategori"
- '
- '類別編號_tb
- '
- Me.類別編號_tb.Location = New System.Drawing.Point(410, 4)
- Me.類別編號_tb.Name = "類別編號_tb"
- Me.類別編號_tb.Size = New System.Drawing.Size(88, 23)
- Me.類別編號_tb.TabIndex = 1363
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- '語轉扭_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(476, 28)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
- Me.語轉扭_bt.TabIndex = 1836
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2})
- Me.語言_dgv.Location = New System.Drawing.Point(132, 182)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(237, 114)
- Me.語言_dgv.TabIndex = 1837
- Me.語言_dgv.Visible = False
- '
- 'DataGridViewTextBoxColumn1
- '
- Me.DataGridViewTextBoxColumn1.HeaderText = "Column1"
- Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
- '
- 'DataGridViewTextBoxColumn2
- '
- Me.DataGridViewTextBoxColumn2.HeaderText = "Column2"
- Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
- '
- 'Panel1
- '
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.GroupBox1)
- Me.Panel1.Controls.Add(Me.語轉扭_bt)
- Me.Panel1.Controls.Add(Me.類別清單_dgv)
- Me.Panel1.Controls.Add(Me.Label1)
- Me.Panel1.Controls.Add(Me.修改_bt)
- Me.Panel1.Controls.Add(Me.類別編號_tb)
- Me.Panel1.Controls.Add(Me.新增_bt)
- Me.Panel1.Controls.Add(Me.刪除_bt)
- Me.Panel1.Location = New System.Drawing.Point(5, 34)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(505, 524)
- Me.Panel1.TabIndex = 1838
- '
- 'PnlTitleBar
- '
- Me.PnlTitleBar.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.PnlTitleBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
- Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PnlTitleBar.Controls.Add(Me.Cancel_bt)
- Me.PnlTitleBar.Controls.Add(Me.主題_lb)
- Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
- Me.PnlTitleBar.Name = "PnlTitleBar"
- Me.PnlTitleBar.Size = New System.Drawing.Size(514, 561)
- Me.PnlTitleBar.TabIndex = 1839
- '
- 'Cancel_bt
- '
- Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
- Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
- Me.Cancel_bt.Location = New System.Drawing.Point(481, 3)
- Me.Cancel_bt.Name = "Cancel_bt"
- Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
- Me.Cancel_bt.TabIndex = 1730
- Me.Cancel_bt.Text = "X"
- Me.Cancel_bt.UseVisualStyleBackColor = False
- '
- '主題_lb
- '
- Me.主題_lb.AutoSize = True
- Me.主題_lb.BackColor = System.Drawing.Color.Transparent
- Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.主題_lb.Location = New System.Drawing.Point(10, 9)
- Me.主題_lb.Name = "主題_lb"
- Me.主題_lb.Size = New System.Drawing.Size(45, 16)
- Me.主題_lb.TabIndex = 1729
- Me.主題_lb.Text = "Label1"
- '
- '供應商類別管理
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(514, 561)
- Me.Controls.Add(Me.語言_dgv)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.PnlTitleBar)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "供應商類別管理"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "供應商類別管理"
- CType(Me.類別清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- Me.PnlTitleBar.ResumeLayout(False)
- Me.PnlTitleBar.PerformLayout()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 類別清單_dgv As DataGridView
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 修改_bt As Button
- Friend WithEvents 類別1_tb As TextBox
- Friend WithEvents A1_lb As Label
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents A3_lb As Label
- Friend WithEvents 類別3_tb As TextBox
- Friend WithEvents A2_lb As Label
- Friend WithEvents 類別2_tb As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents 類別編號_tb As TextBox
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
- Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
- Friend WithEvents Panel1 As Panel
- Friend WithEvents PnlTitleBar As Panel
- Friend WithEvents Cancel_bt As Button
- Friend WithEvents 主題_lb As Label
- End Class
|