home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TCREATEPRJFORM / TCREATEPRJFORM.txt < prev   
Encoding:
Text File  |  2002-10-30  |  2.0 KB  |  103 lines

  1. object CreatePrjForm: TCreatePrjForm
  2.   Left = 427
  3.   Top = 134
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 5
  6.   Caption = 'Open Project'
  7.   ClientHeight = 254
  8.   ClientWidth = 347
  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 = poDesktopCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btOk: TBitBtn
  22.     Left = 184
  23.     Top = 228
  24.     Width = 75
  25.     Height = 25
  26.     TabOrder = 0
  27.     Kind = bkOK
  28.   end
  29.   object btCancel: TBitBtn
  30.     Left = 272
  31.     Top = 228
  32.     Width = 75
  33.     Height = 25
  34.     TabOrder = 1
  35.     Kind = bkCancel
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 0
  39.     Top = 0
  40.     Width = 347
  41.     Height = 221
  42.     Align = alTop
  43.     TabOrder = 2
  44.     object Image1: TImage
  45.       Left = 12
  46.       Top = 16
  47.       Width = 32
  48.       Height = 32
  49.       AutoSize = True
  50.       Picture.Data = {<image000.bmp>}
  51.       Transparent = True
  52.     end
  53.     object Image2: TImage
  54.       Left = 12
  55.       Top = 52
  56.       Width = 32
  57.       Height = 32
  58.       AutoSize = True
  59.       Picture.Data = {<image001.bmp>}
  60.       Transparent = True
  61.     end
  62.     object rbNewProject: TRadioButton
  63.       Left = 52
  64.       Top = 24
  65.       Width = 237
  66.       Height = 17
  67.       Caption = 'Create New Project'
  68.       Checked = True
  69.       TabOrder = 0
  70.       TabStop = True
  71.       OnClick = rbOpenProjectClick
  72.     end
  73.     object rbOpenProject: TRadioButton
  74.       Left = 52
  75.       Top = 60
  76.       Width = 237
  77.       Height = 17
  78.       Caption = 'Open Existing Project'
  79.       TabOrder = 1
  80.       OnClick = rbOpenProjectClick
  81.     end
  82.     object ListView1: TListView
  83.       Left = 8
  84.       Top = 88
  85.       Width = 329
  86.       Height = 121
  87.       Columns = <
  88.         item
  89.           Caption = 'Projects'
  90.           MinWidth = 325
  91.           Width = 325
  92.         end>
  93.       ColumnClick = False
  94.       ReadOnly = True
  95.       RowSelect = True
  96.       TabOrder = 2
  97.       ViewStyle = vsReport
  98.       OnDblClick = ListView1DblClick
  99.       OnMouseDown = ListView1MouseDown
  100.     end
  101.   end
  102. end
  103.