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

  1. object StarFileDlg: TStarFileDlg
  2.   Left = 37
  3.   Top = 36
  4.   ActiveControl = FindEd
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Parts and other stars'
  8.   ClientHeight = 396
  9.   ClientWidth = 568
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 104
  22.     Width = 14
  23.     Height = 29
  24.     Caption = '+'
  25.     Font.Color = clBlack
  26.     Font.Height = -24
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 224
  34.     Width = 8
  35.     Height = 29
  36.     Caption = '-'
  37.     Font.Color = clBlack
  38.     Font.Height = -24
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 16
  45.     Top = 344
  46.     Width = 14
  47.     Height = 29
  48.     Caption = '+'
  49.     Font.Color = clBlack
  50.     Font.Height = -24
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object OkBtn: TButton
  56.     Left = 472
  57.     Top = 312
  58.     Width = 81
  59.     Height = 41
  60.     Caption = 'Ok'
  61.     Default = True
  62.     ModalResult = 1
  63.     TabOrder = 5
  64.   end
  65.   object CancelBtn: TButton
  66.     Left = 484
  67.     Top = 256
  68.     Width = 60
  69.     Height = 30
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 4
  74.   end
  75.   object HelpBtn: TButton
  76.     Left = 484
  77.     Top = 216
  78.     Width = 60
  79.     Height = 30
  80.     Caption = 'Help'
  81.     TabOrder = 3
  82.     OnClick = HelpBtnClick
  83.   end
  84.   object FindEd: TEdit
  85.     Left = 472
  86.     Top = 24
  87.     Width = 65
  88.     Height = 21
  89.     TabOrder = 0
  90.     OnChange = FindEdChange
  91.   end
  92.   object DBGrid1: TDBGrid
  93.     Left = 136
  94.     Top = 0
  95.     Width = 313
  96.     Height = 337
  97.     DataSource = Data1.StarSource
  98.     Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  99.     TabOrder = 2
  100.     TitleFont.Color = clWindowText
  101.     TitleFont.Height = -11
  102.     TitleFont.Name = 'MS Sans Serif'
  103.     TitleFont.Style = []
  104.     OnDrawColumnCell = DBGrid1DrawColumnCell
  105.   end
  106.   object DBNavigator1: TDBNavigator
  107.     Left = 136
  108.     Top = 336
  109.     Width = 306
  110.     Height = 49
  111.     DataSource = Data1.StarSource
  112.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
  113.     TabOrder = 1
  114.   end
  115.   object DBEdit1: TDBEdit
  116.     Left = 8
  117.     Top = 368
  118.     Width = 121
  119.     Height = 21
  120.     DataField = 'Value'
  121.     DataSource = Data1.StarSource
  122.     MaxLength = 0
  123.     ReadOnly = True
  124.     TabOrder = 6
  125.   end
  126.   object TypeRG: TRadioGroup
  127.     Left = 456
  128.     Top = 56
  129.     Width = 105
  130.     Height = 129
  131.     TabOrder = 7
  132.     OnClick = TypeRGClick
  133.   end
  134.   object ListBox1: TListBox
  135.     Left = 8
  136.     Top = 8
  137.     Width = 121
  138.     Height = 97
  139.     ItemHeight = 13
  140.     TabOrder = 8
  141.     OnDblClick = ListBox1Click
  142.   end
  143.   object ListBox2: TListBox
  144.     Left = 8
  145.     Top = 128
  146.     Width = 121
  147.     Height = 97
  148.     ItemHeight = 13
  149.     TabOrder = 9
  150.     OnDblClick = ListBox2Click
  151.   end
  152.   object ListBox3: TListBox
  153.     Left = 8
  154.     Top = 248
  155.     Width = 121
  156.     Height = 97
  157.     ItemHeight = 13
  158.     TabOrder = 10
  159.     OnDblClick = ListBox3Click
  160.   end
  161. end
  162.