object LayoutEdit: TLayoutEdit Left = 71 Top = 499 BorderStyle = bsDialog Caption = 'LayoutEdit' ClientHeight = 210 ClientWidth = 232 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object xPanel1: TxPanel Left = 0 Top = 0 Width = 232 Height = 210 Align = alClient BevelOuter = bvNone TabOrder = 0 data_int = 0 language = 2 object xLabel1: TxLabel Left = 16 Top = 8 Width = 77 Height = 13 Caption = 'LayoutManager:' Caption_English = 'LayoutManager:' Caption_German = 'LayoutManager:' language = 2 end object ComboBox1: TComboBox Left = 20 Top = 20 Width = 189 Height = 21 ItemHeight = 13 Items.Strings = ( '(no layout = default)' 'java.awt.BorderLayout' 'java.awt.FlowLayout' 'java.awt.GridLayout') TabOrder = 0 OnChange = ComboBox1Change end object xBitBtn1: TxBitBtn Left = 32 Top = 176 Width = 75 Height = 25 Caption = '&Ok' ModalResult = 1 TabOrder = 1 Caption_English = '&Ok' Caption_German = '&Ok' data_int = 0 language = 2 end object xBitBtn2: TxBitBtn Left = 116 Top = 176 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 Caption_English = '&Cancel' Caption_German = '&Abbrechen' data_int = 0 language = 2 end object noLayoutPanel: TxPanel Left = 20 Top = 48 Width = 189 Height = 117 BevelInner = bvLowered Caption = '(no layout specified)' TabOrder = 3 Caption_English = '(no layout specified)' Caption_German = '(kein layout ausgew�hlt)' data_int = 0 language = 2 end object gridLayoutPanel: TxPanel Left = 20 Top = 48 Width = 189 Height = 117 BevelInner = bvLowered TabOrder = 4 data_int = 0 language = 2 object xLabel2: TxLabel Left = 8 Top = 8 Width = 30 Height = 13 Caption = 'Rows:' Caption_English = 'Rows:' Caption_German = 'Zeilen:' language = 2 end object xLabel3: TxLabel Left = 108 Top = 8 Width = 43 Height = 13 Caption = 'Columns:' Caption_English = 'Columns:' Caption_German = 'Spalten:' language = 2 end object xLabel4: TxLabel Left = 8 Top = 48 Width = 71 Height = 13 Caption = 'Horizontal gap:' Caption_English = 'Horizontal gap:' Caption_German = 'Horiz. Abstand:' language = 2 end object xLabel5: TxLabel Left = 108 Top = 48 Width = 59 Height = 13 Caption = 'Vertical gap:' Caption_English = 'Vertical gap:' Caption_German = 'Vertik. Abstand:' language = 2 end object xLabel6: TxLabel Left = 8 Top = 88 Width = 157 Height = 13 Caption = '(* note: take care, only one either' Caption_English = '(* note: take care, only one either' Caption_German = '(* Hinweis: Entweder Zeile oder Spalte�' language = 2 end object xLabel7: TxLabel Left = 16 Top = 100 Width = 125 Height = 13 Caption = 'rows or columns may be 0)' Caption_English = 'rows or columns may be 0)' Caption_German = 'kann den Wert 0 annehmen.' language = 2 end object gl_r: TSpinEdit Left = 20 Top = 24 Width = 45 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 end object gl_c: TSpinEdit Left = 116 Top = 24 Width = 45 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object gl_hg: TSpinEdit Left = 20 Top = 64 Width = 45 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end object gl_vg: TSpinEdit Left = 116 Top = 64 Width = 45 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 0 end end object flowLayoutPanel: TxPanel Left = 20 Top = 48 Width = 189 Height = 117 BevelInner = bvLowered TabOrder = 5 data_int = 0 language = 2 object xLabel8: TxLabel Left = 8 Top = 8 Width = 49 Height = 13 Caption = 'Alignment:' Caption_English = 'Alignment:' Caption_German = 'Anordnung:' language = 2 end object xLabel9: TxLabel Left = 8 Top = 32 Width = 71 Height = 13 Caption = 'Horizontal gap:' Caption_English = 'Horizontal gap:' Caption_German = 'Horizontaler Abstand:' language = 2 end object xLabel10: TxLabel Left = 8 Top = 56 Width = 59 Height = 13 Caption = 'Vertical gap:' Caption_English = 'Vertical gap:' Caption_German = 'Vertikaler Abstand:' language = 2 end object xLabel11: TxLabel Left = 20 Top = 92 Width = 124 Height = 13 Caption = '(* set gaps to 5 for default)' Caption_English = '(* set gaps to 5 for default)' Caption_German = '(Standardwert f�r beide ist 5)' language = 2 end object fl_a: TComboBox Left = 84 Top = 8 Width = 89 Height = 21 ItemHeight = 13 Items.Strings = ( 'FlowLayout.CENTER' 'FlowLayout.LEFT' 'FlowLayout.RIGHT') TabOrder = 0 end object fl_hg: TSpinEdit Left = 128 Top = 32 Width = 45 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object fl_vg: TSpinEdit Left = 128 Top = 56 Width = 45 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end end object borderLayoutPanel: TxPanel Left = 20 Top = 48 Width = 189 Height = 117 BevelInner = bvLowered TabOrder = 6 data_int = 0 language = 2 object xLabel12: TxLabel Left = 8 Top = 8 Width = 71 Height = 13 Caption = 'Horizontal gap:' Caption_English = 'Horizontal gap:' Caption_German = 'Horizontaler Abstand:' language = 2 end object xLabel13: TxLabel Left = 8 Top = 36 Width = 59 Height = 13 Caption = 'Vertical gap:' Caption_English = 'Vertical gap:' Caption_German = 'Vertikaler Abstand:' language = 2 end object xLabel14: TxLabel Left = 28 Top = 80 Width = 125 Height = 13 Caption = '(* set both to 0 for default.)' Caption_English = '(* set both to 0 for default.)' Caption_German = '(Standardwert f�r beide ist 0)' language = 2 end object bl_hg: TSpinEdit Left = 128 Top = 12 Width = 45 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 end object bl_vg: TSpinEdit Left = 128 Top = 36 Width = 45 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end end end end