Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

應收帳款.Designer.vb 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.一般月 = New System.Windows.Forms.CheckBox()
  26. Me.會計月 = New System.Windows.Forms.CheckBox()
  27. Me.Button2 = New System.Windows.Forms.Button()
  28. Me.Label4 = New System.Windows.Forms.Label()
  29. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  30. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  31. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  32. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  33. Me.SuspendLayout()
  34. '
  35. 'Button1
  36. '
  37. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  38. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  39. Me.Button1.Location = New System.Drawing.Point(333, 6)
  40. Me.Button1.Name = "Button1"
  41. Me.Button1.Size = New System.Drawing.Size(64, 23)
  42. Me.Button1.TabIndex = 1120
  43. Me.Button1.Text = "上個月"
  44. Me.Button1.UseVisualStyleBackColor = True
  45. '
  46. '一般月
  47. '
  48. Me.一般月.AutoSize = True
  49. Me.一般月.Location = New System.Drawing.Point(270, 8)
  50. Me.一般月.Name = "一般月"
  51. Me.一般月.Size = New System.Drawing.Size(63, 20)
  52. Me.一般月.TabIndex = 1123
  53. Me.一般月.Text = "一般月"
  54. Me.一般月.UseVisualStyleBackColor = True
  55. '
  56. '會計月
  57. '
  58. Me.會計月.AutoSize = True
  59. Me.會計月.Checked = True
  60. Me.會計月.CheckState = System.Windows.Forms.CheckState.Checked
  61. Me.會計月.Location = New System.Drawing.Point(211, 8)
  62. Me.會計月.Name = "會計月"
  63. Me.會計月.Size = New System.Drawing.Size(63, 20)
  64. Me.會計月.TabIndex = 1122
  65. Me.會計月.Text = "會計月"
  66. Me.會計月.UseVisualStyleBackColor = True
  67. '
  68. 'Button2
  69. '
  70. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  72. Me.Button2.Location = New System.Drawing.Point(398, 6)
  73. Me.Button2.Name = "Button2"
  74. Me.Button2.Size = New System.Drawing.Size(64, 23)
  75. Me.Button2.TabIndex = 1121
  76. Me.Button2.Text = "下個月"
  77. Me.Button2.UseVisualStyleBackColor = True
  78. '
  79. 'Label4
  80. '
  81. Me.Label4.AutoSize = True
  82. Me.Label4.Location = New System.Drawing.Point(99, 10)
  83. Me.Label4.Name = "Label4"
  84. Me.Label4.Size = New System.Drawing.Size(20, 16)
  85. Me.Label4.TabIndex = 1119
  86. Me.Label4.Text = "到"
  87. '
  88. 'DateTimePicker2
  89. '
  90. Me.DateTimePicker2.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  91. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  92. Me.DateTimePicker2.Location = New System.Drawing.Point(121, 6)
  93. Me.DateTimePicker2.Name = "DateTimePicker2"
  94. Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
  95. Me.DateTimePicker2.TabIndex = 1118
  96. '
  97. 'DateTimePicker1
  98. '
  99. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  100. Me.DateTimePicker1.Location = New System.Drawing.Point(10, 6)
  101. Me.DateTimePicker1.Name = "DateTimePicker1"
  102. Me.DateTimePicker1.Size = New System.Drawing.Size(87, 23)
  103. Me.DateTimePicker1.TabIndex = 1117
  104. '
  105. 'DataGridView1
  106. '
  107. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  108. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  109. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  110. Or System.Windows.Forms.AnchorStyles.Left) _
  111. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  112. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  113. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  114. Me.DataGridView1.Location = New System.Drawing.Point(14, 59)
  115. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  116. Me.DataGridView1.Name = "DataGridView1"
  117. Me.DataGridView1.RowHeadersWidth = 5
  118. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  119. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
  120. Me.DataGridView1.RowTemplate.Height = 24
  121. Me.DataGridView1.Size = New System.Drawing.Size(1225, 545)
  122. Me.DataGridView1.TabIndex = 1116
  123. '
  124. '應收帳款
  125. '
  126. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  127. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  128. Me.ClientSize = New System.Drawing.Size(1249, 611)
  129. Me.Controls.Add(Me.Button1)
  130. Me.Controls.Add(Me.一般月)
  131. Me.Controls.Add(Me.會計月)
  132. Me.Controls.Add(Me.Button2)
  133. Me.Controls.Add(Me.Label4)
  134. Me.Controls.Add(Me.DateTimePicker2)
  135. Me.Controls.Add(Me.DateTimePicker1)
  136. Me.Controls.Add(Me.DataGridView1)
  137. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  139. Me.Name = "應收帳款"
  140. Me.Text = "應收帳款"
  141. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  142. Me.ResumeLayout(False)
  143. Me.PerformLayout()
  144. End Sub
  145. Friend WithEvents Button1 As Button
  146. Friend WithEvents 一般月 As CheckBox
  147. Friend WithEvents 會計月 As CheckBox
  148. Friend WithEvents Button2 As Button
  149. Friend WithEvents Label4 As Label
  150. Friend WithEvents DateTimePicker2 As DateTimePicker
  151. Friend WithEvents DateTimePicker1 As DateTimePicker
  152. Friend WithEvents DataGridView1 As DataGridView
  153. End Class