term.dfm

来自「大二时做的」· DFM 代码 · 共 70 行

DFM
70
字号
object f_term: Tf_term
  Left = 270
  Top = 107
  Width = 282
  Height = 420
  Caption = #23398#26399#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object BitBtn1: TBitBtn
    Left = 96
    Top = 336
    Width = 75
    Height = 25
    TabOrder = 0
    Kind = bkClose
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 249
    Height = 321
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'term'
        Title.Caption = #23398#26399
        Width = 141
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'crnt'
        Title.Caption = #24403#21069#23398#26399
        Width = 65
        Visible = True
      end>
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 232
    Top = 272
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = mainform.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      
        'select term,case crnt when 1 then '#39#26159#39' else '#39#21542#39' end  as crnt from' +
        ' term')
    Left = 224
    Top = 344
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?