home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / mapbook / BMP_VIEW.EXE / 0 / RCDATA / TLABELENTRYFORM / TLABELENTRYFORM.txt
Text File  |  1998-10-15  |  1KB  |  73 lines

  1. object LabelEntryForm: TLabelEntryForm
  2.   Left = 301
  3.   Top = 266
  4.   Width = 381
  5.   Height = 124
  6.   Caption = 'Label Entry'
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object Label2: TLabel
  16.     Left = 8
  17.     Top = 36
  18.     Width = 54
  19.     Height = 12
  20.     Caption = 'Comment :'
  21.   end
  22.   object Label1: TLabel
  23.     Left = 28
  24.     Top = 8
  25.     Width = 33
  26.     Height = 12
  27.     Caption = 'Label :'
  28.   end
  29.   object EditComment: TEdit
  30.     Left = 68
  31.     Top = 32
  32.     Width = 301
  33.     Height = 20
  34.     MaxLength = 40
  35.     TabOrder = 2
  36.   end
  37.   object OkButton: TButton
  38.     Left = 204
  39.     Top = 68
  40.     Width = 75
  41.     Height = 21
  42.     Caption = 'Ok'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 3
  46.   end
  47.   object CancelButton: TButton
  48.     Left = 296
  49.     Top = 68
  50.     Width = 75
  51.     Height = 21
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 4
  55.   end
  56.   object EditLabel: TEdit
  57.     Left = 68
  58.     Top = 4
  59.     Width = 93
  60.     Height = 20
  61.     MaxLength = 10
  62.     TabOrder = 0
  63.   end
  64.   object EditIcon: TCheckBox
  65.     Left = 184
  66.     Top = 4
  67.     Width = 53
  68.     Height = 17
  69.     Caption = 'Icon'
  70.     TabOrder = 1
  71.   end
  72. end
  73.