home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AstroMart / _SETUP.1 / Astro5.exe / 0 / RCDATA / TOPENCHARTDLG / TOPENCHARTDLG.txt
Encoding:
Text File  |  1998-05-13  |  3.0 KB  |  158 lines

  1. object OpenChartDlg: TOpenChartDlg
  2.   Left = 29
  3.   Top = 39
  4.   ActiveControl = FindEd
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Open chart'
  8.   ClientHeight = 385
  9.   ClientWidth = 595
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OkBtn: TButton
  19.     Left = 512
  20.     Top = 304
  21.     Width = 81
  22.     Height = 41
  23.     Caption = 'Ok'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 5
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 524
  30.     Top = 248
  31.     Width = 60
  32.     Height = 30
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 4
  37.   end
  38.   object HelpBtn: TButton
  39.     Left = 524
  40.     Top = 200
  41.     Width = 60
  42.     Height = 30
  43.     Caption = 'Help'
  44.     TabOrder = 3
  45.     OnClick = HelpBtnClick
  46.   end
  47.   object FindEd: TEdit
  48.     Left = 520
  49.     Top = 48
  50.     Width = 65
  51.     Height = 21
  52.     TabOrder = 0
  53.     OnChange = FindEdChange
  54.   end
  55.   object DBGrid1: TDBGrid
  56.     Left = 0
  57.     Top = 0
  58.     Width = 385
  59.     Height = 361
  60.     Columns = <
  61.       item
  62.         FieldName = 'NAME'
  63.         Width = 80
  64.       end
  65.       item
  66.         FieldName = 'FIRSTNAME'
  67.       end
  68.       item
  69.         FieldName = 'COMMENT'
  70.       end
  71.       item
  72.         FieldName = 'REFERENCE'
  73.       end
  74.       item
  75.         FieldName = 'Index'
  76.       end
  77.       item
  78.         FieldName = 'BIRTHPLACE'
  79.       end
  80.       item
  81.         FieldName = 'SEX'
  82.       end
  83.       item
  84.         FieldName = 'DATE'
  85.       end
  86.       item
  87.         FieldName = 'Time'
  88.         Width = 40
  89.       end>
  90.     DataSource = Data1.ChartSource
  91.     Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  92.     ReadOnly = True
  93.     TabOrder = 2
  94.     TitleFont.Color = clWindowText
  95.     TitleFont.Height = -11
  96.     TitleFont.Name = 'MS Sans Serif'
  97.     TitleFont.Style = []
  98.     OnDblClick = DBGrid1DblClick
  99.   end
  100.   object DBNavigator1: TDBNavigator
  101.     Left = 0
  102.     Top = 360
  103.     Width = 384
  104.     Height = 25
  105.     DataSource = Data1.ChartSource
  106.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  107.     TabOrder = 1
  108.   end
  109.   object IndexBox: TGroupBox
  110.     Left = 400
  111.     Top = 48
  112.     Width = 105
  113.     Height = 65
  114.     Caption = 'Index'
  115.     TabOrder = 6
  116.     object NameIdxBtn: TRadioButton
  117.       Left = 8
  118.       Top = 16
  119.       Width = 89
  120.       Height = 17
  121.       Caption = 'Name'
  122.       Checked = True
  123.       TabOrder = 0
  124.       TabStop = True
  125.       OnClick = NameIdxBtnClick
  126.     end
  127.     object RefIdxBtn: TRadioButton
  128.       Left = 8
  129.       Top = 40
  130.       Width = 89
  131.       Height = 17
  132.       Caption = 'Reference'
  133.       TabOrder = 1
  134.       OnClick = NameIdxBtnClick
  135.     end
  136.   end
  137.   object TypeLB: TListBox
  138.     Left = 400
  139.     Top = 152
  140.     Width = 105
  141.     Height = 97
  142.     ExtendedSelect = False
  143.     ItemHeight = 13
  144.     TabOrder = 7
  145.     OnEnter = TypeLBEnter
  146.     OnExit = TypeLBExit
  147.   end
  148.   object EditBtn: TButton
  149.     Left = 524
  150.     Top = 152
  151.     Width = 60
  152.     Height = 30
  153.     Caption = 'Edit'
  154.     TabOrder = 8
  155.     OnClick = EditBtnClick
  156.   end
  157. end
  158.