Sin descripción
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.

Form1.Designer.vb 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  19. '不要使用代码编辑器修改它。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  26. Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.TextBox1 = New System.Windows.Forms.TextBox()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.Label5 = New System.Windows.Forms.Label()
  33. Me.dtp4 = New System.Windows.Forms.DateTimePicker()
  34. Me.dtp3 = New System.Windows.Forms.DateTimePicker()
  35. Me.Button2 = New System.Windows.Forms.Button()
  36. Me.TextBox2 = New System.Windows.Forms.TextBox()
  37. Me.Button3 = New System.Windows.Forms.Button()
  38. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  39. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  40. Me.SuspendLayout()
  41. '
  42. 'Button1
  43. '
  44. Me.Button1.Location = New System.Drawing.Point(27, 55)
  45. Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  46. Me.Button1.Name = "Button1"
  47. Me.Button1.Size = New System.Drawing.Size(344, 97)
  48. Me.Button1.TabIndex = 0
  49. Me.Button1.Text = "同步数据"
  50. Me.Button1.UseVisualStyleBackColor = True
  51. '
  52. 'dtp1
  53. '
  54. Me.dtp1.Location = New System.Drawing.Point(52, 23)
  55. Me.dtp1.Name = "dtp1"
  56. Me.dtp1.Size = New System.Drawing.Size(140, 25)
  57. Me.dtp1.TabIndex = 1
  58. '
  59. 'dtp2
  60. '
  61. Me.dtp2.Location = New System.Drawing.Point(225, 23)
  62. Me.dtp2.Name = "dtp2"
  63. Me.dtp2.Size = New System.Drawing.Size(146, 25)
  64. Me.dtp2.TabIndex = 2
  65. '
  66. 'Label1
  67. '
  68. Me.Label1.AutoSize = True
  69. Me.Label1.Location = New System.Drawing.Point(24, 30)
  70. Me.Label1.Name = "Label1"
  71. Me.Label1.Size = New System.Drawing.Size(22, 15)
  72. Me.Label1.TabIndex = 3
  73. Me.Label1.Text = "自"
  74. '
  75. 'Label2
  76. '
  77. Me.Label2.AutoSize = True
  78. Me.Label2.Location = New System.Drawing.Point(197, 30)
  79. Me.Label2.Name = "Label2"
  80. Me.Label2.Size = New System.Drawing.Size(22, 15)
  81. Me.Label2.TabIndex = 4
  82. Me.Label2.Text = "至"
  83. '
  84. 'Label3
  85. '
  86. Me.Label3.AutoSize = True
  87. Me.Label3.Location = New System.Drawing.Point(74, 167)
  88. Me.Label3.Name = "Label3"
  89. Me.Label3.Size = New System.Drawing.Size(67, 15)
  90. Me.Label3.TabIndex = 5
  91. Me.Label3.Text = "更新时间"
  92. '
  93. 'TextBox1
  94. '
  95. Me.TextBox1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  96. Me.TextBox1.ForeColor = System.Drawing.Color.Red
  97. Me.TextBox1.Location = New System.Drawing.Point(147, 156)
  98. Me.TextBox1.Name = "TextBox1"
  99. Me.TextBox1.Size = New System.Drawing.Size(221, 26)
  100. Me.TextBox1.TabIndex = 6
  101. '
  102. 'Label4
  103. '
  104. Me.Label4.AutoSize = True
  105. Me.Label4.Location = New System.Drawing.Point(723, 30)
  106. Me.Label4.Name = "Label4"
  107. Me.Label4.Size = New System.Drawing.Size(22, 15)
  108. Me.Label4.TabIndex = 10
  109. Me.Label4.Text = "至"
  110. '
  111. 'Label5
  112. '
  113. Me.Label5.AutoSize = True
  114. Me.Label5.Location = New System.Drawing.Point(550, 30)
  115. Me.Label5.Name = "Label5"
  116. Me.Label5.Size = New System.Drawing.Size(22, 15)
  117. Me.Label5.TabIndex = 9
  118. Me.Label5.Text = "自"
  119. '
  120. 'dtp4
  121. '
  122. Me.dtp4.Location = New System.Drawing.Point(751, 23)
  123. Me.dtp4.Name = "dtp4"
  124. Me.dtp4.Size = New System.Drawing.Size(146, 25)
  125. Me.dtp4.TabIndex = 8
  126. '
  127. 'dtp3
  128. '
  129. Me.dtp3.Location = New System.Drawing.Point(578, 23)
  130. Me.dtp3.Name = "dtp3"
  131. Me.dtp3.Size = New System.Drawing.Size(140, 25)
  132. Me.dtp3.TabIndex = 7
  133. '
  134. 'Button2
  135. '
  136. Me.Button2.Location = New System.Drawing.Point(904, 13)
  137. Me.Button2.Margin = New System.Windows.Forms.Padding(4)
  138. Me.Button2.Name = "Button2"
  139. Me.Button2.Size = New System.Drawing.Size(101, 41)
  140. Me.Button2.TabIndex = 11
  141. Me.Button2.Text = "日期查询"
  142. Me.Button2.UseVisualStyleBackColor = True
  143. '
  144. 'TextBox2
  145. '
  146. Me.TextBox2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  147. Me.TextBox2.ForeColor = System.Drawing.Color.Red
  148. Me.TextBox2.Location = New System.Drawing.Point(676, 73)
  149. Me.TextBox2.Name = "TextBox2"
  150. Me.TextBox2.Size = New System.Drawing.Size(221, 26)
  151. Me.TextBox2.TabIndex = 12
  152. '
  153. 'Button3
  154. '
  155. Me.Button3.Location = New System.Drawing.Point(904, 64)
  156. Me.Button3.Margin = New System.Windows.Forms.Padding(4)
  157. Me.Button3.Name = "Button3"
  158. Me.Button3.Size = New System.Drawing.Size(101, 41)
  159. Me.Button3.TabIndex = 13
  160. Me.Button3.Text = "卡号查询"
  161. Me.Button3.UseVisualStyleBackColor = True
  162. '
  163. 'DataGridView1
  164. '
  165. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  166. Me.DataGridView1.Location = New System.Drawing.Point(564, 129)
  167. Me.DataGridView1.Name = "DataGridView1"
  168. Me.DataGridView1.RowTemplate.Height = 27
  169. Me.DataGridView1.Size = New System.Drawing.Size(553, 481)
  170. Me.DataGridView1.TabIndex = 14
  171. '
  172. 'Form1
  173. '
  174. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  175. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  176. Me.ClientSize = New System.Drawing.Size(1145, 709)
  177. Me.Controls.Add(Me.DataGridView1)
  178. Me.Controls.Add(Me.Button3)
  179. Me.Controls.Add(Me.TextBox2)
  180. Me.Controls.Add(Me.Button2)
  181. Me.Controls.Add(Me.Label4)
  182. Me.Controls.Add(Me.Label5)
  183. Me.Controls.Add(Me.dtp4)
  184. Me.Controls.Add(Me.dtp3)
  185. Me.Controls.Add(Me.TextBox1)
  186. Me.Controls.Add(Me.Label3)
  187. Me.Controls.Add(Me.Label2)
  188. Me.Controls.Add(Me.Label1)
  189. Me.Controls.Add(Me.dtp2)
  190. Me.Controls.Add(Me.dtp1)
  191. Me.Controls.Add(Me.Button1)
  192. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  193. Me.Name = "Form1"
  194. Me.Text = "Form1"
  195. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  196. Me.ResumeLayout(False)
  197. Me.PerformLayout()
  198. End Sub
  199. Friend WithEvents Timer1 As Timer
  200. Friend WithEvents Button1 As Button
  201. Friend WithEvents dtp1 As DateTimePicker
  202. Friend WithEvents dtp2 As DateTimePicker
  203. Friend WithEvents Label1 As Label
  204. Friend WithEvents Label2 As Label
  205. Friend WithEvents Label3 As Label
  206. Friend WithEvents TextBox1 As TextBox
  207. Friend WithEvents Label4 As Label
  208. Friend WithEvents Label5 As Label
  209. Friend WithEvents dtp4 As DateTimePicker
  210. Friend WithEvents dtp3 As DateTimePicker
  211. Friend WithEvents Button2 As Button
  212. Friend WithEvents TextBox2 As TextBox
  213. Friend WithEvents Button3 As Button
  214. Friend WithEvents DataGridView1 As DataGridView
  215. End Class