home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / K.exe / 0 / RCDATA / TQRLABELEDITORFORM / TQRLABELEDITORFORM.txt
Text File  |  2001-02-19  |  3KB  |  143 lines

  1. object QRLabelEditorForm: TQRLabelEditorForm
  2.   Left = 324
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   Caption = 'Text Settings'
  6.   ClientHeight = 207
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 6
  16.     Top = 6
  17.     Width = 311
  18.     Height = 157
  19.     Caption = 'Properties'
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 10
  23.       Top = 28
  24.       Width = 21
  25.       Height = 13
  26.       Caption = 'Text'
  27.     end
  28.     object Label2: TLabel
  29.       Left = 10
  30.       Top = 58
  31.       Width = 28
  32.       Height = 13
  33.       Caption = 'Width'
  34.     end
  35.     object Label3: TLabel
  36.       Left = 10
  37.       Top = 86
  38.       Width = 31
  39.       Height = 13
  40.       Caption = 'Height'
  41.     end
  42.     object Value: TEdit
  43.       Left = 54
  44.       Top = 26
  45.       Width = 227
  46.       Height = 21
  47.       TabOrder = 0
  48.       Text = 'Value'
  49.     end
  50.     object Button1: TButton
  51.       Left = 62
  52.       Top = 120
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'Font'
  56.       TabOrder = 1
  57.     end
  58.     object Button3: TButton
  59.       Left = 166
  60.       Top = 120
  61.       Width = 75
  62.       Height = 25
  63.       Caption = 'Background'
  64.       TabOrder = 2
  65.     end
  66.     object AutoSize: TCheckBox
  67.       Left = 182
  68.       Top = 52
  69.       Width = 95
  70.       Height = 17
  71.       Caption = 'Autosize'
  72.       TabOrder = 3
  73.     end
  74.     object Stretch: TCheckBox
  75.       Left = 182
  76.       Top = 72
  77.       Width = 97
  78.       Height = 17
  79.       Caption = 'Stretch'
  80.       TabOrder = 4
  81.     end
  82.     object Transparent: TCheckBox
  83.       Left = 182
  84.       Top = 92
  85.       Width = 97
  86.       Height = 17
  87.       Caption = 'Transparent'
  88.       TabOrder = 5
  89.     end
  90.     object Width: TMaskEdit
  91.       Left = 54
  92.       Top = 54
  93.       Width = 51
  94.       Height = 21
  95.       EditMask = '9999'
  96.       MaxLength = 4
  97.       TabOrder = 6
  98.       Text = '    '
  99.     end
  100.     object Height: TMaskEdit
  101.       Left = 54
  102.       Top = 82
  103.       Width = 51
  104.       Height = 21
  105.       EditMask = '9999'
  106.       MaxLength = 4
  107.       TabOrder = 7
  108.       Text = '    '
  109.     end
  110.   end
  111.   object OKBtn: TButton
  112.     Left = 152
  113.     Top = 172
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'OK'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 1
  120.   end
  121.   object Button4: TButton
  122.     Left = 240
  123.     Top = 172
  124.     Width = 75
  125.     Height = 25
  126.     Cancel = True
  127.     Caption = 'Cancel'
  128.     ModalResult = 2
  129.     TabOrder = 2
  130.   end
  131.   object FontDialog1: TFontDialog
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     MinFontSize = 0
  138.     MaxFontSize = 0
  139.     Left = 262
  140.     Top = 114
  141.   end
  142. end
  143.