home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TAPPLACT / TAPPLACT.txt
Text File  |  2002-02-12  |  3KB  |  167 lines

  1. object ApplAct: TApplAct
  2.   Left = 338
  3.   Top = 223
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dbf Action ...'
  6.   ClientHeight = 314
  7.   ClientWidth = 466
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 280
  17.     Width = 466
  18.     Height = 34
  19.     Align = alBottom
  20.     TabOrder = 0
  21.     object Button1: TButton
  22.       Left = 200
  23.       Top = 4
  24.       Width = 75
  25.       Height = 25
  26.       Caption = 'OK'
  27.       Font.Color = clBlack
  28.       Font.Height = -11
  29.       Font.Name = 'MS Sans Serif'
  30.       Font.Style = [fsBold]
  31.       ParentFont = False
  32.       TabOrder = 0
  33.       OnClick = Button1Click
  34.     end
  35.   end
  36.   object Panel2: TPanel
  37.     Left = 0
  38.     Top = 0
  39.     Width = 466
  40.     Height = 129
  41.     Align = alTop
  42.     Caption = 'Panel2'
  43.     TabOrder = 1
  44.     object SG: TStringGrid
  45.       Left = 1
  46.       Top = 1
  47.       Width = 464
  48.       Height = 127
  49.       Align = alClient
  50.       DefaultColWidth = 30
  51.       DefaultRowHeight = 20
  52.       ScrollBars = ssVertical
  53.       TabOrder = 0
  54.       OnClick = SGClick
  55.       OnDrawCell = SGDrawCell
  56.       ColWidths = (
  57.         30
  58.         69
  59.         157
  60.         64
  61.         120)
  62.     end
  63.     object PList: TPanel
  64.       Left = 168
  65.       Top = 0
  66.       Width = 137
  67.       Height = 129
  68.       Enabled = False
  69.       Caption = 'PList'
  70.       TabOrder = 1
  71.       Visible = False
  72.       object PLab: TLabel
  73.         Left = 8
  74.         Top = 8
  75.         Width = 121
  76.         Height = 13
  77.         Alignment = taCenter
  78.         Caption = 'Select database field:'
  79.         Enabled = False
  80.         Visible = False
  81.       end
  82.       object PListB: TListBox
  83.         Left = 8
  84.         Top = 24
  85.         Width = 121
  86.         Height = 97
  87.         Enabled = False
  88.         ItemHeight = 13
  89.         TabOrder = 0
  90.         Visible = False
  91.         OnDblClick = PListBDblClick
  92.       end
  93.     end
  94.   end
  95.   object Panel3: TPanel
  96.     Left = 0
  97.     Top = 129
  98.     Width = 466
  99.     Height = 32
  100.     Align = alTop
  101.     Caption = 'AppletProjects list'
  102.     Font.Color = clBlack
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = [fsBold]
  106.     ParentFont = False
  107.     TabOrder = 2
  108.     object Button3: TButton
  109.       Left = 8
  110.       Top = 2
  111.       Width = 75
  112.       Height = 20
  113.       Caption = 'Clear line'
  114.       Font.Color = clBlack
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.       TabOrder = 0
  120.       OnClick = Button3Click
  121.     end
  122.     object Button4: TButton
  123.       Left = 384
  124.       Top = 2
  125.       Width = 75
  126.       Height = 20
  127.       Caption = 'Clear all'
  128.       Font.Color = clBlack
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = []
  132.       ParentFont = False
  133.       TabOrder = 1
  134.     end
  135.   end
  136.   object Panel4: TPanel
  137.     Left = 0
  138.     Top = 161
  139.     Width = 466
  140.     Height = 119
  141.     Align = alClient
  142.     Caption = 'Panel4'
  143.     TabOrder = 3
  144.     object SG1: TStringGrid
  145.       Left = 1
  146.       Top = 1
  147.       Width = 464
  148.       Height = 117
  149.       Hint = 'Key [Del/Ins]:delete/insert row'
  150.       Align = alClient
  151.       ColCount = 3
  152.       DefaultColWidth = 30
  153.       DefaultRowHeight = 20
  154.       RowCount = 2
  155.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  156.       ParentShowHint = False
  157.       ShowHint = True
  158.       TabOrder = 0
  159.       OnKeyDown = SG1KeyDown
  160.       ColWidths = (
  161.         30
  162.         198
  163.         210)
  164.     end
  165.   end
  166. end
  167.