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

📄 u1.dfm

📁 这是一个在图形界面下的资源编译程序
💻 DFM
字号:
object Form1: TForm1
  Left = 339
  Top = 193
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #36164#28304#32534#35793#31243#24207'---'#27784#25165#32988'(2007.06.13)'
  ClientHeight = 380
  ClientWidth = 489
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 216
    Width = 489
    Height = 8
    Cursor = crVSplit
    Align = alBottom
    Beveled = True
  end
  object Panel1: TPanel
    Left = 0
    Top = 329
    Width = 489
    Height = 51
    Align = alBottom
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 7
      Width = 98
      Height = 13
      Caption = #32534#35793#21518#30340#25991#20214#21517':'
    end
    object B1: TButton
      Left = 325
      Top = 21
      Width = 75
      Height = 25
      Caption = '(&C)'#32534#35793
      Enabled = False
      TabOrder = 0
      OnClick = B1Click
    end
    object B2: TButton
      Left = 406
      Top = 21
      Width = 75
      Height = 25
      Caption = '(&E)'#36864#20986
      TabOrder = 1
      OnClick = B2Click
    end
    object EdFn: TEdit
      Left = 8
      Top = 23
      Width = 206
      Height = 21
      TabOrder = 2
      OnChange = EdFnChange
    end
    object B3: TButton
      Left = 218
      Top = 21
      Width = 60
      Height = 25
      Caption = '(W)'#27983#35272
      TabOrder = 3
      OnClick = B3Click
    end
  end
  object StrG1: TStringGrid
    Left = 0
    Top = 0
    Width = 489
    Height = 216
    Align = alBottom
    ColCount = 4
    DefaultRowHeight = 23
    RowCount = 2
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
    TabOrder = 1
    OnDrawCell = StrG1DrawCell
    OnKeyPress = StrG1KeyPress
    OnSelectCell = StrG1SelectCell
    ColWidths = (
      64
      95
      98
      234)
  end
  object CBox1: TComboBox
    Left = 165
    Top = 28
    Width = 96
    Height = 23
    Style = csDropDownList
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 15
    ParentFont = False
    TabOrder = 2
    Visible = False
    OnChange = CBox1Change
    OnExit = CBox1Exit
    OnKeyDown = CBox1KeyDown
    OnKeyPress = CBox1KeyPress
    Items.Strings = (
      'BINDATA'
      'WAVE'
      'AVI'
      'RCDATA'
      'BITMAP'
      'ICON')
  end
  object BWr: TButton
    Left = 406
    Top = 26
    Width = 29
    Height = 23
    Caption = '...'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    Visible = False
    OnClick = BWrClick
    OnExit = BWrExit
  end
  object M1: TRichEdit
    Left = 0
    Top = 224
    Width = 489
    Height = 105
    Align = alBottom
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 4
  end
  object SaveDlg: TSaveDialog
    Filter = #36164#28304#25991#20214'(*.Res)|*.Res'
    Left = 168
    Top = 104
  end
  object OpenDlg: TOpenDialog
    Filter = #25152#26377#31867#22411#25991#20214'(*.*)|*.*'
    Left = 200
    Top = 104
  end
end

⌨️ 快捷键说明

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