object MainForm: TMainForm
  Left = 192
  Top = 105
  BorderStyle = bsDialog
  Caption = 'SampleLP'
  ClientHeight = 253
  ClientWidth = 551
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 144
    Top = 192
    Width = 122
    Height = 13
    Caption = #1053#1072#1095#1072#1083#1100#1085#1099#1081' '#1085#1086#1084#1077#1088' '#1055#1051#1059':'
  end
  object Label2: TLabel
    Left = 152
    Top = 216
    Width = 115
    Height = 13
    Caption = #1050#1086#1085#1077#1095#1085#1099#1081' '#1085#1086#1084#1077#1088' '#1055#1051#1059':'
  end
  object List: TStringGrid
    Left = 8
    Top = 8
    Width = 537
    Height = 145
    ColCount = 1
    DefaultColWidth = 80
    DefaultRowHeight = 15
    FixedCols = 0
    RowCount = 1
    FixedRows = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
    TabOrder = 0
  end
  object ReadData: TButton
    Left = 8
    Top = 160
    Width = 105
    Height = 25
    Caption = #1063#1080#1090#1072#1090#1100' '#1076#1072#1085#1085#1099#1077
    TabOrder = 1
    OnClick = ReadDataClick
  end
  object WriteData: TButton
    Left = 8
    Top = 192
    Width = 105
    Height = 25
    Caption = #1047#1072#1087#1080#1089#1072#1090#1100' '#1076#1072#1085#1085#1099#1077
    TabOrder = 2
    OnClick = WriteDataClick
  end
  object PageProperties: TButton
    Left = 8
    Top = 224
    Width = 105
    Height = 25
    Caption = #1057#1090#1088#1072#1085#1080#1094#1072' '#1089#1074#1086#1081#1089#1090#1074
    TabOrder = 3
    OnClick = PagePropertiesClick
  end
  object Enable: TCheckBox
    Left = 128
    Top = 160
    Width = 137
    Height = 17
    Caption = #1059#1089#1090#1088#1086#1081#1089#1090#1074#1086' '#1074#1082#1083#1102#1095#1077#1085#1086
    TabOrder = 4
    OnClick = EnableClick
  end
  object Cache: TCheckBox
    Left = 280
    Top = 160
    Width = 113
    Height = 17
    Caption = #1050#1101#1096#1080#1088#1086#1074#1072#1090#1100' '#1086#1090#1095#1105#1090
    TabOrder = 5
    OnClick = CacheClick
  end
  object Exit: TButton
    Left = 432
    Top = 224
    Width = 113
    Height = 25
    Caption = #1047#1072#1082#1088#1099#1090#1100
    TabOrder = 6
    OnClick = ExitClick
  end
  object AddRow: TButton
    Left = 440
    Top = 160
    Width = 97
    Height = 17
    Caption = #1044#1086#1073#1072#1074#1080#1090#1100' '#1089#1090#1088#1086#1082#1091
    TabOrder = 7
    OnClick = AddRowClick
  end
  object DeleteRow: TButton
    Left = 440
    Top = 184
    Width = 97
    Height = 17
    Caption = #1059#1076#1072#1083#1080#1090#1100' '#1089#1090#1088#1086#1082#1091
    TabOrder = 8
    OnClick = DeleteRowClick
  end
  object LP451: TLP45
    Left = 392
    Top = 200
    Width = 32
    Height = 32
    ControlData = {
      5450463010544355437573746F6D436F6E74726F6C00044C656674020003546F
      70020005576964746802210648656967687402200000}
  end
  object FirstRecord: TComboBox
    Left = 280
    Top = 192
    Width = 81
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 10
    OnChange = FirstRecordChange
  end
  object LastRecord: TComboBox
    Left = 280
    Top = 216
    Width = 81
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 11
    OnChange = LastRecordChange
  end
end
