Ignore:
Timestamp:
Nov 26, 2016, 11:33:19 AM (7 years ago)
Author:
chronos
Message:
  • Added: Remember width of list view columns after closing the application.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportSource.lfm

    r109 r123  
    77  ClientHeight = 459
    88  ClientWidth = 620
     9  OnClose = FormClose
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
     
    1314  object EditName: TEdit
    1415    Left = 135
    15     Height = 33
     16    Height = 34
    1617    Top = 10
    1718    Width = 471
     
    2122  object Label1: TLabel
    2223    Left = 10
    23     Height = 25
     24    Height = 24
    2425    Top = 9
    25     Width = 51
     26    Width = 56
    2627    Caption = 'Name:'
    2728    ParentColor = False
     
    2930  object Label2: TLabel
    3031    Left = 10
    31     Height = 25
     32    Height = 24
    3233    Top = 49
    33     Width = 94
     34    Width = 101
    3435    Caption = 'Source URL:'
    3536    ParentColor = False
     
    3738  object EditURL: TEdit
    3839    Left = 136
    39     Height = 33
     40    Height = 34
    4041    Top = 49
    4142    Width = 350
     
    6566  object Label3: TLabel
    6667    Left = 10
    67     Height = 25
     68    Height = 24
    6869    Top = 96
    69     Width = 100
     70    Width = 108
    7071    Caption = 'Data format:'
    7172    ParentColor = False
     
    7374  object ComboBox1: TComboBox
    7475    Left = 135
    75     Height = 33
     76    Height = 38
    7677    Top = 91
    7778    Width = 350
    7879    Anchors = [akTop, akLeft, akRight]
    79     ItemHeight = 25
     80    ItemHeight = 0
    8081    Style = csDropDownList
    8182    TabOrder = 2
     
    9394  object CheckBoxEnabled: TCheckBox
    9495    Left = 10
    95     Height = 29
     96    Height = 28
    9697    Top = 128
    97     Width = 93
     98    Width = 92
    9899    Caption = 'Enabled'
    99100    TabOrder = 4
     
    101102  object Label4: TLabel
    102103    Left = 10
    103     Height = 25
     104    Height = 24
    104105    Top = 160
    105     Width = 88
     106    Width = 96
    106107    Caption = 'Categories:'
    107108    ParentColor = False
     
    116117    MultiSelect = True
    117118    PopupMenu = PopupMenuCategory
    118     ScrollWidth = 358
     119    ScrollWidth = 469
    119120    TabOrder = 5
     121    TopIndex = -1
    120122  end
    121123  object Button1: TButton
     
    144146  object Label5: TLabel
    145147    Left = 10
    146     Height = 25
     148    Height = 24
    147149    Top = 352
    148     Width = 88
     150    Width = 97
    149151    Caption = 'User name:'
    150152    ParentColor = False
     
    152154  object Label6: TLabel
    153155    Left = 305
    154     Height = 25
     156    Height = 24
    155157    Top = 351
    156     Width = 80
     158    Width = 87
    157159    Caption = 'Password:'
    158160    ParentColor = False
     
    160162  object EditUserName: TEdit
    161163    Left = 136
    162     Height = 33
     164    Height = 34
    163165    Top = 351
    164166    Width = 153
     
    167169  object EditPassword: TEdit
    168170    Left = 436
    169     Height = 33
     171    Height = 34
    170172    Top = 351
    171173    Width = 153
Note: See TracChangeset for help on using the changeset viewer.