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

📄 text.dfm

📁 一个不错的信息管理系统
💻 DFM
字号:
object Form5: TForm5
  Left = 232
  Top = 172
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #22788#29702#25991#26412#25991#20214
  ClientHeight = 177
  ClientWidth = 393
  Color = clSilver
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 393
    Height = 177
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object Label2: TLabel
      Left = 26
      Top = 60
      Width = 160
      Height = 16
      Caption = #35831#36873#25321#28304#25991#20214#30446#24405'\'#21517':'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 29
      Top = 12
      Width = 350
      Height = 35
      Caption = #20934#22791#22788#29702#30340#25991#26412#25991#20214#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -35
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Bevel1: TBevel
      Left = 3
      Top = 137
      Width = 385
      Height = 1
    end
    object Edit2: TEdit
      Left = 193
      Top = 59
      Width = 177
      Height = 21
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 27
      Top = 6
      Width = 177
      Height = 21
      TabOrder = 0
      Visible = False
    end
    object Button3: TButton
      Left = 277
      Top = 144
      Width = 75
      Height = 25
      Caption = #36864#20986
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = Button3Click
    end
    object Button2: TButton
      Left = 171
      Top = 144
      Width = 75
      Height = 25
      Caption = #36716#25442
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button1: TButton
      Left = 64
      Top = 145
      Width = 75
      Height = 25
      Caption = #25171#24320
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = '*.txt'
    Filter = '*.txt|*.txt'
    InitialDir = 'c:'
    Left = 40
    Top = 8
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '*.txt|*.doc'
    Filter = '*.*|*.txt|*.doc|*.txt|*.wps|*.txt|*.txt|*.txt'
    InitialDir = 'e:'
    Options = [ofOverwritePrompt, ofExtensionDifferent, ofFileMustExist, ofCreatePrompt, ofEnableSizing]
    Left = 344
    Top = 40
  end
end

⌨️ 快捷键说明

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