param.dfm

来自「一个远程监控程序」· DFM 代码 · 共 72 行

DFM
72
字号
object frmParam: TfrmParam
  Left = 255
  Top = 160
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #33258#23450#20041#25805#20316#21629#20196
  ClientHeight = 93
  ClientWidth = 367
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 11
    Top = 12
    Width = 60
    Height = 12
    Caption = #33258#23450#20041#21629#20196
  end
  object sbOK: TSpeedButton
    Left = 88
    Top = 60
    Width = 97
    Height = 26
    Caption = #30830#23450#25191#34892'[&O]'
    OnClick = sbOKClick
  end
  object sbCancel: TSpeedButton
    Left = 192
    Top = 60
    Width = 97
    Height = 26
    Caption = #21462#28040#25805#20316'[&C]'
    OnClick = sbCancelClick
  end
  object Label2: TLabel
    Left = 243
    Top = 12
    Width = 48
    Height = 12
    Caption = #31383#21475#23646#24615
  end
  object edtParam: TEdit
    Left = 11
    Top = 32
    Width = 212
    Height = 20
    Color = clInfoBk
    TabOrder = 0
    OnKeyPress = edtParamKeyPress
  end
  object cob_max: TComboBox
    Left = 242
    Top = 32
    Width = 116
    Height = 20
    ItemHeight = 12
    TabOrder = 1
    OnKeyPress = cob_maxKeyPress
    Items.Strings = (
      #38544#34255#25191#34892
      #26174#31034#25191#34892)
  end
end

⌨️ 快捷键说明

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