説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Frm_01HF_import.Designer.vb 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_01HF_import
  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 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  19. '不要使用代码编辑器修改它。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  23. Me.SuspendLayout()
  24. '
  25. 'OpenFileDialog1
  26. '
  27. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  28. '
  29. 'Frm_01HF_import
  30. '
  31. Me.AutoScaleDimensions = New System.Drawing.SizeF(13.0!, 24.0!)
  32. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  33. Me.ClientSize = New System.Drawing.Size(2628, 1503)
  34. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  35. Me.Name = "Frm_01HF_import"
  36. Me.Text = "Frm_01HF_import"
  37. Me.ResumeLayout(False)
  38. End Sub
  39. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  40. End Class