printcjuserfm.dfm

来自「一个电力部门的催缴费用系统」· DFM 代码 · 共 72 行

DFM
72
字号
object FM_PrintCjUserList: TFM_PrintCjUserList
  Left = 279
  Top = 211
  BorderStyle = bsDialog
  Caption = '打印选项'
  ClientHeight = 153
  ClientWidth = 301
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object rg_PrintOption: TRadioGroup
    Left = 13
    Top = 8
    Width = 164
    Height = 89
    ItemIndex = 0
    Items.Strings = (
      '所有催缴用户'
      '有帐号催缴用户'
      '无帐号催缴用户')
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 193
    Top = 27
    Width = 94
    Height = 25
    Caption = '确定'
    TabOrder = 1
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 193
    Top = 60
    Width = 94
    Height = 25
    Caption = '取消'
    TabOrder = 2
    Kind = bkCancel
  end
  object rg_SortMode: TRadioGroup
    Left = 13
    Top = 104
    Width = 274
    Height = 37
    Caption = '排序方式'
    Columns = 3
    ItemIndex = 0
    Items.Strings = (
      '不排序'
      '按姓氏排序'
      '按电话排序')
    TabOrder = 3
  end
  object fmstg_PrintOption: TFormStorage
    Options = []
    StoredProps.Strings = (
      'rg_PrintOption.ItemIndex'
      'rg_SortMode.ItemIndex')
    StoredValues = <>
    Left = 120
    Top = 8
  end
end

⌨️ 快捷键说明

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