home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / Examples / Vcl / RotLayer_Ex / MainUnit.dfm < prev    next >
Encoding:
Text File  |  2004-07-05  |  2.6 KB  |  128 lines

  1. object Form1: TForm1
  2.   Left = 208
  3.   Top = 110
  4.   Width = 340
  5.   Height = 483
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   DesignSize = (
  16.     332
  17.     456)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 12
  22.     Top = 292
  23.     Width = 76
  24.     Height = 13
  25.     Anchors = [akLeft, akBottom]
  26.     Caption = 'RotLayer.Angle:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 12
  30.     Top = 324
  31.     Width = 96
  32.     Height = 13
  33.     Anchors = [akLeft, akBottom]
  34.     Caption = 'RotLayer.Position.X:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 12
  38.     Top = 352
  39.     Width = 96
  40.     Height = 13
  41.     Anchors = [akLeft, akBottom]
  42.     Caption = 'RotLayer.Position.Y:'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 12
  46.     Top = 420
  47.     Width = 85
  48.     Height = 13
  49.     Anchors = [akLeft, akBottom]
  50.     Caption = 'ImgView32.Scale:'
  51.   end
  52.   object ImgView: TImgView32
  53.     Left = 4
  54.     Top = 8
  55.     Width = 321
  56.     Height = 273
  57.     Anchors = [akLeft, akTop, akRight, akBottom]
  58.     Scale = 1.000000000000000000
  59.     ScrollBars.Color = clBtnShadow
  60.     ScrollBars.ShowHandleGrip = True
  61.     ScrollBars.Style = rbsDefault
  62.     SizeGrip = sgAuto
  63.     TabOrder = 0
  64.   end
  65.   object GaugeBar1: TGaugeBar
  66.     Left = 120
  67.     Top = 292
  68.     Width = 153
  69.     Height = 16
  70.     Anchors = [akLeft, akBottom]
  71.     Backgnd = bgPattern
  72.     Max = 180
  73.     Min = -180
  74.     ShowHandleGrip = True
  75.     Position = 0
  76.     OnChange = GaugeBar1Change
  77.   end
  78.   object GaugeBar2: TGaugeBar
  79.     Left = 120
  80.     Top = 324
  81.     Width = 153
  82.     Height = 16
  83.     Anchors = [akLeft, akBottom]
  84.     Backgnd = bgPattern
  85.     Max = 200
  86.     ShowHandleGrip = True
  87.     Position = 100
  88.     OnChange = GaugeBar2Change
  89.   end
  90.   object GaugeBar3: TGaugeBar
  91.     Left = 120
  92.     Top = 352
  93.     Width = 153
  94.     Height = 16
  95.     Anchors = [akLeft, akBottom]
  96.     Backgnd = bgPattern
  97.     Max = 200
  98.     ShowHandleGrip = True
  99.     Position = 100
  100.     OnChange = GaugeBar2Change
  101.   end
  102.   object GaugeBar4: TGaugeBar
  103.     Left = 120
  104.     Top = 420
  105.     Width = 153
  106.     Height = 16
  107.     Anchors = [akLeft, akBottom]
  108.     Backgnd = bgPattern
  109.     Min = -100
  110.     ShowHandleGrip = True
  111.     Position = 0
  112.     OnChange = GaugeBar4Change
  113.   end
  114.   object CheckBox1: TCheckBox
  115.     Left = 8
  116.     Top = 384
  117.     Width = 125
  118.     Height = 17
  119.     Alignment = taLeftJustify
  120.     Anchors = [akLeft, akBottom]
  121.     Caption = 'RotLayer.Scaled:'
  122.     Checked = True
  123.     State = cbChecked
  124.     TabOrder = 5
  125.     OnClick = CheckBox1Click
  126.   end
  127. end
  128.