Sha256: 9c418102264db57289b82da541d78132f2fa317961e2c69df7e78d6df9a8214e

Contents?: true

Size: 968 Bytes

Versions: 11

Compression:

Stored size: 968 Bytes

Contents

object FormAbout: TFormAbout
  Left = 503
  Top = 355
  BorderStyle = bsDialog
  Caption = 'About QuickNote'
  ClientHeight = 197
  ClientWidth = 319
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Shell Dlg 2'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object LabelAbout: TLabel
    Left = 16
    Top = 16
    Width = 259
    Height = 26
    Caption = 
      'QuickNote is an example application for the RubyGem win32-autogu' +
      'i.'
    WordWrap = True
  end
  object LabelCopyright: TLabel
    Left = 52
    Top = 80
    Width = 214
    Height = 13
    Caption = 'Copyright 2010, GearheadForHire.com, LLC.'
  end
  object ButtonOk: TButton
    Left = 122
    Top = 136
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 0
    OnClick = ButtonOkClick
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
win32-autogui-0.5.3 examples/quicknote/FormAboutU.dfm
win32-autogui-0.5.2 examples/quicknote/FormAboutU.dfm
win32-autogui-0.5.1 examples/quicknote/FormAboutU.dfm
win32-autogui-0.5.0 examples/quicknote/FormAboutU.dfm
win32-autogui-0.4.3 examples/quicknote/FormAboutU.dfm
win32-autogui-0.4.2 examples/quicknote/FormAboutU.dfm
win32-autogui-0.4.1 examples/quicknote/FormAboutU.dfm
win32-autogui-0.4.0 examples/quicknote/FormAboutU.dfm
win32-autogui-0.3.0 examples/quicknote/FormAboutU.dfm
win32-autogui-0.2.1 examples/quicknote/FormAboutU.dfm
win32-autogui-0.2.0 examples/quicknote/FormAboutU.dfm