home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / zkuste / delphi / kompon / d3456 / PICSHOW.ZIP / Demo / Main.dfm / Main.txt
Text File  |  2002-10-25  |  7KB  |  324 lines

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