home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TNEWPROJECT / TNEWPROJECT.txt < prev   
Text File  |  1996-12-20  |  3KB  |  169 lines

  1. object NewProject: TNewProject
  2.   Left = 239
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create new project...'
  6.   ClientHeight = 311
  7.   ClientWidth = 550
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 527
  21.     Height = 263
  22.     Shape = bsFrame
  23.   end
  24.   object GroupBox1: TGroupBox
  25.     Left = 25
  26.     Top = 185
  27.     Width = 184
  28.     Height = 72
  29.     Caption = 'Type'
  30.     TabOrder = 1
  31.     object RadioButton1: TRadioButton
  32.       Left = 32
  33.       Top = 25
  34.       Width = 113
  35.       Height = 16
  36.       Caption = 'Applet'
  37.       Checked = True
  38.       TabOrder = 0
  39.       TabStop = True
  40.     end
  41.     object RadioButton2: TRadioButton
  42.       Left = 32
  43.       Top = 48
  44.       Width = 113
  45.       Height = 17
  46.       Caption = 'Standalone'
  47.       TabOrder = 1
  48.       OnClick = RadioButton2Click
  49.     end
  50.   end
  51.   object GroupBox2: TGroupBox
  52.     Left = 217
  53.     Top = 25
  54.     Width = 304
  55.     Height = 160
  56.     Caption = 'Import Classes'
  57.     TabOrder = 2
  58.     object CheckBox1: TCheckBox
  59.       Left = 16
  60.       Top = 32
  61.       Width = 281
  62.       Height = 17
  63.       Caption = 'AWT (Abstract Window Toolkit)'
  64.       State = cbChecked
  65.       TabOrder = 0
  66.     end
  67.     object CheckBox2: TCheckBox
  68.       Left = 16
  69.       Top = 128
  70.       Width = 281
  71.       Height = 17
  72.       Caption = 'IO (Input and Output classes)'
  73.       TabOrder = 4
  74.     end
  75.     object CheckBox3: TCheckBox
  76.       Left = 16
  77.       Top = 80
  78.       Width = 281
  79.       Height = 17
  80.       Caption = 'NET (Networking classes - TCP/IP, URL ...)'
  81.       TabOrder = 2
  82.     end
  83.     object CheckBox4: TCheckBox
  84.       Left = 16
  85.       Top = 105
  86.       Width = 281
  87.       Height = 16
  88.       Caption = 'UTIL (Utility classes - Hashtable, Vector ...)'
  89.       TabOrder = 3
  90.     end
  91.     object CheckBox5: TCheckBox
  92.       Left = 16
  93.       Top = 57
  94.       Width = 281
  95.       Height = 16
  96.       Caption = 'Applet (Support for embedding)'
  97.       State = cbChecked
  98.       TabOrder = 1
  99.     end
  100.   end
  101.   object GroupBox3: TGroupBox
  102.     Left = 25
  103.     Top = 25
  104.     Width = 184
  105.     Height = 160
  106.     Caption = 'Project'
  107.     TabOrder = 0
  108.     object Label1: TLabel
  109.       Left = 16
  110.       Top = 25
  111.       Width = 46
  112.       Height = 19
  113.       Caption = 'Name'
  114.     end
  115.     object Label2: TLabel
  116.       Left = 16
  117.       Top = 89
  118.       Width = 66
  119.       Height = 19
  120.       Caption = 'Directory'
  121.     end
  122.     object Edit1: TEdit
  123.       Left = 25
  124.       Top = 41
  125.       Width = 120
  126.       Height = 24
  127.       TabOrder = 0
  128.       Text = 'NONAME'
  129.       OnChange = Edit1Change
  130.       OnKeyPress = Edit1KeyPress
  131.     end
  132.     object Edit2: TEdit
  133.       Left = 25
  134.       Top = 121
  135.       Width = 144
  136.       Height = 24
  137.       CharCase = ecUpperCase
  138.       TabOrder = 2
  139.     end
  140.     object Button1: TButton
  141.       Left = 96
  142.       Top = 89
  143.       Width = 75
  144.       Height = 24
  145.       Caption = 'Browse'
  146.       TabOrder = 1
  147.       OnClick = Button1Click
  148.     end
  149.   end
  150.   object Button2: TButton
  151.     Left = 169
  152.     Top = 281
  153.     Width = 96
  154.     Height = 24
  155.     Caption = 'OK'
  156.     TabOrder = 3
  157.     OnClick = Button2Click
  158.   end
  159.   object Button3: TButton
  160.     Left = 281
  161.     Top = 281
  162.     Width = 88
  163.     Height = 24
  164.     Caption = 'Cancel'
  165.     TabOrder = 4
  166.     OnClick = Button3Click
  167.   end
  168. end
  169.