Bez popisu
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 9.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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.Button6 = New System.Windows.Forms.Button()
  24. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  25. Me.TextBox4 = New System.Windows.Forms.TextBox()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.Button1 = New System.Windows.Forms.Button()
  28. Me.Button2 = New System.Windows.Forms.Button()
  29. Me.Label2 = New System.Windows.Forms.Label()
  30. Me.Label3 = New System.Windows.Forms.Label()
  31. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  32. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  33. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  34. Me.Button3 = New System.Windows.Forms.Button()
  35. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. 'Button6
  39. '
  40. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  41. Me.Button6.ForeColor = System.Drawing.Color.Green
  42. Me.Button6.Location = New System.Drawing.Point(550, 6)
  43. Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  44. Me.Button6.Name = "Button6"
  45. Me.Button6.Size = New System.Drawing.Size(114, 31)
  46. Me.Button6.TabIndex = 787
  47. Me.Button6.Text = "新增"
  48. Me.Button6.UseVisualStyleBackColor = True
  49. '
  50. 'DataGridView1
  51. '
  52. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  53. Me.DataGridView1.Location = New System.Drawing.Point(12, 42)
  54. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  55. Me.DataGridView1.Name = "DataGridView1"
  56. Me.DataGridView1.RowHeadersWidth = 5
  57. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  58. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1
  59. Me.DataGridView1.RowTemplate.Height = 24
  60. Me.DataGridView1.Size = New System.Drawing.Size(1890, 936)
  61. Me.DataGridView1.TabIndex = 788
  62. '
  63. 'TextBox4
  64. '
  65. Me.TextBox4.Location = New System.Drawing.Point(400, 11)
  66. Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  67. Me.TextBox4.Name = "TextBox4"
  68. Me.TextBox4.Size = New System.Drawing.Size(144, 23)
  69. Me.TextBox4.TabIndex = 794
  70. '
  71. 'Label1
  72. '
  73. Me.Label1.AutoSize = True
  74. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  75. Me.Label1.Location = New System.Drawing.Point(329, 14)
  76. Me.Label1.Name = "Label1"
  77. Me.Label1.Size = New System.Drawing.Size(68, 16)
  78. Me.Label1.TabIndex = 795
  79. Me.Label1.Text = "選擇流水號"
  80. '
  81. 'Button1
  82. '
  83. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Button1.ForeColor = System.Drawing.Color.Red
  85. Me.Button1.Location = New System.Drawing.Point(793, 6)
  86. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  87. Me.Button1.Name = "Button1"
  88. Me.Button1.Size = New System.Drawing.Size(114, 31)
  89. Me.Button1.TabIndex = 797
  90. Me.Button1.Text = "删除"
  91. Me.Button1.UseVisualStyleBackColor = True
  92. '
  93. 'Button2
  94. '
  95. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.Button2.Location = New System.Drawing.Point(672, 6)
  97. Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  98. Me.Button2.Name = "Button2"
  99. Me.Button2.Size = New System.Drawing.Size(114, 31)
  100. Me.Button2.TabIndex = 798
  101. Me.Button2.Text = "修改"
  102. Me.Button2.UseVisualStyleBackColor = True
  103. '
  104. 'Label2
  105. '
  106. Me.Label2.AutoSize = True
  107. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.Label2.Location = New System.Drawing.Point(12, 14)
  109. Me.Label2.Name = "Label2"
  110. Me.Label2.Size = New System.Drawing.Size(32, 16)
  111. Me.Label2.TabIndex = 799
  112. Me.Label2.Text = "客户"
  113. '
  114. 'Label3
  115. '
  116. Me.Label3.AutoSize = True
  117. Me.Label3.Location = New System.Drawing.Point(165, 14)
  118. Me.Label3.Name = "Label3"
  119. Me.Label3.Size = New System.Drawing.Size(44, 16)
  120. Me.Label3.TabIndex = 800
  121. Me.Label3.Text = "使用者"
  122. '
  123. 'ComboBox1
  124. '
  125. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  126. Me.ComboBox1.FormattingEnabled = True
  127. Me.ComboBox1.Location = New System.Drawing.Point(48, 10)
  128. Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  129. Me.ComboBox1.Name = "ComboBox1"
  130. Me.ComboBox1.Size = New System.Drawing.Size(111, 24)
  131. Me.ComboBox1.TabIndex = 801
  132. '
  133. 'ComboBox3
  134. '
  135. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  136. Me.ComboBox3.FormattingEnabled = True
  137. Me.ComboBox3.Location = New System.Drawing.Point(212, 10)
  138. Me.ComboBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  139. Me.ComboBox3.Name = "ComboBox3"
  140. Me.ComboBox3.Size = New System.Drawing.Size(111, 24)
  141. Me.ComboBox3.TabIndex = 803
  142. '
  143. 'DateTimePicker2
  144. '
  145. Me.DateTimePicker2.Enabled = False
  146. Me.DateTimePicker2.Location = New System.Drawing.Point(913, 9)
  147. Me.DateTimePicker2.Name = "DateTimePicker2"
  148. Me.DateTimePicker2.Size = New System.Drawing.Size(134, 23)
  149. Me.DateTimePicker2.TabIndex = 804
  150. '
  151. 'Button3
  152. '
  153. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.Button3.ForeColor = System.Drawing.Color.Green
  155. Me.Button3.Location = New System.Drawing.Point(1053, 6)
  156. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  157. Me.Button3.Name = "Button3"
  158. Me.Button3.Size = New System.Drawing.Size(114, 31)
  159. Me.Button3.TabIndex = 805
  160. Me.Button3.Text = "排序修改"
  161. Me.Button3.UseVisualStyleBackColor = True
  162. '
  163. '工作日誌與代辦事項
  164. '
  165. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  166. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  167. Me.ClientSize = New System.Drawing.Size(1914, 991)
  168. Me.Controls.Add(Me.Button3)
  169. Me.Controls.Add(Me.DateTimePicker2)
  170. Me.Controls.Add(Me.ComboBox3)
  171. Me.Controls.Add(Me.ComboBox1)
  172. Me.Controls.Add(Me.Label3)
  173. Me.Controls.Add(Me.Label2)
  174. Me.Controls.Add(Me.Button2)
  175. Me.Controls.Add(Me.Button1)
  176. Me.Controls.Add(Me.Label1)
  177. Me.Controls.Add(Me.TextBox4)
  178. Me.Controls.Add(Me.DataGridView1)
  179. Me.Controls.Add(Me.Button6)
  180. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  181. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  182. Me.Name = "工作日誌與代辦事項"
  183. Me.Text = "工作日誌與代辦事項"
  184. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  185. Me.ResumeLayout(False)
  186. Me.PerformLayout()
  187. End Sub
  188. Friend WithEvents Button6 As Button
  189. Friend WithEvents DataGridView1 As DataGridView
  190. Friend WithEvents TextBox4 As TextBox
  191. Friend WithEvents Label1 As Label
  192. Friend WithEvents Button1 As Button
  193. Friend WithEvents Button2 As Button
  194. Friend WithEvents Label2 As Label
  195. Friend WithEvents Label3 As Label
  196. Friend WithEvents ComboBox1 As ComboBox
  197. Friend WithEvents ComboBox3 As ComboBox
  198. Friend WithEvents DateTimePicker2 As DateTimePicker
  199. Friend WithEvents Button3 As Button
  200. End Class