home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TTITLESERF / TTITLESERF.txt
Text File  |  1998-04-25  |  3KB  |  136 lines

  1. object TitleSerF: TTitleSerF
  2.   Left = 892
  3.   Top = 210
  4.   HelpContext = 900
  5.   BorderStyle = bsDialog
  6.   Caption = 'Series Title  Dialog'
  7.   ClientHeight = 323
  8.   ClientWidth = 254
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 28
  19.     Top = 16
  20.     Width = 198
  21.     Height = 44
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Series #1'
  25.     Font.Color = clRed
  26.     Font.Height = -33
  27.     Font.Name = 'Abadi MT Condensed Extra Bold'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object OKBtn: TButton
  32.     Left = 12
  33.     Top = 159
  34.     Width = 71
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.     OnClick = OKBtnClick
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 12
  44.     Top = 234
  45.     Width = 71
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 3
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 23
  54.     Top = 64
  55.     Width = 209
  56.     Height = 54
  57.     Caption = 'Series Title "Text"'
  58.     TabOrder = 0
  59.     object TitSer1: TEdit
  60.       Left = 14
  61.       Top = 16
  62.       Width = 180
  63.       Height = 30
  64.       AutoSize = False
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'Times New Roman Special G1'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       TabOrder = 0
  71.     end
  72.   end
  73.   object Button1: TButton
  74.     Left = 12
  75.     Top = 271
  76.     Width = 71
  77.     Height = 25
  78.     Caption = 'Help'
  79.     TabOrder = 4
  80.     OnClick = Button1Click
  81.   end
  82.   object GroupBox2: TGroupBox
  83.     Left = 97
  84.     Top = 136
  85.     Width = 145
  86.     Height = 169
  87.     Caption = 'Auto Label All'
  88.     TabOrder = 5
  89.     object Button2: TButton
  90.       Left = 16
  91.       Top = 22
  92.       Width = 113
  93.       Height = 25
  94.       Caption = 'Series + ##'
  95.       TabOrder = 0
  96.       OnClick = Button2Click
  97.     end
  98.     object Button3: TButton
  99.       Left = 16
  100.       Top = 59
  101.       Width = 113
  102.       Height = 25
  103.       Caption = '"Text" + ##'
  104.       TabOrder = 1
  105.       OnClick = Button3Click
  106.     end
  107.     object Button4: TButton
  108.       Left = 16
  109.       Top = 97
  110.       Width = 113
  111.       Height = 25
  112.       Caption = '"Text " only'
  113.       TabOrder = 2
  114.       OnClick = Button4Click
  115.     end
  116.     object Button5: TButton
  117.       Left = 16
  118.       Top = 134
  119.       Width = 113
  120.       Height = 25
  121.       Caption = 'Clear'
  122.       TabOrder = 3
  123.       OnClick = Button5Click
  124.     end
  125.   end
  126.   object Button6: TButton
  127.     Left = 12
  128.     Top = 196
  129.     Width = 71
  130.     Height = 25
  131.     Caption = 'Next'
  132.     TabOrder = 2
  133.     OnClick = Button6Click
  134.   end
  135. end
  136.