issueliststyles.dfm

来自「胜天进销存源码,国产优秀的进销存」· DFM 代码 · 共 83 行

DFM
83
字号
object IssueListStylesForm: TIssueListStylesForm
  Left = 381
  Top = 255
  BorderStyle = bsDialog
  Caption = 'Predefined stylesheets'
  ClientHeight = 338
  ClientWidth = 271
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object lbPredefinedStyleSheets: TcxListBox
    Left = 0
    Top = 0
    Width = 193
    Height = 338
    Align = alLeft
    ItemHeight = 13
    TabOrder = 0
    OnClick = lbPredefinedStyleSheetsClick
  end
  object btnEdit: TcxButton
    Left = 200
    Top = 32
    Width = 65
    Height = 20
    Caption = 'Edit...'
    TabOrder = 1
    OnClick = btnEditClick
  end
  object cxButton1: TcxButton
    Left = 200
    Top = 56
    Width = 65
    Height = 20
    Caption = 'Load...'
    TabOrder = 2
    OnClick = cxButton1Click
  end
  object cxButton2: TcxButton
    Left = 200
    Top = 80
    Width = 65
    Height = 20
    Caption = 'Save...'
    TabOrder = 3
    OnClick = cxButton2Click
  end
  object btnClear: TcxButton
    Left = 200
    Top = 8
    Width = 65
    Height = 20
    Caption = 'Clear'
    TabOrder = 4
    OnClick = btnClearClick
  end
  object OpenDialog: TOpenDialog
    DefaultExt = '*.ini'
    Filter = '*.ini|*.ini'
    FilterIndex = 0
    Options = [ofHideReadOnly, ofExtensionDifferent, ofEnableSizing]
    Left = 24
    Top = 16
  end
  object SaveDialog: TSaveDialog
    DefaultExt = '*.ini'
    Filter = '*.ini|*.ini'
    Left = 56
    Top = 16
  end
end

⌨️ 快捷键说明

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