📄 u_form1.dfm
字号:
object Form1: TForm1
Left = 182
Top = 141
Width = 596
Height = 364
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 189
Top = 47
Height = 262
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 588
Height = 47
ButtonHeight = 36
ButtonWidth = 31
Caption = #28155#21152
Flat = True
Images = ImageList1
ShowCaptions = True
TabOrder = 0
object AddTButton: TToolButton
Left = 0
Top = 0
Caption = #28155#21152
Enabled = False
ImageIndex = 6
OnClick = AddTButtonClick
end
object DelTButton: TToolButton
Left = 31
Top = 0
Caption = #21024#38500
Enabled = False
ImageIndex = 7
OnClick = DelTButtonClick
end
object ExitTButton: TToolButton
Left = 62
Top = 0
Caption = #36864#20986
OnClick = ExitTButtonClick
end
end
object TreeView1: TTreeView
Left = 0
Top = 47
Width = 189
Height = 262
Align = alLeft
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
Images = ImageList1
Indent = 19
ParentFont = False
TabOrder = 1
OnClick = TreeView1Click
end
object OleContainer1: TOleContainer
Left = 192
Top = 47
Width = 396
Height = 262
AllowInPlace = False
AllowActiveDoc = False
Align = alClient
Ctl3D = False
ParentCtl3D = False
TabOrder = 2
end
object StatusBar1: TStatusBar
Left = 0
Top = 309
Width = 588
Height = 28
Panels = <>
end
object IBDatabase1: TIBDatabase
Connected = True
DatabaseName = 'd:\Delphi_book\Ch4\MyStream.gdb'
Params.Strings = (
'user_name=SYSDBA'
'password=masterkey')
LoginPrompt = False
DefaultTransaction = IBTransaction1
IdleTimer = 0
SQLDialect = 3
TraceFlags = []
Left = 18
Top = 94
end
object IBTable1: TIBTable
Database = IBDatabase1
Transaction = IBTransaction1
BufferChunks = 1000
CachedUpdates = False
FieldDefs = <
item
Name = 'CODE'
Attributes = [faRequired]
DataType = ftInteger
end
item
Name = 'FTYPE'
Attributes = [faRequired, faFixed]
DataType = ftString
Size = 12
end
item
Name = 'FNAME'
Attributes = [faRequired, faFixed]
DataType = ftString
Size = 30
end
item
Name = 'DETAIL'
Attributes = [faRequired]
DataType = ftBlob
Size = 8
end>
IndexDefs = <
item
Name = 'RDB$PRIMARY1'
Fields = 'CODE'
Options = [ixPrimary, ixUnique]
end>
StoreDefs = True
TableName = 'TBMYSTREAM'
Left = 16
Top = 130
end
object ImageList1: TImageList
Left = 14
Top = 164
Bitmap = {
494C010108000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000003000000001001000000000000018
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -