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

📄 unit1.dfm

📁 利用Delphi编写的几个对话框程序
💻 DFM
字号:
object Form1: TForm1
  Left = -4
  Top = -4
  Width = 808
  Height = 580
  Caption = 'Form1'
  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 Button1: TButton
    Left = 64
    Top = 136
    Width = 121
    Height = 57
    Caption = #25171#24320
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 335
    Top = 0
    Width = 465
    Height = 553
    Align = alRight
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
  end
  object Button2: TButton
    Left = 48
    Top = 248
    Width = 137
    Height = 57
    Caption = #20445#23384
    TabOrder = 2
    OnClick = Button2Click
  end
  object OpenDialog1: TOpenDialog
    Filter = 'all File.TXT'
    InitialDir = 'c:\'
    Title = #25171#24320
    Left = 40
    Top = 32
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'TXT'
    Filter = 'Text File*.TXT'
    InitialDir = 'C:\'
    Title = #20445#23384
    Left = 96
    Top = 40
  end
end

⌨️ 快捷键说明

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