unit1.dfm

来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 91 行

DFM
91
字号
object Form1: TForm1
  Left = 254
  Top = 86
  Width = 413
  Height = 279
  Caption = #32654#20262#32654#24187#30340#33394#24425#25928#26524
  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 Label1: TLabel
    Left = 248
    Top = 88
    Width = 48
    Height = 12
    Caption = #35774#32622#39068#33394
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Image1: TImage
    Left = 16
    Top = 8
    Width = 200
    Height = 200
  end
  object Button1: TButton
    Left = 264
    Top = 176
    Width = 75
    Height = 25
    Caption = #26174#31034#25928#26524
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioButton1: TRadioButton
    Left = 240
    Top = 40
    Width = 113
    Height = 17
    Caption = #28014#38613#25928#26524
    TabOrder = 1
  end
  object RadioButton2: TRadioButton
    Left = 240
    Top = 64
    Width = 113
    Height = 17
    Caption = #28783#20809#38210#23556#25928#26524
    TabOrder = 2
  end
  object RadioButton3: TRadioButton
    Left = 240
    Top = 144
    Width = 113
    Height = 17
    Caption = #32534#21046#24102#25928#26524
    TabOrder = 3
  end
  object TrackBar1: TTrackBar
    Left = 232
    Top = 104
    Width = 129
    Height = 29
    Max = 255
    Frequency = 20
    TabOrder = 4
  end
  object Button2: TButton
    Left = 96
    Top = 216
    Width = 75
    Height = 25
    Caption = #20445#23384#25991#20214
    TabOrder = 5
    OnClick = Button2Click
  end
  object SavePictureDialog1: TSavePictureDialog
    Left = 184
    Top = 216
  end
end

⌨️ 快捷键说明

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