object GetNewProFileName: TGetNewProFileName Left = 264 Top = 303 BorderStyle = bsDialog Caption = 'Enter filename...' ClientHeight = 165 ClientWidth = 267 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 247 Height = 115 Shape = bsFrame end object Label1: TLabel Left = 24 Top = 24 Width = 213 Height = 16 Caption = 'Please enter a name for the new file:' end object Label2: TLabel Left = 24 Top = 72 Width = 70 Height = 16 Caption = 'Base class:' end object Edit1: TEdit Left = 32 Top = 40 Width = 185 Height = 24 TabOrder = 0 Text = 'Noname' OnChange = Edit1Change OnKeyPress = Edit1KeyPress end object Button1: TButton Left = 56 Top = 136 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 136 Top = 136 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end object ComboBox1: TComboBox Left = 32 Top = 88 Width = 185 Height = 24 Style = csDropDownList ItemHeight = 16 Items.Strings = ( '(None)' 'AbstractMethodError' 'Applet' 'ArithmeticException' 'ArrayIndexOutOfBoundsException' 'ArrayStoreException' 'AWTError' 'AWTException' 'BorderLayout' 'BufferedInputStream' 'BufferedOutputStream' 'Button' 'ByteArrayInputStream' 'ByteArrayOutputStream' 'Canvas' 'CardLayout' 'Checkbox' 'CheckboxGroup' 'CheckboxMenuItem' 'Choice' 'ClassCastException' 'ClassCircularityError' 'ClassFormatError' 'ClassLoader' 'ClassNotFountException' 'CloneNotSupportedException' 'ColorModel' 'ContentHandler' 'CropImageFilter' 'DatagramSocket' 'DataInputStream' 'DataOutputStream' 'Date' 'Dialog' 'Dictionary' 'Dimension' 'DirectColorModel' 'EmptyStackException' 'EOFException' 'Error' 'Event' 'Exception' 'File' 'FileDialog' 'FileInputStream' 'FileNotFoundException' 'FileOutputStream' 'FilteredImageSource' 'FilterInputStream' 'FilterOutputStream' 'FlowLayout' 'Font' 'FontMetrics' 'Frame' 'Graphics' 'GridBagConstraints' 'GridBagLayout' 'GridLayout' 'Hashtable' 'IllegalAccessError' 'IllegalAccessException' 'IllegalArgumentException' 'IllegalMonitorStateException' 'IllegalThreadStateException' 'Image' 'ImageFilter' 'IncompatibleClassChangeError' 'IndexColorModel' 'IndexOutOfBoundsException' 'InputStream' 'Insets' 'InstantiationError' 'InstantiationException' 'InternalError' 'InterruptedExcepion' 'InterruptedIOException' 'IOException' 'Label' 'LineNumberInputStream' 'LinkageError' 'List' 'MalformedURLException' 'MediaTracker' 'MemoryImageSource' 'Menu' 'MenuBar' 'MenuComponent' 'MenuItem' 'NegativeArraySizeException' 'NoClassDefFoundError' 'NoSuchElementException' 'NoSuchFieldError' 'NoSuchMethodError' 'NoSuchMethodException' 'NullPointerException' 'Number' 'NumberFormatException' 'Object' 'Observable' 'OutOfMemoryError' 'OutputStream' 'Panel' 'PipedInputStream' 'PipedOutputStream' 'PixelGrabber' 'Point' 'Polygon' 'PrintStream' 'Process' 'Properties' 'ProtocolException' 'PushbackInputStream' 'Random' 'RandomAccessFile' 'Rectangle' 'RemoteDebugger' 'RemoteInt' 'RGBImageFilter' 'RuntimeException' 'Scrollbar' 'SecurityException' 'SecurityManager' 'SequenceInputStream' 'SocketException' 'SocketImpl' 'Stack' 'StackOverflowError' 'StreamTokenizer' 'StringBufferInputStream' 'StringIndexOutOfBoundsException' 'StringTokenizer' 'TextArea' 'TextField' 'Thread' 'ThreadDeath' 'ThreadGroup' 'Throwable' 'Toolkit' 'UnknownHostException' 'UnknownServiceException' 'UnsatisfiedLinkError' 'URLConnection' 'URLStreamHandler' 'UTFDataFormatException' 'Vector' 'VerifyError' 'VirtualMachineError' 'Window') Sorted = True TabOrder = 3 end end