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

📄 resourcepropertiesdialog.dfm

📁 學習資料網上下載
💻 DFM
字号:
object dlgResourceProperties: TdlgResourceProperties
  Left = 199
  Top = 124
  BorderStyle = bsDialog
  Caption = 'Resource Properties'
  ClientHeight = 136
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 28
    Height = 13
    Caption = '&Name'
    FocusControl = edName
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 48
    Height = 13
    Caption = '&Language'
    FocusControl = cbLanguage
  end
  object edName: TEdit
    Left = 80
    Top = 12
    Width = 201
    Height = 21
    TabOrder = 0
  end
  object cbLanguage: TComboBox
    Left = 80
    Top = 52
    Width = 201
    Height = 21
    ItemHeight = 13
    TabOrder = 1
  end
  object btnOK: TButton
    Left = 128
    Top = 96
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object btnCancel: TButton
    Left = 204
    Top = 96
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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