object Form1: TForm1
  Left = 0
  Height = 540
  Top = 0
  Width = 875
  Align = alTop
  BorderStyle = bsSizeToolWin
  Caption = 'Maquina de Turing'
  ClientHeight = 540
  ClientWidth = 875
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '3.4.0.0'
  object Panel1: TPanel
    Left = 0
    Height = 53
    Top = 0
    Width = 875
    Align = alTop
    BevelWidth = 5
    BorderWidth = 2
    Caption = 'Considere & como branco'
    Color = clHighlight
    Font.Color = clSkyBlue
    Font.Height = -16
    Font.Style = [fsBold, fsItalic]
    ParentBackground = False
    ParentColor = False
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Height = 403
    Top = 53
    Width = 875
    Align = alTop
    BevelWidth = 3
    ClientHeight = 403
    ClientWidth = 875
    TabOrder = 1
    object PageControl1: TPageControl
      Left = 8
      Height = 401
      Top = 0
      Width = 865
      ActivePage = TabSheet1
      TabIndex = 0
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = 'Máquinas'
        ClientHeight = 368
        ClientWidth = 855
        object Panel3: TPanel
          Left = 0
          Height = 113
          Top = 0
          Width = 857
          BevelWidth = 5
          ClientHeight = 113
          ClientWidth = 857
          TabOrder = 0
          object DBGrid1: TDBGrid
            Left = 301
            Height = 12
            Top = 22
            Width = 1
            Color = clWindow
            Columns = <>
            TabOrder = 0
          end
          object DBGrid2: TDBGrid
            Left = 8
            Height = 103
            Top = 0
            Width = 840
            Color = clWindow
            Columns = <            
              item
                Title.Caption = 'Alfabeto'
                Width = 68
                FieldName = 'Alfabeto'
              end            
              item
                Title.Caption = 'Alfabeto_auxiliar'
                Width = 119
                FieldName = 'Alfabeto_auxiliar'
              end            
              item
                Title.Caption = 'Ds_maquina'
                Width = 90
                FieldName = 'Ds_maquina'
              end>
            Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgAutoSizeColumns]
            TabOrder = 1
          end
        end
        object Panel4: TPanel
          Left = -8
          Height = 259
          Top = 112
          Width = 864
          BevelWidth = 5
          Caption = 'Panel4'
          ClientHeight = 259
          ClientWidth = 864
          TabOrder = 1
          object DBGrid3: TDBGrid
            Left = 9
            Height = 183
            Top = 25
            Width = 847
            Color = clWindow
            Columns = <            
              item
                Title.Caption = 'Nm_estado'
                Width = 84
                FieldName = 'Nm_estado'
              end            
              item
                Title.Caption = 'Tipo'
                Width = 42
                FieldName = 'Tipo'
              end>
            Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgAutoSizeColumns]
            TabOrder = 0
          end
          object Label1: TLabel
            Left = 10
            Height = 16
            Top = 2
            Width = 846
            Alignment = taCenter
            AutoSize = False
            Caption = 'Estados'
          end
          object Panel5: TPanel
            Left = 5
            Height = 54
            Top = 200
            Width = 854
            Align = alBottom
            BevelInner = bvLowered
            BevelWidth = 3
            BorderStyle = bsSingle
            ClientHeight = 54
            ClientWidth = 854
            TabOrder = 1
            object Button1: TButton
              Left = 13
              Height = 25
              Top = 11
              Width = 75
              Caption = 'Excluir'
              TabOrder = 0
            end
          end
        end
      end
      object TabSheet2: TTabSheet
        Caption = 'Execução'
        ClientHeight = 368
        ClientWidth = 855
        object Panel7: TPanel
          Left = 0
          Height = 141
          Top = 0
          Width = 855
          Align = alTop
          BevelInner = bvLowered
          BevelWidth = 3
          Caption = 'Panel7'
          ClientHeight = 141
          ClientWidth = 855
          Color = clBtnFace
          ParentBackground = False
          ParentColor = False
          TabOrder = 0
          object Label2: TLabel
            Left = 6
            Height = 16
            Top = 6
            Width = 843
            Align = alTop
            Alignment = taCenter
            AutoSize = False
            Caption = '----'
            Font.Color = clMaroon
            Font.Height = 12
            Font.Name = 'Sans'
            Font.Style = [fsBold]
            OptimalFill = True
            ParentFont = False
          end
          object StrGrid: TStringGrid
            Left = 5
            Height = 67
            Top = 18
            Width = 847
            ColCount = 10
            RowCount = 2
            ScrollBars = ssHorizontal
            TabOrder = 0
          end
          object Edit1: TEdit
            Left = 64
            Height = 22
            Top = 96
            Width = 561
            AutoSize = False
            BorderSpacing.InnerBorder = 3
            Font.Height = 22
            ParentFont = False
            TabOrder = 1
          end
          object Label3: TLabel
            Left = 8
            Height = 15
            Top = 99
            Width = 49
            Caption = 'Palavra: '
            Font.Color = clMaroon
            Font.Height = -12
            Font.Style = [fsBold]
            ParentFont = False
          end
          object ExecutarMaquina: TButton
            Left = 634
            Height = 22
            Top = 96
            Width = 214
            Caption = 'Executa Máquina'
            Font.Color = clMaroon
            Font.Style = [fsBold]
            ParentFont = False
            TabOrder = 2
          end
        end
        object Panel8: TPanel
          Left = 1
          Height = 226
          Top = 142
          Width = 224
          BevelInner = bvLowered
          BevelWidth = 2
          BorderWidth = 3
          ClientHeight = 226
          ClientWidth = 224
          TabOrder = 1
          object Label4: TLabel
            Left = 7
            Height = 30
            Top = 8
            Width = 209
            Alignment = taCenter
            AutoSize = False
            Caption = 'Resultados'
            Color = clBlack
            Font.Color = clMaroon
            Font.Height = -19
            Font.Style = [fsBold]
            ParentColor = False
            ParentFont = False
          end
          object Memo1: TMemo
            Left = 8
            Height = 185
            Top = 38
            Width = 213
            Font.Height = -11
            ParentFont = False
            ScrollBars = ssVertical
            TabOrder = 0
            OnChange = Memo1Change
          end
        end
        object Panel9: TPanel
          Left = 224
          Height = 226
          Top = 142
          Width = 631
          BevelInner = bvLowered
          BevelWidth = 2
          BorderWidth = 3
          ClientHeight = 226
          ClientWidth = 631
          TabOrder = 2
          object Label5: TLabel
            Left = 7
            Height = 30
            Top = 8
            Width = 617
            Alignment = taCenter
            AutoSize = False
            Caption = 'Transições'
            Color = clBlack
            Font.Color = clMaroon
            Font.Height = -19
            Font.Style = [fsBold]
            ParentColor = False
            ParentFont = False
          end
          object DeltaGrid: TStringGrid
            Left = 9
            Height = 184
            Top = 88
            Width = 619
            ColCount = 10
            Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll]
            RowCount = 30
            TabOrder = 0
          end
        end
      end
    end
  end
  object Panel6: TPanel
    Left = -24
    Height = 84
    Top = 456
    Width = 899
    BevelInner = bvRaised
    BevelWidth = 3
    ClientHeight = 84
    ClientWidth = 899
    TabOrder = 2
    object Button2: TButton
      Left = 185
      Height = 31
      Top = 24
      Width = 120
      Caption = 'Outra Palavra'
      TabOrder = 0
    end
    object Gravar_transicoes: TButton
      Left = 344
      Height = 31
      Top = 24
      Width = 120
      Caption = 'Grava Transições'
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 719
      Height = 31
      Top = 24
      Width = 133
      Caption = '&Sair'
      Kind = bkClose
      ModalResult = 11
      TabOrder = 2
    end
  end
  object Timer1: TTimer
    Left = 16
    Top = 8
  end
  object t_maquinas: TParadoxDataset
    TableName = '/home/ojacques/Dropbox/AULAS ON LINE/LFA/Turing Delphi/TuringLazarus/db/maquinas.DB'
    Active = True
    FieldDefs = <    
      item
        Name = 'Cd_maq'
        DataType = ftInteger
        Precision = -1
        Size = 4
      end    
      item
        Name = 'Ds_maq'
        DataType = ftString
        Precision = -1
        Size = 200
      end    
      item
        Name = 'Alfabeto'
        DataType = ftString
        Precision = -1
        Size = 255
      end    
      item
        Name = 'Alfabeto_auxiliar'
        DataType = ftString
        Precision = -1
        Size = 50
      end>
    Left = 72
    Top = 8
  end
  object t_estados: TParadoxDataset
    TableName = '/home/ojacques/Dropbox/AULAS ON LINE/LFA/Turing Delphi/TuringLazarus/db/estados.DB'
    Active = True
    FieldDefs = <    
      item
        Name = 'Cd_maq'
        DataType = ftInteger
        Precision = -1
        Size = 4
      end    
      item
        Name = 'Nm_estado'
        DataType = ftString
        Precision = -1
        Size = 30
      end    
      item
        Name = 'Tipo'
        DataType = ftString
        Precision = -1
        Size = 1
      end>
    Left = 136
    Top = 8
  end
  object TB_Regras: TParadoxDataset
    TableName = '/home/ojacques/Dropbox/AULAS ON LINE/LFA/Turing Delphi/TuringLazarus/db/regras.DB'
    Active = True
    FieldDefs = <    
      item
        Name = 'Cd_maq'
        DataType = ftInteger
        Precision = -1
        Size = 4
      end    
      item
        Name = 'Nm_estado'
        DataType = ftString
        Precision = -1
        Size = 30
      end    
      item
        Name = 'Entrada'
        DataType = ftString
        Precision = -1
        Size = 1
      end    
      item
        Name = 'Novo_estado'
        DataType = ftString
        Precision = -1
        Size = 30
      end    
      item
        Name = 'Gravacao'
        DataType = ftString
        Precision = -1
        Size = 1
      end    
      item
        Name = 'Direcao'
        DataType = ftString
        Precision = -1
        Size = 1
      end>
    Left = 200
    Top = 8
  end
  object t_regras: TParadoxDataset
    TableName = '/home/ojacques/Dropbox/AULAS ON LINE/LFA/Turing Delphi/TuringLazarus/db/regras.DB'
    Active = True
    FieldDefs = <    
      item
        Name = 'Cd_maq'
        DataType = ftInteger
        Precision = -1
        Size = 4
      end    
      item
        Name = 'Nm_estado'
        DataType = ftString
        Precision = -1
        Size = 30
      end    
      item
        Name = 'Entrada'
        DataType = ftString
        Precision = -1
        Size = 1
      end    
      item
        Name = 'Novo_estado'
        DataType = ftString
        Precision = -1
        Size = 30
      end    
      item
        Name = 'Gravacao'
        DataType = ftString
        Precision = -1
        Size = 1
      end    
      item
        Name = 'Direcao'
        DataType = ftString
        Precision = -1
        Size = 1
      end>
    Left = 264
    Top = 8
  end
end
