u_form1.dfm

来自「很好地delphi书籍源码」· DFM 代码 · 共 82 行

DFM
82
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 518
  Height = 321
  Caption = #35813#31243#24207#28436#31034#20102#25991#20214#20013#31354#26684#19982#36887#21495#30340#30456#20114#36716#25442#25805#20316
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 510
    Height = 201
    Align = alTop
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object ChoiceButton: TButton
    Left = 218
    Top = 220
    Width = 75
    Height = 25
    Caption = #36873#25321#25991#20214
    TabOrder = 1
    OnClick = ChoiceButtonClick
  end
  object ExecuteButton: TButton
    Left = 298
    Top = 220
    Width = 75
    Height = 25
    Caption = #25191#34892#26367#25442
    TabOrder = 2
    OnClick = ExecuteButtonClick
  end
  object ExitButton: TButton
    Left = 378
    Top = 220
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = ExitButtonClick
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 271
    Width = 510
    Height = 23
    Panels = <>
  end
  object WhatRG: TRadioGroup
    Left = 4
    Top = 206
    Width = 115
    Height = 57
    Items.Strings = (
      #31354#26684#21464#20026#36887#21495
      #36887#21495#21464#20026#31354#26684)
    TabOrder = 5
    OnClick = WhatRGClick
  end
  object OpenDialog1: TOpenDialog
    Filter = #25991#26412#25991#20214'|*.txt|'#25152#26377#25991#20214'|*.*'
    Left = 136
    Top = 220
  end
end

⌨️ 快捷键说明

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