jiami.dfm

来自「好多上载非界面和非WEB源码」· DFM 代码 · 共 78 行

DFM
78
字号
object jiamifrm: Tjiamifrm
  Left = 212
  Top = 167
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'jiamifrm'
  ClientHeight = 180
  ClientWidth = 377
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClick = FormClick
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 361
    Height = 121
    Caption = '  '#24744#24517#39035#27491#30830#36755#20837#24744#30340#29992#25143#21517#21644#23494#30721#65292#21542#21017#31995#32479#23558#21462#28040#24744#30340#26435#21033
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 97
      Height = 33
      AutoSize = False
      Caption = #29992'  '#25143'  '#21517#65306
    end
    object Label2: TLabel
      Left = 32
      Top = 72
      Width = 81
      Height = 33
      AutoSize = False
      Caption = #22270#20070#35777#21495#65306
    end
    object Edit1: TEdit
      Left = 112
      Top = 32
      Width = 209
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 112
      Top = 72
      Width = 209
      Height = 21
      TabOrder = 1
    end
  end
  object BitBtn1: TBitBtn
    Left = 96
    Top = 144
    Width = 73
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 216
    Top = 144
    Width = 73
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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