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

📄 tsgl1.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 244
  Top = 116
  BorderStyle = bsDialog
  Caption = 'Form1'
  ClientHeight = 234
  ClientWidth = 569
  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 = 16
    Top = 24
    Width = 36
    Height = 13
    Caption = #20070#21495#65306
  end
  object Label2: TLabel
    Left = 208
    Top = 24
    Width = 36
    Height = 13
    Caption = #20070#21517#65306
  end
  object Label4: TLabel
    Left = 16
    Top = 56
    Width = 48
    Height = 13
    Caption = #20316#32773#21517#65306
  end
  object Label5: TLabel
    Left = 208
    Top = 64
    Width = 48
    Height = 13
    Caption = #20986#29256#31038#65306
  end
  object Label6: TLabel
    Left = 16
    Top = 88
    Width = 60
    Height = 13
    Caption = #26159#21542#26680#24515#65306
  end
  object Label7: TLabel
    Left = 120
    Top = 88
    Width = 36
    Height = 13
    Caption = #21333#20215#65306
  end
  object Label8: TLabel
    Left = 256
    Top = 88
    Width = 60
    Height = 13
    Caption = #36141#20080#20876#25968#65306
  end
  object GroupBox1: TGroupBox
    Left = 72
    Top = 120
    Width = 401
    Height = 49
    Caption = #35760#24405#31227#21160#19982#36864#20986
    TabOrder = 0
    object Button1: TButton
      Left = 16
      Top = 16
      Width = 65
      Height = 25
      Caption = #39318#35760#24405
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 88
      Top = 16
      Width = 73
      Height = 25
      Caption = #21069#31227
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 168
      Top = 16
      Width = 65
      Height = 25
      Caption = #21518#31227
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 240
      Top = 16
      Width = 65
      Height = 25
      Caption = #26411#35760#24405
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 312
      Top = 16
      Width = 73
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
      OnClick = Button5Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 72
    Top = 176
    Width = 401
    Height = 49
    Caption = #35760#24405#30340#22686#21024#25913#26597#35810
    TabOrder = 1
    object Button6: TButton
      Left = 8
      Top = 16
      Width = 57
      Height = 25
      Caption = #22686#21152
      TabOrder = 0
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 72
      Top = 16
      Width = 57
      Height = 25
      Caption = #20462#25913
      TabOrder = 1
      OnClick = Button7Click
    end
    object Button8: TButton
      Left = 136
      Top = 16
      Width = 57
      Height = 25
      Caption = #21024#38500
      TabOrder = 2
      OnClick = Button8Click
    end
    object Button9: TButton
      Left = 200
      Top = 16
      Width = 57
      Height = 25
      Caption = #26597#35810
      TabOrder = 3
      OnClick = Button9Click
    end
    object Button10: TButton
      Left = 264
      Top = 16
      Width = 57
      Height = 25
      Caption = #30830#23450
      TabOrder = 4
      OnClick = Button10Click
    end
    object Button11: TButton
      Left = 328
      Top = 16
      Width = 57
      Height = 25
      Caption = #21462#28040
      TabOrder = 5
      OnClick = Button11Click
    end
  end
  object Edit1: TEdit
    Left = 56
    Top = 24
    Width = 153
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 256
    Top = 24
    Width = 305
    Height = 21
    TabOrder = 3
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 72
    Top = 56
    Width = 129
    Height = 21
    TabOrder = 4
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 256
    Top = 56
    Width = 305
    Height = 21
    TabOrder = 5
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 160
    Top = 88
    Width = 81
    Height = 21
    TabOrder = 6
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 320
    Top = 88
    Width = 113
    Height = 21
    TabOrder = 7
    Text = 'Edit6'
  end
  object CheckBox1: TCheckBox
    Left = 80
    Top = 88
    Width = 25
    Height = 17
    TabOrder = 8
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 520
    Top = 88
  end
  object Table1: TTable
    DatabaseName = 'E:\Delphi70'#19978#26426#25968#25454'\12\B\B_1'
    TableName = 'TSXX.db'
    Left = 480
    Top = 88
  end
end

⌨️ 快捷键说明

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