Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

業務資料日期除錯.Designer.vb 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.除錯_dgv = New System.Windows.Forms.DataGridView()
  24. Me.日期1_dtp = New System.Windows.Forms.DateTimePicker()
  25. Me.日期4_dtp = New System.Windows.Forms.DateTimePicker()
  26. Me.日期3_dtp = New System.Windows.Forms.DateTimePicker()
  27. Me.日期2_dtp = New System.Windows.Forms.DateTimePicker()
  28. Me.日期5_dtp = New System.Windows.Forms.DateTimePicker()
  29. Me.Button1 = New System.Windows.Forms.Button()
  30. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  31. CType(Me.除錯_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  32. Me.SuspendLayout()
  33. '
  34. '除錯_dgv
  35. '
  36. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  37. Me.除錯_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  38. Me.除錯_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  39. Me.除錯_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  40. Me.除錯_dgv.Location = New System.Drawing.Point(14, 16)
  41. Me.除錯_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  42. Me.除錯_dgv.Name = "除錯_dgv"
  43. Me.除錯_dgv.RowHeadersWidth = 5
  44. Me.除錯_dgv.RowTemplate.Height = 24
  45. Me.除錯_dgv.Size = New System.Drawing.Size(1492, 616)
  46. Me.除錯_dgv.TabIndex = 758
  47. '
  48. '日期1_dtp
  49. '
  50. Me.日期1_dtp.Enabled = False
  51. Me.日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  52. Me.日期1_dtp.Location = New System.Drawing.Point(747, 333)
  53. Me.日期1_dtp.Name = "日期1_dtp"
  54. Me.日期1_dtp.Size = New System.Drawing.Size(24, 23)
  55. Me.日期1_dtp.TabIndex = 759
  56. '
  57. '日期4_dtp
  58. '
  59. Me.日期4_dtp.Enabled = False
  60. Me.日期4_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  61. Me.日期4_dtp.Location = New System.Drawing.Point(837, 333)
  62. Me.日期4_dtp.Name = "日期4_dtp"
  63. Me.日期4_dtp.Size = New System.Drawing.Size(24, 23)
  64. Me.日期4_dtp.TabIndex = 762
  65. '
  66. '日期3_dtp
  67. '
  68. Me.日期3_dtp.Enabled = False
  69. Me.日期3_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  70. Me.日期3_dtp.Location = New System.Drawing.Point(807, 333)
  71. Me.日期3_dtp.Name = "日期3_dtp"
  72. Me.日期3_dtp.Size = New System.Drawing.Size(24, 23)
  73. Me.日期3_dtp.TabIndex = 761
  74. '
  75. '日期2_dtp
  76. '
  77. Me.日期2_dtp.Enabled = False
  78. Me.日期2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  79. Me.日期2_dtp.Location = New System.Drawing.Point(777, 333)
  80. Me.日期2_dtp.Name = "日期2_dtp"
  81. Me.日期2_dtp.Size = New System.Drawing.Size(24, 23)
  82. Me.日期2_dtp.TabIndex = 760
  83. '
  84. '日期5_dtp
  85. '
  86. Me.日期5_dtp.Enabled = False
  87. Me.日期5_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  88. Me.日期5_dtp.Location = New System.Drawing.Point(867, 333)
  89. Me.日期5_dtp.Name = "日期5_dtp"
  90. Me.日期5_dtp.Size = New System.Drawing.Size(24, 23)
  91. Me.日期5_dtp.TabIndex = 763
  92. '
  93. 'Button1
  94. '
  95. Me.Button1.Location = New System.Drawing.Point(14, 657)
  96. Me.Button1.Name = "Button1"
  97. Me.Button1.Size = New System.Drawing.Size(1492, 25)
  98. Me.Button1.TabIndex = 764
  99. Me.Button1.Text = "日期除錯"
  100. Me.Button1.UseVisualStyleBackColor = True
  101. '
  102. 'ProgressBar1
  103. '
  104. Me.ProgressBar1.Location = New System.Drawing.Point(14, 635)
  105. Me.ProgressBar1.Maximum = 10000
  106. Me.ProgressBar1.Name = "ProgressBar1"
  107. Me.ProgressBar1.Size = New System.Drawing.Size(1492, 20)
  108. Me.ProgressBar1.TabIndex = 765
  109. '
  110. '業務資料日期除錯
  111. '
  112. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  113. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  114. Me.ClientSize = New System.Drawing.Size(1518, 688)
  115. Me.Controls.Add(Me.ProgressBar1)
  116. Me.Controls.Add(Me.Button1)
  117. Me.Controls.Add(Me.除錯_dgv)
  118. Me.Controls.Add(Me.日期5_dtp)
  119. Me.Controls.Add(Me.日期4_dtp)
  120. Me.Controls.Add(Me.日期3_dtp)
  121. Me.Controls.Add(Me.日期2_dtp)
  122. Me.Controls.Add(Me.日期1_dtp)
  123. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  124. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  125. Me.Name = "業務資料日期除錯"
  126. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  127. Me.Text = "業務資料日期除錯"
  128. CType(Me.除錯_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  129. Me.ResumeLayout(False)
  130. End Sub
  131. Friend WithEvents 除錯_dgv As DataGridView
  132. Friend WithEvents 日期1_dtp As DateTimePicker
  133. Friend WithEvents 日期4_dtp As DateTimePicker
  134. Friend WithEvents 日期3_dtp As DateTimePicker
  135. Friend WithEvents 日期2_dtp As DateTimePicker
  136. Friend WithEvents 日期5_dtp As DateTimePicker
  137. Friend WithEvents Button1 As Button
  138. Friend WithEvents ProgressBar1 As ProgressBar
  139. End Class