source: tags/1.4.0/Forms/UFormImportPattern.lfm

Last change on this file was 69, checked in by chronos, 8 years ago
  • Fixed: Set zero imported acronyms count before start of processing import sources.
  • Modified: Open dialogs positioned at center of screen.
  • Added: Open example acronyms by default if no other files were openned yet.
File size: 2.2 KB
Line 
1object FormImportPattern: TFormImportPattern
2 Left = 459
3 Height = 431
4 Top = 235
5 Width = 662
6 Caption = 'Import pattern'
7 ClientHeight = 431
8 ClientWidth = 662
9 OnCreate = FormCreate
10 OnShow = FormShow
11 Position = poScreenCenter
12 LCLVersion = '1.6.0.4'
13 object Label8: TLabel
14 Left = 24
15 Height = 20
16 Top = 13
17 Width = 75
18 Caption = 'Start string:'
19 ParentColor = False
20 end
21 object Label9: TLabel
22 Left = 24
23 Height = 20
24 Top = 53
25 Width = 69
26 Caption = 'End string:'
27 ParentColor = False
28 end
29 object EditBlockEnd: TEdit
30 Left = 183
31 Height = 28
32 Top = 48
33 Width = 461
34 Anchors = [akTop, akLeft, akRight]
35 TabOrder = 1
36 end
37 object EditBlockStart: TEdit
38 Left = 183
39 Height = 28
40 Top = 8
41 Width = 461
42 Anchors = [akTop, akLeft, akRight]
43 TabOrder = 0
44 end
45 object ButtonCancel: TButton
46 Left = 464
47 Height = 25
48 Top = 384
49 Width = 75
50 Anchors = [akRight, akBottom]
51 Caption = 'Cancel'
52 ModalResult = 2
53 TabOrder = 5
54 end
55 object ButtonOk: TButton
56 Left = 560
57 Height = 25
58 Top = 384
59 Width = 75
60 Anchors = [akRight, akBottom]
61 Caption = 'Ok'
62 ModalResult = 1
63 TabOrder = 6
64 end
65 object Label10: TLabel
66 Left = 24
67 Height = 20
68 Top = 88
69 Width = 46
70 Caption = 'Action:'
71 ParentColor = False
72 end
73 object Label11: TLabel
74 Left = 24
75 Height = 20
76 Top = 120
77 Width = 58
78 Caption = 'Variable:'
79 ParentColor = False
80 end
81 object ComboBoxAction: TComboBox
82 Left = 183
83 Height = 28
84 Top = 87
85 Width = 461
86 Anchors = [akTop, akLeft, akRight]
87 ItemHeight = 20
88 Style = csDropDownList
89 TabOrder = 2
90 end
91 object ComboBoxVariable: TComboBox
92 Left = 183
93 Height = 28
94 Top = 120
95 Width = 461
96 Anchors = [akTop, akLeft, akRight]
97 ItemHeight = 20
98 Items.Strings = (
99 ''
100 )
101 Style = csDropDownList
102 TabOrder = 3
103 end
104 object CheckBoxRepetition: TCheckBox
105 Left = 24
106 Height = 24
107 Top = 160
108 Width = 93
109 Caption = 'Repetition'
110 TabOrder = 4
111 end
112end
Note: See TracBrowser for help on using the repository browser.