📄 table.xfm
字号:
inherited TableFrame: TTableFrame Width = 759 Height = 304 VertScrollBar.Range = 78 Align = alClient object DBGrid: TDBGrid Left = 0 Top = 78 Width = 759 Height = 226 Align = alClient DataSource = DataSource TabOrder = 1 TitleFont.Color = clBlack TitleFont.Height = 11 TitleFont.Name = 'helvetica' TitleFont.Pitch = fpVariable TitleFont.Style = [] end object Panel1: TPanel Left = 0 Top = 0 Width = 759 Height = 78 Align = alTop BevelOuter = bvNone Caption = 'filter' TabOrder = 0 object Panel2: TPanel Left = 1 Top = 1 Width = 647 Height = 75 BevelOuter = bvNone Color = 16591631 ParentColor = False TabOrder = 0 object btOpen: TSpeedButton Left = 1 Top = 1 Width = 82 Height = 22 Caption = 'Open' Flat = True Transparent = False OnClick = btOpenClick end object btClose: TSpeedButton Left = 84 Top = 1 Width = 82 Height = 22 Caption = 'Close' Flat = True Transparent = False OnClick = btCloseClick end object btExecute: TSpeedButton Left = 333 Top = 1 Width = 82 Height = 22 Caption = 'Execute' Flat = True Transparent = False OnClick = btExecuteClick end object btUnPrepare: TSpeedButton Left = 250 Top = 1 Width = 82 Height = 22 Caption = 'UnPrepare' Flat = True Transparent = False OnClick = btUnPrepareClick end object btPrepare: TSpeedButton Left = 167 Top = 1 Width = 82 Height = 22 Caption = 'Prepare' Flat = True Transparent = False OnClick = btPrepareClick end object Panel3: TPanel Left = 1 Top = 24 Width = 248 Height = 50 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 2 object Label1: TLabel Left = 6 Top = 4 Width = 50 Height = 13 Caption = 'Table name' end object edTableName: TComboBox Left = 6 Top = 20 Width = 224 Height = 21 ItemHeight = 15 TabOrder = 0 OnDropDown = edTableNameDropDown OnExit = edTableNameExit end end object Panel4: TPanel Left = 416 Top = 24 Width = 230 Height = 50 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 1 object Label3: TLabel Left = 6 Top = 4 Width = 53 Height = 13 Caption = 'OrderFields' end object edOrderFields: TComboBox Left = 6 Top = 20 Width = 212 Height = 21 ItemHeight = 15 TabOrder = 0 OnDropDown = edOrderFieldsDropDown OnExit = edOrderFieldsExit end end object Panel9: TPanel Left = 416 Top = 1 Width = 230 Height = 22 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 0 object DBNavigator: TDBNavigator Left = 0 Top = 0 Width = 230 Height = 22 DataSource = DataSource Flat = True TabOrder = 0 end end object Panel8: TPanel Left = 250 Top = 24 Width = 165 Height = 50 BevelOuter = bvNone Color = clButton ParentColor = False TabOrder = 3 object Label4: TLabel Left = 6 Top = 4 Width = 44 Height = 13 Caption = 'FilterSQL' end object edFilterSQL: TEdit Left = 6 Top = 20 Width = 140 Height = 21 TabOrder = 0 end end end end object DataSource: TDataSource DataSet = MyTable Left = 424 Top = 87 end object MyTable: TMyTable TableName = 'EMP' OrderFields = 'ENAME' Connection = MyDACForm.MyConnection FetchAll = True Left = 392 Top = 87 endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -