home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / DEMO / PROGFRM.DF_ / PROGFRM.DF / PROGFRM.txt < prev   
Text File  |  1996-10-18  |  9KB  |  294 lines

  1. object FrmProgress: TFrmProgress
  2.   Left = 217
  3.   Top = 134
  4.   ActiveControl = TrkPercent
  5.   BorderStyle = bsDialog
  6.   Caption = 'RzProgressBar & RzTrackBar Components'
  7.   ClientHeight = 310
  8.   ClientWidth = 431
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Pbr1: TRzProgressBar
  18.     Left = 8
  19.     Top = 144
  20.     BorderWidth = 0
  21.     InteriorOffset = 0
  22.     PartsComplete = 0
  23.     Percent = 35
  24.     TotalParts = 0
  25.   end
  26.   object Pbr2: TRzProgressBar
  27.     Left = 8
  28.     Top = 180
  29.     BarStyle = bsLED
  30.     BorderWidth = 0
  31.     InteriorOffset = 1
  32.     PartsComplete = 0
  33.     Percent = 35
  34.     ShowPercent = False
  35.     TotalParts = 0
  36.   end
  37.   object Pbr3: TRzProgressBar
  38.     Left = 8
  39.     Top = 256
  40.     Height = 45
  41.     BackColor = clBtnFace
  42.     BarColor = clNavy
  43.     BorderInner = fsLowered
  44.     BorderOuter = fsRaised
  45.     BorderWidth = 4
  46.     Font.Color = clNavy
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     InteriorOffset = 0
  51.     ParentFont = False
  52.     PartsComplete = 0
  53.     Percent = 35
  54.     TotalParts = 0
  55.   end
  56.   object Pbr4: TRzProgressBar
  57.     Left = 232
  58.     Top = 144
  59.     Width = 37
  60.     Height = 157
  61.     BarColor = clTeal
  62.     BorderWidth = 0
  63.     Font.Color = clTeal
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     InteriorOffset = 4
  68.     Orientation = orVertical
  69.     ParentFont = False
  70.     PartsComplete = 0
  71.     Percent = 35
  72.     ShowPercent = False
  73.     TotalParts = 0
  74.   end
  75.   object Pbr5: TRzProgressBar
  76.     Left = 288
  77.     Top = 144
  78.     Width = 37
  79.     Height = 157
  80.     BarColor = clPurple
  81.     BarStyle = bsLED
  82.     BorderInner = fsRaised
  83.     BorderWidth = 4
  84.     Font.Color = clPurple
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     InteriorOffset = 1
  89.     Orientation = orVertical
  90.     ParentFont = False
  91.     PartsComplete = 0
  92.     Percent = 35
  93.     ShowPercent = False
  94.     TotalParts = 0
  95.   end
  96.   object Label1: TLabel
  97.     Left = 284
  98.     Top = 84
  99.     Width = 77
  100.     Height = 13
  101.     Caption = 'Parts Completed'
  102.   end
  103.   object Label2: TLabel
  104.     Left = 284
  105.     Top = 60
  106.     Width = 51
  107.     Height = 13
  108.     Caption = 'Total Parts'
  109.   end
  110.   object Pbr6: TRzProgressBar
  111.     Left = 8
  112.     Top = 216
  113.     Height = 29
  114.     BackColor = clBtnFace
  115.     BarColor = clGreen
  116.     BarStyle = bsLED
  117.     BorderOuter = fsStatus
  118.     BorderWidth = 0
  119.     Font.Color = clGreen
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     InteriorOffset = 1
  124.     ParentFont = False
  125.     PartsComplete = 0
  126.     Percent = 35
  127.     ShowPercent = False
  128.     TotalParts = 0
  129.   end
  130.   object RzLabel1: TRzLabel
  131.     Left = 8
  132.     Top = 108
  133.     Width = 317
  134.     Height = 29
  135.     TextStyle = tsNormal
  136.     AutoSize = False
  137.     Caption = 
  138.       'The RzProgressBar component has many different border style comb' +
  139.       'inations as well as bar style settings.'
  140.     Font.Color = clNavy
  141.     Font.Height = -11
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     WordWrap = True
  146.   end
  147.   object RzLabel2: TRzLabel
  148.     Left = 8
  149.     Top = 8
  150.     Width = 225
  151.     Height = 41
  152.     TextStyle = tsNormal
  153.     AutoSize = False
  154.     Caption = 
  155.       'The RzTrackBar component below is using a custom thumb to adjust' +
  156.       ' the percentage values of the sample RzProgressBar components.'
  157.     Font.Color = clNavy
  158.     Font.Height = -11
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     ParentFont = False
  162.     WordWrap = True
  163.   end
  164.   object RzLabel3: TRzLabel
  165.     Left = 260
  166.     Top = 8
  167.     Width = 161
  168.     Height = 41
  169.     TextStyle = tsNormal
  170.     AutoSize = False
  171.     Caption = 
  172.       'RzProgressBars can also be set using the PartsComplete and Total' +
  173.       'Parts properties.'
  174.     Font.Color = clNavy
  175.     Font.Height = -11
  176.     Font.Name = 'MS Sans Serif'
  177.     Font.Style = []
  178.     ParentFont = False
  179.     WordWrap = True
  180.   end
  181.   object TrkPercent: TRzTrackBar
  182.     Left = 8
  183.     Top = 56
  184.     Width = 217
  185.     Height = 29
  186.     CustomThumb.Data = {
  187.       F6020000424DF60200000000000076000000280000003C000000140000000100
  188.       0400000000008002000000000000000000000000000010000000000000000000
  189.       80000080000000808000800000008000800080800000C0C0C000808080000000
  190.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00CCC000000000
  191.       0CCCC000000FFFFFFFFFF0000FFF888000000000088880000000CCCC00000000
  192.       CCCCCC000000FFFFFFFF000000FF888800000000888888000000CCCCC000000C
  193.       CCCCCCC000000FFFFFF00000000F8888800000088888888000000CCCCC0000CC
  194.       CC00CCCCF00000FFFF0000FF000008888800008888008888000000CCCCC000CC
  195.       C0000CCCFF00000FFF000FFFF000008888800088800008880000000CCCCC00CC
  196.       C0000CCCFFF00000FF000FFFF0000008888800888000088800000000CCCCC0CC
  197.       CC00CCCCFFFF00000F0000FF000000008888808888008888000000000CCCCC0C
  198.       CCCCCCC0FFFFF00000F00000000F000008888808888888800000000000CCCCC0
  199.       CCCCCC00FFFFFF00000F000000FF0000008888808888880000000000000CCCCC
  200.       0CCCC000FFFFFFF00000F0000FFF000000088888088880000000000CCCC0CCCC
  201.       C0000000FFF0000F00000FFFFFFF00088880888880000000000000CCCCCC0CCC
  202.       CC000000FF000000F00000FFFFFF0088888808888800000000000CCCCCCCC0CC
  203.       CCC00000F00000000F00000FFFFF088888888088888000000000CCCC00CCCC0C
  204.       CCCC00000000FF0000F00000FFFF888800888808888800000000CCC0000CCC00
  205.       CCCCC000000FFFF000FF00000FFF888000088800888880000000CCC0000CCC00
  206.       0CCCCC00000FFFF000FFF00000FF888000088800088888000000CCCC00CCCC00
  207.       00CCCCC00000FF0000FFFF00000F8888008888000088888000000CCCCCCCC000
  208.       000CCCCCF00000000FFFFFF0000008888888800000088888000000CCCCCC0000
  209.       0000CCCCFF000000FFFFFFFF0000008888880000000088880000000CCCC00000
  210.       00000CCCFFF0000FFFFFFFFFF000000888800000000008880000}
  211.     Max = 100
  212.     Position = 35
  213.     ShowTicks = False
  214.     ThumbStyle = tsCustom
  215.     TrackOffset = 10
  216.     OnChange = TrkPercentChange
  217.     TabOrder = 0
  218.   end
  219.   object BtnOK: TButton
  220.     Left = 344
  221.     Top = 276
  222.     Width = 75
  223.     Height = 25
  224.     Caption = 'Done'
  225.     ModalResult = 1
  226.     TabOrder = 3
  227.   end
  228.   object SpnPartsComp: TRzSpinEdit
  229.     Left = 368
  230.     Top = 80
  231.     Width = 47
  232.     Height = 21
  233.     ButtonUpGlyph.Data = {
  234.       12010000424D120100000000000036000000280000000E000000050000000100
  235.       180000000000DC00000000000000000000000000000000000000C0C0C0C0C0C0
  236.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  237.       C0C0C0C000000000000000000000000000000000000000000000008080808080
  238.       808080808080808080808080808080800000C0C0C00000000000000000000000
  239.       00000000C0C0C0C0C0C0808080808080808080808080808080C0C0C00000C0C0
  240.       C0C0C0C0000000000000000000C0C0C0C0C0C0C0C0C0C0C0C080808080808080
  241.       8080C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0000000C0C0C0C0C0C0C0C0C0C0
  242.       C0C0C0C0C0C0C0C0808080C0C0C0C0C0C0C0C0C00000}
  243.     ButtonDownGlyph.Data = {
  244.       12010000424D120100000000000036000000280000000E000000050000000100
  245.       180000000000DC00000000000000000000000000000000000000C0C0C0C0C0C0
  246.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  247.       C0C0C0C00000C0C0C0C0C0C0C0C0C0000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  248.       C0C0C0C0808080C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C00000000000000000
  249.       00C0C0C0C0C0C0C0C0C0C0C0C0808080808080808080C0C0C0C0C0C00000C0C0
  250.       C0000000000000000000000000000000C0C0C0C0C0C080808080808080808080
  251.       8080808080C0C0C0000000000000000000000000000000000000000000000080
  252.       80808080808080808080808080808080808080800000}
  253.     Increment = 1.000000000000000000
  254.     Max = 100.000000000000000000
  255.     PageSize = 10.000000000000000000
  256.     OnChange = SpnPartsCompChange
  257.     OnChanging = SpnPartsCompChanging
  258.     ParentColor = False
  259.     TabOrder = 2
  260.   end
  261.   object SpnTotal: TRzSpinEdit
  262.     Left = 368
  263.     Top = 56
  264.     Width = 47
  265.     Height = 21
  266.     ButtonUpGlyph.Data = {
  267.       12010000424D120100000000000036000000280000000E000000050000000100
  268.       180000000000DC00000000000000000000000000000000000000C0C0C0C0C0C0
  269.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  270.       C0C0C0C000000000000000000000000000000000000000000000008080808080
  271.       808080808080808080808080808080800000C0C0C00000000000000000000000
  272.       00000000C0C0C0C0C0C0808080808080808080808080808080C0C0C00000C0C0
  273.       C0C0C0C0000000000000000000C0C0C0C0C0C0C0C0C0C0C0C080808080808080
  274.       8080C0C0C0C0C0C00000C0C0C0C0C0C0C0C0C0000000C0C0C0C0C0C0C0C0C0C0
  275.       C0C0C0C0C0C0C0C0808080C0C0C0C0C0C0C0C0C00000}
  276.     ButtonDownGlyph.Data = {
  277.       12010000424D120100000000000036000000280000000E000000050000000100
  278.       180000000000DC00000000000000000000000000000000000000C0C0C0C0C0C0
  279.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  280.       C0C0C0C00000C0C0C0C0C0C0C0C0C0000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  281.       C0C0C0C0808080C0C0C0C0C0C0C0C0C00000C0C0C0C0C0C00000000000000000
  282.       00C0C0C0C0C0C0C0C0C0C0C0C0808080808080808080C0C0C0C0C0C00000C0C0
  283.       C0000000000000000000000000000000C0C0C0C0C0C080808080808080808080
  284.       8080808080C0C0C0000000000000000000000000000000000000000000000080
  285.       80808080808080808080808080808080808080800000}
  286.     Increment = 1.000000000000000000
  287.     Max = 100.000000000000000000
  288.     PageSize = 10.000000000000000000
  289.     OnChange = SpnTotalChange
  290.     ParentColor = False
  291.     TabOrder = 1
  292.   end
  293. end
  294.