source: tags/1.2.0/Forms/UFormMain.lfm

Last change on this file was 76, checked in by chronos, 3 years ago
  • Added: Find dialog to search text value by given contact field or by any field.
File size: 4.6 KB
Line 
1object FormMain: TFormMain
2 Left = 601
3 Height = 796
4 Top = 447
5 Width = 1178
6 Caption = 'vCard Studio'
7 ClientHeight = 766
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.0.12.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 = 71
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 = 36
100 Top = 0
101 Action = Core.ASettings
102 end
103 object ToolButton6: TToolButton
104 Left = 1
105 Top = 0
106 Action = Core.AFindDuplicate
107 end
108 end
109 end
110 object MainMenu1: TMainMenu
111 Images = Core.ImageList1
112 Left = 192
113 Top = 120
114 object MenuItemFile: TMenuItem
115 Caption = 'File'
116 object MenuItemFileNew: TMenuItem
117 Action = Core.AFileNew
118 end
119 object MenuItemFileOpen: TMenuItem
120 Action = Core.AFileOpen
121 end
122 object MenuItemFileOpenRecent: TMenuItem
123 Caption = 'Open recent'
124 end
125 object MenuItemFileSave: TMenuItem
126 Action = Core.AFileSave
127 end
128 object MenuItemFileSaveAs: TMenuItem
129 Action = Core.AFileSaveAs
130 end
131 object MenuItemFileClose: TMenuItem
132 Action = Core.AFileClose
133 end
134 object MenuItem1: TMenuItem
135 Caption = '-'
136 end
137 object MenuItem3: TMenuItem
138 Action = Core.AFileCombine
139 end
140 object MenuItem6: TMenuItem
141 Action = Core.AFileSplit
142 end
143 object MenuItem2: TMenuItem
144 Caption = '-'
145 end
146 object MenuItemExit: TMenuItem
147 Action = Core.AExit
148 end
149 end
150 object MenuItem7: TMenuItem
151 Caption = 'Find'
152 object MenuItem8: TMenuItem
153 Action = Core.AFind
154 end
155 object MenuItem9: TMenuItem
156 Action = Core.AFindDuplicate
157 end
158 end
159 object MenuItemView: TMenuItem
160 Caption = 'View'
161 object MenuItemToolbar: TMenuItem
162 AutoCheck = True
163 Caption = 'Main toolbar'
164 OnClick = MenuItemToolbarClick
165 end
166 end
167 object MenuItemTools: TMenuItem
168 Caption = 'Tools'
169 object MenuItemSettings: TMenuItem
170 Action = Core.ASettings
171 end
172 object MenuItem10: TMenuItem
173 Caption = '-'
174 end
175 object MenuItem5: TMenuItem
176 Action = Core.AGenerate
177 end
178 end
179 object MenuItemHelp: TMenuItem
180 Caption = 'Help'
181 object MenuItemHomePage: TMenuItem
182 Action = Core.AHomePage
183 end
184 object MenuItemAbout: TMenuItem
185 Action = Core.AAbout
186 end
187 end
188 end
189 object PopupMenuOpenRecent: TPopupMenu
190 Left = 420
191 Top = 120
192 end
193end
Note: See TracBrowser for help on using the repository browser.