Changeset 34 for trunk/IDE/Forms/UMainForm.lfm
- Timestamp:
- Feb 13, 2012, 1:47:33 PM (13 years ago)
- Location:
- trunk/IDE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE
- Property svn:ignore
-
old new 1 1 lib 2 2 backup 3 Transpascal.dbg 4 Transpascal.lps 5 Transpascal.exe
-
- Property svn:ignore
-
trunk/IDE/Forms/UMainForm.lfm
r30 r34 5 5 Width = 695 6 6 Caption = 'Transpascal IDE' 7 ClientHeight = 4 787 ClientHeight = 482 8 8 ClientWidth = 695 9 9 Font.Height = -11 … … 20 20 Left = 0 21 21 Height = 5 22 Top = 47 322 Top = 477 23 23 Width = 695 24 24 Align = alBottom … … 27 27 object DockPanel: TPanel 28 28 Left = 0 29 Height = 44729 Height = 350 30 30 Top = 26 31 Width = 69531 Width = 490 32 32 Align = alClient 33 33 BevelOuter = bvNone … … 39 39 Top = 0 40 40 Width = 695 41 Caption = 'ToolBar1'42 41 TabOrder = 2 43 42 object ComboBoxProducer: TComboBox 44 43 Left = 192 45 Height = 2 444 Height = 21 46 45 Top = 2 47 46 Width = 135 48 47 Align = alLeft 49 ItemHeight = 048 ItemHeight = 13 50 49 ItemIndex = 1 51 50 Items.Strings = ( … … 73 72 Height = 24 74 73 Top = 2 75 Width = 1 2474 Width = 105 76 75 Align = alLeft 77 76 Caption = 'Log parsing to file' … … 80 79 object ComboBoxAnalyzer: TComboBox 81 80 Left = 40 82 Height = 2 481 Height = 21 83 82 Top = 2 84 83 Width = 124 85 84 Align = alLeft 86 ItemHeight = 085 ItemHeight = 13 87 86 Style = csDropDownList 88 87 TabOrder = 3 … … 112 111 Layout = tlCenter 113 112 ParentColor = False 113 end 114 end 115 object Splitter1: TSplitter 116 Left = 490 117 Height = 350 118 Top = 26 119 Width = 5 120 Align = alRight 121 ResizeAnchor = akRight 122 end 123 object PageControl1: TPageControl 124 Left = 495 125 Height = 350 126 Top = 26 127 Width = 200 128 ActivePage = TabSheet1 129 Align = alRight 130 TabIndex = 0 131 TabOrder = 4 132 TabPosition = tpRight 133 object TabSheet1: TTabSheet 134 Caption = 'Project' 135 end 136 object TabSheet2: TTabSheet 137 Caption = 'Code Tree' 138 end 139 end 140 object PageControl2: TPageControl 141 Left = 0 142 Height = 101 143 Top = 376 144 Width = 695 145 ActivePage = TabSheet4 146 Align = alBottom 147 TabIndex = 1 148 TabOrder = 5 149 TabPosition = tpBottom 150 object TabSheet3: TTabSheet 151 Caption = 'Messages' 152 end 153 object TabSheet4: TTabSheet 154 Caption = 'Compiled source' 114 155 end 115 156 end … … 137 178 Action = AProjectClose 138 179 end 180 object MenuItem12: TMenuItem 181 Caption = '-' 182 end 183 object MenuItem13: TMenuItem 184 Action = AExit 185 end 139 186 end 140 187 object MenuItem7: TMenuItem … … 142 189 object MenuItem8: TMenuItem 143 190 Action = ABuild 191 end 192 object MenuItem14: TMenuItem 193 Action = ARun 194 end 195 end 196 object MenuItem15: TMenuItem 197 Caption = 'View' 198 object MenuItem16: TMenuItem 199 Caption = 'New Item18' 200 end 201 object MenuItem17: TMenuItem 202 Caption = 'New Item19' 203 end 204 object MenuItem18: TMenuItem 205 Caption = 'New Item20' 206 end 207 end 208 object MenuItem9: TMenuItem 209 Caption = 'Help' 210 object MenuItem10: TMenuItem 211 Action = AHomepage 212 end 213 object MenuItem11: TMenuItem 214 Action = AAbout 144 215 end 145 216 end … … 184 255 ShortCut = 120 185 256 end 186 end 187 object CoolDockMaster1: TCDMaster 188 Customize = CDCustomize1 189 TabsEnabled = True 190 DefaultTabsPos = hpAuto 191 DefaultHeaderPos = hpAuto 192 DefaultMoveSpeed = 0 193 ShowIcons = False 194 left = 504 195 top = 104 196 end 197 object CoolDockClient1: TCDClient 198 Master = CoolDockMaster1 199 Panel = DockPanel 200 Dockable = False 201 Floatable = False 202 left = 504 203 top = 56 257 object AExit: TAction 258 Caption = 'Exit' 259 OnExecute = AExitExecute 260 end 261 object ARun: TAction 262 Caption = 'Run' 263 end 264 object AAbout: TAction 265 Caption = 'About...' 266 OnExecute = AAboutExecute 267 end 268 object AHomepage: TAction 269 Caption = 'Homepage' 270 OnExecute = AHomepageExecute 271 end 272 object AViewProject: TAction 273 Category = 'View' 274 Caption = 'Project manager' 275 end 276 object AViewObjectInspector: TAction 277 Category = 'View' 278 Caption = 'Object inspector' 279 end 280 object AViewSourceEditor: TAction 281 Category = 'View' 282 Caption = 'Source editor' 283 end 284 object AViewMessages: TAction 285 Category = 'View' 286 Caption = 'Messages' 287 end 204 288 end 205 289 object OpenDialog1: TOpenDialog … … 213 297 top = 104 214 298 end 215 object CDWindowList1: TCDWindowList216 left = 502217 top = 157218 end219 object CDLayoutList1: TCDLayoutList220 left = 502221 top = 205222 end223 object CDCustomize1: TCDCustomize224 Master = CoolDockMaster1225 LayoutList = CDLayoutList1226 left = 499227 top = 260228 end229 299 object ImageList1: TImageList 230 300 left = 624 231 301 top = 112 232 302 end 303 object DebugLog1: TDebugLog 304 WriteToFileEnable = False 305 FileName = 'DebugLog.txt' 306 MaxCount = 100 307 left = 344 308 top = 88 309 end 233 310 end
Note:
See TracChangeset
for help on using the changeset viewer.