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

  1. object LabelEditForm: TLabelEditForm
  2.   Left = 309
  3.   Top = 221
  4.   Width = 380
  5.   Height = 124
  6.   Caption = 'Label Edit'
  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 = 200
  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 = 292
  49.     Top = 68
  50.     Width = 75
  51.     Height = 21
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 4
  55.   end
  56.   object DeleteButton: TButton
  57.     Left = 8
  58.     Top = 68
  59.     Width = 75
  60.     Height = 21
  61.     Caption = 'Delete'
  62.     ModalResult = 3
  63.     TabOrder = 5
  64.   end
  65.   object EditLabel: TEdit
  66.     Left = 68
  67.     Top = 4
  68.     Width = 93
  69.     Height = 20
  70.     MaxLength = 10
  71.     TabOrder = 0
  72.   end
  73.   object EditIcon: TCheckBox
  74.     Left = 184
  75.     Top = 4
  76.     Width = 53
  77.     Height = 17
  78.     Caption = 'Icon'
  79.     TabOrder = 1
  80.   end
  81. end
  82.