unitnew.dfm

来自「纺织类 纤维强力测试中蠕变性能测试源码」· DFM 代码 · 共 60 行

DFM
60
字号
object OKBottomDlg: TOKBottomDlg
  Left = 245
  Top = 192
  BorderStyle = bsDialog
  Caption = 'Dialog'
  ClientHeight = 139
  ClientWidth = 313
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 297
    Height = 73
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 48
    Top = 32
    Width = 72
    Height = 13
    Caption = #26032#24314#25991#20214#22841#21517
  end
  object OKBtn: TButton
    Left = 55
    Top = 100
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 167
    Top = 100
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
    OnClick = CancelBtnClick
  end
  object Edit1: TEdit
    Left = 48
    Top = 48
    Width = 137
    Height = 21
    ImeName = #32043#20809#21326#23431#25340#38899'V5'
    TabOrder = 2
    Text = #25968#25454#24211#22791#20221
  end
end

⌨️ 快捷键说明

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