No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Frm_BG_CHEMIN_CHOOSE.Designer.vb 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_BG_CHEMIN_CHOOSE
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.ListBox1 = New System.Windows.Forms.ListBox()
  23. Me.txtchem = New System.Windows.Forms.TextBox()
  24. Me.Label2 = New System.Windows.Forms.Label()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  28. Me.Label1 = New System.Windows.Forms.Label()
  29. Me.SuspendLayout()
  30. '
  31. 'ListBox1
  32. '
  33. Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  34. Me.ListBox1.FormattingEnabled = True
  35. Me.ListBox1.ItemHeight = 20
  36. Me.ListBox1.Location = New System.Drawing.Point(12, 92)
  37. Me.ListBox1.Name = "ListBox1"
  38. Me.ListBox1.Size = New System.Drawing.Size(326, 304)
  39. Me.ListBox1.TabIndex = 10
  40. '
  41. 'txtchem
  42. '
  43. Me.txtchem.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.txtchem.Location = New System.Drawing.Point(10, 41)
  45. Me.txtchem.Name = "txtchem"
  46. Me.txtchem.Size = New System.Drawing.Size(160, 29)
  47. Me.txtchem.TabIndex = 6
  48. '
  49. 'Label2
  50. '
  51. Me.Label2.AutoSize = True
  52. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. Me.Label2.Location = New System.Drawing.Point(8, 10)
  54. Me.Label2.Name = "Label2"
  55. Me.Label2.Size = New System.Drawing.Size(73, 20)
  56. Me.Label2.TabIndex = 8
  57. Me.Label2.Text = "化料名稱"
  58. '
  59. 'Button2
  60. '
  61. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  62. Me.Button2.Location = New System.Drawing.Point(262, 409)
  63. Me.Button2.Name = "Button2"
  64. Me.Button2.Size = New System.Drawing.Size(75, 32)
  65. Me.Button2.TabIndex = 7
  66. Me.Button2.Text = "取消"
  67. Me.Button2.UseVisualStyleBackColor = True
  68. '
  69. 'Button1
  70. '
  71. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Button1.Location = New System.Drawing.Point(149, 409)
  73. Me.Button1.Name = "Button1"
  74. Me.Button1.Size = New System.Drawing.Size(92, 32)
  75. Me.Button1.TabIndex = 9
  76. Me.Button1.Text = "完成 ( &X )"
  77. Me.Button1.UseVisualStyleBackColor = True
  78. '
  79. 'DateTimePicker1
  80. '
  81. Me.DateTimePicker1.CalendarFont = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  82. Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.DateTimePicker1.Location = New System.Drawing.Point(206, 44)
  84. Me.DateTimePicker1.Name = "DateTimePicker1"
  85. Me.DateTimePicker1.Size = New System.Drawing.Size(140, 27)
  86. Me.DateTimePicker1.TabIndex = 11
  87. Me.DateTimePicker1.Value = New Date(2020, 1, 13, 10, 4, 11, 0)
  88. '
  89. 'Label1
  90. '
  91. Me.Label1.AutoSize = True
  92. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. Me.Label1.Location = New System.Drawing.Point(202, 10)
  94. Me.Label1.Name = "Label1"
  95. Me.Label1.Size = New System.Drawing.Size(41, 20)
  96. Me.Label1.TabIndex = 12
  97. Me.Label1.Text = "日期"
  98. '
  99. 'Frm_BG_CHEMIN_CHOOSE
  100. '
  101. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  102. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  103. Me.ClientSize = New System.Drawing.Size(370, 582)
  104. Me.Controls.Add(Me.Label1)
  105. Me.Controls.Add(Me.DateTimePicker1)
  106. Me.Controls.Add(Me.ListBox1)
  107. Me.Controls.Add(Me.txtchem)
  108. Me.Controls.Add(Me.Label2)
  109. Me.Controls.Add(Me.Button2)
  110. Me.Controls.Add(Me.Button1)
  111. Me.Name = "Frm_BG_CHEMIN_CHOOSE"
  112. Me.Text = "Fr"
  113. Me.ResumeLayout(False)
  114. Me.PerformLayout()
  115. End Sub
  116. Friend WithEvents ListBox1 As ListBox
  117. Friend WithEvents txtchem As TextBox
  118. Friend WithEvents Label2 As Label
  119. Friend WithEvents Button2 As Button
  120. Friend WithEvents Button1 As Button
  121. Friend WithEvents DateTimePicker1 As DateTimePicker
  122. Friend WithEvents Label1 As Label
  123. End Class