mainunit.dfm

来自「加壳软件,自己练习用的!功能有使用次数和时间限制!没有进行区段合并!对OEP进行」· DFM 代码 · 共 85 行

DFM
85
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 526
  Height = 465
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object EditFileName: TEdit
    Left = 16
    Top = 32
    Width = 305
    Height = 21
    TabOrder = 0
  end
  object BtnBrowse: TButton
    Left = 336
    Top = 32
    Width = 33
    Height = 25
    Caption = '...'
    TabOrder = 1
    OnClick = BtnBrowseClick
  end
  object Button2: TButton
    Left = 256
    Top = 96
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 56
    Top = 96
    Width = 75
    Height = 25
    Caption = #21152#23494
    TabOrder = 3
    OnClick = Button3Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 412
    Width = 518
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object Memo1: TMemo
    Left = 24
    Top = 144
    Width = 361
    Height = 73
    TabOrder = 5
  end
  object StringGrid1: TStringGrid
    Left = 24
    Top = 232
    Width = 425
    Height = 153
    Color = clInfoBk
    ColCount = 6
    DefaultRowHeight = 15
    DragMode = dmAutomatic
    FixedColor = clSilver
    FixedCols = 0
    RowCount = 10
    Options = [goFixedVertLine, goRangeSelect]
    ParentShowHint = False
    ScrollBars = ssVertical
    ShowHint = False
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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