?? frmfeechange.frm
字號:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmfeechange
Caption = "月費用轉換"
ClientHeight = 6600
ClientLeft = 60
ClientTop = 345
ClientWidth = 6135
LinkTopic = "Form1"
ScaleHeight = 6600
ScaleWidth = 6135
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Caption = "查詢條件"
Height = 1095
Left = 120
TabIndex = 7
Top = 120
Width = 5655
Begin MSComCtl2.DTPicker dtpicker1
Height = 360
Left = 1200
TabIndex = 8
Top = 360
Width = 1545
_ExtentX = 2725
_ExtentY = 635
_Version = 393216
Enabled = 0 'False
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
CalendarTitleBackColor= -2147483647
CustomFormat = "yyyy-MM"
Format = 24510467
CurrentDate = 36936
MaxDate = 40178
MinDate = 36892
End
Begin VB.Label Label1
Caption = "時 間:"
Height = 240
Index = 0
Left = 240
TabIndex = 9
Top = 480
Width = 930
End
End
Begin VB.CommandButton Command1
Caption = "確定"
Height = 315
Index = 0
Left = 360
TabIndex = 4
Top = 5640
Width = 1140
End
Begin VB.CommandButton Command1
Caption = "打印"
Height = 315
Index = 1
Left = 1890
TabIndex = 3
Top = 5655
Visible = 0 'False
Width = 1140
End
Begin VB.CommandButton Command1
Caption = "退出"
Height = 315
Index = 2
Left = 4665
TabIndex = 2
Top = 5655
Width = 1140
End
Begin VB.CommandButton Command1
Caption = "打印預覽"
Height = 315
Index = 3
Left = 3315
TabIndex = 1
Top = 5655
Visible = 0 'False
Width = 1140
End
Begin VB.ComboBox Cmbclasshide
Height = 300
Left = 3000
TabIndex = 0
Text = "Combo1"
Top = 7200
Width = 1695
End
Begin MSAdodcLib.Adodc adcHandInfo
Height = 330
Left = 5760
Top = 7200
Width = 2175
_ExtentX = 3836
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = ""
OLEDBString = ""
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSFlexGridLib.MSFlexGrid mfgFee
Height = 3765
Left = 240
TabIndex = 5
Top = 1755
Width = 5490
_ExtentX = 9684
_ExtentY = 6641
_Version = 393216
Cols = 9
FixedCols = 0
WordWrap = -1 'True
AllowUserResizing= 3
Appearance = 0
FormatString = "用戶號|用戶名|用戶地址|上次抄表時間|上次表讀數|本次抄表時間|本次表讀數|電量|電費"
End
Begin MSComCtl2.DTPicker DTPicker2
Height = 360
Left = 4560
TabIndex = 10
Top = 1200
Visible = 0 'False
Width = 1545
_ExtentX = 2725
_ExtentY = 635
_Version = 393216
Enabled = 0 'False
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
CalendarTitleBackColor= -2147483647
CustomFormat = "yyyy-MM"
Format = 24510467
CurrentDate = 36936
MaxDate = 40178
MinDate = 36892
End
Begin VB.Label lblTitle
Alignment = 2 'Center
Caption = "Label2"
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 720
TabIndex = 6
Top = 1320
Width = 3540
End
End
Attribute VB_Name = "frmfeechange"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim sPrecinct() As String
Dim sUserNumber() As String
Dim P As Object
Dim print_H As Integer
Dim print_W As Integer
Private Sub cmbElement_()
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -