?? dbrestore.~dfm
字號:
object DbRestoreFrm: TDbRestoreFrm
Left = 223
Top = 187
BorderStyle = bsDialog
Caption = '數據庫恢復'
ClientHeight = 163
ClientWidth = 315
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 315
Height = 163
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 38
Top = 12
Width = 54
Height = 12
Caption = '用戶帳號:'
end
object Label2: TLabel
Left = 37
Top = 40
Width = 54
Height = 12
Caption = '用戶口令:'
end
object Label3: TLabel
Left = 13
Top = 69
Width = 78
Height = 12
Caption = '數據庫連接串:'
end
object Label7: TLabel
Left = 49
Top = 96
Width = 42
Height = 12
Caption = '文件名:'
end
object Label4: TLabel
Left = 96
Top = 96
Width = 36
Height = 12
Caption = 'Label4'
Font.Charset = ANSI_CHARSET
Font.Color = clFuchsia
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
end
object SpeedButton1: TSpeedButton
Left = 275
Top = 91
Width = 23
Height = 22
Caption = '...'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
OnClick = SpeedButton1Click
end
object BitBtn1: TBitBtn
Left = 59
Top = 120
Width = 75
Height = 25
Caption = '確定(&S)'
Default = True
TabOrder = 0
OnClick = BitBtn1Click
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333330000333333333333333333333333F33333333333
00003333344333333333333333388F3333333333000033334224333333333333
338338F3333333330000333422224333333333333833338F3333333300003342
222224333333333383333338F3333333000034222A22224333333338F338F333
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
0000333333333A222433333333333338F338F33300003333333333A222433333
333333338F338F33000033333333333A222433333333333338F338F300003333
33333333A222433333333333338F338F00003333333333333A22433333333333
3338F38F000033333333333333A223333333333333338F830000333333333333
333A333333333333333338330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 162
Top = 120
Width = 75
Height = 25
Caption = '關閉(&C)'
TabOrder = 1
Kind = bkClose
end
object Edit_userid: TEdit
Left = 96
Top = 8
Width = 201
Height = 20
TabOrder = 2
Text = 'Edit_userid'
end
object Edit_pass: TEdit
Left = 96
Top = 37
Width = 201
Height = 20
PasswordChar = '*'
TabOrder = 3
Text = 'Edit_pass'
end
object Edit_string: TEdit
Left = 96
Top = 67
Width = 201
Height = 20
TabOrder = 4
Text = 'edit_string'
end
end
object Query1: TQuery
DatabaseName = 'db_vipdl'
SQL.Strings = (
'select * from user_tab_columns')
Left = 16
Top = 24
end
object Query2: TQuery
DatabaseName = 'db_vipdl'
Left = 56
Top = 24
end
object OpenDialog1: TOpenDialog
Filter = 'DMP file (*.DMP)|*.DMP|All file (*.*)|*.*'
Left = 136
Top = 96
end
object Databasedh: TDatabase
DatabaseName = 'mydb1'
DriverName = 'ORACLE'
LoginPrompt = False
Params.Strings = (
'SERVER NAME=doone03'
'USER NAME=fjvip'
'PASSWORD=fjvip')
SessionName = 'Default'
Left = 35
Top = 89
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -