暫無描述
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.

Frm_BG_CHEM.Designer.vb 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Frm_BG_CHEM
  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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.dgv1 = New System.Windows.Forms.DataGridView()
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  26. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  27. Me.Button3 = New System.Windows.Forms.Button()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. 'dgv1
  33. '
  34. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  35. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  36. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  37. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  38. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  39. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  40. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  41. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  42. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle2
  43. Me.dgv1.Location = New System.Drawing.Point(15, 58)
  44. Me.dgv1.Name = "dgv1"
  45. Me.dgv1.RowHeadersWidth = 82
  46. Me.dgv1.RowTemplate.Height = 24
  47. Me.dgv1.Size = New System.Drawing.Size(1284, 713)
  48. Me.dgv1.TabIndex = 9
  49. '
  50. 'Label1
  51. '
  52. Me.Label1.AutoSize = True
  53. Me.Label1.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  54. Me.Label1.ForeColor = System.Drawing.Color.Red
  55. Me.Label1.Location = New System.Drawing.Point(29, 16)
  56. Me.Label1.Name = "Label1"
  57. Me.Label1.Size = New System.Drawing.Size(50, 25)
  58. Me.Label1.TabIndex = 43
  59. Me.Label1.Text = "期初"
  60. '
  61. 'dtp2
  62. '
  63. Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  64. Me.dtp2.Location = New System.Drawing.Point(272, 12)
  65. Me.dtp2.Name = "dtp2"
  66. Me.dtp2.Size = New System.Drawing.Size(108, 29)
  67. Me.dtp2.TabIndex = 42
  68. '
  69. 'dtp1
  70. '
  71. Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  72. Me.dtp1.Location = New System.Drawing.Point(85, 12)
  73. Me.dtp1.Name = "dtp1"
  74. Me.dtp1.Size = New System.Drawing.Size(112, 29)
  75. Me.dtp1.TabIndex = 41
  76. '
  77. 'Button3
  78. '
  79. Me.Button3.Location = New System.Drawing.Point(398, 12)
  80. Me.Button3.Name = "Button3"
  81. Me.Button3.Size = New System.Drawing.Size(61, 29)
  82. Me.Button3.TabIndex = 40
  83. Me.Button3.Text = "查询"
  84. Me.Button3.UseVisualStyleBackColor = True
  85. '
  86. 'Label2
  87. '
  88. Me.Label2.AutoSize = True
  89. Me.Label2.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  90. Me.Label2.ForeColor = System.Drawing.Color.Red
  91. Me.Label2.Location = New System.Drawing.Point(216, 15)
  92. Me.Label2.Name = "Label2"
  93. Me.Label2.Size = New System.Drawing.Size(50, 25)
  94. Me.Label2.TabIndex = 44
  95. Me.Label2.Text = "期末"
  96. '
  97. 'Frm_BG_CHEM
  98. '
  99. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  100. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  101. Me.AutoScroll = True
  102. Me.ClientSize = New System.Drawing.Size(1330, 797)
  103. Me.Controls.Add(Me.Label2)
  104. Me.Controls.Add(Me.Label1)
  105. Me.Controls.Add(Me.dtp2)
  106. Me.Controls.Add(Me.dtp1)
  107. Me.Controls.Add(Me.Button3)
  108. Me.Controls.Add(Me.dgv1)
  109. Me.Name = "Frm_BG_CHEM"
  110. Me.Text = "Frm_BG_CHEM"
  111. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  112. Me.ResumeLayout(False)
  113. Me.PerformLayout()
  114. End Sub
  115. Friend WithEvents dgv1 As DataGridView
  116. Friend WithEvents Label1 As Label
  117. Friend WithEvents dtp2 As DateTimePicker
  118. Friend WithEvents dtp1 As DateTimePicker
  119. Friend WithEvents Button3 As Button
  120. Friend WithEvents Label2 As Label
  121. End Class