mainform.dfm

来自「C++ BUILDER精彩编程实例集锦(源码)3 第五部分 系统编程 第六部」· DFM 代码 · 共 83 行

DFM
83
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 412
  Height = 287
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #22312#21024#38500#25968#25454#24211#35760#24405#21069#32473#20104#25552#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 24
    Width = 401
    Height = 225
    DataSource = DataSource1
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Name'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Capital'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Continent'
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Area'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Population'
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 0
    Width = 400
    Height = 25
    DataSource = DataSource1
    TabOrder = 1
  end
  object Table1: TTable
    Active = True
    BeforeDelete = OnBeforeDelete
    DatabaseName = 'BCDEMOS'
    TableName = 'country.db'
    Left = 24
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 64
    Top = 8
  end
end

⌨️ 快捷键说明

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