object Form1: TForm1
  Left = 200
  Top = 100
  Width = 366
  Height = 275
  ActiveControl = Edit1
  Caption = 'Form1'
  Color = 4194304
  Font.Height = -13
  Font.Name = 'System'
  Icon.Data = {
    0000010001002020100000000000E80200001600000028000000200000004000
    0000010004000000000000020000000000000000000000000000000000000000
    0000000080000080000000808000800000008000800080800000C0C0C0008080
    80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
    00000000000000000000000000000ECECC0FFFFFFFFF770000CCCC0C0FF00EEC
    CCC07FFFF00000CCCCCCCC0C07700CCCCCC00FFF00CEECEECCCCC00C0F700CEC
    ECCC077FF00CCECECCCCC0000F700EECCC000F7FF7000EECCCCCC0C077700CC0
    00CE0F7FFFF00CCECCCCC0C0FFF00C0EEC00077FFFF700EECECC0000F77000CE
    000FFFFFFFF7F0CCECCC0C0777F00E000FFFF7777FF7FF0CCECC000FFFF0000F
    FF7777FF7FF777700CEC007FF770077FFF7FFFFF7FFFFFFF00C0007777F00000
    0F7FF7777FFFF77770000FFFFFF00440000777FFFFFFF7FFFF000FFF77700C5C
    0000FFF7777FF7FF77FFFFFF7FF00CC5C5500777FF7FF7777FFFFFFF7FF00CCC
    5C450FFFFF7FFFFFFF7777FF77700CCCC5C440F7777FFFF7777FF7FFFFF00CCC
    CCCC5077FFFFFFF7FFFFF7FFFFF00CCCCCC5C0FFF7777FF7FF00000FF8800CCC
    CCCC407777FF7FF7704C445088800CECCCCCC07FFFFF7FFF0CC5C5C409500ECE
    CCCC0F7FF7777FFF0CCCCC5405900EECECCC0F7777FFFFF70CCCCCC505500EEE
    CCC0FFFFFFFFFFF80CECCCCC05500CCCC007FFFFFFFFF8850CCEECCC05500000
    0777FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
    F888889999599955595555555550088885959595959555559595959555500999
    9999595559595555555555555550000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000}
  PixelsPerInch = 96
  Scaled = False
  object Edit1: TEdit
    Left = 16
    Top = 16
    Width = 156
    Height = 24
    TabOrder = 0
    TabStop = True
    Color = 16711680
    Font.Color = 65535
    Font.Height = -13
    Font.Name = 'System'
    Font.Style = [fsBold]
    ParentFont = False
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 184
    Top = 16
    Width = 156
    Height = 24
    TabOrder = 1
    TabStop = True
    Color = 16711680
    Font.Color = 65535
    Font.Height = -13
    Font.Name = 'System'
    Font.Style = [fsBold]
    ParentFont = False
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 16
    Top = 64
    Width = 156
    Height = 24
    TabOrder = 2
    TabStop = True
    Color = 16711680
    Font.Color = 65535
    Font.Height = -13
    Font.Name = 'System'
    Font.Style = [fsBold]
    ParentFont = False
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 184
    Top = 64
    Width = 156
    Height = 24
    TabOrder = 3
    TabStop = True
    Color = 16711680
    Font.Color = 65535
    Font.Height = -13
    Font.Name = 'System'
    Font.Style = [fsBold]
    ParentFont = False
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 16
    Top = 112
    Width = 156
    Height = 24
    TabOrder = 4
    TabStop = True
    Color = 16711680
    Font.Color = 65535
    Font.Height = -13
    Font.Name = 'System'
    Font.Style = [fsBold]
    ParentFont = False
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 184
    Top = 112
    Width = 156
    Height = 24
    TabOrder = 5
    TabStop = True
    Color = 16711680
    Font.Color = 65535
    Font.Height = -13
    Font.Name = 'System'
    Font.Style = [fsBold]
    ParentFont = False
    Text = 'Edit6'
  end
  object Edit7: TEdit
    Left = 40
    Top = 160
    Width = 284
    Height = 24
    TabOrder = 6
    TabStop = True
    Color = 16711680
    Font.Color = 65535
    Font.Height = -13
    Font.Name = 'System'
    Font.Style = [fsBold]
    ParentFont = False
    Text = 'Edit7'
  end
  object Button1: TButton
    Left = 40
    Top = 208
    Width = 284
    Height = 25
    TabOrder = 7
    Caption = 'Call Procedure WriteAll'
    OnClick = Button1Click
  end
end
