searchhost.dfm

来自「Delphi basic program. Basic programing」· DFM 代码 · 共 83 行

DFM
83
字号
object Form1: TForm1
  Left = 344
  Top = 212
  BorderStyle = bsDialog
  Caption = #23616#22495#32593#20027#26426#26597#35810
  ClientHeight = 255
  ClientWidth = 383
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 0
    Width = 185
    Height = 25
    Alignment = taCenter
    AutoSize = False
    Caption = #35831#36755#20837#35201#26597#35810#30340#20027#26426
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 0
    Top = 88
    Width = 433
    Height = 9
    Style = bsRaised
  end
  object Button1: TButton
    Left = 64
    Top = 56
    Width = 75
    Height = 25
    Caption = #24320#22987#26597#35810
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 96
    Top = 24
    Width = 153
    Height = 21
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 0
    Top = 104
    Width = 385
    Height = 145
    Cursor = crHandPoint
    Ctl3D = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      '')
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 2
  end
  object Button2: TButton
    Left = 216
    Top = 56
    Width = 75
    Height = 25
    Caption = #36864#20986#26597#35810
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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