Changeset 36 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Mar 8, 2012, 7:51:16 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 5 5 chronis.exe 6 6 DebugLog.txt 7 chronis.lps
-
- Property svn:ignore
-
trunk/Forms/UMainForm.lfm
r31 r36 4 4 Top = 126 5 5 Width = 640 6 ActiveControl = Panel 16 ActiveControl = PanelMenu 7 7 Caption = 'ChronIS' 8 8 ClientHeight = 427 … … 151 151 OnShow = FormShow 152 152 LCLVersion = '0.9.31' 153 object Panel 1: TPanel153 object PanelMenu: TPanel 154 154 Left = 0 155 Height = 4 27155 Height = 407 156 156 Top = 0 157 157 Width = 184 158 158 Align = alLeft 159 159 BevelOuter = bvNone 160 ClientHeight = 4 27160 ClientHeight = 407 161 161 ClientWidth = 184 162 162 TabOrder = 0 … … 171 171 object TreeView1: TTreeView 172 172 Left = 4 173 Height = 403173 Height = 383 174 174 Top = 19 175 175 Width = 180 … … 184 184 end 185 185 end 186 object Panel 2: TPanel186 object PanelData: TPanel 187 187 Left = 189 188 Height = 4 27188 Height = 407 189 189 Top = 0 190 190 Width = 451 191 191 Align = alClient 192 192 BevelOuter = bvNone 193 ClientHeight = 427194 ClientWidth = 451195 193 TabOrder = 1 196 object PageControl1: TPageControl197 Left = 0198 Height = 427199 Top = 0200 Width = 451201 Align = alClient202 TabOrder = 0203 end204 194 end 205 195 object Splitter1: TSplitter 206 196 Left = 184 207 Height = 4 27197 Height = 407 208 198 Top = 0 209 199 Width = 5 200 end 201 object StatusBar1: TStatusBar 202 Left = 0 203 Height = 20 204 Top = 407 205 Width = 640 206 Panels = < 207 item 208 Width = 150 209 end 210 item 211 Width = 150 212 end 213 item 214 Width = 150 215 end> 216 SimplePanel = False 210 217 end 211 218 object ActionListItem: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.