?? frminfo.frm
字號(hào):
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmInfo
BorderStyle = 3 'Fixed Dialog
Caption = "反饋信息管理"
ClientHeight = 4755
ClientLeft = 45
ClientTop = 330
ClientWidth = 7740
Icon = "FrmInfo.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4755
ScaleWidth = 7740
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame2
Caption = "信息管理"
Height = 855
Left = 120
TabIndex = 14
Top = 3720
Width = 7455
Begin VB.CommandButton CmdClose
Cancel = -1 'True
Caption = "關(guān)閉"
Height = 375
Left = 6360
TabIndex = 7
Top = 360
Width = 855
End
Begin VB.CommandButton CmdDelete
Caption = "刪除"
Height = 375
Left = 5490
TabIndex = 6
Top = 360
Width = 855
End
Begin VB.CommandButton CmdUpdate
Caption = "修改"
Height = 375
Left = 4605
TabIndex = 5
Top = 360
Width = 855
End
Begin VB.CommandButton CmdNew
Caption = "添加"
Height = 375
Left = 3735
TabIndex = 4
Top = 360
Width = 855
End
Begin VB.CommandButton CmdLast
Caption = "末一條"
Height = 375
Left = 2865
TabIndex = 3
Top = 360
Width = 855
End
Begin VB.CommandButton CmdFirst
Caption = "第一條"
Height = 375
Left = 240
TabIndex = 0
Top = 360
Width = 855
End
Begin VB.CommandButton CmdNext
Caption = "下一條"
Height = 375
Left = 1995
TabIndex = 2
Top = 360
Width = 855
End
Begin VB.CommandButton CmdUp
Caption = "上一條"
Height = 375
Left = 1110
TabIndex = 1
Top = 360
Width = 855
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 6120
Top = 0
Visible = 0 'False
Width = 1215
_ExtentX = 2143
_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 = ""
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
End
Begin VB.Frame Frame1
Caption = "客戶反饋信息"
Height = 3495
Left = 120
TabIndex = 13
Top = 120
Width = 7455
Begin VB.TextBox TxtShenFen
Height = 375
Left = 960
Locked = -1 'True
TabIndex = 23
ToolTipText = "用戶身份 不可編輯"
Top = 1440
Width = 2775
End
Begin VB.TextBox TxtInfo
Height = 3015
Left = 3840
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 12
Top = 240
Width = 3495
End
Begin VB.TextBox TxtEmail
Height = 375
Left = 960
TabIndex = 11
Top = 2880
Width = 2775
End
Begin VB.TextBox TxtDiZhi
Height = 375
Left = 960
TabIndex = 10
Top = 2400
Width = 2775
End
Begin VB.TextBox TxtDanWei
Height = 375
Left = 960
TabIndex = 9
Top = 1920
Width = 2775
End
Begin VB.OptionButton SexFemail
Caption = "女"
Height = 375
Left = 1680
TabIndex = 18
Top = 960
Width = 495
End
Begin VB.OptionButton SexMan
Caption = "男"
Height = 375
Left = 960
TabIndex = 17
Top = 960
Value = -1 'True
Width = 495
End
Begin VB.TextBox TxtName
Height = 375
Left = 960
TabIndex = 8
Top = 360
Width = 2775
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "反饋信息:"
Height = 180
Left = 2835
TabIndex = 24
Top = 1080
Width = 900
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "身份:"
Height = 180
Left = 240
TabIndex = 22
Top = 1560
Width = 540
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "E-mail:"
Height = 180
Left = 120
TabIndex = 21
Top = 3000
Width = 720
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "地址:"
Height = 180
Left = 240
TabIndex = 20
Top = 2520
Width = 540
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "單位:"
Height = 180
Left = 240
TabIndex = 19
Top = 2040
Width = 540
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "性別:"
Height = 180
Left = 240
TabIndex = 16
Top = 1035
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "姓名:"
Height = 180
Left = 240
TabIndex = 15
Top = 435
Width = 540
End
End
End
Attribute VB_Name = "FrmInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdClose_Click()
Unload Me
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -