Ignore:
Timestamp:
Mar 24, 2019, 10:52:35 PM (6 years ago)
Author:
chronos
Message:
  • Modified: More forms use data item property instead Load/Save methods.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormServer.lfm

    r243 r288  
    11object FormServer: TFormServer
    22  Left = 691
    3   Height = 210
     3  Height = 252
    44  Top = 389
    5   Width = 403
     5  Width = 484
    66  Caption = 'Server'
    7   ClientHeight = 210
    8   ClientWidth = 403
    9   DesignTimePPI = 120
     7  ClientHeight = 252
     8  ClientWidth = 484
     9  DesignTimePPI = 144
    1010  OnShow = FormShow
    11   LCLVersion = '1.8.2.0'
     11  LCLVersion = '2.0.0.4'
    1212  object Label1: TLabel
    13     Left = 10
    14     Height = 20
    15     Top = 20
    16     Width = 43
     13    Left = 12
     14    Height = 26
     15    Top = 24
     16    Width = 56
    1717    Caption = 'Name:'
    1818    ParentColor = False
     19    ParentFont = False
    1920  end
    2021  object EditName: TEdit
    21     Left = 136
    22     Height = 28
    23     Top = 14
    24     Width = 234
     22    Left = 163
     23    Height = 43
     24    Top = 17
     25    Width = 281
     26    ParentFont = False
    2527    TabOrder = 0
    2628  end
    2729  object Label2: TLabel
    28     Left = 8
    29     Height = 20
    30     Top = 54
    31     Width = 56
     30    Left = 12
     31    Height = 26
     32    Top = 72
     33    Width = 74
    3234    Caption = 'Address:'
    3335    ParentColor = False
     36    ParentFont = False
    3437  end
    3538  object EditAddress: TEdit
    36     Left = 134
    37     Height = 28
    38     Top = 48
    39     Width = 236
     39    Left = 163
     40    Height = 43
     41    Top = 64
     42    Width = 283
     43    ParentFont = False
    4044    TabOrder = 1
    4145  end
    4246  object Label3: TLabel
    43     Left = 8
    44     Height = 20
    45     Top = 86
    46     Width = 30
     47    Left = 12
     48    Height = 26
     49    Top = 120
     50    Width = 41
    4751    Caption = 'Port:'
    4852    ParentColor = False
     53    ParentFont = False
    4954  end
    5055  object SpinEdit1: TSpinEdit
    51     Left = 136
    52     Height = 28
    53     Top = 80
    54     Width = 97
     56    Left = 163
     57    Height = 43
     58    Top = 112
     59    Width = 116
    5560    MaxValue = 65535
     61    ParentFont = False
    5662    TabOrder = 2
    5763  end
    5864  object ButtonCancel: TButton
    59     Left = 240
    60     Height = 31
    61     Top = 155
    62     Width = 94
     65    Left = 288
     66    Height = 37
     67    Top = 186
     68    Width = 113
    6369    Caption = 'Cancel'
    6470    ModalResult = 2
     71    ParentFont = False
    6572    TabOrder = 3
    6673  end
    6774  object ButtonOk: TButton
    68     Left = 80
    69     Height = 31
    70     Top = 155
    71     Width = 94
     75    Left = 96
     76    Height = 37
     77    Top = 186
     78    Width = 113
    7279    Caption = 'OK'
    7380    ModalResult = 1
     81    OnClick = ButtonOkClick
     82    ParentFont = False
    7483    TabOrder = 4
    7584  end
Note: See TracChangeset for help on using the changeset viewer.