Changeset 28 for trunk/Forms


Ignore:
Timestamp:
Nov 23, 2011, 7:17:55 PM (13 years ago)
Author:
george
Message:
  • Fixed: Compilation after last change.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UItemView.lfm

    r22 r28  
    5959        Top = 0
    6060        Width = 620
    61         Align = alTop
    6261        OnChange = TabControl1Change
    6362        TabIndex = 0
    64         TabOrder = 0
    6563        Tabs.Strings = (
    6664          'Tab1'
     
    6967        )
    7068        TabStop = False
     69        Align = alTop
     70        TabOrder = 0
    7171      end
    7272      object ListView1: TListView
  • trunk/Forms/ULoginProfileForm.lfm

    r27 r28  
    11object LoginProfileForm: TLoginProfileForm
    22  Left = 314
    3   Height = 345
     3  Height = 395
    44  Top = 133
    5   Width = 486
     5  Width = 521
    66  Caption = 'Connection profile'
    7   ClientHeight = 345
    8   ClientWidth = 486
     7  ClientHeight = 395
     8  ClientWidth = 521
    99  OnClose = FormClose
    1010  OnCreate = FormCreate
     
    1313  LCLVersion = '0.9.31'
    1414  object LabelServer: TLabel
    15     Left = 232
    16     Height = 14
     15    Left = 267
     16    Height = 18
    1717    Top = 63
    18     Width = 37
     18    Width = 47
    1919    Anchors = [akTop, akRight]
    2020    Caption = 'Server:'
     
    2222  end
    2323  object EditServer: TEdit
    24     Left = 304
    25     Height = 21
     24    Left = 339
     25    Height = 27
    2626    Top = 56
    2727    Width = 178
     
    3232  object ListBox1: TListBox
    3333    Left = 10
    34     Height = 241
    35     Top = 23
    36     Width = 215
     34    Height = 289
     35    Top = 25
     36    Width = 250
    3737    Anchors = [akTop, akLeft, akRight, akBottom]
    3838    ItemHeight = 0
    3939    OnSelectionChange = ListBox1SelectionChange
     40    ScrollWidth = 246
    4041    TabOrder = 1
     42    TopIndex = -1
    4143  end
    4244  object ButtonOk: TButton
    43     Left = 407
     45    Left = 442
    4446    Height = 25
    45     Top = 312
     47    Top = 362
    4648    Width = 75
    4749    Anchors = [akRight, akBottom]
     
    5355  object Label1: TLabel
    5456    Left = 10
    55     Height = 14
     57    Height = 18
    5658    Top = 9
    57     Width = 40
     59    Width = 53
    5860    Caption = 'Profiles:'
    5961    ParentColor = False
     
    6264    Left = 8
    6365    Height = 3
    64     Top = 304
    65     Width = 474
     66    Top = 354
     67    Width = 509
    6668    Anchors = [akLeft, akRight, akBottom]
    6769    BevelInner = bvSpace
     
    7072  end
    7173  object SpinEditPort: TSpinEdit
    72     Left = 304
    73     Height = 21
     74    Left = 339
     75    Height = 27
    7476    Top = 84
    7577    Width = 178
     
    8082  end
    8183  object Label2: TLabel
    82     Left = 232
    83     Height = 14
     84    Left = 267
     85    Height = 18
    8486    Top = 91
    85     Width = 25
     87    Width = 31
    8688    Anchors = [akTop, akRight]
    8789    Caption = 'Port:'
     
    8991  end
    9092  object Label3: TLabel
    91     Left = 232
    92     Height = 14
     93    Left = 267
     94    Height = 18
    9395    Top = 120
    94     Width = 44
     96    Width = 58
    9597    Anchors = [akTop, akRight]
    9698    Caption = 'Protocol:'
     
    98100  end
    99101  object ComboBoxProtocol: TComboBox
    100     Left = 304
    101     Height = 21
     102    Left = 339
     103    Height = 27
    102104    Top = 113
    103105    Width = 178
    104106    Anchors = [akTop, akRight]
    105     ItemHeight = 13
     107    ItemHeight = 0
    106108    OnChange = ComboBoxProtocolChange
    107109    Style = csDropDownList
     
    109111  end
    110112  object Label4: TLabel
    111     Left = 232
    112     Height = 14
    113     Top = 153
    114     Width = 51
     113    Left = 267
     114    Height = 18
     115    Top = 154
     116    Width = 67
    115117    Anchors = [akTop, akRight]
    116118    Caption = 'Database:'
     
    118120  end
    119121  object EditDatabase: TEdit
    120     Left = 304
    121     Height = 21
     122    Left = 339
     123    Height = 27
    122124    Top = 145
    123125    Width = 178
     
    129131    Left = 9
    130132    Height = 25
    131     Top = 272
     133    Top = 322
    132134    Width = 75
     135    Anchors = [akLeft, akBottom]
    133136    Caption = 'Add'
    134137    OnClick = ButtonAddClick
     
    138141    Left = 96
    139142    Height = 25
    140     Top = 272
     143    Top = 322
    141144    Width = 75
     145    Anchors = [akLeft, akBottom]
    142146    Caption = 'Delete'
    143147    OnClick = ButtonDeleteClick
     
    145149  end
    146150  object ButtonCancel: TButton
    147     Left = 320
     151    Left = 355
    148152    Height = 25
    149153    Top = 312
     
    155159  end
    156160  object EditName: TEdit
    157     Left = 303
    158     Height = 21
     161    Left = 338
     162    Height = 27
    159163    Top = 26
    160164    Width = 179
     
    164168  end
    165169  object Label5: TLabel
    166     Left = 232
    167     Height = 14
    168     Top = 33
    169     Width = 32
     170    Left = 267
     171    Height = 18
     172    Top = 32
     173    Width = 44
    170174    Anchors = [akTop, akRight]
    171175    Caption = 'Name:'
Note: See TracChangeset for help on using the changeset viewer.