123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Form1
- 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 窗体设计器所必需的
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下过程是 Windows 窗体设计器所必需的
- '可以使用 Windows 窗体设计器修改它。
- '不要使用代码编辑器修改它。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
- Me.Button1 = New System.Windows.Forms.Button()
- Me.dtp1 = New System.Windows.Forms.DateTimePicker()
- Me.dtp2 = New System.Windows.Forms.DateTimePicker()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.dtp4 = New System.Windows.Forms.DateTimePicker()
- Me.dtp3 = New System.Windows.Forms.DateTimePicker()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(27, 55)
- Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(344, 97)
- Me.Button1.TabIndex = 0
- Me.Button1.Text = "同步数据"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'dtp1
- '
- Me.dtp1.Location = New System.Drawing.Point(52, 23)
- Me.dtp1.Name = "dtp1"
- Me.dtp1.Size = New System.Drawing.Size(140, 25)
- Me.dtp1.TabIndex = 1
- '
- 'dtp2
- '
- Me.dtp2.Location = New System.Drawing.Point(225, 23)
- Me.dtp2.Name = "dtp2"
- Me.dtp2.Size = New System.Drawing.Size(146, 25)
- Me.dtp2.TabIndex = 2
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(24, 30)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(22, 15)
- Me.Label1.TabIndex = 3
- Me.Label1.Text = "自"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(197, 30)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(22, 15)
- Me.Label2.TabIndex = 4
- Me.Label2.Text = "至"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(74, 167)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(67, 15)
- Me.Label3.TabIndex = 5
- Me.Label3.Text = "更新时间"
- '
- 'TextBox1
- '
- Me.TextBox1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox1.ForeColor = System.Drawing.Color.Red
- Me.TextBox1.Location = New System.Drawing.Point(147, 156)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(221, 26)
- Me.TextBox1.TabIndex = 6
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(723, 30)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(22, 15)
- Me.Label4.TabIndex = 10
- Me.Label4.Text = "至"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(550, 30)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(22, 15)
- Me.Label5.TabIndex = 9
- Me.Label5.Text = "自"
- '
- 'dtp4
- '
- Me.dtp4.Location = New System.Drawing.Point(751, 23)
- Me.dtp4.Name = "dtp4"
- Me.dtp4.Size = New System.Drawing.Size(146, 25)
- Me.dtp4.TabIndex = 8
- '
- 'dtp3
- '
- Me.dtp3.Location = New System.Drawing.Point(578, 23)
- Me.dtp3.Name = "dtp3"
- Me.dtp3.Size = New System.Drawing.Size(140, 25)
- Me.dtp3.TabIndex = 7
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(904, 13)
- Me.Button2.Margin = New System.Windows.Forms.Padding(4)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(101, 41)
- Me.Button2.TabIndex = 11
- Me.Button2.Text = "日期查询"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'TextBox2
- '
- Me.TextBox2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox2.ForeColor = System.Drawing.Color.Red
- Me.TextBox2.Location = New System.Drawing.Point(676, 73)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(221, 26)
- Me.TextBox2.TabIndex = 12
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(904, 64)
- Me.Button3.Margin = New System.Windows.Forms.Padding(4)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(101, 41)
- Me.Button3.TabIndex = 13
- Me.Button3.Text = "卡号查询"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'DataGridView1
- '
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(564, 129)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowTemplate.Height = 27
- Me.DataGridView1.Size = New System.Drawing.Size(553, 481)
- Me.DataGridView1.TabIndex = 14
- '
- 'Form1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1145, 709)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.dtp4)
- Me.Controls.Add(Me.dtp3)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.dtp2)
- Me.Controls.Add(Me.dtp1)
- Me.Controls.Add(Me.Button1)
- Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Name = "Form1"
- Me.Text = "Form1"
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Timer1 As Timer
- Friend WithEvents Button1 As Button
- Friend WithEvents dtp1 As DateTimePicker
- Friend WithEvents dtp2 As DateTimePicker
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents Label4 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents dtp4 As DateTimePicker
- Friend WithEvents dtp3 As DateTimePicker
- Friend WithEvents Button2 As Button
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents Button3 As Button
- Friend WithEvents DataGridView1 As DataGridView
- End Class
|