home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / Iavadraw.exe / 0 / RCDATA / TGETNEWPROFILENAME / TGETNEWPROFILENAME.txt < prev   
Text File  |  1997-09-20  |  8KB  |  306 lines

  1. object GetNewProFileName: TGetNewProFileName
  2.   Left = 313
  3.   Top = 379
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter filename...'
  6.   ClientHeight = 241
  7.   ClientWidth = 237
  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 xPanel1: TxPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 237
  21.     Height = 241
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     data_int = 0
  26.     language = 2
  27.     object xPanel2: TxPanel
  28.       Left = 0
  29.       Top = 0
  30.       Width = 237
  31.       Height = 93
  32.       Align = alTop
  33.       BevelWidth = 2
  34.       TabOrder = 0
  35.       data_int = 0
  36.       language = 2
  37.       object xGroupBox1: TxGroupBox
  38.         Left = 8
  39.         Top = 4
  40.         Width = 221
  41.         Height = 77
  42.         Caption = 'Filetype:'
  43.         TabOrder = 0
  44.         Caption_English = 'Filetype:'
  45.         Caption_German = 'Dateityp:'
  46.         data_int = 0
  47.         language = 2
  48.         object xRadioButton1: TxRadioButton
  49.           Left = 16
  50.           Top = 24
  51.           Width = 193
  52.           Height = 17
  53.           Caption = '.java (java source-file)'
  54.           Checked = True
  55.           TabOrder = 0
  56.           TabStop = True
  57.           Caption_English = '.java (java source-file)'
  58.           Caption_German = '.java(java Quell-Datei)'
  59.           data_int = 0
  60.           language = 2
  61.         end
  62.         object xRadioButton2: TxRadioButton
  63.           Left = 16
  64.           Top = 48
  65.           Width = 193
  66.           Height = 17
  67.           Caption = '.ins (file to insert in .java-files)'
  68.           TabOrder = 1
  69.           Caption_English = '.ins (file to insert in .java-files)'
  70.           Caption_German = '.ins (einf∩┐╜gen in .java Dateien)'
  71.           data_int = 0
  72.           language = 2
  73.         end
  74.       end
  75.     end
  76.     object xPanel3: TxPanel
  77.       Left = 0
  78.       Top = 93
  79.       Width = 237
  80.       Height = 112
  81.       Align = alTop
  82.       BevelWidth = 2
  83.       TabOrder = 1
  84.       data_int = 0
  85.       language = 2
  86.       object xLabel1: TxLabel
  87.         Left = 8
  88.         Top = 8
  89.         Width = 122
  90.         Height = 16
  91.         Hint = 'Name of the new file:'
  92.         Caption = 'Name of the new file:'
  93.         Caption_English = 'Name of the new file:'
  94.         Caption_German = 'Name der neuen Datei:'
  95.         Hint_English = 'Name of the new file:'
  96.         language = 2
  97.       end
  98.       object xLabel2: TxLabel
  99.         Left = 8
  100.         Top = 60
  101.         Width = 70
  102.         Height = 16
  103.         Caption = 'Base class:'
  104.         Caption_English = 'Base class:'
  105.         Caption_German = 'Basis Klasse:'
  106.         language = 2
  107.       end
  108.       object Edit1: TEdit
  109.         Left = 8
  110.         Top = 28
  111.         Width = 217
  112.         Height = 24
  113.         TabOrder = 0
  114.         Text = 'Noname'
  115.         OnChange = Edit1Change
  116.         OnKeyPress = Edit1KeyPress
  117.       end
  118.       object ComboBox1: TComboBox
  119.         Left = 8
  120.         Top = 76
  121.         Width = 217
  122.         Height = 24
  123.         Style = csDropDownList
  124.         ItemHeight = 16
  125.         Items.Strings = (
  126.           '(None)'
  127.           'AbstractMethodError'
  128.           'Applet'
  129.           'ArithmeticException'
  130.           'ArrayIndexOutOfBoundsException'
  131.           'ArrayStoreException'
  132.           'AWTError'
  133.           'AWTException'
  134.           'BorderLayout'
  135.           'BufferedInputStream'
  136.           'BufferedOutputStream'
  137.           'Button'
  138.           'ByteArrayInputStream'
  139.           'ByteArrayOutputStream'
  140.           'Canvas'
  141.           'CardLayout'
  142.           'Checkbox'
  143.           'CheckboxGroup'
  144.           'CheckboxMenuItem'
  145.           'Choice'
  146.           'ClassCastException'
  147.           'ClassCircularityError'
  148.           'ClassFormatError'
  149.           'ClassLoader'
  150.           'ClassNotFountException'
  151.           'CloneNotSupportedException'
  152.           'ColorModel'
  153.           'ContentHandler'
  154.           'CropImageFilter'
  155.           'DatagramSocket'
  156.           'DataInputStream'
  157.           'DataOutputStream'
  158.           'Date'
  159.           'Dialog'
  160.           'Dictionary'
  161.           'Dimension'
  162.           'DirectColorModel'
  163.           'EmptyStackException'
  164.           'EOFException'
  165.           'Error'
  166.           'Event'
  167.           'Exception'
  168.           'File'
  169.           'FileDialog'
  170.           'FileInputStream'
  171.           'FileNotFoundException'
  172.           'FileOutputStream'
  173.           'FilteredImageSource'
  174.           'FilterInputStream'
  175.           'FilterOutputStream'
  176.           'FlowLayout'
  177.           'Font'
  178.           'FontMetrics'
  179.           'Frame'
  180.           'Graphics'
  181.           'GridBagConstraints'
  182.           'GridBagLayout'
  183.           'GridLayout'
  184.           'Hashtable'
  185.           'IllegalAccessError'
  186.           'IllegalAccessException'
  187.           'IllegalArgumentException'
  188.           'IllegalMonitorStateException'
  189.           'IllegalThreadStateException'
  190.           'Image'
  191.           'ImageFilter'
  192.           'IncompatibleClassChangeError'
  193.           'IndexColorModel'
  194.           'IndexOutOfBoundsException'
  195.           'InputStream'
  196.           'Insets'
  197.           'InstantiationError'
  198.           'InstantiationException'
  199.           'InternalError'
  200.           'InterruptedExcepion'
  201.           'InterruptedIOException'
  202.           'IOException'
  203.           'Label'
  204.           'LineNumberInputStream'
  205.           'LinkageError'
  206.           'List'
  207.           'MalformedURLException'
  208.           'MediaTracker'
  209.           'MemoryImageSource'
  210.           'Menu'
  211.           'MenuBar'
  212.           'MenuComponent'
  213.           'MenuItem'
  214.           'NegativeArraySizeException'
  215.           'NoClassDefFoundError'
  216.           'NoSuchElementException'
  217.           'NoSuchFieldError'
  218.           'NoSuchMethodError'
  219.           'NoSuchMethodException'
  220.           'NullPointerException'
  221.           'Number'
  222.           'NumberFormatException'
  223.           'Object'
  224.           'Observable'
  225.           'OutOfMemoryError'
  226.           'OutputStream'
  227.           'Panel'
  228.           'PipedInputStream'
  229.           'PipedOutputStream'
  230.           'PixelGrabber'
  231.           'Point'
  232.           'Polygon'
  233.           'PrintStream'
  234.           'Process'
  235.           'Properties'
  236.           'ProtocolException'
  237.           'PushbackInputStream'
  238.           'Random'
  239.           'RandomAccessFile'
  240.           'Rectangle'
  241.           'RemoteDebugger'
  242.           'RemoteInt'
  243.           'RGBImageFilter'
  244.           'RuntimeException'
  245.           'Scrollbar'
  246.           'SecurityException'
  247.           'SecurityManager'
  248.           'SequenceInputStream'
  249.           'SocketException'
  250.           'SocketImpl'
  251.           'Stack'
  252.           'StackOverflowError'
  253.           'StreamTokenizer'
  254.           'StringBufferInputStream'
  255.           'StringIndexOutOfBoundsException'
  256.           'StringTokenizer'
  257.           'TextArea'
  258.           'TextField'
  259.           'Thread'
  260.           'ThreadDeath'
  261.           'ThreadGroup'
  262.           'Throwable'
  263.           'Toolkit'
  264.           'UnknownHostException'
  265.           'UnknownServiceException'
  266.           'UnsatisfiedLinkError'
  267.           'URLConnection'
  268.           'URLStreamHandler'
  269.           'UTFDataFormatException'
  270.           'Vector'
  271.           'VerifyError'
  272.           'VirtualMachineError'
  273.           'Window')
  274.         Sorted = True
  275.         TabOrder = 1
  276.       end
  277.     end
  278.     object xButton1: TxButton
  279.       Left = 48
  280.       Top = 212
  281.       Width = 75
  282.       Height = 25
  283.       Caption = '&Ok'
  284.       TabOrder = 2
  285.       OnClick = Button1Click
  286.       Caption_English = '&Ok'
  287.       Caption_German = '&Ok'
  288.       data_int = 0
  289.       language = 2
  290.     end
  291.     object xButton2: TxButton
  292.       Left = 128
  293.       Top = 212
  294.       Width = 75
  295.       Height = 25
  296.       Caption = '&Cancel'
  297.       ModalResult = 2
  298.       TabOrder = 3
  299.       Caption_English = '&Cancel'
  300.       Caption_German = '&Abbrechen'
  301.       data_int = 0
  302.       language = 2
  303.     end
  304.   end
  305. end
  306.