home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TFORMADJUSTRANGE / TFORMADJUSTRANGE.txt
Text File  |  1998-05-08  |  2KB  |  125 lines

  1. object FormAdjustRange: TFormAdjustRange
  2.   Left = 361
  3.   Top = 124
  4.   HelpContext = 25062
  5.   BorderStyle = bsSingle
  6.   Caption = 'Adjust Range For Array'
  7.   ClientHeight = 146
  8.   ClientWidth = 265
  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 Label1: TLabel
  19.     Left = 32
  20.     Top = 48
  21.     Width = 54
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = 'Start Index:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 52
  28.     Top = 72
  29.     Width = 31
  30.     Height = 13
  31.     Alignment = taRightJustify
  32.     Caption = 'Count:'
  33.   end
  34.   object FullName: TLabel
  35.     Left = 16
  36.     Top = 8
  37.     Width = 241
  38.     Height = 13
  39.     AutoSize = False
  40.   end
  41.   object LabelActualCount: TLabel
  42.     Left = 192
  43.     Top = 72
  44.     Width = 3
  45.     Height = 13
  46.   end
  47.   object LabelActualStart: TLabel
  48.     Left = 192
  49.     Top = 48
  50.     Width = 3
  51.     Height = 13
  52.   end
  53.   object UpDown1: TUpDown
  54.     Left = 169
  55.     Top = 48
  56.     Width = 12
  57.     Height = 21
  58.     Associate = Edit1
  59.     Min = 0
  60.     Max = 1000
  61.     Position = 0
  62.     TabOrder = 1
  63.     Wrap = False
  64.   end
  65.   object UpDown2: TUpDown
  66.     Left = 169
  67.     Top = 72
  68.     Width = 12
  69.     Height = 21
  70.     Associate = Edit2
  71.     Min = 1
  72.     Max = 1000
  73.     Position = 1
  74.     TabOrder = 3
  75.     Wrap = False
  76.   end
  77.   object Edit1: TEdit
  78.     Left = 96
  79.     Top = 48
  80.     Width = 73
  81.     Height = 21
  82.     TabOrder = 0
  83.     Text = '0'
  84.     OnChange = Edit1Change
  85.   end
  86.   object Edit2: TEdit
  87.     Left = 96
  88.     Top = 72
  89.     Width = 73
  90.     Height = 21
  91.     TabOrder = 2
  92.     Text = '1'
  93.     OnChange = Edit2Change
  94.   end
  95.   object ButtonOK: TButton
  96.     Left = 12
  97.     Top = 112
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 4
  104.     OnClick = ButtonOKClick
  105.   end
  106.   object ButtonCancel: TButton
  107.     Left = 93
  108.     Top = 112
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'Cancel'
  112.     ModalResult = 2
  113.     TabOrder = 5
  114.   end
  115.   object ButtonHelp: TButton
  116.     Left = 176
  117.     Top = 112
  118.     Width = 75
  119.     Height = 25
  120.     Caption = '&Help'
  121.     TabOrder = 6
  122.     OnClick = ButtonHelpClick
  123.   end
  124. end
  125.