home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Displace.dfm / Displace.txt
Text File  |  2001-05-28  |  3KB  |  120 lines

  1. object DisplacementForm: TDisplacementForm
  2.   Left = 506
  3.   Top = 306
  4.   Width = 262
  5.   Height = 149
  6.   HelpContext = 3990
  7.   HorzScrollBar.Range = 179
  8.   VertScrollBar.Range = 109
  9.   ActiveControl = DeltaXNEdit
  10.   AutoScroll = False
  11.   Caption = 'Displacement'
  12.   Font.Color = clWindowText
  13.   Font.Height = 12
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   PixelsPerInch = 120
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   TextHeight = 16
  21.   object SeriesLabel: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 73
  25.     Height = 16
  26.     AutoSize = False
  27.     Caption = 'SeriesLabel'
  28.   end
  29.   object Label1: TLabel
  30.     Left = 8
  31.     Top = 32
  32.     Width = 54
  33.     Height = 16
  34.     AutoSize = False
  35.     Caption = 'X (pixels)'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 152
  39.     Top = 32
  40.     Width = 55
  41.     Height = 16
  42.     AutoSize = False
  43.     Caption = 'Y (pixels)'
  44.   end
  45.   object CancelBitBtn: TBitBtn
  46.     Left = 88
  47.     Top = 84
  48.     Width = 75
  49.     Height = 25
  50.     TabOrder = 2
  51.     Kind = bkCancel
  52.   end
  53.   object OKBitBtn: TBitBtn
  54.     Left = 8
  55.     Top = 84
  56.     Width = 75
  57.     Height = 25
  58.     TabOrder = 3
  59.     Kind = bkOK
  60.   end
  61.   object DeltaXNEdit: TNEdit
  62.     Left = 8
  63.     Top = 48
  64.     Width = 88
  65.     Height = 24
  66.     HelpContext = 6040
  67.     DataType = dtSmallint
  68.     Min = -32768.000000000000000000
  69.     Max = 32767.000000000000000000
  70.     NumericType = ntInteger
  71.     AutoSelect = False
  72.     MaxLength = 32767
  73.     TabOrder = 0
  74.     Text = '0'
  75.   end
  76.   object DeltaYNEdit: TNEdit
  77.     Left = 152
  78.     Top = 48
  79.     Width = 88
  80.     Height = 24
  81.     HelpContext = 6060
  82.     DataType = dtSmallint
  83.     Min = -32768.000000000000000000
  84.     Max = 32767.000000000000000000
  85.     NumericType = ntInteger
  86.     AutoSelect = False
  87.     MaxLength = 32767
  88.     TabOrder = 1
  89.     Text = '0'
  90.   end
  91.   object ApplyBitBtn: TBitBtn
  92.     Left = 168
  93.     Top = 84
  94.     Width = 75
  95.     Height = 25
  96.     HelpContext = 6510
  97.     Caption = '&Apply'
  98.     TabOrder = 4
  99.     OnClick = ApplyBitBtnClick
  100.     Glyph.Data = {
  101.       DE010000424DDE01000000000000760000002800000024000000120000000100
  102.       04000000000068010000120B0000120B00001000000010000000000000000000
  103.       80000080000000808000800000008000800080800000C0C0C000808080000000
  104.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
  105.       33333333333F8888883F33330000324334222222443333388F3833333388F333
  106.       000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
  107.       F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
  108.       223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
  109.       3338888300003AAAAAAA33333333333888888833333333330000333333333333
  110.       333333333333333333FFFFFF000033333333333344444433FFFF333333888888
  111.       00003A444333333A22222438888F333338F3333800003A2243333333A2222438
  112.       F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
  113.       22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
  114.       33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
  115.       3333333333338888883333330000333333333333333333333333333333333333
  116.       0000}
  117.     NumGlyphs = 2
  118.   end
  119. end
  120.