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

📄 timedatestamp.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object TimeDateStampFrm: TTimeDateStampFrm
  Left = 349
  Top = 220
  BorderStyle = bsDialog
  Caption = 'Time/Date Stamp Converter (GMT)'
  ClientHeight = 119
  ClientWidth = 351
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 249
    Height = 49
    Caption = 'Encoded'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 19
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'Time/Date Stamp:'
    end
    object TDEdit: TEdit
      Left = 104
      Top = 16
      Width = 137
      Height = 21
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 264
    Top = 16
    Width = 81
    Height = 22
    Caption = 'OK'
    TabOrder = 1
    OnClick = Button1Click
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 64
    Width = 337
    Height = 49
    Caption = 'Decoded'
    TabOrder = 2
    object Label2: TLabel
      Left = 8
      Top = 19
      Width = 41
      Height = 13
      AutoSize = False
      Caption = 'Time:'
    end
    object Label3: TLabel
      Left = 176
      Top = 19
      Width = 41
      Height = 13
      AutoSize = False
      Caption = 'Date:'
    end
    object TEdit: TEdit
      Left = 40
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object DEdit: TEdit
      Left = 208
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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