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

📄 unit1.~dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 ~DFM
字号:
object Form1: TForm1
  Left = 224
  Top = 110
  Width = 358
  Height = 301
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 345
    Height = 129
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Memo1: TMemo
    Left = 0
    Top = 168
    Width = 289
    Height = 89
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
  end
  object Button1: TButton
    Left = 296
    Top = 160
    Width = 49
    Height = 25
    Caption = #25191#34892
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 296
    Top = 192
    Width = 49
    Height = 25
    Caption = #28165#31354
    TabOrder = 3
  end
  object Button3: TButton
    Left = 296
    Top = 224
    Width = 49
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 128
    Width = 273
    Height = 41
    Caption = 'SQL'#35821#21477#31181#31867#65306
    TabOrder = 5
    object RadioButton1: TRadioButton
      Left = 24
      Top = 16
      Width = 89
      Height = 17
      Caption = 'Select'#35821#21477
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 128
      Top = 16
      Width = 129
      Height = 17
      Caption = #20854#23427#25968#25454#25805#32437#35821#21477
      TabOrder = 1
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 88
    Top = 32
  end
  object Query1: TQuery
    DatabaseName = 'D:\DelphiApp\14'
    Left = 24
    Top = 32
  end
  object Table1: TTable
    Left = 16
    Top = 72
  end
end

⌨️ 快捷键说明

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