123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <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()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.除錯_dgv = New System.Windows.Forms.DataGridView()
- Me.日期1_dtp = New System.Windows.Forms.DateTimePicker()
- Me.日期4_dtp = New System.Windows.Forms.DateTimePicker()
- Me.日期3_dtp = New System.Windows.Forms.DateTimePicker()
- Me.日期2_dtp = New System.Windows.Forms.DateTimePicker()
- Me.日期5_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
- CType(Me.除錯_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '除錯_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.除錯_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.除錯_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.除錯_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.除錯_dgv.Location = New System.Drawing.Point(14, 16)
- Me.除錯_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.除錯_dgv.Name = "除錯_dgv"
- Me.除錯_dgv.RowHeadersWidth = 5
- Me.除錯_dgv.RowTemplate.Height = 24
- Me.除錯_dgv.Size = New System.Drawing.Size(1492, 616)
- Me.除錯_dgv.TabIndex = 758
- '
- '日期1_dtp
- '
- Me.日期1_dtp.Enabled = False
- Me.日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期1_dtp.Location = New System.Drawing.Point(747, 333)
- Me.日期1_dtp.Name = "日期1_dtp"
- Me.日期1_dtp.Size = New System.Drawing.Size(24, 23)
- Me.日期1_dtp.TabIndex = 759
- '
- '日期4_dtp
- '
- Me.日期4_dtp.Enabled = False
- Me.日期4_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期4_dtp.Location = New System.Drawing.Point(837, 333)
- Me.日期4_dtp.Name = "日期4_dtp"
- Me.日期4_dtp.Size = New System.Drawing.Size(24, 23)
- Me.日期4_dtp.TabIndex = 762
- '
- '日期3_dtp
- '
- Me.日期3_dtp.Enabled = False
- Me.日期3_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期3_dtp.Location = New System.Drawing.Point(807, 333)
- Me.日期3_dtp.Name = "日期3_dtp"
- Me.日期3_dtp.Size = New System.Drawing.Size(24, 23)
- Me.日期3_dtp.TabIndex = 761
- '
- '日期2_dtp
- '
- Me.日期2_dtp.Enabled = False
- Me.日期2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期2_dtp.Location = New System.Drawing.Point(777, 333)
- Me.日期2_dtp.Name = "日期2_dtp"
- Me.日期2_dtp.Size = New System.Drawing.Size(24, 23)
- Me.日期2_dtp.TabIndex = 760
- '
- '日期5_dtp
- '
- Me.日期5_dtp.Enabled = False
- Me.日期5_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期5_dtp.Location = New System.Drawing.Point(867, 333)
- Me.日期5_dtp.Name = "日期5_dtp"
- Me.日期5_dtp.Size = New System.Drawing.Size(24, 23)
- Me.日期5_dtp.TabIndex = 763
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(14, 657)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(1492, 25)
- Me.Button1.TabIndex = 764
- Me.Button1.Text = "日期除錯"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'ProgressBar1
- '
- Me.ProgressBar1.Location = New System.Drawing.Point(14, 635)
- Me.ProgressBar1.Maximum = 10000
- Me.ProgressBar1.Name = "ProgressBar1"
- Me.ProgressBar1.Size = New System.Drawing.Size(1492, 20)
- Me.ProgressBar1.TabIndex = 765
- '
- '業務資料日期除錯
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1518, 688)
- Me.Controls.Add(Me.ProgressBar1)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.除錯_dgv)
- Me.Controls.Add(Me.日期5_dtp)
- Me.Controls.Add(Me.日期4_dtp)
- Me.Controls.Add(Me.日期3_dtp)
- Me.Controls.Add(Me.日期2_dtp)
- Me.Controls.Add(Me.日期1_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(3, 4, 3, 4)
- Me.Name = "業務資料日期除錯"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "業務資料日期除錯"
- CType(Me.除錯_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 除錯_dgv As DataGridView
- Friend WithEvents 日期1_dtp As DateTimePicker
- Friend WithEvents 日期4_dtp As DateTimePicker
- Friend WithEvents 日期3_dtp As DateTimePicker
- Friend WithEvents 日期2_dtp As DateTimePicker
- Friend WithEvents 日期5_dtp As DateTimePicker
- Friend WithEvents Button1 As Button
- Friend WithEvents ProgressBar1 As ProgressBar
- End Class
|