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

📄 fflagprepare.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
字号:
object frmFlagPrepare: TfrmFlagPrepare
  Left = 319
  Top = 275
  BorderStyle = bsDialog
  Caption = 'Flag prepare'
  ClientHeight = 236
  ClientWidth = 293
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnHide = FormHide
  OnShortCut = FormShortCut
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 72
    Width = 57
    Height = 13
    Caption = '&Flag as text:'
    FocusControl = Memo1
    Transparent = True
  end
  object Label2: TLabel
    Left = 8
    Top = 8
    Width = 271
    Height = 39
    Caption = 
      'Click to Open button and select the bitmap containing the flag r' +
      'epresenting your language.Image is automaticaly copied to Clipbo' +
      'ard. yus paste it to editor.'
    Transparent = True
    WordWrap = True
  end
  object cmdOpen: TButton
    Left = 8
    Top = 200
    Width = 75
    Height = 25
    Hint = 'Select file to open'
    Caption = '&Open'
    TabOrder = 0
    OnClick = cmdOpenClick
  end
  object Memo1: TMemo
    Left = 8
    Top = 88
    Width = 273
    Height = 105
    TabOrder = 1
  end
  object cmdCancel: TButton
    Left = 200
    Top = 200
    Width = 75
    Height = 25
    Hint = 'Close window'
    Caption = '&Cancel'
    TabOrder = 2
    OnClick = cmdCancelClick
  end
  object diOpenPicture: TOpenPictureDialog
    Filter = 'Bitmaps (*.bmp)|*.bmp'
    Left = 120
    Top = 200
  end
end

⌨️ 快捷键说明

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