object RzPanelEditDlg: TRzPanelEditDlg Left = 200 Top = 99 BorderStyle = bsDialog Caption = ' - Panel Editor' ClientHeight = 277 ClientWidth = 357 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object GrpBorder: TGroupBox Left = 180 Top = 124 Width = 169 Height = 109 Caption = 'Border Style' TabOrder = 3 TabStop = True object LblOuter: TLabel Left = 8 Top = 24 Width = 26 Height = 13 Caption = 'Outer' end object LblInner: TLabel Left = 8 Top = 52 Width = 24 Height = 13 Caption = 'Inner' end object Label1: TLabel Left = 8 Top = 80 Width = 24 Height = 13 Caption = 'Color' end object CbxOuter: TComboBox Tag = 2 Left = 48 Top = 20 Width = 113 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'fsNone' 'fsFlat' 'fsGroove' 'fsBump' 'fsLowered' 'fsButtonDown' 'fsRaised' 'fsButtonUp' 'fsStatus' 'fsPopup') TabOrder = 0 OnChange = CbxOuterChange end object CbxInner: TComboBox Tag = 1 Left = 48 Top = 48 Width = 113 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'fsNone' 'fsFlat' 'fsGroove' 'fsBump' 'fsLowered' 'fsButtonDown' 'fsRaised' 'fsButtonUp' 'fsStatus' 'fsPopup') TabOrder = 1 OnChange = CbxInnerChange end object CbxBorderColor: TRzColorComboBox Left = 48 Top = 76 Width = 113 Height = 22 About = aiRaizeComponents TabOrder = 2 OnChange = CbxBorderColorChange end end object GrpPreview: TGroupBox Left = 8 Top = 76 Width = 161 Height = 157 Caption = 'Preview' TabOrder = 4 object PnlPreview: TRzPanel Left = 12 Top = 20 Width = 137 Height = 125 FrameSides = [] TabOrder = 0 end end object GrpBorderSides: TGroupBox Left = 180 Top = 8 Width = 81 Height = 109 Caption = 'Border Sides' TabOrder = 1 object ChkLeftBorder: TCheckBox Left = 8 Top = 16 Width = 37 Height = 17 Caption = 'Left' State = cbChecked TabOrder = 0 OnClick = ChkBorderClick end object ChkTopBorder: TCheckBox Tag = 1 Left = 8 Top = 36 Width = 37 Height = 17 Caption = 'Top' State = cbChecked TabOrder = 1 OnClick = ChkBorderClick end object ChkRightBorder: TCheckBox Tag = 2 Left = 8 Top = 56 Width = 49 Height = 17 Caption = 'Right' State = cbChecked TabOrder = 2 OnClick = ChkBorderClick end object ChkBottomBorder: TCheckBox Tag = 3 Left = 8 Top = 76 Width = 57 Height = 17 Caption = 'Bottom' State = cbChecked TabOrder = 3 OnClick = ChkBorderClick end end object GrpFrameSides: TGroupBox Left = 272 Top = 8 Width = 77 Height = 109 Caption = 'Frame Sides' TabOrder = 2 object ChkLeftFrame: TCheckBox Left = 8 Top = 16 Width = 37 Height = 17 Caption = 'Left' TabOrder = 0 OnClick = ChkFrameClick end object ChkTopFrame: TCheckBox Tag = 1 Left = 8 Top = 36 Width = 37 Height = 17 Caption = 'Top' TabOrder = 1 OnClick = ChkFrameClick end object ChkRightFrame: TCheckBox Tag = 2 Left = 8 Top = 56 Width = 45 Height = 17 Caption = 'Right' TabOrder = 2 OnClick = ChkFrameClick end object ChkBottomFrame: TCheckBox Tag = 3 Left = 8 Top = 76 Width = 57 Height = 17 Caption = 'Bottom' TabOrder = 3 OnClick = ChkFrameClick end end object BtnOK: TButton Left = 110 Top = 244 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object BtnCancel: TButton Left = 191 Top = 244 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object BtnHelp: TButton Left = 274 Top = 244 Width = 75 Height = 25 Caption = 'Help' TabOrder = 7 OnClick = BtnHelpClick end object GrpWidth: TGroupBox Left = 8 Top = 8 Width = 161 Height = 61 Caption = 'Border Width' TabOrder = 0 TabStop = True object TrkWidth: TRzTrackBar Left = 5 Top = 16 Width = 153 Max = 25 Position = 0 TickStyle = tkOwnerDraw OnChange = TrkWidthChange OnDrawTick = TrkWidthDrawTick TabOrder = 0 end end end