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/UFormImportFormat.lfm

    r109 r123  
    77  ClientHeight = 439
    88  ClientWidth = 629
     9  OnClose = FormClose
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
     
    3334  object Label1: TLabel
    3435    Left = 20
    35     Height = 25
     36    Height = 24
    3637    Top = 53
    37     Width = 51
     38    Width = 56
    3839    Caption = 'Name:'
    3940    ParentColor = False
     
    4142  object EditName: TEdit
    4243    Left = 179
    43     Height = 33
     44    Height = 34
    4445    Top = 48
    4546    Width = 426
     
    4950  object Label8: TLabel
    5051    Left = 20
    51     Height = 25
     52    Height = 24
    5253    Top = 90
    53     Width = 86
     54    Width = 97
    5455    Caption = 'Block start:'
    5556    ParentColor = False
     
    5758  object EditBlockStart: TEdit
    5859    Left = 179
    59     Height = 33
     60    Height = 34
    6061    Top = 85
    6162    Width = 426
     
    6566  object Label9: TLabel
    6667    Left = 20
    67     Height = 25
     68    Height = 24
    6869    Top = 130
    69     Width = 81
     70    Width = 89
    7071    Caption = 'Block end:'
    7172    ParentColor = False
     
    7374  object EditBlockEnd: TEdit
    7475    Left = 179
    75     Height = 33
     76    Height = 34
    7677    Top = 125
    7778    Width = 426
     
    104105      item
    105106        Caption = 'Repetition'
    106         Width = 100
     107        Width = 165
    107108      end>
    108109    OwnerData = True
     
    117118  object Label2: TLabel
    118119    Left = 20
    119     Height = 25
     120    Height = 24
    120121    Top = 157
    121     Width = 82
     122    Width = 92
    122123    Caption = 'Item rules:'
    123124    ParentColor = False
     
    125126  object Label3: TLabel
    126127    Left = 20
    127     Height = 25
     128    Height = 24
    128129    Top = 13
    129     Width = 42
     130    Width = 45
    130131    Caption = 'Type:'
    131132    ParentColor = False
     
    133134  object ComboBoxType: TComboBox
    134135    Left = 179
    135     Height = 33
     136    Height = 38
    136137    Top = 13
    137138    Width = 197
    138     ItemHeight = 25
     139    ItemHeight = 0
    139140    Items.Strings = (
    140141      'Text parse HTTP'
Note: See TracChangeset for help on using the changeset viewer.