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

  1. object LayoutEdit: TLayoutEdit
  2.   Left = 71
  3.   Top = 499
  4.   BorderStyle = bsDialog
  5.   Caption = 'LayoutEdit'
  6.   ClientHeight = 210
  7.   ClientWidth = 232
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object xPanel1: TxPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 232
  19.     Height = 210
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     data_int = 0
  24.     language = 2
  25.     object xLabel1: TxLabel
  26.       Left = 16
  27.       Top = 8
  28.       Width = 77
  29.       Height = 13
  30.       Caption = 'LayoutManager:'
  31.       Caption_English = 'LayoutManager:'
  32.       Caption_German = 'LayoutManager:'
  33.       language = 2
  34.     end
  35.     object ComboBox1: TComboBox
  36.       Left = 20
  37.       Top = 20
  38.       Width = 189
  39.       Height = 21
  40.       ItemHeight = 13
  41.       Items.Strings = (
  42.         '(no layout = default)'
  43.         'java.awt.BorderLayout'
  44.         'java.awt.FlowLayout'
  45.         'java.awt.GridLayout')
  46.       TabOrder = 0
  47.       OnChange = ComboBox1Change
  48.     end
  49.     object xBitBtn1: TxBitBtn
  50.       Left = 32
  51.       Top = 176
  52.       Width = 75
  53.       Height = 25
  54.       Caption = '&Ok'
  55.       ModalResult = 1
  56.       TabOrder = 1
  57.       Caption_English = '&Ok'
  58.       Caption_German = '&Ok'
  59.       data_int = 0
  60.       language = 2
  61.     end
  62.     object xBitBtn2: TxBitBtn
  63.       Left = 116
  64.       Top = 176
  65.       Width = 75
  66.       Height = 25
  67.       Caption = '&Cancel'
  68.       ModalResult = 2
  69.       TabOrder = 2
  70.       Caption_English = '&Cancel'
  71.       Caption_German = '&Abbrechen'
  72.       data_int = 0
  73.       language = 2
  74.     end
  75.     object noLayoutPanel: TxPanel
  76.       Left = 20
  77.       Top = 48
  78.       Width = 189
  79.       Height = 117
  80.       BevelInner = bvLowered
  81.       Caption = '(no layout specified)'
  82.       TabOrder = 3
  83.       Caption_English = '(no layout specified)'
  84.       Caption_German = '(kein layout ausgew∩┐╜hlt)'
  85.       data_int = 0
  86.       language = 2
  87.     end
  88.     object gridLayoutPanel: TxPanel
  89.       Left = 20
  90.       Top = 48
  91.       Width = 189
  92.       Height = 117
  93.       BevelInner = bvLowered
  94.       TabOrder = 4
  95.       data_int = 0
  96.       language = 2
  97.       object xLabel2: TxLabel
  98.         Left = 8
  99.         Top = 8
  100.         Width = 30
  101.         Height = 13
  102.         Caption = 'Rows:'
  103.         Caption_English = 'Rows:'
  104.         Caption_German = 'Zeilen:'
  105.         language = 2
  106.       end
  107.       object xLabel3: TxLabel
  108.         Left = 108
  109.         Top = 8
  110.         Width = 43
  111.         Height = 13
  112.         Caption = 'Columns:'
  113.         Caption_English = 'Columns:'
  114.         Caption_German = 'Spalten:'
  115.         language = 2
  116.       end
  117.       object xLabel4: TxLabel
  118.         Left = 8
  119.         Top = 48
  120.         Width = 71
  121.         Height = 13
  122.         Caption = 'Horizontal gap:'
  123.         Caption_English = 'Horizontal gap:'
  124.         Caption_German = 'Horiz. Abstand:'
  125.         language = 2
  126.       end
  127.       object xLabel5: TxLabel
  128.         Left = 108
  129.         Top = 48
  130.         Width = 59
  131.         Height = 13
  132.         Caption = 'Vertical gap:'
  133.         Caption_English = 'Vertical gap:'
  134.         Caption_German = 'Vertik. Abstand:'
  135.         language = 2
  136.       end
  137.       object xLabel6: TxLabel
  138.         Left = 8
  139.         Top = 88
  140.         Width = 157
  141.         Height = 13
  142.         Caption = '(* note: take care, only one either'
  143.         Caption_English = '(* note: take care, only one either'
  144.         Caption_German = '(* Hinweis: Entweder Zeile oder Spalte∩┐╜'
  145.         language = 2
  146.       end
  147.       object xLabel7: TxLabel
  148.         Left = 16
  149.         Top = 100
  150.         Width = 125
  151.         Height = 13
  152.         Caption = 'rows or columns may be 0)'
  153.         Caption_English = 'rows or columns may be 0)'
  154.         Caption_German = 'kann den Wert 0 annehmen.'
  155.         language = 2
  156.       end
  157.       object gl_r: TSpinEdit
  158.         Left = 20
  159.         Top = 24
  160.         Width = 45
  161.         Height = 22
  162.         MaxValue = 0
  163.         MinValue = 0
  164.         TabOrder = 0
  165.         Value = 0
  166.       end
  167.       object gl_c: TSpinEdit
  168.         Left = 116
  169.         Top = 24
  170.         Width = 45
  171.         Height = 22
  172.         MaxValue = 0
  173.         MinValue = 0
  174.         TabOrder = 1
  175.         Value = 0
  176.       end
  177.       object gl_hg: TSpinEdit
  178.         Left = 20
  179.         Top = 64
  180.         Width = 45
  181.         Height = 22
  182.         MaxValue = 0
  183.         MinValue = 0
  184.         TabOrder = 2
  185.         Value = 0
  186.       end
  187.       object gl_vg: TSpinEdit
  188.         Left = 116
  189.         Top = 64
  190.         Width = 45
  191.         Height = 22
  192.         MaxValue = 0
  193.         MinValue = 0
  194.         TabOrder = 3
  195.         Value = 0
  196.       end
  197.     end
  198.     object flowLayoutPanel: TxPanel
  199.       Left = 20
  200.       Top = 48
  201.       Width = 189
  202.       Height = 117
  203.       BevelInner = bvLowered
  204.       TabOrder = 5
  205.       data_int = 0
  206.       language = 2
  207.       object xLabel8: TxLabel
  208.         Left = 8
  209.         Top = 8
  210.         Width = 49
  211.         Height = 13
  212.         Caption = 'Alignment:'
  213.         Caption_English = 'Alignment:'
  214.         Caption_German = 'Anordnung:'
  215.         language = 2
  216.       end
  217.       object xLabel9: TxLabel
  218.         Left = 8
  219.         Top = 32
  220.         Width = 71
  221.         Height = 13
  222.         Caption = 'Horizontal gap:'
  223.         Caption_English = 'Horizontal gap:'
  224.         Caption_German = 'Horizontaler Abstand:'
  225.         language = 2
  226.       end
  227.       object xLabel10: TxLabel
  228.         Left = 8
  229.         Top = 56
  230.         Width = 59
  231.         Height = 13
  232.         Caption = 'Vertical gap:'
  233.         Caption_English = 'Vertical gap:'
  234.         Caption_German = 'Vertikaler Abstand:'
  235.         language = 2
  236.       end
  237.       object xLabel11: TxLabel
  238.         Left = 20
  239.         Top = 92
  240.         Width = 124
  241.         Height = 13
  242.         Caption = '(* set gaps to 5 for default)'
  243.         Caption_English = '(* set gaps to 5 for default)'
  244.         Caption_German = '(Standardwert f∩┐╜r beide ist 5)'
  245.         language = 2
  246.       end
  247.       object fl_a: TComboBox
  248.         Left = 84
  249.         Top = 8
  250.         Width = 89
  251.         Height = 21
  252.         ItemHeight = 13
  253.         Items.Strings = (
  254.           'FlowLayout.CENTER'
  255.           'FlowLayout.LEFT'
  256.           'FlowLayout.RIGHT')
  257.         TabOrder = 0
  258.       end
  259.       object fl_hg: TSpinEdit
  260.         Left = 128
  261.         Top = 32
  262.         Width = 45
  263.         Height = 22
  264.         MaxValue = 0
  265.         MinValue = 0
  266.         TabOrder = 1
  267.         Value = 0
  268.       end
  269.       object fl_vg: TSpinEdit
  270.         Left = 128
  271.         Top = 56
  272.         Width = 45
  273.         Height = 22
  274.         MaxValue = 0
  275.         MinValue = 0
  276.         TabOrder = 2
  277.         Value = 0
  278.       end
  279.     end
  280.     object borderLayoutPanel: TxPanel
  281.       Left = 20
  282.       Top = 48
  283.       Width = 189
  284.       Height = 117
  285.       BevelInner = bvLowered
  286.       TabOrder = 6
  287.       data_int = 0
  288.       language = 2
  289.       object xLabel12: TxLabel
  290.         Left = 8
  291.         Top = 8
  292.         Width = 71
  293.         Height = 13
  294.         Caption = 'Horizontal gap:'
  295.         Caption_English = 'Horizontal gap:'
  296.         Caption_German = 'Horizontaler Abstand:'
  297.         language = 2
  298.       end
  299.       object xLabel13: TxLabel
  300.         Left = 8
  301.         Top = 36
  302.         Width = 59
  303.         Height = 13
  304.         Caption = 'Vertical gap:'
  305.         Caption_English = 'Vertical gap:'
  306.         Caption_German = 'Vertikaler Abstand:'
  307.         language = 2
  308.       end
  309.       object xLabel14: TxLabel
  310.         Left = 28
  311.         Top = 80
  312.         Width = 125
  313.         Height = 13
  314.         Caption = '(* set both to 0 for default.)'
  315.         Caption_English = '(* set both to 0 for default.)'
  316.         Caption_German = '(Standardwert f∩┐╜r beide ist 0)'
  317.         language = 2
  318.       end
  319.       object bl_hg: TSpinEdit
  320.         Left = 128
  321.         Top = 12
  322.         Width = 45
  323.         Height = 22
  324.         MaxValue = 0
  325.         MinValue = 0
  326.         TabOrder = 0
  327.         Value = 0
  328.       end
  329.       object bl_vg: TSpinEdit
  330.         Left = 128
  331.         Top = 36
  332.         Width = 45
  333.         Height = 22
  334.         MaxValue = 0
  335.         MinValue = 0
  336.         TabOrder = 1
  337.         Value = 0
  338.       end
  339.     end
  340.   end
  341. end
  342.