uloadimage.dfm

来自「[原创]这是我写的一个图像组件!组件中使用了GraphicEx库」· DFM 代码 · 共 74 行

DFM
74
字号
object GPictureForm: TGPictureForm
  Left = 230
  Top = 387
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #22270#29255#32534#36753
  ClientHeight = 259
  ClientWidth = 400
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 313
    Height = 201
    TabOrder = 0
  end
  object Button1: TButton
    Left = 328
    Top = 16
    Width = 65
    Height = 33
    Caption = '&O.'#30830#23450
    TabOrder = 1
  end
  object Button2: TButton
    Left = 328
    Top = 56
    Width = 65
    Height = 33
    Caption = '&C.'#21462#28040
    TabOrder = 2
  end
  object Button3: TButton
    Left = 327
    Top = 96
    Width = 65
    Height = 33
    Caption = '&H.'#24110#21161
    TabOrder = 3
  end
  object Button4: TButton
    Left = 7
    Top = 216
    Width = 65
    Height = 33
    Caption = '&L.'#21152#36733
    TabOrder = 4
  end
  object Button5: TButton
    Left = 79
    Top = 216
    Width = 65
    Height = 33
    Caption = '&S.'#20445#23384
    TabOrder = 5
  end
  object Button6: TButton
    Left = 151
    Top = 216
    Width = 65
    Height = 33
    Caption = '&R.'#28165#38500
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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