home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TFMMINMAX / TFMMINMAX.txt
Text File  |  1999-04-03  |  5KB  |  196 lines

  1. object fmMinmax: TfmMinmax
  2.   Left = 200
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'Range'
  6.   ClientHeight = 134
  7.   ClientWidth = 269
  8.   Color = clSilver
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RotateLabel1: TRotateLabel
  19.     Left = 197
  20.     Top = 105
  21.     Width = 65
  22.     Height = 24
  23.     Escapement = 0
  24.     TextStyle = tsRecessed
  25.     Caption = 'Range'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clSilver
  28.     Font.Height = -21
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 70
  38.     Height = 134
  39.     Align = alLeft
  40.     BevelOuter = bvNone
  41.     Color = clBlack
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clSilver
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     TabOrder = 0
  49.     object labelText: TLabel
  50.       Left = 11
  51.       Top = 66
  52.       Width = 56
  53.       Height = 77
  54.       AutoSize = False
  55.       Caption = 'Set min and max values for...'
  56.       Font.Charset = ANSI_CHARSET
  57.       Font.Color = 8454143
  58.       Font.Height = -11
  59.       Font.Name = 'Arial'
  60.       Font.Style = [fsItalic]
  61.       ParentFont = False
  62.       Transparent = True
  63.       WordWrap = True
  64.     end
  65.     object Button1: TButton
  66.       Left = 6
  67.       Top = 5
  68.       Width = 57
  69.       Height = 25
  70.       Caption = '&OK'
  71.       Default = True
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clWindowText
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = [fsBold]
  77.       ModalResult = 1
  78.       ParentFont = False
  79.       TabOrder = 0
  80.       OnClick = Button1Click
  81.     end
  82.     object Button2: TButton
  83.       Left = 6
  84.       Top = 33
  85.       Width = 57
  86.       Height = 25
  87.       Caption = '&Cancel'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clWindowText
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = [fsBold]
  93.       ModalResult = 2
  94.       ParentFont = False
  95.       TabOrder = 1
  96.     end
  97.   end
  98.   object PageControl1: TPage95Control
  99.     Left = 80
  100.     Top = 8
  101.     Width = 177
  102.     Height = 89
  103.     ActivePage = PageRange
  104.     ButtonStyle = True
  105.     FlatButtons = True
  106.     FlatSeperators = False
  107.     Font.Charset = ANSI_CHARSET
  108.     Font.Color = clWindowText
  109.     Font.Height = -11
  110.     Font.Name = 'Arial'
  111.     Font.Style = [fsBold]
  112.     HotTrack = True
  113.     TabInactiveColor = clSilver
  114.     TabInactiveFont.Charset = ANSI_CHARSET
  115.     TabInactiveFont.Color = clWindowText
  116.     TabInactiveFont.Height = -11
  117.     TabInactiveFont.Name = 'Arial'
  118.     TabInactiveFont.Style = [fsItalic]
  119.     ParentFont = False
  120.     TabOrder = 1
  121.     OnChange = PageControl1Change
  122.     object PageRange: TTab95Sheet
  123.       Caption = 'Range'
  124.       GripAlign = gaLeft
  125.       ImageIndex = -1
  126.       StaticPageIndex = -1
  127.       TabVisible = True
  128.       object Label4: TLabel
  129.         Left = 15
  130.         Top = 19
  131.         Width = 18
  132.         Height = 14
  133.         Caption = 'Min'
  134.         Font.Charset = ANSI_CHARSET
  135.         Font.Color = clWindowText
  136.         Font.Height = -11
  137.         Font.Name = 'Arial'
  138.         Font.Style = [fsItalic]
  139.         ParentFont = False
  140.       end
  141.       object Label5: TLabel
  142.         Left = 95
  143.         Top = 19
  144.         Width = 21
  145.         Height = 14
  146.         Caption = 'Max'
  147.         Font.Charset = ANSI_CHARSET
  148.         Font.Color = clWindowText
  149.         Font.Height = -11
  150.         Font.Name = 'Arial'
  151.         Font.Style = [fsItalic]
  152.         ParentFont = False
  153.       end
  154.       object editMin: TEditNew
  155.         Left = 47
  156.         Top = 15
  157.         Width = 34
  158.         Height = 21
  159.         Color = clBlack
  160.         Font.Charset = DEFAULT_CHARSET
  161.         Font.Color = clWhite
  162.         Font.Height = -11
  163.         Font.Name = 'MS Sans Serif'
  164.         Font.Style = []
  165.         ParentFont = False
  166.         TabOrder = 0
  167.         Text = '64'
  168.         OnKeyPress = editMinKeyPress
  169.         FocusColor = clBlack
  170.         FocusFontColor = clWhite
  171.         NoFocusColor = clBlack
  172.         NoFocusFontColor = clWhite
  173.       end
  174.       object editMax: TEditNew
  175.         Left = 119
  176.         Top = 15
  177.         Width = 34
  178.         Height = 21
  179.         Color = clBlack
  180.         Font.Charset = DEFAULT_CHARSET
  181.         Font.Color = clWhite
  182.         Font.Height = -11
  183.         Font.Name = 'MS Sans Serif'
  184.         Font.Style = []
  185.         ParentFont = False
  186.         TabOrder = 1
  187.         Text = '96'
  188.         FocusColor = clBlack
  189.         FocusFontColor = clWhite
  190.         NoFocusColor = clBlack
  191.         NoFocusFontColor = clWhite
  192.       end
  193.     end
  194.   end
  195. end
  196.