source: trunk/Forms/FormMain.lfm

Last change on this file was 167, checked in by chronos, 11 months ago
  • Added: Import form preparation.
File size: 5.7 KB
Line 
1object FormMain: TFormMain
2 Left = 534
3 Height = 993
4 Top = 223
5 Width = 1491
6 AllowDropFiles = True
7 Caption = 'vCard Studio'
8 ClientHeight = 959
9 ClientWidth = 1491
10 DesignTimePPI = 144
11 Menu = MainMenu1
12 OnActivate = FormActivate
13 OnClose = FormClose
14 OnCloseQuery = FormCloseQuery
15 OnCreate = FormCreate
16 OnDestroy = FormDestroy
17 OnDropFiles = FormDropFiles
18 OnResize = FormResize
19 OnShow = FormShow
20 LCLVersion = '2.2.6.0'
21 object CoolBar1: TCoolBar
22 Left = 0
23 Height = 43
24 Top = 0
25 Width = 1491
26 AutoSize = True
27 Bands = <
28 item
29 Break = False
30 Control = ToolBarFile
31 Width = 164
32 end
33 item
34 Break = False
35 Control = ToolBarOther
36 MinWidth = 64
37 Width = 64
38 end>
39 ParentFont = False
40 object ToolBarFile: TToolBar
41 AnchorSideLeft.Control = CoolBar1
42 AnchorSideTop.Control = CoolBar1
43 Left = 24
44 Height = 33
45 Top = 5
46 Width = 159
47 Align = alNone
48 AutoSize = True
49 BorderSpacing.Left = 22
50 BorderSpacing.Top = 3
51 EdgeInner = esNone
52 EdgeOuter = esNone
53 Images = Core.ImageList1
54 ParentFont = False
55 ParentShowHint = False
56 ShowHint = True
57 TabOrder = 0
58 Transparent = True
59 object ToolButton1: TToolButton
60 Left = 1
61 Top = 0
62 Action = Core.AFileNew
63 end
64 object ToolButton2: TToolButton
65 Left = 36
66 Top = 0
67 Action = Core.AFileOpen
68 DropdownMenu = PopupMenuOpenRecent
69 Style = tbsDropDown
70 end
71 object ToolButton3: TToolButton
72 Left = 89
73 Top = 0
74 Action = Core.AFileSave
75 end
76 object ToolButton4: TToolButton
77 Left = 124
78 Top = 0
79 Action = Core.AFileClose
80 end
81 end
82 object ToolBarOther: TToolBar
83 AnchorSideLeft.Control = CoolBar1
84 AnchorSideTop.Control = CoolBar1
85 Left = 188
86 Height = 33
87 Top = 5
88 Width = 141
89 Align = alNone
90 AutoSize = True
91 BorderSpacing.Left = 186
92 BorderSpacing.Top = 3
93 EdgeInner = esNone
94 EdgeOuter = esNone
95 Images = Core.ImageList1
96 ParentFont = False
97 ParentShowHint = False
98 ShowHint = True
99 TabOrder = 1
100 Transparent = True
101 object ToolButton5: TToolButton
102 Left = 106
103 Top = 0
104 Action = Core.ASettings
105 end
106 object ToolButton6: TToolButton
107 Left = 36
108 Top = 0
109 Action = Core.AFindDuplicate
110 end
111 object ToolButton7: TToolButton
112 Left = 1
113 Top = 0
114 Action = Core.AFind
115 end
116 object ToolButton8: TToolButton
117 Left = 71
118 Top = 0
119 Action = Core.AFileCompare
120 end
121 end
122 end
123 object MainMenu1: TMainMenu
124 Images = Core.ImageList1
125 Left = 192
126 Top = 120
127 object MenuItemFile: TMenuItem
128 Caption = 'File'
129 object MenuItemFileNew: TMenuItem
130 Action = Core.AFileNew
131 end
132 object MenuItemFileOpen: TMenuItem
133 Action = Core.AFileOpen
134 end
135 object MenuItemFileOpenRecent: TMenuItem
136 Caption = 'Open recent'
137 end
138 object MenuItemFileSave: TMenuItem
139 Action = Core.AFileSave
140 end
141 object MenuItemFileSaveAs: TMenuItem
142 Action = Core.AFileSaveAs
143 end
144 object MenuItemFileClose: TMenuItem
145 Action = Core.AFileClose
146 end
147 object MenuItem1: TMenuItem
148 Caption = '-'
149 end
150 object MenuItem12: TMenuItem
151 Action = Core.AFileCompare
152 end
153 object Separator1: TMenuItem
154 Caption = '-'
155 end
156 object MenuItem3: TMenuItem
157 Action = Core.AFileCombine
158 end
159 object MenuItem6: TMenuItem
160 Action = Core.AFileSplit
161 end
162 object Separator2: TMenuItem
163 Caption = '-'
164 end
165 object MenuItem16: TMenuItem
166 Action = Core.AFileImport
167 end
168 object MenuItem15: TMenuItem
169 Action = Core.AFileExport
170 end
171 object MenuItem2: TMenuItem
172 Caption = '-'
173 end
174 object MenuItemExit: TMenuItem
175 Action = Core.AExit
176 end
177 end
178 object MenuItem7: TMenuItem
179 Caption = 'Find'
180 object MenuItem8: TMenuItem
181 Action = Core.AFind
182 end
183 object MenuItem9: TMenuItem
184 Action = Core.AFindDuplicate
185 end
186 end
187 object MenuItemView: TMenuItem
188 Caption = 'View'
189 object MenuItemToolbar: TMenuItem
190 AutoCheck = True
191 Caption = 'Main toolbar'
192 OnClick = MenuItemToolbarClick
193 end
194 object MenuItemColumns: TMenuItem
195 Caption = 'Columns'
196 OnClick = MenuItemColumnsClick
197 end
198 end
199 object MenuItemTools: TMenuItem
200 Caption = 'Tools'
201 object MenuItemSettings: TMenuItem
202 Action = Core.ASettings
203 end
204 object MenuItem10: TMenuItem
205 Caption = '-'
206 end
207 object MenuItem14: TMenuItem
208 Action = Core.ANormalize
209 end
210 object MenuItem13: TMenuItem
211 Action = Core.ARemoveExactDuplicates
212 end
213 object MenuItem5: TMenuItem
214 Action = Core.AGenerate
215 end
216 object MenuItem4: TMenuItem
217 Action = Core.ATest
218 end
219 object MenuItem11: TMenuItem
220 Action = Core.AViewSource
221 end
222 end
223 object MenuItemHelp: TMenuItem
224 Caption = 'Help'
225 object MenuItemHomePage: TMenuItem
226 Action = Core.AHomePage
227 end
228 object MenuItemAbout: TMenuItem
229 Action = Core.AAbout
230 end
231 end
232 end
233 object PopupMenuOpenRecent: TPopupMenu
234 Left = 420
235 Top = 120
236 end
237end
Note: See TracBrowser for help on using the repository browser.