home *** CD-ROM | disk | FTP | other *** search
- object LangForm: TLangForm
- Left = 255
- Top = 133
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Dev-C++ first time configuration'
- ClientHeight = 295
- ClientWidth = 416
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 144
- Top = 8
- Width = 261
- Height = 39
- Caption =
- 'This is the first time you have launched Dev-C++. You may config' +
- 'ure the startup settings now, or later change them from the Envi' +
- 'ronment options in the Tools menu.'
- WordWrap = True
- end
- object GroupBox1: TGroupBox
- Left = 144
- Top = 56
- Width = 265
- Height = 137
- Caption = 'Select your language :'
- TabOrder = 2
- end
- object ListBox: TListBox
- Left = 152
- Top = 72
- Width = 249
- Height = 113
- ItemHeight = 13
- TabOrder = 0
- end
- object OkBtn: TBitBtn
- Left = 144
- Top = 264
- Width = 265
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- Kind = bkOK
- end
- object ThemeGroupBox: TGroupBox
- Left = 144
- Top = 200
- Width = 265
- Height = 57
- Caption = 'Select your Dev-C++ theme :'
- TabOrder = 3
- object ThemeBox: TComboBox
- Left = 16
- Top = 24
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnSelect = ThemeBoxSelect
- Items.Strings = (
- 'New Look'
- 'Gnome'
- 'Blue')
- end
- object PreviewBtn: TBitBtn
- Left = 178
- Top = 24
- Width = 75
- Height = 22
- Caption = '&Preview'
- TabOrder = 1
- OnClick = PreviewBtnClick
- end
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 128
- Height = 281
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 4
- object Image1: TImage
- Left = 1
- Top = 1
- Width = 126
- Height = 279
- Align = alClient
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Image2: TImage
- Left = 1
- Top = 1
- Width = 126
- Height = 279
- Align = alClient
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- end
- object PopupMenu: TPopupMenu
- Left = 344
- Top = 184
- object N1: TMenuItem
- ImageIndex = 0
- end
- object TMenuItem
- ImageIndex = 1
- end
- object TMenuItem
- ImageIndex = 2
- end
- object TMenuItem
- ImageIndex = 3
- end
- object TMenuItem
- ImageIndex = 4
- end
- object TMenuItem
- ImageIndex = 5
- end
- object TMenuItem
- ImageIndex = 6
- end
- object TMenuItem
- ImageIndex = 7
- end
- end
- end
-