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

eform_measure.Designer.vb 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class eform_measure
  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.Button1 = New System.Windows.Forms.Button()
  23. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Button2 = New System.Windows.Forms.Button()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  28. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  29. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. 'Button1
  33. '
  34. Me.Button1.Location = New System.Drawing.Point(478, 26)
  35. Me.Button1.Name = "Button1"
  36. Me.Button1.Size = New System.Drawing.Size(75, 23)
  37. Me.Button1.TabIndex = 0
  38. Me.Button1.Text = "刷新"
  39. Me.Button1.UseVisualStyleBackColor = True
  40. '
  41. 'DataGridView1
  42. '
  43. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  44. Me.DataGridView1.Location = New System.Drawing.Point(22, 61)
  45. Me.DataGridView1.Name = "DataGridView1"
  46. Me.DataGridView1.RowTemplate.Height = 23
  47. Me.DataGridView1.Size = New System.Drawing.Size(518, 480)
  48. Me.DataGridView1.TabIndex = 1
  49. '
  50. 'Button2
  51. '
  52. Me.Button2.Location = New System.Drawing.Point(385, 23)
  53. Me.Button2.Name = "Button2"
  54. Me.Button2.Size = New System.Drawing.Size(77, 28)
  55. Me.Button2.TabIndex = 12
  56. Me.Button2.Text = "查询"
  57. Me.Button2.UseVisualStyleBackColor = True
  58. '
  59. 'Label1
  60. '
  61. Me.Label1.AutoSize = True
  62. Me.Label1.ForeColor = System.Drawing.Color.Red
  63. Me.Label1.Location = New System.Drawing.Point(204, 30)
  64. Me.Label1.Name = "Label1"
  65. Me.Label1.Size = New System.Drawing.Size(17, 12)
  66. Me.Label1.TabIndex = 11
  67. Me.Label1.Text = "至"
  68. '
  69. 'Label2
  70. '
  71. Me.Label2.AutoSize = True
  72. Me.Label2.ForeColor = System.Drawing.Color.Red
  73. Me.Label2.Location = New System.Drawing.Point(20, 30)
  74. Me.Label2.Name = "Label2"
  75. Me.Label2.Size = New System.Drawing.Size(17, 12)
  76. Me.Label2.TabIndex = 10
  77. Me.Label2.Text = "自"
  78. '
  79. 'DateTimePicker2
  80. '
  81. Me.DateTimePicker2.Location = New System.Drawing.Point(236, 23)
  82. Me.DateTimePicker2.Name = "DateTimePicker2"
  83. Me.DateTimePicker2.Size = New System.Drawing.Size(143, 21)
  84. Me.DateTimePicker2.TabIndex = 9
  85. '
  86. 'DateTimePicker1
  87. '
  88. Me.DateTimePicker1.Location = New System.Drawing.Point(52, 23)
  89. Me.DateTimePicker1.Name = "DateTimePicker1"
  90. Me.DateTimePicker1.Size = New System.Drawing.Size(143, 21)
  91. Me.DateTimePicker1.TabIndex = 8
  92. '
  93. 'eform_measure
  94. '
  95. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  96. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  97. Me.ClientSize = New System.Drawing.Size(868, 644)
  98. Me.Controls.Add(Me.Button2)
  99. Me.Controls.Add(Me.Label1)
  100. Me.Controls.Add(Me.Label2)
  101. Me.Controls.Add(Me.DateTimePicker2)
  102. Me.Controls.Add(Me.DateTimePicker1)
  103. Me.Controls.Add(Me.DataGridView1)
  104. Me.Controls.Add(Me.Button1)
  105. Me.Name = "eform_measure"
  106. Me.Text = "eform_measure"
  107. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  108. Me.ResumeLayout(False)
  109. Me.PerformLayout()
  110. End Sub
  111. Friend WithEvents Button1 As Button
  112. Friend WithEvents DataGridView1 As DataGridView
  113. Friend WithEvents Button2 As Button
  114. Friend WithEvents Label1 As Label
  115. Friend WithEvents Label2 As Label
  116. Friend WithEvents DateTimePicker2 As DateTimePicker
  117. Friend WithEvents DateTimePicker1 As DateTimePicker
  118. End Class