home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Demo / salarii / AutoRunSal.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2002-07-12  |  1.9 KB  |  94 lines

  1. object Form1: TForm1
  2.   Left = 363
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form1'
  7.   ClientHeight = 473
  8.   ClientWidth = 492
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 492
  24.     Height = 473
  25.     Align = alClient
  26.     Picture.Data = {<image000.jpg>}
  27.   end
  28.   object B1: TB
  29.     Left = 150
  30.     Top = 386
  31.     Width = 110
  32.     Height = 25
  33.     Hint = 'Instalare program Salarii vs.5'
  34.     Caption = '&Instalare Salarii'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBtnText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     OnClick = B1Click
  43.   end
  44.   object B2: TB
  45.     Left = 264
  46.     Top = 386
  47.     Width = 110
  48.     Height = 25
  49.     Hint = 'Informatii'
  50.     Caption = 'I&nformatii'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clBtnText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 1
  58.     OnClick = B2Click
  59.   end
  60.   object B3: TB
  61.     Left = 378
  62.     Top = 386
  63.     Width = 110
  64.     Height = 25
  65.     Hint = 'Iesire'
  66.     Caption = '&Exit'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clBtnText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 2
  74.     OnClick = B3Click
  75.   end
  76.   object Button1: TButton
  77.     Left = 472
  78.     Top = 4
  79.     Width = 18
  80.     Height = 18
  81.     Cancel = True
  82.     Caption = 'X'
  83.     Font.Charset = ANSI_CHARSET
  84.     Font.Color = clWindowText
  85.     Font.Height = -12
  86.     Font.Name = 'Arial'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.     TabOrder = 3
  90.     TabStop = False
  91.     OnClick = Button1Click
  92.   end
  93. end
  94.