unit1.~dfm

来自「精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个」· ~DFM 代码 · 共 86 行

~DFM
86
字号
object Form1: TForm1
  Left = 310
  Top = 154
  Width = 357
  Height = 333
  Caption = #35775#38382#25351#23450#35745#31639#26426#30340#20849#20139#36164#28304
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 132
    Height = 16
    Caption = #35831#25351#23450#35745#31639#26426#21517#31216'            '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 16
    Top = 8
    Width = 313
    Height = 73
  end
  object Bevel2: TBevel
    Left = 16
    Top = 88
    Width = 313
    Height = 193
  end
  object Label2: TLabel
    Left = 32
    Top = 104
    Width = 178
    Height = 13
    Caption = #35813#35745#31639#26426#36164#28304#20849#20139#29366#20917#65306'        '
  end
  object Button1: TButton
    Left = 232
    Top = 16
    Width = 75
    Height = 25
    Caption = #35775#38382
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 32
    Top = 120
    Width = 289
    Height = 145
    Lines.Strings = (
      '')
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 32
    Top = 40
    Width = 145
    Height = 21
    TabOrder = 2
  end
  object Button2: TButton
    Left = 232
    Top = 48
    Width = 73
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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