timedatestamp.dfm

来自「WindPE for Borland Delphi 7.0: {*******」· DFM 代码 · 共 90 行

DFM
90
字号
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 + =
减小字号Ctrl + -
显示快捷键?