home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / Examples / Clx / RotLayer_Ex / MainUnit.xfm < prev    next >
Encoding:
Text File  |  2004-07-14  |  2.7 KB  |  131 lines

  1. object Form1: TForm1
  2.   Left = 278
  3.   Top = 130
  4.   Width = 339
  5.   Height = 484
  6.   HorzScrollBar.Range = 289
  7.   ActiveControl = CheckBox1
  8.   Caption = 'Form1'
  9.   Color = clButton
  10.   Font.Color = clText
  11.   Font.Height = 11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Font.Weight = 40
  16.   ParentFont = False
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   object Label1: TLabel
  21.     Left = 28
  22.     Top = 317
  23.     Width = 76
  24.     Height = 13
  25.     Anchors = [akLeft, akBottom]
  26.     Caption = 'RotLayer.Angle:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 28
  30.     Top = 349
  31.     Width = 96
  32.     Height = 13
  33.     Anchors = [akLeft, akBottom]
  34.     Caption = 'RotLayer.Position.X:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 28
  38.     Top = 377
  39.     Width = 96
  40.     Height = 13
  41.     Anchors = [akLeft, akBottom]
  42.     Caption = 'RotLayer.Position.Y:'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 28
  46.     Top = 445
  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 = 325
  56.     Height = 297
  57.     Anchors = [akLeft, akTop, akRight, akBottom]
  58.     Scale = 1.000000000000000000
  59.     ScrollBars.Color = clDark
  60.     ScrollBars.ShowHandleGrip = True
  61.     ScrollBars.Style = rbsMac
  62.     SizeGrip = sgAuto
  63.     TabOrder = 0
  64.   end
  65.   object GaugeBar1: TGaugeBar
  66.     Left = 136
  67.     Top = 317
  68.     Width = 153
  69.     Height = 16
  70.     Anchors = [akLeft, akBottom]
  71.     Backgnd = bgPattern
  72.     Max = 180
  73.     Min = -180
  74.     ShowHandleGrip = True
  75.     Style = rbsMac
  76.     Position = 0
  77.     OnChange = GaugeBar1Change
  78.   end
  79.   object GaugeBar2: TGaugeBar
  80.     Left = 136
  81.     Top = 349
  82.     Width = 153
  83.     Height = 16
  84.     Anchors = [akLeft, akBottom]
  85.     Backgnd = bgPattern
  86.     Max = 200
  87.     ShowHandleGrip = True
  88.     Style = rbsMac
  89.     Position = 100
  90.     OnChange = GaugeBar2Change
  91.   end
  92.   object GaugeBar3: TGaugeBar
  93.     Left = 136
  94.     Top = 377
  95.     Width = 153
  96.     Height = 16
  97.     Anchors = [akLeft, akBottom]
  98.     Backgnd = bgPattern
  99.     Max = 200
  100.     ShowHandleGrip = True
  101.     Style = rbsMac
  102.     Position = 100
  103.     OnChange = GaugeBar2Change
  104.   end
  105.   object GaugeBar4: TGaugeBar
  106.     Left = 136
  107.     Top = 445
  108.     Width = 153
  109.     Height = 16
  110.     Anchors = [akLeft, akBottom]
  111.     Backgnd = bgPattern
  112.     Min = -100
  113.     ShowHandleGrip = True
  114.     Style = rbsMac
  115.     Position = 0
  116.     OnChange = GaugeBar4Change
  117.   end
  118.   object CheckBox1: TCheckBox
  119.     Left = 24
  120.     Top = 409
  121.     Width = 125
  122.     Height = 17
  123.     Anchors = [akLeft, akBottom]
  124.     Caption = 'RotLayer.Scaled:'
  125.     Checked = True
  126.     State = cbChecked
  127.     TabOrder = 5
  128.     OnClick = CheckBox1Click
  129.   end
  130. end
  131.