123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_BG_CHEMIN_CHOOSE
- 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.ListBox1 = New System.Windows.Forms.ListBox()
- Me.txtchem = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.SuspendLayout()
- '
- 'ListBox1
- '
- Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox1.FormattingEnabled = True
- Me.ListBox1.ItemHeight = 20
- Me.ListBox1.Location = New System.Drawing.Point(12, 92)
- Me.ListBox1.Name = "ListBox1"
- Me.ListBox1.Size = New System.Drawing.Size(326, 304)
- Me.ListBox1.TabIndex = 10
- '
- 'txtchem
- '
- Me.txtchem.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.txtchem.Location = New System.Drawing.Point(10, 41)
- Me.txtchem.Name = "txtchem"
- Me.txtchem.Size = New System.Drawing.Size(160, 29)
- Me.txtchem.TabIndex = 6
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(8, 10)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(73, 20)
- Me.Label2.TabIndex = 8
- Me.Label2.Text = "化料名稱"
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.Location = New System.Drawing.Point(262, 409)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(75, 32)
- Me.Button2.TabIndex = 7
- Me.Button2.Text = "取消"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.Location = New System.Drawing.Point(149, 409)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(92, 32)
- Me.Button1.TabIndex = 9
- Me.Button1.Text = "完成 ( &X )"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.CalendarFont = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker1.Location = New System.Drawing.Point(206, 44)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(140, 27)
- Me.DateTimePicker1.TabIndex = 11
- Me.DateTimePicker1.Value = New Date(2020, 1, 13, 10, 4, 11, 0)
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(202, 10)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(41, 20)
- Me.Label1.TabIndex = 12
- Me.Label1.Text = "日期"
- '
- 'Frm_BG_CHEMIN_CHOOSE
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(370, 582)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.ListBox1)
- Me.Controls.Add(Me.txtchem)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Name = "Frm_BG_CHEMIN_CHOOSE"
- Me.Text = "Fr"
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents ListBox1 As ListBox
- Friend WithEvents txtchem As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents Button2 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents Label1 As Label
- End Class
|