object MainForm: TMainForm
  Left = 173
  Top = 117
  BorderStyle = bsDialog
  Caption = 'SamplePDX'
  ClientHeight = 228
  ClientWidth = 594
  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 = 112
    Top = 176
    Width = 76
    Height = 13
    Caption = #1053#1086#1084#1077#1088' '#1092#1086#1088#1084#1099':'
  end
  object fPDX: TPDX45
    Left = 440
    Top = 200
    Width = 16
    Height = 16
    ControlData = {
      5450463010544355437573746F6D436F6E74726F6C00044C656674020003546F
      70020005576964746802100648656967687402100000}
  end
  object ReadData: TButton
    Left = 8
    Top = 168
    Width = 97
    Height = 25
    Caption = #1063#1080#1090#1072#1090#1100' '#1076#1072#1085#1085#1099#1077
    TabOrder = 1
    OnClick = ReadDataClick
  end
  object PagePropreties: TButton
    Left = 472
    Top = 168
    Width = 113
    Height = 25
    Caption = #1057#1090#1088#1072#1085#1080#1094#1072' '#1089#1074#1086#1081#1089#1090#1074
    TabOrder = 2
    OnClick = PagePropretiesClick
  end
  object Exit: TButton
    Left = 472
    Top = 200
    Width = 113
    Height = 25
    Caption = #1047#1072#1082#1088#1099#1090#1100
    TabOrder = 3
    OnClick = ExitClick
  end
  object Enable: TCheckBox
    Left = 112
    Top = 205
    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 List: TStringGrid
    Left = 8
    Top = 8
    Width = 577
    Height = 153
    ColCount = 1
    DefaultColWidth = 78
    DefaultRowHeight = 15
    FixedCols = 0
    RowCount = 1
    FixedRows = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
    ParentShowHint = False
    ShowHint = True
    TabOrder = 5
  end
  object WriteData: TButton
    Left = 8
    Top = 200
    Width = 97
    Height = 25
    Caption = #1047#1072#1087#1080#1089#1072#1090#1100' '#1076#1072#1085#1085#1099#1077
    TabOrder = 6
    OnClick = WriteDataClick
  end
  object AddRow: TButton
    Left = 280
    Top = 176
    Width = 113
    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 = 280
    Top = 200
    Width = 113
    Height = 17
    Caption = #1059#1076#1072#1083#1080#1090#1100' '#1089#1090#1088#1086#1082#1091
    TabOrder = 8
    OnClick = DeleteRowClick
  end
  object NumberOfForm: TComboBox
    Left = 195
    Top = 173
    Width = 41
    Height = 21
    Style = csDropDownList
    DropDownCount = 9
    ItemHeight = 13
    TabOrder = 9
    OnChange = NumberOfFormChange
  end
end
