jhselect.dfm

来自「民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务」· DFM 代码 · 共 69 行

DFM
69
字号
object Form56: TForm56
  Left = 455
  Top = 226
  AutoScroll = False
  BorderIcons = []
  Caption = #26426#21495#36873#25321
  ClientHeight = 163
  ClientWidth = 257
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Button1: TSeSkinButton
    Left = 40
    Top = 136
    Width = 75
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    BlackAndWhiteGlyph = False
    Caption = #30830#23450'[&O]'
    Default = True
    ModalResult = 1
    State = kbsNormal
    TabOrder = 0
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = Form1.SeSkinEngine1
    SkinObject = 'Button'
  end
  object Button2: TSeSkinButton
    Left = 144
    Top = 136
    Width = 75
    Height = 25
    Performance = kspDoubleBuffer
    Transparent = True
    BlackAndWhiteGlyph = False
    Caption = #21462#28040'[&C]'
    ModalResult = 2
    State = kbsNormal
    TabOrder = 1
    WordWrap = False
    ShowCaption = True
    ShowGlyph = True
    SkinEngine = Form1.SeSkinEngine1
    SkinObject = 'Button'
  end
  object SeSkinForm1: TSeSkinForm
    BorderIcons = [kbiClose, kbiSystemMenu, kbiMinimize, kbiMaximize, kbiRollup, kbiTray]
    BorderStyle = kbsStandard
    Caption = #26426#21495#36873#25321
    Performance = ksfpNoBuffer
    StayOnTop = False
    StretchBackground = False
    WindowState = kwsNormal
    SkinEngine = Form1.SeSkinEngine1
    SkinObject = 'Form'
    Left = 40
    Top = 64
  end
end

⌨️ 快捷键说明

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