home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / astro / starcalc / STARCALC.EXE / 0 / RCDATA / TSETZOOMFORM / TSETZOOMFORM.txt
Text File  |  2000-05-28  |  3KB  |  96 lines

  1. object SetZoomForm: TSetZoomForm
  2.   Left = 213
  3.   Top = 323
  4.   BorderStyle = bsNone
  5.   ClientHeight = 42
  6.   ClientWidth = 138
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnDeactivate = FormDeactivate
  12.   OnKeyPress = FormKeyPress
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 138
  20.     Height = 42
  21.     Align = alClient
  22.     BevelInner = bvRaised
  23.     TabOrder = 0
  24.     object Label2: TLabel
  25.       Left = 92
  26.       Top = 15
  27.       Width = 8
  28.       Height = 13
  29.       Caption = '%'
  30.     end
  31.     object Zoom100: TSpeedButton
  32.       Left = 5
  33.       Top = 9
  34.       Width = 25
  35.       Height = 25
  36.       Hint = 'All sky'
  37.       Glyph.Data = {
  38.         66010000424D6601000000000000760000002800000014000000140000000100
  39.         040000000000F000000000000000000000000000000000000000000000000000
  40.         80000080000000808000800000008000800080800000C0C0C000808080000000
  41.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777774
  42.         7777777700007777774777474777777700007777777477747777777700007777
  43.         7777477777777777000077777777747777777777000077777777774777777777
  44.         0000777777747774777777770000777777474777477777770000777777747777
  45.         7777777700007777777777777777777700007444447744477774447700007774
  46.         7774777477477747000077747774777477477747000077747774777477477747
  47.         0000777477747774774777470000777477747774774777470000777477747774
  48.         7747774700007444777477747747774700007774777744477774447700007777
  49.         77777777777777770000}
  50.       ParentShowHint = False
  51.       ShowHint = True
  52.       OnClick = Zoom100Click
  53.     end
  54.     object Panel2: TPanel
  55.       Left = 113
  56.       Top = 2
  57.       Width = 22
  58.       Height = 37
  59.       BevelInner = bvLowered
  60.       BevelOuter = bvNone
  61.       TabOrder = 0
  62.       object SpeedButton1: TSpeedButton
  63.         Left = 3
  64.         Top = 3
  65.         Width = 16
  66.         Height = 14
  67.         Glyph.Data = {
  68.           5A000000424D5A000000000000003E0000002800000008000000070000000100
  69.           0100000000001C000000120B0000120B0000020000000200000000000000FFFF
  70.           FF003C00000099000000C3000000E7000000C3000000990000003C000000}
  71.         OnClick = SpeedButton1Click
  72.       end
  73.       object SpeedButton2: TSpeedButton
  74.         Left = 3
  75.         Top = 19
  76.         Width = 16
  77.         Height = 14
  78.         Glyph.Data = {
  79.           5A000000424D5A000000000000003E0000002800000007000000070000000100
  80.           0100000000001C0000000000000000000000000000000000000000000000FFFF
  81.           FF00DE000000CE000000C6000000C2000000C6000000CE000000DE000000}
  82.         OnClick = SpeedButton2Click
  83.       end
  84.     end
  85.     object NewZoom: TEdit
  86.       Left = 40
  87.       Top = 11
  88.       Width = 49
  89.       Height = 21
  90.       MaxLength = 6
  91.       TabOrder = 1
  92.       OnKeyPress = FormKeyPress
  93.     end
  94.   end
  95. end
  96.