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

  1. object QRExprEditorForm: TQRExprEditorForm
  2.   Left = 309
  3.   Top = 531
  4.   BorderStyle = bsDialog
  5.   Caption = 'Expression settings'
  6.   ClientHeight = 250
  7.   ClientWidth = 367
  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 = 355
  18.     Height = 195
  19.     Caption = 'Properties'
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 10
  23.       Top = 28
  24.       Width = 51
  25.       Height = 13
  26.       Caption = 'Expression'
  27.     end
  28.     object Label2: TLabel
  29.       Left = 10
  30.       Top = 90
  31.       Width = 28
  32.       Height = 13
  33.       Caption = 'Width'
  34.     end
  35.     object Label3: TLabel
  36.       Left = 10
  37.       Top = 118
  38.       Width = 31
  39.       Height = 13
  40.       Caption = 'Height'
  41.     end
  42.     object ShowExprBuilder: TSpeedButton
  43.       Left = 320
  44.       Top = 24
  45.       Width = 23
  46.       Height = 22
  47.       Caption = '...'
  48.       OnClick = ShowExprBuilderClick
  49.     end
  50.     object Label4: TLabel
  51.       Left = 10
  52.       Top = 56
  53.       Width = 60
  54.       Height = 13
  55.       Caption = 'Format mask'
  56.     end
  57.     object Value: TEdit
  58.       Left = 86
  59.       Top = 26
  60.       Width = 227
  61.       Height = 21
  62.       TabOrder = 0
  63.       Text = 'Value'
  64.     end
  65.     object Button1: TButton
  66.       Left = 62
  67.       Top = 152
  68.       Width = 75
  69.       Height = 25
  70.       Caption = 'Font'
  71.       TabOrder = 7
  72.     end
  73.     object Button3: TButton
  74.       Left = 166
  75.       Top = 152
  76.       Width = 75
  77.       Height = 25
  78.       Caption = 'Background'
  79.       TabOrder = 8
  80.     end
  81.     object AutoSize: TCheckBox
  82.       Left = 182
  83.       Top = 84
  84.       Width = 95
  85.       Height = 17
  86.       Caption = 'Autosize'
  87.       TabOrder = 4
  88.     end
  89.     object Stretch: TCheckBox
  90.       Left = 182
  91.       Top = 104
  92.       Width = 97
  93.       Height = 17
  94.       Caption = 'Stretch'
  95.       TabOrder = 5
  96.     end
  97.     object Transparent: TCheckBox
  98.       Left = 182
  99.       Top = 124
  100.       Width = 97
  101.       Height = 17
  102.       Caption = 'Transparent'
  103.       TabOrder = 6
  104.     end
  105.     object Width: TMaskEdit
  106.       Left = 86
  107.       Top = 86
  108.       Width = 51
  109.       Height = 21
  110.       EditMask = '9999'
  111.       MaxLength = 4
  112.       TabOrder = 2
  113.       Text = '    '
  114.     end
  115.     object Height: TMaskEdit
  116.       Left = 86
  117.       Top = 114
  118.       Width = 51
  119.       Height = 21
  120.       EditMask = '9999'
  121.       MaxLength = 4
  122.       TabOrder = 3
  123.       Text = '    '
  124.     end
  125.     object Mask: TComboBox
  126.       Left = 86
  127.       Top = 54
  128.       Width = 227
  129.       Height = 21
  130.       ItemHeight = 13
  131.       TabOrder = 1
  132.       Text = 'Mask'
  133.     end
  134.   end
  135.   object OKBtn: TButton
  136.     Left = 196
  137.     Top = 212
  138.     Width = 75
  139.     Height = 25
  140.     Caption = 'OK'
  141.     Default = True
  142.     ModalResult = 1
  143.     TabOrder = 1
  144.   end
  145.   object Button4: TButton
  146.     Left = 284
  147.     Top = 212
  148.     Width = 75
  149.     Height = 25
  150.     Cancel = True
  151.     Caption = 'Cancel'
  152.     ModalResult = 2
  153.     TabOrder = 2
  154.   end
  155.   object FontDialog1: TFontDialog
  156.     Font.Charset = DEFAULT_CHARSET
  157.     Font.Color = clWindowText
  158.     Font.Height = -11
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     MinFontSize = 0
  162.     MaxFontSize = 0
  163.     Left = 262
  164.     Top = 114
  165.   end
  166. end
  167.