vipcx.~dfm

来自「图书影碟租赁管理系统」· ~DFM 代码 · 共 81 行

~DFM
81
字号
object F_vipcx: TF_vipcx
  Left = 608
  Top = 111
  Width = 291
  Height = 218
  Caption = #20250#21592#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object cxGroup: TRadioGroup
    Left = 13
    Top = 15
    Width = 260
    Height = 61
    Caption = #26597#35810#26465#20214
    Columns = 2
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      #25353#35777#21495#26597#35810' '
      #25353#22995#21517#26597#35810
      #25353#30005#35805#26597#35810' '
      #25353#22320#22336#26597#35810)
    ParentFont = False
    TabOrder = 0
    OnClick = cxGroupClick
  end
  object GroupBox1: TGroupBox
    Left = 13
    Top = 85
    Width = 260
    Height = 44
    Caption = #26597#35810#20540
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Edit1: TEdit
      Left = 9
      Top = 14
      Width = 240
      Height = 20
      TabOrder = 0
      OnKeyPress = Edit1KeyPress
    end
  end
  object b_cx: TBitBtn
    Left = 112
    Top = 144
    Width = 65
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = b_cxClick
  end
  object b_exit: TBitBtn
    Left = 200
    Top = 144
    Width = 65
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = b_exitClick
  end
end

⌨️ 快捷键说明

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