object FormNation: TFormNation Left = 884 Height = 360 Top = 731 Width = 480 Caption = 'Nation' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 LCLVersion = '2.0.0.4' object LabelName: TLabel Left = 20 Height = 26 Top = 21 Width = 56 Caption = 'Name:' ParentColor = False end object EditName: TEdit Left = 144 Height = 43 Top = 12 Width = 236 TabOrder = 0 end object LabelHealth: TLabel Left = 20 Height = 26 Top = 72 Width = 50 Caption = 'Color:' ParentColor = False end object ButtonCancel: TButton Left = 112 Height = 38 Top = 299 Width = 113 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonOk: TButton Left = 272 Height = 38 Top = 299 Width = 113 Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 2 end object ColorBoxColor: TColorBox Left = 144 Height = 42 Top = 64 Width = 236 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames] Anchors = [akTop, akLeft, akRight] ItemHeight = 20 TabOrder = 3 end end