Changeset 167 for trunk/Forms/FormExport.lfm
- Timestamp:
- Jul 1, 2023, 11:54:02 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormExport.lfm
r162 r167 1 1 object FormExport: TFormExport 2 Left = 5662 Left = 859 3 3 Height = 679 4 Top = 4614 Top = 380 5 5 Width = 842 6 6 Caption = 'Export' … … 94 94 object ListView1: TListView 95 95 Left = 19 96 Height = 4 3397 Top = 1 4996 Height = 409 97 Top = 173 98 98 Width = 775 99 99 Anchors = [akTop, akLeft, akRight, akBottom] … … 103 103 ViewStyle = vsReport 104 104 end 105 object CheckBoxHumanReadableHeader: TCheckBox 106 Left = 16 107 Height = 30 108 Top = 128 109 Width = 231 110 Caption = 'Human readable header' 111 OnChange = CheckBoxHumanReadableHeaderChange 112 TabOrder = 4 113 end 105 114 end 106 115 object SaveDialog1: TSaveDialog 107 Title = 'Uložit soubor jako'108 116 Left = 350 109 117 Top = 163 110 118 end 119 object TimerRedraw: TTimer 120 Interval = 200 121 OnTimer = TimerRedrawTimer 122 Left = 205 123 Top = 277 124 end 111 125 end
Note:
See TracChangeset
for help on using the changeset viewer.