source: tags/1.4.0/Forms/UFormMain.lfm

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