📄 blobpictures.xfm
字号:
inherited BlobPicturesFrame: TBlobPicturesFrame Width = 695 VertScrollBar.Range = 213 object Splitter1: TSplitter Left = 0 Top = 162 Width = 695 Height = 3 Cursor = crVSplit Align = alTop Beveled = True Color = 170 end object DBGrid1: TDBGrid Left = 0 Top = 26 Width = 695 Height = 136 Align = alTop DataSource = OraDataSource1 TabOrder = 0 TitleFont.Color = clBlack TitleFont.Height = 11 TitleFont.Name = 'helvetica' TitleFont.Pitch = fpVariable TitleFont.Style = [] end object DBImage: TDBImage Left = 0 Top = 213 Width = 695 Height = 91 Align = alClient DataField = 'PIC' DataSource = OraDataSource1 TabOrder = 1 end object ToolBar: TPanel Left = 0 Top = 0 Width = 695 Height = 26 Align = alTop BevelOuter = bvNone TabOrder = 2 object Panel2: TPanel Left = 2 Top = 1 Width = 489 Height = 41 BevelOuter = bvNone TabOrder = 0 end object Panel3: TPanel Left = 1 Top = 1 Width = 428 Height = 24 BevelOuter = bvNone Color = 170 ParentColor = False TabOrder = 1 object btClose: TSpeedButton Left = 84 Top = 1 Width = 82 Height = 22 Caption = 'Close' Flat = True Transparent = False OnClick = btCloseClick end object btOpen: TSpeedButton Left = 1 Top = 1 Width = 82 Height = 22 Caption = 'Open' Flat = True Transparent = False OnClick = btOpenClick end object DBNavigator: TDBNavigator Left = 167 Top = 1 Width = 260 Height = 22 DataSource = OraDataSource1 Flat = True TabOrder = 0 end end end object ToolBar1: TPanel Left = 0 Top = 165 Width = 695 Height = 48 Align = alTop BevelOuter = bvNone TabOrder = 3 object ToolButton3: TToolButton Left = 449 Top = 2 Width = 16 Height = 31 Style = tbsSeparator Caption = 'ToolButton3' ImageIndex = 1 end object Panel1: TPanel Left = 1 Top = 1 Width = 562 Height = 47 BevelOuter = bvNone Color = 170 ParentColor = False TabOrder = 0 object btAddRecord: TSpeedButton Left = 250 Top = 1 Width = 82 Height = 22 Caption = 'Add Record' Flat = True Transparent = False OnClick = btAddRecordClick end object btClear: TSpeedButton Left = 167 Top = 1 Width = 82 Height = 22 Caption = 'Clear' Flat = True Transparent = False OnClick = btClearClick end object btSave: TSpeedButton Left = 84 Top = 1 Width = 82 Height = 22 Caption = 'Save to file' Flat = True Transparent = False OnClick = btSaveClick end object btLoad: TSpeedButton Left = 1 Top = 1 Width = 82 Height = 22 Caption = 'Load from file' Flat = True Transparent = False OnClick = btLoadClick end object Panel4: TPanel Left = 1 Top = 24 Width = 136 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 0 object cbDefLobRead: TCheckBox Left = 16 Top = 0 Width = 121 Height = 22 Caption = 'Deferred Lob Read' Color = clButton ParentColor = False TabOrder = 0 OnClick = cbDefLobReadClick end end object Panel5: TPanel Left = 138 Top = 24 Width = 95 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 1 object cbCacheLobs: TCheckBox Left = 7 Top = 0 Width = 82 Height = 22 Caption = 'Cache Lobs' Color = clButton ParentColor = False TabOrder = 0 OnClick = cbCacheLobsClick end end object Panel6: TPanel Left = 234 Top = 24 Width = 151 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 2 object cbTemporaryLobUpdate: TCheckBox Left = 10 Top = 0 Width = 135 Height = 22 Caption = 'Temporary Lob Update' Color = clButton ParentColor = False TabOrder = 0 OnClick = cbTemporaryLobUpdateClick end end object Panel7: TPanel Left = 386 Top = 24 Width = 175 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 3 object cbxCompression: TComboBox Left = 9 Top = 1 Width = 152 Height = 21 Style = csDropDownList ItemHeight = 15 Items.Strings = ( 'Without compression' 'Compression on client side' 'Compression on server side' 'Compression on both sides') TabOrder = 0 OnChange = cbxCompressionChange end end object Panel8: TPanel Left = 333 Top = 1 Width = 228 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 4 end end end object Query: TSmartQuery SQL.Strings = ( 'SELECT P.* FROM ODAC_BLOB P') OnCalcFields = QueryCalcFields Left = 344 Top = 32 object QueryID: TFloatField FieldName = 'ID' Required = True end object QueryTITLE: TStringField FieldName = 'TITLE' Size = 30 end object QueryPIC: TBlobField FieldName = 'PIC' BlobType = ftOraBlob end object QuerySize: TIntegerField FieldKind = fkCalculated FieldName = 'Size' Calculated = True end object QueryCompressedSize: TIntegerField FieldKind = fkCalculated FieldName = 'CompressedSize' Calculated = True end object QueryServerSize: TIntegerField FieldKind = fkCalculated FieldName = 'ServerSize' Calculated = True end end object OraDataSource1: TOraDataSource DataSet = Query Left = 376 Top = 32 end object OraStoredProc: TOraStoredProc Debug = True Left = 344 Top = 64 endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -