⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 文本文件转换工具
💻 DFM
字号:
object Form1: TForm1
  Left = 194
  Top = 197
  Width = 550
  Height = 195
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25991#20214#36716#25442
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 96
    Width = 65
    Height = 13
    Caption = #36716#25442#21015#25968#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 24
    Width = 66
    Height = 13
    Caption = #28304' '#25991' '#20214#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 64
    Width = 65
    Height = 13
    Caption = #30446#26631#25991#20214#65306
  end
  object Label4: TLabel
    Left = 160
    Top = 96
    Width = 52
    Height = 13
    Caption = #20998#38548#31526#65306
  end
  object Button1: TButton
    Left = 464
    Top = 16
    Width = 75
    Height = 25
    Caption = #25171#24320
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 464
    Top = 72
    Width = 75
    Height = 25
    Caption = #36716#25442#20445#23384
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 96
    Top = 88
    Width = 33
    Height = 21
    TabOrder = 2
    Text = '9'
  end
  object UpDown1: TUpDown
    Left = 129
    Top = 88
    Width = 15
    Height = 21
    Associate = Edit1
    Min = 2
    Position = 9
    TabOrder = 3
    Wrap = False
  end
  object Edit2: TEdit
    Left = 72
    Top = 16
    Width = 385
    Height = 21
    Enabled = False
    TabOrder = 4
    OnChange = Edit2Change
  end
  object Edit3: TEdit
    Left = 72
    Top = 56
    Width = 385
    Height = 21
    Enabled = False
    TabOrder = 5
  end
  object Button4: TButton
    Left = 464
    Top = 112
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 6
    OnClick = Button4Click
  end
  object Edit4: TEdit
    Left = 224
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 7
    Text = '  '
  end
  object OpenDialog1: TOpenDialog
    Filter = #25991#26412#25991#20214'(*.txt)|*.txt|'#25152#26377#25991#20214'(*.*)|*.*'
    Left = 208
    Top = 112
  end
end

⌨️ 快捷键说明

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