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

  1. object AppName: TAppName
  2.   Left = 313
  3.   Top = 184
  4.   BorderStyle = bsDialog
  5.   Caption = 'AppName'
  6.   ClientHeight = 151
  7.   ClientWidth = 265
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 110
  20.     Width = 265
  21.     Height = 41
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 15
  27.       Width = 31
  28.       Height = 13
  29.       Caption = 'xxxxx'
  30.       Font.Color = clBlack
  31.       Font.Height = -11
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = [fsBold]
  34.       ParentFont = False
  35.     end
  36.     object Label2: TLabel
  37.       Left = 73
  38.       Top = 15
  39.       Width = 23
  40.       Height = 13
  41.       Caption = '.yyy'
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.     end
  48.     object SpeedButton1: TSpeedButton
  49.       Left = 104
  50.       Top = 10
  51.       Width = 25
  52.       Height = 25
  53.       OnClick = SpeedButton1Click
  54.     end
  55.     object Button1: TButton
  56.       Left = 176
  57.       Top = 8
  58.       Width = 75
  59.       Height = 25
  60.       Caption = 'Button1'
  61.       TabOrder = 0
  62.       OnClick = Button1Click
  63.     end
  64.     object E: TEdit
  65.       Left = 43
  66.       Top = 12
  67.       Width = 25
  68.       Height = 21
  69.       TabOrder = 1
  70.     end
  71.   end
  72.   object SG: TStringGrid
  73.     Left = 0
  74.     Top = 0
  75.     Width = 265
  76.     Height = 110
  77.     Align = alClient
  78.     ColCount = 3
  79.     DefaultColWidth = 40
  80.     DefaultRowHeight = 20
  81.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  82.     ScrollBars = ssVertical
  83.     TabOrder = 1
  84.     OnDrawCell = SGDrawCell
  85.     ColWidths = (
  86.       40
  87.       106
  88.       97)
  89.   end
  90. end
  91.