1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <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.日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.新增資料_bt = New System.Windows.Forms.Button()
- Me.請輸入日期_lb = New System.Windows.Forms.Label()
- Me.SuspendLayout()
- '
- '日期_dtp
- '
- Me.日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.日期_dtp.Location = New System.Drawing.Point(2, 29)
- Me.日期_dtp.Margin = New System.Windows.Forms.Padding(4)
- Me.日期_dtp.Name = "日期_dtp"
- Me.日期_dtp.Size = New System.Drawing.Size(150, 23)
- Me.日期_dtp.TabIndex = 1977
- '
- '新增資料_bt
- '
- Me.新增資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.新增資料_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow
- Me.新增資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.新增資料_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
- Me.新增資料_bt.Location = New System.Drawing.Point(159, 5)
- Me.新增資料_bt.Name = "新增資料_bt"
- Me.新增資料_bt.Size = New System.Drawing.Size(50, 50)
- Me.新增資料_bt.TabIndex = 1978
- Me.新增資料_bt.UseVisualStyleBackColor = True
- '
- '請輸入日期_lb
- '
- Me.請輸入日期_lb.AutoSize = True
- Me.請輸入日期_lb.Location = New System.Drawing.Point(5, 8)
- Me.請輸入日期_lb.Name = "請輸入日期_lb"
- Me.請輸入日期_lb.Size = New System.Drawing.Size(153, 16)
- Me.請輸入日期_lb.TabIndex = 1979
- Me.請輸入日期_lb.Text = "Silakan masukkan tanggal"
- '
- '輸入日期
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(212, 59)
- Me.ControlBox = False
- Me.Controls.Add(Me.請輸入日期_lb)
- Me.Controls.Add(Me.新增資料_bt)
- Me.Controls.Add(Me.日期_dtp)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.Name = "輸入日期"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "HS-PGS-SYS"
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 日期_dtp As DateTimePicker
- Friend WithEvents 新增資料_bt As Button
- Friend WithEvents 請輸入日期_lb As Label
- End Class
|