📄 filterandindex.xfm
字号:
inherited FilterAndIndexFrame: TFilterAndIndexFrame Width = 669 HorzScrollBar.Range = 140 VertScrollBar.Range = 47 object DBGrid: TDBGrid Left = 140 Top = 47 Width = 529 Height = 257 Align = alClient DataSource = DataSource Font.Color = clBlack Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] ParentFont = False TabOrder = 0 TitleFont.Color = clText TitleFont.Height = 11 TitleFont.Name = 'MS Sans Serif' TitleFont.Pitch = fpVariable TitleFont.Style = [] end object Panel4: TPanel Left = 0 Top = 0 Width = 669 Height = 47 Align = alTop BevelOuter = bvNone TabOrder = 1 object ToolBar: TPanel Left = 0 Top = 0 Width = 621 Height = 47 Align = alLeft BevelOuter = bvNone Color = 170 ParentColor = False TabOrder = 0 object btClose: TSpeedButton Left = 87 Top = 1 Width = 85 Height = 22 Caption = 'Close' Flat = True Transparent = False OnClick = btCloseClick end object btOpen: TSpeedButton Left = 1 Top = 1 Width = 85 Height = 22 Caption = 'Open' Flat = True Transparent = False OnClick = btOpenClick end object Panel5: TPanel Left = 362 Top = 24 Width = 149 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 0 object cbCalcFields: TCheckBox Left = 5 Top = 1 Width = 142 Height = 22 Caption = 'Calculated/Lookup fields' TabOrder = 0 OnClick = cbCalcFieldsClick end end object Panel2: TPanel Left = 141 Top = 24 Width = 220 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 1 object cbFilter: TCheckBox Left = 5 Top = 1 Width = 54 Height = 21 Caption = 'Filter' TabOrder = 0 OnClick = cbFilterClick end object edFilter: TEdit Left = 70 Top = 2 Width = 144 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 Text = 'DEPTNO = 10' OnExit = edFilterExit end end object DBNavigator1: TDBNavigator Left = 173 Top = 1 Width = 220 Height = 22 DataSource = DataSource Flat = True TabOrder = 2 end object Panel1: TPanel Left = 512 Top = 24 Width = 108 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 3 object cbCacheCalcFields: TCheckBox Left = 6 Top = 1 Width = 103 Height = 22 Caption = 'CacheCalcFields' TabOrder = 0 OnClick = cbCacheCalcFieldsClick end end object Panel6: TPanel Left = 394 Top = 1 Width = 226 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 4 end object TPanel Left = 1 Top = 24 Width = 139 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 5 object cbIndex: TCheckBox Left = 8 Top = 1 Width = 111 Height = 20 Caption = 'Index' TabOrder = 0 OnClick = cbIndexClick end end end end object Panel3: TPanel Left = 0 Top = 47 Width = 140 Height = 257 Align = alLeft BevelOuter = bvNone TabOrder = 2 object Panel8: TPanel Left = 0 Top = 173 Width = 140 Height = 84 Align = alBottom BevelOuter = bvNone Caption = 'Panel8' Color = 170 ParentColor = False TabOrder = 0 object Panel7: TPanel Left = 1 Top = 1 Width = 138 Height = 82 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 0 object Label1: TLabel Left = 6 Top = 3 Width = 86 Height = 13 Caption = 'IndexFieldNames =' end object lbIndexFieldNames: TLabel Left = 6 Top = 22 Width = 126 Height = 54 AutoSize = False WordWrap = True end end end object lbFields: TListBox Left = 0 Top = 0 Width = 140 Height = 173 Align = alClient ItemHeight = 13 MultiSelect = True TabOrder = 1 OnClick = lbFieldsClick end end object Query: TOraQuery Session = ODACForm.OraSession SQL.Strings = ( 'SELECT * FROM Emp') Debug = True LockMode = lmLockImmediate RefreshOptions = [roAfterInsert, roAfterUpdate] Left = 272 Top = 55 end object DataSource: TDataSource DataSet = Query Left = 304 Top = 55 end object Query2: TOraQuery Session = ODACForm.OraSession SQL.Strings = ( 'SELECT * FROM Emp') Debug = True OnCalcFields = Query2CalcFields Left = 272 Top = 88 object Query2CALCULATED: TIntegerField FieldKind = fkCalculated FieldName = 'CALCULATED' Calculated = True end object Query2LOOKUP: TStringField FieldKind = fkLookup FieldName = 'LOOKUP' LookupDataSet = LookupQuery LookupKeyFields = 'DEPTNO' LookupResultField = 'DNAME' KeyFields = 'DEPTNO' Lookup = True end object Query2EMPNO: TIntegerField FieldName = 'EMPNO' Required = True end object Query2ENAME: TStringField FieldName = 'ENAME' Size = 10 end object Query2JOB: TStringField FieldName = 'JOB' Size = 9 end object Query2MGR: TIntegerField FieldName = 'MGR' end object Query2HIREDATE: TDateTimeField FieldName = 'HIREDATE' end object Query2SAL: TFloatField FieldName = 'SAL' end object Query2COMM: TFloatField FieldName = 'COMM' end object Query2DEPTNO: TIntegerField FieldName = 'DEPTNO' end end object LookupQuery: TOraQuery Session = ODACForm.OraSession SQL.Strings = ( 'SELECT * FROM Dept') Left = 304 Top = 88 object LookupQueryDEPTNO: TIntegerField FieldName = 'DEPTNO' Required = True end object LookupQueryDNAME: TStringField FieldName = 'DNAME' Size = 14 end object LookupQueryLOC: TStringField FieldName = 'LOC' Size = 13 end endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -