Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

最後關班時間.Designer.vb 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(最後關班時間))
  23. Me.修改該筆資料_bt = New System.Windows.Forms.Button()
  24. Me.刪除該筆資料_bt = New System.Windows.Forms.Button()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.時間_dtp = New System.Windows.Forms.DateTimePicker()
  27. Me.月份_cb = New System.Windows.Forms.ComboBox()
  28. Me.年份_cb = New System.Windows.Forms.ComboBox()
  29. Me.Label16 = New System.Windows.Forms.Label()
  30. Me.Label17 = New System.Windows.Forms.Label()
  31. Me.月清單_DGV = New System.Windows.Forms.DataGridView()
  32. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  33. Me.SuspendLayout()
  34. '
  35. '修改該筆資料_bt
  36. '
  37. Me.修改該筆資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  38. Me.修改該筆資料_bt.ForeColor = System.Drawing.Color.Green
  39. Me.修改該筆資料_bt.Location = New System.Drawing.Point(246, 5)
  40. Me.修改該筆資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  41. Me.修改該筆資料_bt.Name = "修改該筆資料_bt"
  42. Me.修改該筆資料_bt.Size = New System.Drawing.Size(66, 51)
  43. Me.修改該筆資料_bt.TabIndex = 800
  44. Me.修改該筆資料_bt.Text = "修改該筆資料"
  45. Me.修改該筆資料_bt.UseVisualStyleBackColor = True
  46. '
  47. '刪除該筆資料_bt
  48. '
  49. Me.刪除該筆資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  50. Me.刪除該筆資料_bt.ForeColor = System.Drawing.Color.Red
  51. Me.刪除該筆資料_bt.Location = New System.Drawing.Point(318, 5)
  52. Me.刪除該筆資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  53. Me.刪除該筆資料_bt.Name = "刪除該筆資料_bt"
  54. Me.刪除該筆資料_bt.Size = New System.Drawing.Size(58, 51)
  55. Me.刪除該筆資料_bt.TabIndex = 799
  56. Me.刪除該筆資料_bt.Text = "刪除該筆資料"
  57. Me.刪除該筆資料_bt.UseVisualStyleBackColor = True
  58. '
  59. 'Label1
  60. '
  61. Me.Label1.AutoSize = True
  62. Me.Label1.Location = New System.Drawing.Point(11, 37)
  63. Me.Label1.Name = "Label1"
  64. Me.Label1.Size = New System.Drawing.Size(56, 16)
  65. Me.Label1.TabIndex = 798
  66. Me.Label1.Text = "關班時間"
  67. '
  68. '時間_dtp
  69. '
  70. Me.時間_dtp.CustomFormat = "yyyy/MM/dd HH:mm:ss"
  71. Me.時間_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  73. Me.時間_dtp.Location = New System.Drawing.Point(66, 33)
  74. Me.時間_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  75. Me.時間_dtp.Name = "時間_dtp"
  76. Me.時間_dtp.Size = New System.Drawing.Size(174, 23)
  77. Me.時間_dtp.TabIndex = 797
  78. '
  79. '月份_cb
  80. '
  81. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  82. Me.月份_cb.FormattingEnabled = True
  83. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  84. Me.月份_cb.Location = New System.Drawing.Point(169, 5)
  85. Me.月份_cb.Name = "月份_cb"
  86. Me.月份_cb.Size = New System.Drawing.Size(71, 24)
  87. Me.月份_cb.TabIndex = 796
  88. '
  89. '年份_cb
  90. '
  91. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  92. Me.年份_cb.FormattingEnabled = True
  93. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  94. Me.年份_cb.Location = New System.Drawing.Point(54, 5)
  95. Me.年份_cb.Name = "年份_cb"
  96. Me.年份_cb.Size = New System.Drawing.Size(71, 24)
  97. Me.年份_cb.TabIndex = 795
  98. '
  99. 'Label16
  100. '
  101. Me.Label16.AutoSize = True
  102. Me.Label16.Location = New System.Drawing.Point(131, 8)
  103. Me.Label16.Name = "Label16"
  104. Me.Label16.Size = New System.Drawing.Size(32, 16)
  105. Me.Label16.TabIndex = 794
  106. Me.Label16.Text = "月份"
  107. '
  108. 'Label17
  109. '
  110. Me.Label17.AutoSize = True
  111. Me.Label17.Location = New System.Drawing.Point(16, 8)
  112. Me.Label17.Name = "Label17"
  113. Me.Label17.Size = New System.Drawing.Size(32, 16)
  114. Me.Label17.TabIndex = 793
  115. Me.Label17.Text = "年份"
  116. '
  117. '月清單_DGV
  118. '
  119. Me.月清單_DGV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  120. Or System.Windows.Forms.AnchorStyles.Left) _
  121. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  122. Me.月清單_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  123. Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  124. Me.月清單_DGV.Location = New System.Drawing.Point(12, 59)
  125. Me.月清單_DGV.Name = "月清單_DGV"
  126. Me.月清單_DGV.RowHeadersWidth = 5
  127. Me.月清單_DGV.RowTemplate.Height = 24
  128. Me.月清單_DGV.Size = New System.Drawing.Size(364, 537)
  129. Me.月清單_DGV.TabIndex = 792
  130. '
  131. '最後關班時間
  132. '
  133. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  134. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  135. Me.ClientSize = New System.Drawing.Size(388, 600)
  136. Me.Controls.Add(Me.修改該筆資料_bt)
  137. Me.Controls.Add(Me.刪除該筆資料_bt)
  138. Me.Controls.Add(Me.時間_dtp)
  139. Me.Controls.Add(Me.月份_cb)
  140. Me.Controls.Add(Me.年份_cb)
  141. Me.Controls.Add(Me.Label16)
  142. Me.Controls.Add(Me.Label17)
  143. Me.Controls.Add(Me.月清單_DGV)
  144. Me.Controls.Add(Me.Label1)
  145. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  146. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  147. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  148. Me.Name = "最後關班時間"
  149. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  150. Me.Text = "最後關班時間"
  151. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  152. Me.ResumeLayout(False)
  153. Me.PerformLayout()
  154. End Sub
  155. Friend WithEvents 修改該筆資料_bt As Button
  156. Friend WithEvents 刪除該筆資料_bt As Button
  157. Friend WithEvents Label1 As Label
  158. Friend WithEvents 時間_dtp As DateTimePicker
  159. Friend WithEvents 月份_cb As ComboBox
  160. Friend WithEvents 年份_cb As ComboBox
  161. Friend WithEvents Label16 As Label
  162. Friend WithEvents Label17 As Label
  163. Friend WithEvents 月清單_DGV As DataGridView
  164. End Class