You are on page 1of 4

object Form1: TForm1 Left = 255 Top = 107 Width = 543 Height = 576 Caption = 'Kalkulator' Color = clSkyBlue

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 = 16 Top = 8 Width = 318 Height = 24 Caption = 'Pengenalan dasar operator delphi' Color = clYellow Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -20 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Label2: TLabel Left = 24 Top = 104 Width = 141 Height = 20 Caption = 'Nilai Praktek 2 :' Color = clSkyBlue Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Label3: TLabel Left = 24 Top = 56 Width = 141 Height = 20 Caption = 'Nilai Praktek 1 :' Color = clSkyBlue Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end

object Label4: TLabel Left = 232 Top = 169 Width = 207 Height = 32 Caption = 'Hasil Perhitungan' Color = clSkyBlue Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Nil1: TEdit Left = 184 Top = 56 Width = 265 Height = 28 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object Nil2: TEdit Left = 184 Top = 96 Width = 265 Height = 28 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object layartambah: TEdit Left = 184 Top = 256 Width = 265 Height = 28 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object layarkurang: TEdit Left = 184 Top = 296 Width = 265 Height = 28 Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 end object layarkali: TEdit Left = 184 Top = 336 Width = 265 Height = 28 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 end object layarbagi: TEdit Left = 184 Top = 376 Width = 265 Height = 28 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 end object btambah: TButton Left = 32 Top = 256 Width = 105 Height = 25 Caption = '&tambah' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 OnClick = btambahClick end object bkurang: TButton Left = 32 Top = 296 Width = 105 Height = 25 Caption = '&kurang' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False

TabOrder = 7 OnClick = bkurangClick end object bkali: TButton Left = 32 Top = 336 Width = 105 Height = 25 Caption = '&kali' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 8 OnClick = bkaliClick end object bbagi: TButton Left = 32 Top = 376 Width = 105 Height = 25 Caption = '&bagi' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 9 OnClick = bbagiClick end end

You might also like