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

📄 unit1.~dfm

📁 一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件的使用,对许多刚涉足DELPHI的朋友会很有帮助的
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 41
    Align = alTop
    Caption = #19981#20351#29992'DataSource'#30340#26597#35810
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 120
    Top = 56
    Width = 305
    Height = 369
    Caption = #25968#25454#26174#31034
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #21517#31216
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #23610#23544
    end
    object Label3: TLabel
      Left = 16
      Top = 88
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #37325#37327
    end
    object Label4: TLabel
      Left = 16
      Top = 120
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #21306#22495
    end
    object Label5: TLabel
      Left = 16
      Top = 152
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #22270#35937
    end
    object Image1: TImage
      Left = 56
      Top = 168
      Width = 217
      Height = 193
    end
    object Edit1: TEdit
      Left = 88
      Top = 16
      Width = 121
      Height = 21
      Color = clBtnFace
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ReadOnly = True
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 88
      Top = 48
      Width = 121
      Height = 21
      Color = clBtnFace
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ReadOnly = True
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 88
      Top = 80
      Width = 121
      Height = 21
      Color = clBtnFace
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ReadOnly = True
      TabOrder = 2
    end
    object Edit4: TEdit
      Left = 88
      Top = 112
      Width = 121
      Height = 21
      Color = clBtnFace
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ReadOnly = True
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 512
    Top = 64
    Width = 75
    Height = 25
    Caption = #19978#19968#35760#24405
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 512
    Top = 130
    Width = 75
    Height = 25
    Caption = #19979#19968#35760#24405
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 512
    Top = 196
    Width = 75
    Height = 25
    Caption = #31532#19968#26465#35760#24405
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 512
    Top = 262
    Width = 75
    Height = 25
    Caption = #26368#21518#35760#24405
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 512
    Top = 328
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 6
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'DBDEMOS'
    SQL.Strings = (
      'select * from animals')
    Left = 16
    Top = 8
  end
end

⌨️ 快捷键说明

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