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

📄 kc.dfm

📁 delphi6.0版本的主要用于学样、网吧的计费系统的源码
💻 DFM
字号:
object KCForm: TKCForm
  Left = 207
  Top = 107
  BorderStyle = bsDialog
  Caption = #35838#31243#31649#29702
  ClientHeight = 362
  ClientWidth = 384
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 301
    Top = 16
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 301
    Top = 48
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 301
    Top = 80
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 301
    Top = 113
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = Button4Click
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 289
    Height = 362
    ActivePage = TabSheet1
    Align = alLeft
    TabIndex = 0
    TabOrder = 4
    object TabSheet1: TTabSheet
      Caption = #35838#31243#21015#34920
      object ListBox1: TListBox
        Left = 1
        Top = 2
        Width = 277
        Height = 331
        Style = lbOwnerDrawFixed
        ItemHeight = 16
        TabOrder = 0
      end
    end
  end
end

⌨️ 快捷键说明

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