home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TLANGFORM / TLANGFORM.txt < prev   
Encoding:
Text File  |  2002-04-12  |  2.8 KB  |  143 lines

  1. object LangForm: TLangForm
  2.   Left = 255
  3.   Top = 133
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dev-C++ first time configuration'
  7.   ClientHeight = 295
  8.   ClientWidth = 416
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 144
  22.     Top = 8
  23.     Width = 261
  24.     Height = 39
  25.     Caption = 
  26.       'This is the first time you have launched Dev-C++. You may config' +
  27.       'ure the startup settings now, or later change them from the Envi' +
  28.       'ronment options in the Tools menu.'
  29.     WordWrap = True
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 144
  33.     Top = 56
  34.     Width = 265
  35.     Height = 137
  36.     Caption = 'Select your language :'
  37.     TabOrder = 2
  38.   end
  39.   object ListBox: TListBox
  40.     Left = 152
  41.     Top = 72
  42.     Width = 249
  43.     Height = 113
  44.     ItemHeight = 13
  45.     TabOrder = 0
  46.   end
  47.   object OkBtn: TBitBtn
  48.     Left = 144
  49.     Top = 264
  50.     Width = 265
  51.     Height = 25
  52.     Caption = '&OK'
  53.     TabOrder = 1
  54.     Kind = bkOK
  55.   end
  56.   object ThemeGroupBox: TGroupBox
  57.     Left = 144
  58.     Top = 200
  59.     Width = 265
  60.     Height = 57
  61.     Caption = 'Select your Dev-C++ theme :'
  62.     TabOrder = 3
  63.     object ThemeBox: TComboBox
  64.       Left = 16
  65.       Top = 24
  66.       Width = 153
  67.       Height = 21
  68.       Style = csDropDownList
  69.       ItemHeight = 13
  70.       TabOrder = 0
  71.       OnSelect = ThemeBoxSelect
  72.       Items.Strings = (
  73.         'New Look'
  74.         'Gnome'
  75.         'Blue')
  76.     end
  77.     object PreviewBtn: TBitBtn
  78.       Left = 178
  79.       Top = 24
  80.       Width = 75
  81.       Height = 22
  82.       Caption = '&Preview'
  83.       TabOrder = 1
  84.       OnClick = PreviewBtnClick
  85.     end
  86.   end
  87.   object Panel1: TPanel
  88.     Left = 8
  89.     Top = 8
  90.     Width = 128
  91.     Height = 281
  92.     BevelInner = bvLowered
  93.     BevelOuter = bvNone
  94.     TabOrder = 4
  95.     object Image1: TImage
  96.       Left = 1
  97.       Top = 1
  98.       Width = 126
  99.       Height = 279
  100.       Align = alClient
  101.       AutoSize = True
  102.       Picture.Data = {<image000.bmp>}
  103.     end
  104.     object Image2: TImage
  105.       Left = 1
  106.       Top = 1
  107.       Width = 126
  108.       Height = 279
  109.       Align = alClient
  110.       AutoSize = True
  111.       Picture.Data = {<image001.bmp>}
  112.     end
  113.   end
  114.   object PopupMenu: TPopupMenu
  115.     Left = 344
  116.     Top = 184
  117.     object N1: TMenuItem
  118.       ImageIndex = 0
  119.     end
  120.     object TMenuItem
  121.       ImageIndex = 1
  122.     end
  123.     object TMenuItem
  124.       ImageIndex = 2
  125.     end
  126.     object TMenuItem
  127.       ImageIndex = 3
  128.     end
  129.     object TMenuItem
  130.       ImageIndex = 4
  131.     end
  132.     object TMenuItem
  133.       ImageIndex = 5
  134.     end
  135.     object TMenuItem
  136.       ImageIndex = 6
  137.     end
  138.     object TMenuItem
  139.       ImageIndex = 7
  140.     end
  141.   end
  142. end
  143.