Nessuna descrizione
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.

輸入日期.Designer.vb 3.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 輸入日期
  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.日期_dtp = New System.Windows.Forms.DateTimePicker()
  23. Me.新增資料_bt = New System.Windows.Forms.Button()
  24. Me.請輸入日期_lb = New System.Windows.Forms.Label()
  25. Me.SuspendLayout()
  26. '
  27. '日期_dtp
  28. '
  29. Me.日期_dtp.CustomFormat = "yyyy/MM/dd"
  30. Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  31. Me.日期_dtp.Location = New System.Drawing.Point(2, 29)
  32. Me.日期_dtp.Margin = New System.Windows.Forms.Padding(4)
  33. Me.日期_dtp.Name = "日期_dtp"
  34. Me.日期_dtp.Size = New System.Drawing.Size(150, 23)
  35. Me.日期_dtp.TabIndex = 1977
  36. '
  37. '新增資料_bt
  38. '
  39. Me.新增資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  40. Me.新增資料_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow
  41. Me.新增資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  42. Me.新增資料_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  43. Me.新增資料_bt.Location = New System.Drawing.Point(159, 5)
  44. Me.新增資料_bt.Name = "新增資料_bt"
  45. Me.新增資料_bt.Size = New System.Drawing.Size(50, 50)
  46. Me.新增資料_bt.TabIndex = 1978
  47. Me.新增資料_bt.UseVisualStyleBackColor = True
  48. '
  49. '請輸入日期_lb
  50. '
  51. Me.請輸入日期_lb.AutoSize = True
  52. Me.請輸入日期_lb.Location = New System.Drawing.Point(5, 8)
  53. Me.請輸入日期_lb.Name = "請輸入日期_lb"
  54. Me.請輸入日期_lb.Size = New System.Drawing.Size(153, 16)
  55. Me.請輸入日期_lb.TabIndex = 1979
  56. Me.請輸入日期_lb.Text = "Silakan masukkan tanggal"
  57. '
  58. '輸入日期
  59. '
  60. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  61. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  62. Me.ClientSize = New System.Drawing.Size(212, 59)
  63. Me.ControlBox = False
  64. Me.Controls.Add(Me.請輸入日期_lb)
  65. Me.Controls.Add(Me.新增資料_bt)
  66. Me.Controls.Add(Me.日期_dtp)
  67. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.Margin = New System.Windows.Forms.Padding(4)
  69. Me.Name = "輸入日期"
  70. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  71. Me.Text = "HS-PGS-SYS"
  72. Me.ResumeLayout(False)
  73. Me.PerformLayout()
  74. End Sub
  75. Friend WithEvents 日期_dtp As DateTimePicker
  76. Friend WithEvents 新增資料_bt As Button
  77. Friend WithEvents 請輸入日期_lb As Label
  78. End Class