home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / CD.EXE / 0 / RCDATA / TFRMLMDRICHINSERTDATETIMEDLG / TFRMLMDRICHINSERTDATETIMEDLG.txt
Text File  |  2008-06-16  |  1KB  |  63 lines

  1. object frmLMDRichInsertDateTimeDlg: TfrmLMDRichInsertDateTimeDlg
  2.   Left = 8
  3.   Top = 8
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 179
  7.   ClientWidth = 275
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AvailableFormatsLabel: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object ListBox: TListBox
  25.     Left = 8
  26.     Top = 25
  27.     Width = 169
  28.     Height = 145
  29.     ItemHeight = 13
  30.     TabOrder = 0
  31.     OnClick = ListBoxClick
  32.     OnDblClick = ListBoxDblClick
  33.   end
  34.   object btnOK: TButton
  35.     Left = 190
  36.     Top = 25
  37.     Width = 75
  38.     Height = 24
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object btnCancel: TButton
  45.     Left = 190
  46.     Top = 54
  47.     Width = 75
  48.     Height = 24
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54.   object btnHelp: TButton
  55.     Left = 190
  56.     Top = 97
  57.     Width = 75
  58.     Height = 24
  59.     TabOrder = 3
  60.     Visible = False
  61.   end
  62. end
  63.