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

📄 jvgreportparamsform.dfm

📁 East make Tray Icon in delphi
💻 DFM
字号:
object JvgReportParamsForm: TJvgReportParamsForm
  Left = 343
  Top = 219
  BorderStyle = bsDialog
  Caption = 'Globus  Report Parameters Editor'
  ClientHeight = 80
  ClientWidth = 222
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object SB: TScrollBox
    Left = 0
    Top = 0
    Width = 222
    Height = 80
    Align = alClient
    BorderStyle = bsNone
    TabOrder = 0
    object Panel1: TPanel
      Left = 0
      Top = 50
      Width = 222
      Height = 30
      Align = alBottom
      BevelOuter = bvNone
      TabOrder = 0
      object Panel2: TPanel
        Left = 54
        Top = 0
        Width = 168
        Height = 30
        Align = alRight
        BevelOuter = bvNone
        TabOrder = 0
        object BitBtn2: TBitBtn
          Left = 89
          Top = 2
          Width = 75
          Height = 25
          Cancel = True
          Caption = 'Cancel'
          ModalResult = 2
          TabOrder = 0
        end
        object BitBtn1: TBitBtn
          Left = 8
          Top = 2
          Width = 75
          Height = 25
          Caption = 'OK'
          ModalResult = 1
          TabOrder = 1
        end
      end
    end
  end
end

⌨️ 快捷键说明

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