/Demos/SpeedDemo/uMainForm.dfm
Unknown | 64 lines | 64 code | 0 blank | 0 comment | 0 complexity | 5636836595aee945c38716e2a1d161a3 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-3.0
1object frmMain: TfrmMain 2 Left = 167 3 Top = 138 4 Caption = 'TKBDynamic - Speed demo' 5 ClientHeight = 243 6 ClientWidth = 527 7 Color = clBtnFace 8 Font.Charset = DEFAULT_CHARSET 9 Font.Color = clWindowText 10 Font.Height = -11 11 Font.Name = 'Tahoma' 12 Font.Style = [] 13 OldCreateOrder = False 14 Position = poDesigned 15 DesignSize = ( 16 527 17 243) 18 PixelsPerInch = 96 19 TextHeight = 13 20 object btnSave: TButton 21 Left = 8 22 Top = 8 23 Width = 75 24 Height = 25 25 Caption = 'Save' 26 TabOrder = 0 27 OnClick = btnSaveClick 28 end 29 object btnLoad: TButton 30 Left = 89 31 Top = 8 32 Width = 75 33 Height = 25 34 Caption = 'Load' 35 TabOrder = 1 36 OnClick = btnLoadClick 37 end 38 object mLog: TMemo 39 Left = 8 40 Top = 39 41 Width = 511 42 Height = 196 43 Anchors = [akLeft, akTop, akRight, akBottom] 44 TabOrder = 2 45 end 46 object seRecordCount: TSpinEdit 47 Left = 170 48 Top = 11 49 Width = 121 50 Height = 22 51 MaxValue = 0 52 MinValue = 0 53 TabOrder = 3 54 Value = 1000000 55 end 56 object chkUTF8: TCheckBox 57 Left = 297 58 Top = 16 59 Width = 97 60 Height = 17 61 Caption = 'UTF8' 62 TabOrder = 4 63 end 64end