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

  1. object GetNewProFileName: TGetNewProFileName
  2.   Left = 264
  3.   Top = 303
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter filename...'
  6.   ClientHeight = 165
  7.   ClientWidth = 267
  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 = 247
  21.     Height = 115
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 24
  27.     Width = 213
  28.     Height = 16
  29.     Caption = 'Please enter a name for the new file:'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 72
  34.     Width = 70
  35.     Height = 16
  36.     Caption = 'Base class:'
  37.   end
  38.   object Edit1: TEdit
  39.     Left = 32
  40.     Top = 40
  41.     Width = 185
  42.     Height = 24
  43.     TabOrder = 0
  44.     Text = 'Noname'
  45.     OnChange = Edit1Change
  46.     OnKeyPress = Edit1KeyPress
  47.   end
  48.   object Button1: TButton
  49.     Left = 56
  50.     Top = 136
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'OK'
  54.     TabOrder = 1
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 136
  59.     Top = 136
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Cancel'
  63.     TabOrder = 2
  64.     OnClick = Button2Click
  65.   end
  66.   object ComboBox1: TComboBox
  67.     Left = 32
  68.     Top = 88
  69.     Width = 185
  70.     Height = 24
  71.     Style = csDropDownList
  72.     ItemHeight = 16
  73.     Items.Strings = (
  74.       '(None)'
  75.       'AbstractMethodError'
  76.       'Applet'
  77.       'ArithmeticException'
  78.       'ArrayIndexOutOfBoundsException'
  79.       'ArrayStoreException'
  80.       'AWTError'
  81.       'AWTException'
  82.       'BorderLayout'
  83.       'BufferedInputStream'
  84.       'BufferedOutputStream'
  85.       'Button'
  86.       'ByteArrayInputStream'
  87.       'ByteArrayOutputStream'
  88.       'Canvas'
  89.       'CardLayout'
  90.       'Checkbox'
  91.       'CheckboxGroup'
  92.       'CheckboxMenuItem'
  93.       'Choice'
  94.       'ClassCastException'
  95.       'ClassCircularityError'
  96.       'ClassFormatError'
  97.       'ClassLoader'
  98.       'ClassNotFountException'
  99.       'CloneNotSupportedException'
  100.       'ColorModel'
  101.       'ContentHandler'
  102.       'CropImageFilter'
  103.       'DatagramSocket'
  104.       'DataInputStream'
  105.       'DataOutputStream'
  106.       'Date'
  107.       'Dialog'
  108.       'Dictionary'
  109.       'Dimension'
  110.       'DirectColorModel'
  111.       'EmptyStackException'
  112.       'EOFException'
  113.       'Error'
  114.       'Event'
  115.       'Exception'
  116.       'File'
  117.       'FileDialog'
  118.       'FileInputStream'
  119.       'FileNotFoundException'
  120.       'FileOutputStream'
  121.       'FilteredImageSource'
  122.       'FilterInputStream'
  123.       'FilterOutputStream'
  124.       'FlowLayout'
  125.       'Font'
  126.       'FontMetrics'
  127.       'Frame'
  128.       'Graphics'
  129.       'GridBagConstraints'
  130.       'GridBagLayout'
  131.       'GridLayout'
  132.       'Hashtable'
  133.       'IllegalAccessError'
  134.       'IllegalAccessException'
  135.       'IllegalArgumentException'
  136.       'IllegalMonitorStateException'
  137.       'IllegalThreadStateException'
  138.       'Image'
  139.       'ImageFilter'
  140.       'IncompatibleClassChangeError'
  141.       'IndexColorModel'
  142.       'IndexOutOfBoundsException'
  143.       'InputStream'
  144.       'Insets'
  145.       'InstantiationError'
  146.       'InstantiationException'
  147.       'InternalError'
  148.       'InterruptedExcepion'
  149.       'InterruptedIOException'
  150.       'IOException'
  151.       'Label'
  152.       'LineNumberInputStream'
  153.       'LinkageError'
  154.       'List'
  155.       'MalformedURLException'
  156.       'MediaTracker'
  157.       'MemoryImageSource'
  158.       'Menu'
  159.       'MenuBar'
  160.       'MenuComponent'
  161.       'MenuItem'
  162.       'NegativeArraySizeException'
  163.       'NoClassDefFoundError'
  164.       'NoSuchElementException'
  165.       'NoSuchFieldError'
  166.       'NoSuchMethodError'
  167.       'NoSuchMethodException'
  168.       'NullPointerException'
  169.       'Number'
  170.       'NumberFormatException'
  171.       'Object'
  172.       'Observable'
  173.       'OutOfMemoryError'
  174.       'OutputStream'
  175.       'Panel'
  176.       'PipedInputStream'
  177.       'PipedOutputStream'
  178.       'PixelGrabber'
  179.       'Point'
  180.       'Polygon'
  181.       'PrintStream'
  182.       'Process'
  183.       'Properties'
  184.       'ProtocolException'
  185.       'PushbackInputStream'
  186.       'Random'
  187.       'RandomAccessFile'
  188.       'Rectangle'
  189.       'RemoteDebugger'
  190.       'RemoteInt'
  191.       'RGBImageFilter'
  192.       'RuntimeException'
  193.       'Scrollbar'
  194.       'SecurityException'
  195.       'SecurityManager'
  196.       'SequenceInputStream'
  197.       'SocketException'
  198.       'SocketImpl'
  199.       'Stack'
  200.       'StackOverflowError'
  201.       'StreamTokenizer'
  202.       'StringBufferInputStream'
  203.       'StringIndexOutOfBoundsException'
  204.       'StringTokenizer'
  205.       'TextArea'
  206.       'TextField'
  207.       'Thread'
  208.       'ThreadDeath'
  209.       'ThreadGroup'
  210.       'Throwable'
  211.       'Toolkit'
  212.       'UnknownHostException'
  213.       'UnknownServiceException'
  214.       'UnsatisfiedLinkError'
  215.       'URLConnection'
  216.       'URLStreamHandler'
  217.       'UTFDataFormatException'
  218.       'Vector'
  219.       'VerifyError'
  220.       'VirtualMachineError'
  221.       'Window')
  222.     Sorted = True
  223.     TabOrder = 3
  224.   end
  225. end
  226.