unit_class_add.~dfm

来自「美汇美容网网站管理系统」· ~DFM 代码 · 共 87 行

~DFM
87
字号
object Form_Class_Add: TForm_Class_Add
  Left = 243
  Top = 124
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #26032#22686#20998#31867
  ClientHeight = 65
  ClientWidth = 242
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 7
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #21517#31216
  end
  object Bevel1: TBevel
    Left = 6
    Top = 29
    Width = 232
    Height = 9
    Shape = bsTopLine
  end
  object Edit1: TEdit
    Left = 48
    Top = 5
    Width = 185
    Height = 20
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 35
    Width = 75
    Height = 25
    Caption = #30830#35748'[&O]'
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 160
    Top = 35
    Width = 75
    Height = 25
    Caption = #21462#28040'[&C]'
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    Active = True
    Left = 8
    Top = 32
  end
end

⌨️ 快捷键说明

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