home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #12 / K-CD_2001-12.iso / K.EXE / 0 / RCDATA / TQREXPREDITORFORM / TQREXPREDITORFORM.txt
Text File  |  2001-08-02  |  3KB  |  151 lines

  1. object QRExprEditorForm: TQRExprEditorForm
  2.   Left = 309
  3.   Top = 531
  4.   BorderStyle = bsDialog
  5.   Caption = 'Expression settings'
  6.   ClientHeight = 210
  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 = 151
  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 AutoSize: TCheckBox
  66.       Left = 182
  67.       Top = 84
  68.       Width = 95
  69.       Height = 17
  70.       Caption = 'Autosize'
  71.       TabOrder = 4
  72.     end
  73.     object Stretch: TCheckBox
  74.       Left = 182
  75.       Top = 104
  76.       Width = 97
  77.       Height = 17
  78.       Caption = 'Stretch'
  79.       TabOrder = 5
  80.     end
  81.     object Transparent: TCheckBox
  82.       Left = 182
  83.       Top = 124
  84.       Width = 97
  85.       Height = 17
  86.       Caption = 'Transparent'
  87.       TabOrder = 6
  88.     end
  89.     object Width: TMaskEdit
  90.       Left = 86
  91.       Top = 86
  92.       Width = 51
  93.       Height = 21
  94.       EditMask = '9999'
  95.       MaxLength = 4
  96.       TabOrder = 2
  97.       Text = '    '
  98.     end
  99.     object Height: TMaskEdit
  100.       Left = 86
  101.       Top = 114
  102.       Width = 51
  103.       Height = 21
  104.       EditMask = '9999'
  105.       MaxLength = 4
  106.       TabOrder = 3
  107.       Text = '    '
  108.     end
  109.     object Mask: TComboBox
  110.       Left = 86
  111.       Top = 54
  112.       Width = 227
  113.       Height = 21
  114.       ItemHeight = 13
  115.       TabOrder = 1
  116.       Text = 'Mask'
  117.     end
  118.   end
  119.   object OKBtn: TButton
  120.     Left = 196
  121.     Top = 172
  122.     Width = 75
  123.     Height = 25
  124.     Caption = 'OK'
  125.     Default = True
  126.     ModalResult = 1
  127.     TabOrder = 1
  128.   end
  129.   object Button4: TButton
  130.     Left = 284
  131.     Top = 172
  132.     Width = 75
  133.     Height = 25
  134.     Cancel = True
  135.     Caption = 'Cancel'
  136.     ModalResult = 2
  137.     TabOrder = 2
  138.   end
  139.   object FontDialog1: TFontDialog
  140.     Font.Charset = DEFAULT_CHARSET
  141.     Font.Color = clWindowText
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     MinFontSize = 0
  146.     MaxFontSize = 0
  147.     Left = 262
  148.     Top = 114
  149.   end
  150. end
  151.