object Form1: TForm1 Left = 290 Top = 174 Width = 696 Height = 480 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 184 Top = 80 Width = 262 Height = 16 Caption = 'Triangulariza'#231#227'o de Delaunay (QHull)' Font.Charset = DEFAULT_CHARSET Font.Color = clTeal Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 16 Top = 256 Width = 130 Height = 16 Caption = 'Arquivo de Dados:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 152 Top = 256 Width = 5 Height = 16 Caption = ' ' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 16 Top = 280 Width = 136 Height = 16 Caption = 'Mensagem de Erro:' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 160 Top = 280 Width = 5 Height = 16 Caption = ' ' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 32 Top = 336 Width = 625 Height = 16 Caption = 'Se o aplicativo terminar repentinamente, veja mensagens de erro' + ' no arquivo "qhull.trace"' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 280 Top = 168 Width = 97 Height = 25 Caption = 'Carregar Dados' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 280 Top = 192 Width = 97 Height = 25 Caption = 'Executar QHull' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 280 Top = 216 Width = 97 Height = 25 Caption = 'Salvar Resultado' TabOrder = 2 OnClick = Button3Click end object OpenDialog1: TOpenDialog Left = 424 Top = 136 end object SaveDialog1: TSaveDialog Left = 488 Top = 184 end end