Changeset 514 for BigInt/UFormMain.lfm


Ignore:
Timestamp:
Apr 26, 2018, 1:07:22 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Updated BigInt classes for Int128 a UInt128.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BigInt/UFormMain.lfm

    r505 r514  
    11object FormMain: TFormMain
    2   Left = 609
    3   Height = 300
    4   Top = 492
    5   Width = 400
    6   Caption = 'FormMain'
    7   ClientHeight = 300
    8   ClientWidth = 400
     2  Left = 463
     3  Height = 457
     4  Top = 335
     5  Width = 810
     6  Caption = 'BigInt test'
     7  ClientHeight = 457
     8  ClientWidth = 810
    99  DesignTimePPI = 120
    1010  OnShow = FormShow
    11   LCLVersion = '1.8.0.6'
    12   object Memo1: TMemo
    13     Left = 16
    14     Height = 249
    15     Top = 40
    16     Width = 376
    17     Anchors = [akTop, akLeft, akRight, akBottom]
     11  LCLVersion = '1.8.2.0'
     12  object ListView1: TListView
     13    Left = 0
     14    Height = 457
     15    Top = 0
     16    Width = 810
     17    Align = alClient
     18    Columns = <   
     19      item
     20        Caption = 'Test'
     21        Width = 200
     22      end   
     23      item
     24        Caption = 'Result'
     25        Width = 100
     26      end   
     27      item
     28        Caption = 'Value'
     29        Width = 100
     30      end>
    1831    ReadOnly = True
    19     ScrollBars = ssAutoBoth
     32    RowSelect = True
    2033    TabOrder = 0
     34    ViewStyle = vsReport
    2135  end
    2236end
Note: See TracChangeset for help on using the changeset viewer.