home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d3456 / PICSHOW.ZIP / Demo / Main.dfm / Main.txt
Encoding:
Text File  |  2001-12-29  |  6.1 KB  |  309 lines

  1. object MainForm: TMainForm
  2.   Left = 182
  3.   Top = 108
  4.   AutoScroll = False
  5.   Caption = 'TPicShow Demo'
  6.   ClientHeight = 429
  7.   ClientWidth = 524
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PicShow: TPicShow
  21.     Tag = 8
  22.     Left = 0
  23.     Top = 28
  24.     Width = 524
  25.     Height = 321
  26.     Hint = 'Double click here for the next image'
  27.     Align = alClient
  28.     Center = True
  29.     Color = clGray
  30.     ParentColor = False
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     StretchFine = True
  34.     Style = 0
  35.     TabOrder = 4
  36.     OnComplete = PicShowComplete
  37.     OnCustomDraw = PicShowCustomDraw
  38.     OnDblClick = PicShowDblClick
  39.     OnProgress = PicShowProgress
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 0
  43.     Top = 349
  44.     Width = 524
  45.     Height = 32
  46.     Align = alBottom
  47.     BorderStyle = bsSingle
  48.     Ctl3D = False
  49.     ParentCtl3D = False
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     TabOrder = 0
  53.     object Label1: TLabel
  54.       Left = 8
  55.       Top = 9
  56.       Width = 26
  57.       Height = 13
  58.       Caption = '&Style:'
  59.       FocusControl = Style
  60.     end
  61.     object Label2: TLabel
  62.       Left = 277
  63.       Top = 9
  64.       Width = 25
  65.       Height = 13
  66.       Caption = 'Ste&p:'
  67.       FocusControl = Step
  68.     end
  69.     object Bevel1: TBevel
  70.       Left = 269
  71.       Top = 2
  72.       Width = 2
  73.       Height = 26
  74.     end
  75.     object Bevel2: TBevel
  76.       Left = 424
  77.       Top = 2
  78.       Width = 2
  79.       Height = 26
  80.     end
  81.     object Label3: TLabel
  82.       Left = 349
  83.       Top = 9
  84.       Width = 30
  85.       Height = 13
  86.       Caption = '&Delay:'
  87.       FocusControl = Delay
  88.     end
  89.     object Step: TSpinEdit
  90.       Left = 306
  91.       Top = 4
  92.       Width = 37
  93.       Height = 22
  94.       Ctl3D = True
  95.       MaxLength = 3
  96.       MaxValue = 200
  97.       MinValue = 1
  98.       ParentCtl3D = False
  99.       TabOrder = 4
  100.       Value = 1
  101.       OnChange = StepChange
  102.     end
  103.     object Style: TSpinEdit
  104.       Left = 38
  105.       Top = 4
  106.       Width = 48
  107.       Height = 22
  108.       Ctl3D = True
  109.       MaxLength = 3
  110.       MaxValue = 0
  111.       MinValue = 0
  112.       ParentCtl3D = False
  113.       TabOrder = 0
  114.       Value = 0
  115.       OnChange = StyleChange
  116.     end
  117.     object Threaded: TCheckBox
  118.       Left = 435
  119.       Top = 7
  120.       Width = 66
  121.       Height = 17
  122.       Caption = '&Threaded'
  123.       TabOrder = 6
  124.       OnClick = ThreadedClick
  125.     end
  126.     object ManualStyle: TRadioButton
  127.       Left = 91
  128.       Top = 7
  129.       Width = 59
  130.       Height = 17
  131.       Hint = 
  132.         'When manual is checked, use scroll bar below to animate the imag' +
  133.         'e'
  134.       Caption = 'Manual'
  135.       TabOrder = 1
  136.       OnClick = ManualStyleClick
  137.     end
  138.     object TurnStyle: TRadioButton
  139.       Left = 154
  140.       Top = 7
  141.       Width = 44
  142.       Height = 17
  143.       Caption = 'Turn'
  144.       Checked = True
  145.       TabOrder = 2
  146.       TabStop = True
  147.       OnClick = ManualStyleClick
  148.     end
  149.     object RandomStyle: TRadioButton
  150.       Left = 203
  151.       Top = 7
  152.       Width = 59
  153.       Height = 17
  154.       Caption = 'Random'
  155.       TabOrder = 3
  156.       OnClick = ManualStyleClick
  157.     end
  158.     object Delay: TSpinEdit
  159.       Left = 382
  160.       Top = 4
  161.       Width = 37
  162.       Height = 22
  163.       Ctl3D = True
  164.       MaxValue = 0
  165.       MinValue = 0
  166.       ParentCtl3D = False
  167.       TabOrder = 5
  168.       Value = 1
  169.       OnChange = DelayChange
  170.     end
  171.   end
  172.   object Panel2: TPanel
  173.     Left = 0
  174.     Top = 0
  175.     Width = 524
  176.     Height = 28
  177.     Align = alTop
  178.     Alignment = taLeftJustify
  179.     BorderStyle = bsSingle
  180.     Ctl3D = False
  181.     ParentCtl3D = False
  182.     TabOrder = 1
  183.     object SelectFolder: TButton
  184.       Left = 421
  185.       Top = 3
  186.       Width = 97
  187.       Height = 21
  188.       Caption = 'Select Folder...'
  189.       TabOrder = 0
  190.       OnClick = SelectFolderClick
  191.     end
  192.     object CurrentFilename: TPanel
  193.       Left = 3
  194.       Top = 2
  195.       Width = 287
  196.       Height = 22
  197.       Hint = 'Currently loaded image file'
  198.       BevelOuter = bvLowered
  199.       Caption = 'Current loaded file'
  200.       ParentShowHint = False
  201.       ShowHint = False
  202.       TabOrder = 1
  203.     end
  204.     object FreeMemory: TPanel
  205.       Left = 292
  206.       Top = 2
  207.       Width = 125
  208.       Height = 22
  209.       Hint = 'Free Memory'
  210.       BevelOuter = bvLowered
  211.       Caption = 'Free Memory'
  212.       ParentShowHint = False
  213.       ShowHint = False
  214.       TabOrder = 2
  215.     end
  216.   end
  217.   object Panel3: TPanel
  218.     Left = 0
  219.     Top = 413
  220.     Width = 524
  221.     Height = 16
  222.     Align = alBottom
  223.     BevelOuter = bvNone
  224.     TabOrder = 3
  225.     object ScrollBar: TScrollBar
  226.       Left = 0
  227.       Top = 0
  228.       Width = 524
  229.       Height = 16
  230.       Hint = 'Manual Progress Controller'
  231.       Align = alBottom
  232.       Enabled = False
  233.       LargeChange = 10
  234.       PageSize = 0
  235.       ParentShowHint = False
  236.       ShowHint = True
  237.       TabOrder = 0
  238.       OnChange = ScrollBarChange
  239.     end
  240.   end
  241.   object Panel4: TPanel
  242.     Left = 0
  243.     Top = 381
  244.     Width = 524
  245.     Height = 32
  246.     Align = alBottom
  247.     BorderStyle = bsSingle
  248.     Ctl3D = False
  249.     ParentCtl3D = False
  250.     ParentShowHint = False
  251.     ShowHint = True
  252.     TabOrder = 2
  253.     object Label4: TLabel
  254.       Left = 132
  255.       Top = 9
  256.       Width = 217
  257.       Height = 13
  258.       Caption = 'Show the next image after                  seconds'
  259.       FocusControl = ShowPause
  260.     end
  261.     object Bevel3: TBevel
  262.       Left = 362
  263.       Top = 2
  264.       Width = 2
  265.       Height = 26
  266.     end
  267.     object Auto: TCheckBox
  268.       Left = 6
  269.       Top = 7
  270.       Width = 115
  271.       Height = 17
  272.       Caption = 'Auto Change Image'
  273.       Checked = True
  274.       State = cbChecked
  275.       TabOrder = 0
  276.       OnClick = AutoClick
  277.     end
  278.     object ShowPause: TSpinEdit
  279.       Left = 262
  280.       Top = 4
  281.       Width = 42
  282.       Height = 22
  283.       Ctl3D = True
  284.       MaxLength = 3
  285.       MaxValue = 600
  286.       MinValue = 1
  287.       ParentCtl3D = False
  288.       TabOrder = 1
  289.       Value = 2
  290.       OnChange = StyleChange
  291.     end
  292.     object ClearOldImage: TCheckBox
  293.       Left = 375
  294.       Top = 7
  295.       Width = 125
  296.       Height = 17
  297.       Caption = 'Clear Previous Image '
  298.       TabOrder = 2
  299.     end
  300.   end
  301.   object Timer: TTimer
  302.     Enabled = False
  303.     Interval = 2000
  304.     OnTimer = TimerTimer
  305.     Left = 16
  306.     Top = 40
  307.   end
  308. end
  309.