unit1.dfm

来自「Delphi数据库编程」· DFM 代码 · 共 102 行

DFM
102
字号
object Form1: TForm1
  Left = 198
  Top = 151
  Width = 546
  Height = 325
  Caption = 'Form1'
  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 Label1: TLabel
    Left = 152
    Top = 8
    Width = 72
    Height = 13
    Caption = #35831#36873#25321#34920#21517#65306
  end
  object Label2: TLabel
    Left = 288
    Top = 8
    Width = 101
    Height = 13
    Caption = #36755#20837'SELECT'#35821#21477#65306
  end
  object RadioGroup1: TRadioGroup
    Left = 0
    Top = 16
    Width = 145
    Height = 65
    Caption = #36873#25321#21629#20196#31867#22411
    Items.Strings = (
      #25968#25454#34920#20013#30340#25968#25454
      'Select'#35821#21477#25191#34892#32467#26524)
    TabOrder = 0
  end
  object ComboBox1: TComboBox
    Left = 152
    Top = 48
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox1'
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 120
    Width = 521
    Height = 121
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Memo1: TMemo
    Left = 288
    Top = 32
    Width = 241
    Height = 81
    TabOrder = 3
  end
  object Button1: TButton
    Left = 152
    Top = 256
    Width = 73
    Height = 25
    Caption = #25191#34892#21629#20196
    TabOrder = 4
  end
  object Button2: TButton
    Left = 280
    Top = 256
    Width = 73
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
  end
  object ADOConnection1: TADOConnection
    Left = 24
    Top = 80
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 80
    Top = 80
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 136
    Top = 80
  end
end

⌨️ 快捷键说明

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