source: trunk/Forms/UFormSettings.lfm

Last change on this file was 20, checked in by chronos, 11 years ago
  • Upraveno: Celé číslo účtu rozděleno do samostatných částí jako samotné číslo a kód banky.
File size: 2.8 KB
Line 
1object FormSettings: TFormSettings
2 Left = 420
3 Height = 393
4 Top = 127
5 Width = 558
6 Caption = 'Settings'
7 ClientHeight = 393
8 ClientWidth = 558
9 OnCreate = FormCreate
10 Position = poScreenCenter
11 LCLVersion = '1.1'
12 object ButtonCancel: TButton
13 Left = 384
14 Height = 25
15 Top = 362
16 Width = 75
17 Anchors = [akRight, akBottom]
18 Caption = 'Cancel'
19 ModalResult = 2
20 TabOrder = 0
21 end
22 object ButtonOk: TButton
23 Left = 472
24 Height = 25
25 Top = 360
26 Width = 75
27 Anchors = [akRight]
28 Caption = 'Ok'
29 Default = True
30 ModalResult = 1
31 TabOrder = 1
32 end
33 object ComboBoxFormat: TComboBox
34 Left = 11
35 Height = 29
36 Top = 32
37 Width = 236
38 ItemHeight = 0
39 Style = csDropDownList
40 TabOrder = 2
41 end
42 object Label1: TLabel
43 Left = 11
44 Height = 17
45 Top = 16
46 Width = 83
47 Caption = 'Data format:'
48 ParentColor = False
49 end
50 object LabeledEditFolder: TLabeledEdit
51 Left = 11
52 Height = 27
53 Top = 88
54 Width = 448
55 Anchors = [akTop, akLeft, akRight]
56 EditLabel.AnchorSideLeft.Control = LabeledEditFolder
57 EditLabel.AnchorSideRight.Control = LabeledEditFolder
58 EditLabel.AnchorSideRight.Side = asrBottom
59 EditLabel.AnchorSideBottom.Control = LabeledEditFolder
60 EditLabel.Left = 11
61 EditLabel.Height = 17
62 EditLabel.Top = 68
63 EditLabel.Width = 448
64 EditLabel.Caption = 'Destination folder:'
65 EditLabel.ParentColor = False
66 TabOrder = 3
67 end
68 object Button1: TButton
69 Left = 472
70 Height = 25
71 Top = 88
72 Width = 75
73 Anchors = [akTop, akRight]
74 Caption = 'Select'
75 OnClick = Button1Click
76 TabOrder = 4
77 end
78 object LabeledEditFileNameFormat: TLabeledEdit
79 Left = 11
80 Height = 27
81 Top = 144
82 Width = 448
83 Anchors = [akTop, akLeft, akRight]
84 EditLabel.AnchorSideLeft.Control = LabeledEditFileNameFormat
85 EditLabel.AnchorSideRight.Control = LabeledEditFileNameFormat
86 EditLabel.AnchorSideRight.Side = asrBottom
87 EditLabel.AnchorSideBottom.Control = LabeledEditFileNameFormat
88 EditLabel.Left = 11
89 EditLabel.Height = 17
90 EditLabel.Top = 124
91 EditLabel.Width = 448
92 EditLabel.Caption = 'Output file name format:'
93 EditLabel.ParentColor = False
94 TabOrder = 5
95 end
96 object Label2: TLabel
97 Left = 11
98 Height = 38
99 Top = 176
100 Width = 532
101 Anchors = [akTop, akLeft, akRight]
102 Caption = '%f - data format, %d - date, %t - time, %a - account number, %n - account name, %b - bank code, %% - percent symbol'
103 ParentColor = False
104 WordWrap = True
105 end
106 object ComboBoxLang: TComboBox
107 Left = 11
108 Height = 29
109 Top = 248
110 Width = 208
111 ItemHeight = 0
112 Style = csDropDownList
113 TabOrder = 6
114 end
115 object Label3: TLabel
116 Left = 11
117 Height = 17
118 Top = 224
119 Width = 126
120 Caption = 'Interface language:'
121 ParentColor = False
122 end
123end
Note: See TracBrowser for help on using the repository browser.