⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Delphi数据库编程
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -