home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / lmdtoolb.exe / lmdtips.dfm / lmdtips.txt < prev   
Text File  |  1995-08-31  |  3KB  |  130 lines

  1. object TipsForm: TTipsForm
  2.   Left = 220
  3.   Top = 108
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 195
  8.   ClientWidth = 384
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 280
  23.     Height = 158
  24.     BevelOuter = bvLowered
  25.     BevelWidth = 2
  26.     Color = 14680063
  27.     TabOrder = 0
  28.     object TipLabel: TLabel
  29.       Left = 37
  30.       Top = 49
  31.       Width = 230
  32.       Height = 101
  33.       AutoSize = False
  34.       Color = 14680063
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentColor = False
  40.       ParentFont = False
  41.       ShowAccelChar = False
  42.       Transparent = True
  43.       WordWrap = True
  44.     end
  45.     object Label2: TLabel
  46.       Left = 36
  47.       Top = 27
  48.       Width = 5
  49.       Height = 13
  50.       Transparent = True
  51.     end
  52.     object Image1: TImage
  53.       Left = 4
  54.       Top = 5
  55.       Width = 30
  56.       Height = 40
  57.       AutoSize = True
  58.       Picture.Data = {<image000.bmp>}
  59.     end
  60.   end
  61.   object TipsZeigenCheckBox: TCheckBox
  62.     Left = 7
  63.     Top = 172
  64.     Width = 163
  65.     Height = 17
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     State = cbChecked
  72.     TabOrder = 1
  73.   end
  74.   object okbtn: TButton
  75.     Left = 296
  76.     Top = 10
  77.     Width = 80
  78.     Height = 24
  79.     Caption = 'OK'
  80.     Default = True
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ModalResult = 1
  86.     ParentFont = False
  87.     TabOrder = 2
  88.   end
  89.   object Button1: TButton
  90.     Left = 296
  91.     Top = 70
  92.     Width = 80
  93.     Height = 24
  94.     Font.Color = clBlack
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     TabOrder = 3
  100.     OnClick = naechster
  101.   end
  102.   object Button2: TButton
  103.     Left = 296
  104.     Top = 43
  105.     Width = 80
  106.     Height = 24
  107.     Font.Color = clBlack
  108.     Font.Height = -11
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = []
  111.     ParentFont = False
  112.     TabOrder = 4
  113.     OnClick = letzter
  114.   end
  115.   object Helpbtn: TButton
  116.     Left = 296
  117.     Top = 143
  118.     Width = 80
  119.     Height = 24
  120.     Font.Color = clBlack
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 5
  126.     Visible = False
  127.     OnClick = naechster
  128.   end
  129. end
  130.