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

📄 unit1.dfm

📁 《Delphi7编程100例》代码,书配资料
💻 DFM
字号:
object Form1: TForm1
  Left = 227
  Top = 128
  Width = 465
  Height = 339
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 11
    Top = 10
    Width = 118
    Height = 13
    Caption = #35831#36755#20837#35201#26597#35810#30340#32534#21495'      '
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 32
    Width = 441
    Height = 41
    Caption = #35831#36873#25321#26597#35810#26465#20214
    TabOrder = 0
  end
  object RadioButton1: TRadioButton
    Left = 40
    Top = 48
    Width = 97
    Height = 17
    Caption = #26631#20934#26597#35810
    TabOrder = 1
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 184
    Top = 48
    Width = 105
    Height = 17
    Caption = #26597#25214#30456#36817#35760#24405
    TabOrder = 2
    OnClick = RadioButton2Click
  end
  object RadioButton3: TRadioButton
    Left = 320
    Top = 48
    Width = 97
    Height = 17
    Caption = #33539#22260#26597#35810
    TabOrder = 3
    OnClick = RadioButton3Click
  end
  object Button1: TButton
    Left = 344
    Top = 8
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 4
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 168
    Top = 8
    Width = 73
    Height = 21
    TabOrder = 5
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 80
    Width = 441
    Height = 217
    DataSource = DataSource1
    TabOrder = 6
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit2: TEdit
    Left = 256
    Top = 8
    Width = 73
    Height = 21
    TabOrder = 7
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 208
    Top = 168
  end
  object Table1: TTable
    DatabaseName = 'DBDEMOS'
    TableName = 'employee.db'
    Left = 248
    Top = 168
    object Table1EmpNo: TIntegerField
      FieldName = 'EmpNo'
    end
    object Table1LastName: TStringField
      FieldName = 'LastName'
    end
    object Table1FirstName: TStringField
      FieldName = 'FirstName'
      Size = 15
    end
    object Table1PhoneExt: TStringField
      FieldName = 'PhoneExt'
      Size = 4
    end
    object Table1HireDate: TDateTimeField
      FieldName = 'HireDate'
    end
    object Table1Salary: TFloatField
      FieldName = 'Salary'
    end
  end
end

⌨️ 快捷键说明

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