home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 22 / CD_ASCQ_22_0695.iso / win / prg / hotmap / edit.dfm / edit.txt
Text File  |  1995-03-26  |  4KB  |  181 lines

  1. object EditForm: TEditForm
  2.   Left = 16
  3.   Top = 10
  4.   Width = 450
  5.   Height = 516
  6.   Caption = 'Read Data File Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 100
  12.   OnCreate = FormCreate
  13.   OnResize = FormResize
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 328
  18.     Top = 96
  19.     Width = 105
  20.     Height = 21
  21.     AutoSize = False
  22.     Caption = 'Available Data'
  23.     Font.Color = clBlack
  24.     Font.Height = -10
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Memo1: TMemo
  30.     Left = 8
  31.     Top = 4
  32.     Width = 429
  33.     Height = 89
  34.     Alignment = taCenter
  35.     Color = clTeal
  36.     Enabled = False
  37.     Font.Color = clYellow
  38.     Font.Height = -10
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     Lines.Strings = (
  42.       'Memo1')
  43.     ParentFont = False
  44.     TabOrder = 0
  45.   end
  46.   object HotMap1: THotMap
  47.     Left = 8
  48.     Top = 236
  49.     Width = 429
  50.     Height = 249
  51.     Cursor = crArrow
  52.     BackColor = clWhite
  53.     FillType = 0
  54.     Stretch = True
  55.     CurrentRgn = 0
  56.     ColorMode = False
  57.     DragAllowed = False
  58.     MouseHotX = 15
  59.     MouseHotY = 15
  60.     OnRegionMouseDown = HotMap1RegionMouseDown
  61.     MyTag = 0
  62.     MyTagMsg = 0
  63.     NumOfRgns = {0000}
  64.   end
  65.   object GroupBox1: TGroupBox
  66.     Left = 8
  67.     Top = 96
  68.     Width = 205
  69.     Height = 113
  70.     Caption = 'DataFile'
  71.     Font.Color = clBlack
  72.     Font.Height = -10
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     TabOrder = 2
  77.     object Button1: TButton
  78.       Left = 8
  79.       Top = 48
  80.       Width = 53
  81.       Height = 25
  82.       Caption = 'Read'
  83.       TabOrder = 0
  84.       OnClick = Button1Click
  85.     end
  86.     object Button2: TButton
  87.       Left = 64
  88.       Top = 48
  89.       Width = 53
  90.       Height = 25
  91.       Caption = 'Save'
  92.       TabOrder = 1
  93.       OnClick = Button2Click
  94.     end
  95.     object Button3: TButton
  96.       Left = 120
  97.       Top = 48
  98.       Width = 73
  99.       Height = 25
  100.       Caption = 'Edit'
  101.       TabOrder = 2
  102.       OnClick = Button3Click
  103.     end
  104.     object Edit3: TEdit
  105.       Left = 8
  106.       Top = 20
  107.       Width = 185
  108.       Height = 20
  109.       TabOrder = 3
  110.     end
  111.   end
  112.   object GroupBox2: TGroupBox
  113.     Left = 216
  114.     Top = 96
  115.     Width = 109
  116.     Height = 113
  117.     Caption = 'BmpName'
  118.     Font.Color = clBlack
  119.     Font.Height = -10
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = []
  122.     ParentFont = False
  123.     TabOrder = 3
  124.     object Button4: TButton
  125.       Left = 8
  126.       Top = 48
  127.       Width = 69
  128.       Height = 25
  129.       Caption = 'Read'
  130.       TabOrder = 0
  131.       OnClick = Button4Click
  132.     end
  133.     object Edit4: TEdit
  134.       Left = 8
  135.       Top = 20
  136.       Width = 93
  137.       Height = 20
  138.       TabOrder = 1
  139.     end
  140.   end
  141.   object ListBox1: TListBox
  142.     Left = 328
  143.     Top = 116
  144.     Width = 109
  145.     Height = 93
  146.     Font.Color = clBlack
  147.     Font.Height = -10
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = [fsBold]
  150.     ItemHeight = 13
  151.     ParentFont = False
  152.     Sorted = True
  153.     TabOrder = 4
  154.     OnClick = ListBox1Click
  155.   end
  156.   object Edit1: TEdit
  157.     Left = 8
  158.     Top = 212
  159.     Width = 37
  160.     Height = 20
  161.     Font.Color = clBlack
  162.     Font.Height = -10
  163.     Font.Name = 'MS Sans Serif'
  164.     Font.Style = [fsBold]
  165.     ParentFont = False
  166.     TabOrder = 5
  167.   end
  168.   object Edit2: TEdit
  169.     Left = 48
  170.     Top = 212
  171.     Width = 389
  172.     Height = 20
  173.     Font.Color = clBlack
  174.     Font.Height = -10
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Style = [fsBold]
  177.     ParentFont = False
  178.     TabOrder = 6
  179.   end
  180. end
  181.