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

📄 file1.dfm

📁 Delphi高级程序开发配书源代码,可以循序渐进的学习Delphi.
💻 DFM
字号:
object Form1: TForm1
  Left = 338
  Top = 159
  Width = 405
  Height = 297
  Caption = #25991#26412#25991#20214#22788#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 52
    Top = 16
    Width = 48
    Height = 13
    Caption = #25991#20214#21517#65306
  end
  object Label2: TLabel
    Left = 40
    Top = 48
    Width = 60
    Height = 13
    Caption = #25991#20214#36335#24452#65306
  end
  object fileName: TEdit
    Left = 120
    Top = 16
    Width = 177
    Height = 21
    TabOrder = 0
  end
  object btnOK: TButton
    Left = 320
    Top = 16
    Width = 57
    Height = 25
    Caption = #21019#24314
    TabOrder = 1
    OnClick = btnOKClick
  end
  object fileDir: TEdit
    Left = 120
    Top = 48
    Width = 177
    Height = 21
    TabOrder = 2
    Text = 'e:\delphi7\sample4_1\'
  end
  object mFile: TMemo
    Left = 32
    Top = 80
    Width = 265
    Height = 161
    Lines.Strings = (
      'mFile')
    TabOrder = 3
  end
  object btnOpen: TButton
    Left = 320
    Top = 48
    Width = 57
    Height = 25
    Caption = #25171#24320
    TabOrder = 4
    OnClick = btnOpenClick
  end
  object btnAppend: TButton
    Left = 320
    Top = 80
    Width = 57
    Height = 25
    Caption = #28155#21152
    TabOrder = 5
    OnClick = btnAppendClick
  end
  object btnClose: TButton
    Left = 320
    Top = 112
    Width = 57
    Height = 25
    Caption = #20851#38381
    TabOrder = 6
    OnClick = btnCloseClick
  end
end

⌨️ 快捷键说明

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