home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / testsoft / ntmailnt / mailmon.exe / 0 / RCDATA / TFRMPPCE / TFRMPPCE.txt
Text File  |  1996-06-17  |  19KB  |  706 lines

  1. object frmPPCE: TfrmPPCE
  2.   Left = 226
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerPanel Component Editor'
  6.   ClientHeight = 364
  7.   ClientWidth = 410
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object TabSet1: TTabSet
  17.     Left = 0
  18.     Top = 343
  19.     Width = 410
  20.     Height = 21
  21.     Align = alBottom
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     OnClick = TabSet1Click
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 276
  31.     Width = 410
  32.     Height = 67
  33.     Align = alBottom
  34.     TabOrder = 1
  35.     object btnGlobal: TBitBtn
  36.       Left = 174
  37.       Top = 19
  38.       Width = 133
  39.       Height = 33
  40.       Hint = 'Open Global options screen'
  41.       Caption = 'Global Options  '
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'Arial'
  45.       Font.Style = []
  46.       ParentFont = False
  47.       TabOrder = 0
  48.       Visible = False
  49.       OnClick = btnGlobalClick
  50.       Glyph.Data = {
  51.         78010000424D7801000000000000760000002800000020000000100000000100
  52.         04000000000000000000120B0000120B00000000000000000000000000000000
  53.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  54.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555775777777
  55.         57705557757777775FF7555555555555000755555555555F777F555555555550
  56.         87075555555555F7577F5555555555088805555555555F755F75555555555033
  57.         805555555555F755F75555555555033B05555555555F755F75555555555033B0
  58.         5555555555F755F75555555555033B05555555555F755F75555555555033B055
  59.         55555555F755F75555555555033B05555555555F755F75555555555033B05555
  60.         555555F75FF75555555555030B05555555555F7F7F75555555555000B0555555
  61.         5555F777F7555555555501900555555555557777755555555555099055555555
  62.         55557777555555555555500555555555555557755555555555550000}
  63.       NumGlyphs = 2
  64.     end
  65.     object btnCopy: TBitBtn
  66.       Left = 174
  67.       Top = 19
  68.       Width = 133
  69.       Height = 33
  70.       Hint = 'Copy values from TPowerPanelAttributes Component.'
  71.       Caption = 'Copy Global Values '
  72.       Font.Color = clBlack
  73.       Font.Height = -11
  74.       Font.Name = 'Arial'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       TabOrder = 1
  78.       OnClick = btnCopyClick
  79.       Glyph.Data = {
  80.         76010000424D7601000000000000760000002800000020000000100000000100
  81.         04000000000000010000130B0000130B00000000000000000000000000000000
  82.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  83.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  84.         FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  85.         FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  86.         007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  87.         7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  88.         99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  89.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  90.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  91.         93337FFFF7737777733300000033333333337777773333333333}
  92.       NumGlyphs = 2
  93.     end
  94.     object BitBtn1: TBitBtn
  95.       Left = 318
  96.       Top = 19
  97.       Width = 84
  98.       Height = 33
  99.       Font.Color = clBlack
  100.       Font.Height = -11
  101.       Font.Name = 'Arial'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       TabOrder = 2
  105.       OnClick = BitBtn1Click
  106.       Kind = bkHelp
  107.     end
  108.     object brnCancel: TBitBtn
  109.       Left = 90
  110.       Top = 19
  111.       Width = 73
  112.       Height = 33
  113.       Hint = 'Cancel any changes.'
  114.       Caption = '&Cancel'
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'Arial'
  118.       Font.Style = []
  119.       ParentFont = False
  120.       ParentShowHint = False
  121.       ShowHint = True
  122.       TabOrder = 3
  123.       Kind = bkCancel
  124.     end
  125.     object btnOk: TBitBtn
  126.       Left = 6
  127.       Top = 19
  128.       Width = 73
  129.       Height = 33
  130.       Hint = 'Save all changes.'
  131.       Caption = '&Ok'
  132.       Font.Color = clBlack
  133.       Font.Height = -11
  134.       Font.Name = 'Arial'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       ParentShowHint = False
  138.       ShowHint = True
  139.       TabOrder = 4
  140.       Kind = bkOK
  141.     end
  142.   end
  143.   object Panel2: TPanel
  144.     Left = 0
  145.     Top = 0
  146.     Width = 410
  147.     Height = 276
  148.     Align = alClient
  149.     TabOrder = 2
  150.     object Notebook1: TNotebook
  151.       Left = 1
  152.       Top = 1
  153.       Width = 408
  154.       Height = 274
  155.       Align = alClient
  156.       TabOrder = 0
  157.       object TPage
  158.         Left = 0
  159.         Top = 0
  160.         Caption = 'Panel Basics'
  161.         object GroupBox1: TGroupBox
  162.           Left = 25
  163.           Top = 30
  164.           Width = 300
  165.           Height = 229
  166.           Caption = 'Basics'
  167.           TabOrder = 0
  168.           object Label14: TLabel
  169.             Left = 12
  170.             Top = 192
  171.             Width = 76
  172.             Height = 16
  173.             Caption = 'TrackPanel:'
  174.           end
  175.           object cbAllowRollup: TCheckBox
  176.             Left = 9
  177.             Top = 44
  178.             Width = 127
  179.             Height = 17
  180.             Caption = 'AllowRollup'
  181.             TabOrder = 0
  182.             OnClick = cbSizableTopClick
  183.           end
  184.           object cbAllowBeeps: TCheckBox
  185.             Left = 9
  186.             Top = 68
  187.             Width = 127
  188.             Height = 17
  189.             Caption = 'AllowBeeps'
  190.             TabOrder = 1
  191.             OnClick = cbSizableTopClick
  192.           end
  193.           object cbHideChildren: TCheckBox
  194.             Left = 9
  195.             Top = 94
  196.             Width = 127
  197.             Height = 17
  198.             Caption = 'HideChildren'
  199.             TabOrder = 2
  200.             OnClick = cbSizableTopClick
  201.           end
  202.           object cbHideSiblings: TCheckBox
  203.             Left = 9
  204.             Top = 121
  205.             Width = 121
  206.             Height = 17
  207.             Caption = 'HideSiblings'
  208.             TabOrder = 3
  209.             OnClick = cbSizableTopClick
  210.           end
  211.           object cbStayVisible: TCheckBox
  212.             Left = 9
  213.             Top = 148
  214.             Width = 97
  215.             Height = 17
  216.             Caption = 'StayVisible'
  217.             TabOrder = 4
  218.             OnClick = cbSizableTopClick
  219.           end
  220.           object cbSizableTop: TCheckBox
  221.             Left = 152
  222.             Top = 44
  223.             Width = 131
  224.             Height = 17
  225.             Caption = 'SizableTop'
  226.             TabOrder = 5
  227.             OnClick = cbSizableTopClick
  228.           end
  229.           object cbSizableBottom: TCheckBox
  230.             Left = 152
  231.             Top = 71
  232.             Width = 121
  233.             Height = 17
  234.             Caption = 'SizableBottom'
  235.             TabOrder = 6
  236.             OnClick = cbSizableTopClick
  237.           end
  238.           object cbSizableLeft: TCheckBox
  239.             Left = 152
  240.             Top = 97
  241.             Width = 97
  242.             Height = 17
  243.             Caption = 'SizableLeft'
  244.             TabOrder = 7
  245.             OnClick = cbSizableTopClick
  246.           end
  247.           object cbSizableRight: TCheckBox
  248.             Left = 152
  249.             Top = 124
  250.             Width = 115
  251.             Height = 17
  252.             Caption = 'SizableRight'
  253.             TabOrder = 8
  254.             OnClick = cbSizableTopClick
  255.           end
  256.           object cbTrackPositions: TCheckBox
  257.             Left = 152
  258.             Top = 150
  259.             Width = 127
  260.             Height = 17
  261.             Caption = 'TrackPositions'
  262.             TabOrder = 9
  263.             OnClick = cbSizableTopClick
  264.           end
  265.           object cboTrack: TComboBox
  266.             Left = 97
  267.             Top = 189
  268.             Width = 186
  269.             Height = 24
  270.             Font.Color = clBlack
  271.             Font.Height = -13
  272.             Font.Name = 'Arial'
  273.             Font.Style = []
  274.             ItemHeight = 16
  275.             ParentFont = False
  276.             TabOrder = 10
  277.             OnChange = ebMinWidthChange
  278.           end
  279.         end
  280.       end
  281.       object TPage
  282.         Left = 0
  283.         Top = 0
  284.         Caption = 'Movement and Cursors'
  285.         object MovementGroup: TGroupBox
  286.           Left = 25
  287.           Top = 30
  288.           Width = 300
  289.           Height = 105
  290.           Caption = '&Panel Movement'
  291.           TabOrder = 0
  292.           object Label7: TLabel
  293.             Left = 38
  294.             Top = 78
  295.             Width = 78
  296.             Height = 16
  297.             Caption = 'Move Color:'
  298.           end
  299.           object cbMovable: TCheckBox
  300.             Left = 18
  301.             Top = 28
  302.             Width = 109
  303.             Height = 17
  304.             Caption = 'Movable'
  305.             TabOrder = 0
  306.             OnClick = cbSizableTopClick
  307.           end
  308.           object cbMovableVert: TCheckBox
  309.             Left = 144
  310.             Top = 29
  311.             Width = 109
  312.             Height = 17
  313.             Caption = 'MovableVert'
  314.             TabOrder = 2
  315.             OnClick = cbSizableTopClick
  316.           end
  317.           object cbMovableHorz: TCheckBox
  318.             Left = 144
  319.             Top = 47
  320.             Width = 115
  321.             Height = 17
  322.             Caption = 'MovableHorz'
  323.             TabOrder = 3
  324.             OnClick = cbSizableTopClick
  325.           end
  326.           object cbMoveParent: TCheckBox
  327.             Left = 18
  328.             Top = 47
  329.             Width = 97
  330.             Height = 17
  331.             Caption = 'MoveParent'
  332.             TabOrder = 1
  333.             OnClick = cbSizableTopClick
  334.           end
  335.           object cboColors: TComboBox
  336.             Left = 124
  337.             Top = 74
  338.             Width = 163
  339.             Height = 22
  340.             Style = csDropDownList
  341.             Font.Color = clBlack
  342.             Font.Height = -11
  343.             Font.Name = 'Arial'
  344.             Font.Style = []
  345.             ItemHeight = 14
  346.             ParentFont = False
  347.             TabOrder = 4
  348.             OnChange = ebMinWidthChange
  349.           end
  350.         end
  351.         object GroupBox2: TGroupBox
  352.           Left = 25
  353.           Top = 142
  354.           Width = 300
  355.           Height = 113
  356.           Caption = '&Cursors'
  357.           TabOrder = 1
  358.           object Label10: TLabel
  359.             Left = 45
  360.             Top = 84
  361.             Width = 68
  362.             Height = 16
  363.             Caption = 'SizingEW:'
  364.           end
  365.           object Label9: TLabel
  366.             Left = 49
  367.             Top = 54
  368.             Width = 64
  369.             Height = 16
  370.             Caption = 'SizingNS:'
  371.           end
  372.           object Label8: TLabel
  373.             Left = 55
  374.             Top = 24
  375.             Width = 52
  376.             Height = 16
  377.             Caption = 'Moving:'
  378.           end
  379.           object cboMoving: TComboBox
  380.             Left = 124
  381.             Top = 21
  382.             Width = 163
  383.             Height = 22
  384.             Style = csDropDownList
  385.             Font.Color = clBlack
  386.             Font.Height = -11
  387.             Font.Name = 'Arial'
  388.             Font.Style = []
  389.             ItemHeight = 14
  390.             ParentFont = False
  391.             TabOrder = 0
  392.             OnChange = ebMinWidthChange
  393.           end
  394.           object cboNS: TComboBox
  395.             Left = 124
  396.             Top = 51
  397.             Width = 163
  398.             Height = 22
  399.             Style = csDropDownList
  400.             Font.Color = clBlack
  401.             Font.Height = -11
  402.             Font.Name = 'Arial'
  403.             Font.Style = []
  404.             ItemHeight = 14
  405.             ParentFont = False
  406.             TabOrder = 1
  407.             OnChange = ebMinWidthChange
  408.           end
  409.           object cboEW: TComboBox
  410.             Left = 124
  411.             Top = 81
  412.             Width = 163
  413.             Height = 22
  414.             Style = csDropDownList
  415.             Font.Color = clBlack
  416.             Font.Height = -11
  417.             Font.Name = 'Arial'
  418.             Font.Style = []
  419.             ItemHeight = 14
  420.             ParentFont = False
  421.             TabOrder = 2
  422.             OnChange = ebMinWidthChange
  423.           end
  424.         end
  425.       end
  426.       object TPage
  427.         Left = 0
  428.         Top = 0
  429.         Caption = 'INI Options'
  430.         object IniGroup: TGroupBox
  431.           Left = 25
  432.           Top = 30
  433.           Width = 300
  434.           Height = 200
  435.           Caption = 'Ini Options '
  436.           Font.Color = clBlack
  437.           Font.Height = -13
  438.           Font.Name = 'System'
  439.           Font.Style = []
  440.           ParentFont = False
  441.           TabOrder = 0
  442.           object Label11: TLabel
  443.             Left = 18
  444.             Top = 77
  445.             Width = 64
  446.             Height = 16
  447.             Caption = 'Filename:'
  448.             Font.Color = clBlack
  449.             Font.Height = -13
  450.             Font.Name = 'System'
  451.             Font.Style = []
  452.             ParentFont = False
  453.           end
  454.           object Label12: TLabel
  455.             Left = 30
  456.             Top = 112
  457.             Width = 52
  458.             Height = 16
  459.             Caption = 'Section:'
  460.             Font.Color = clBlack
  461.             Font.Height = -13
  462.             Font.Name = 'System'
  463.             Font.Style = []
  464.             ParentFont = False
  465.           end
  466.           object Label13: TLabel
  467.             Left = 40
  468.             Top = 154
  469.             Width = 42
  470.             Height = 16
  471.             Caption = 'Prefix:'
  472.             Font.Color = clBlack
  473.             Font.Height = -13
  474.             Font.Name = 'System'
  475.             Font.Style = []
  476.             ParentFont = False
  477.           end
  478.           object cbINILog: TCheckBox
  479.             Left = 90
  480.             Top = 37
  481.             Width = 145
  482.             Height = 17
  483.             Caption = 'Save Panel State'
  484.             Font.Color = clBlack
  485.             Font.Height = -13
  486.             Font.Name = 'System'
  487.             Font.Style = []
  488.             ParentFont = False
  489.             TabOrder = 0
  490.             OnClick = cbSizableTopClick
  491.           end
  492.           object ebINISection: TEdit
  493.             Left = 90
  494.             Top = 109
  495.             Width = 175
  496.             Height = 22
  497.             AutoSize = False
  498.             Font.Color = clBlack
  499.             Font.Height = -13
  500.             Font.Name = 'Arial Narrow'
  501.             Font.Style = []
  502.             ParentFont = False
  503.             TabOrder = 2
  504.             OnChange = ebMinWidthChange
  505.           end
  506.           object ebIniFileName: TEdit
  507.             Left = 90
  508.             Top = 74
  509.             Width = 175
  510.             Height = 22
  511.             AutoSize = False
  512.             Font.Color = clBlack
  513.             Font.Height = -13
  514.             Font.Name = 'Arial Narrow'
  515.             Font.Style = []
  516.             ParentFont = False
  517.             TabOrder = 1
  518.             OnChange = ebMinWidthChange
  519.           end
  520.           object ebINIPrefix: TEdit
  521.             Left = 90
  522.             Top = 151
  523.             Width = 175
  524.             Height = 22
  525.             AutoSize = False
  526.             Font.Color = clBlack
  527.             Font.Height = -13
  528.             Font.Name = 'Arial Narrow'
  529.             Font.Style = []
  530.             ParentFont = False
  531.             TabOrder = 3
  532.             OnChange = ebMinWidthChange
  533.           end
  534.           object Button1: TButton
  535.             Left = 267
  536.             Top = 75
  537.             Width = 19
  538.             Height = 19
  539.             Hint = 'Execute Open file dialog.'
  540.             Caption = '...'
  541.             TabOrder = 4
  542.             TabStop = False
  543.             OnClick = Button1Click
  544.           end
  545.         end
  546.       end
  547.       object TPage
  548.         Left = 0
  549.         Top = 0
  550.         Caption = 'Limits and Grid'
  551.         object LimitsGroup: TGroupBox
  552.           Left = 25
  553.           Top = 30
  554.           Width = 300
  555.           Height = 200
  556.           Caption = '&Limits'
  557.           TabOrder = 0
  558.           object Label2: TLabel
  559.             Left = 44
  560.             Top = 41
  561.             Width = 66
  562.             Height = 16
  563.             Caption = 'MinWidth:'
  564.           end
  565.           object Label3: TLabel
  566.             Left = 40
  567.             Top = 67
  568.             Width = 70
  569.             Height = 16
  570.             Caption = 'MaxWidth:'
  571.           end
  572.           object Label4: TLabel
  573.             Left = 40
  574.             Top = 93
  575.             Width = 70
  576.             Height = 16
  577.             Caption = 'MinHeight:'
  578.           end
  579.           object Label5: TLabel
  580.             Left = 36
  581.             Top = 118
  582.             Width = 74
  583.             Height = 16
  584.             Caption = 'MaxHeight:'
  585.           end
  586.           object Label6: TLabel
  587.             Left = 35
  588.             Top = 145
  589.             Width = 75
  590.             Height = 16
  591.             Caption = 'EdgeOffset:'
  592.           end
  593.           object Label1: TLabel
  594.             Left = 11
  595.             Top = 169
  596.             Width = 99
  597.             Height = 16
  598.             Caption = 'Grid Alignment:'
  599.           end
  600.           object ebMinWidth: TEdit
  601.             Left = 114
  602.             Top = 38
  603.             Width = 134
  604.             Height = 22
  605.             HelpContext = 7
  606.             AutoSize = False
  607.             Font.Color = clBlack
  608.             Font.Height = -13
  609.             Font.Name = 'Arial'
  610.             Font.Style = []
  611.             ParentFont = False
  612.             TabOrder = 0
  613.             Text = '-1'
  614.             OnChange = ebMinWidthChange
  615.           end
  616.           object ebMaxWidth: TEdit
  617.             Left = 114
  618.             Top = 64
  619.             Width = 134
  620.             Height = 22
  621.             AutoSize = False
  622.             Font.Color = clBlack
  623.             Font.Height = -13
  624.             Font.Name = 'Arial'
  625.             Font.Style = []
  626.             ParentFont = False
  627.             TabOrder = 1
  628.             Text = '-1'
  629.             OnChange = ebMinWidthChange
  630.           end
  631.           object ebMinHeight: TEdit
  632.             Left = 114
  633.             Top = 90
  634.             Width = 134
  635.             Height = 22
  636.             AutoSize = False
  637.             Font.Color = clBlack
  638.             Font.Height = -13
  639.             Font.Name = 'Arial'
  640.             Font.Style = []
  641.             ParentFont = False
  642.             TabOrder = 2
  643.             Text = '-1'
  644.             OnChange = ebMinWidthChange
  645.           end
  646.           object ebMaxHeight: TEdit
  647.             Left = 114
  648.             Top = 116
  649.             Width = 134
  650.             Height = 22
  651.             HelpContext = 12
  652.             AutoSize = False
  653.             Font.Color = clBlack
  654.             Font.Height = -13
  655.             Font.Name = 'Arial'
  656.             Font.Style = []
  657.             ParentFont = False
  658.             TabOrder = 3
  659.             Text = '-1'
  660.             OnChange = ebMinWidthChange
  661.           end
  662.           object ebEdgeOffset: TEdit
  663.             Left = 114
  664.             Top = 142
  665.             Width = 134
  666.             Height = 22
  667.             AutoSize = False
  668.             Font.Color = clBlack
  669.             Font.Height = -13
  670.             Font.Name = 'Arial'
  671.             Font.Style = []
  672.             ParentFont = False
  673.             TabOrder = 4
  674.             Text = '8'
  675.             OnChange = ebMinWidthChange
  676.           end
  677.           object ebGridAlignment: TEdit
  678.             Left = 114
  679.             Top = 166
  680.             Width = 134
  681.             Height = 22
  682.             AutoSize = False
  683.             Font.Color = clBlack
  684.             Font.Height = -13
  685.             Font.Name = 'Arial'
  686.             Font.Style = []
  687.             ParentFont = False
  688.             TabOrder = 5
  689.             Text = '4'
  690.             OnChange = ebMinWidthChange
  691.           end
  692.         end
  693.       end
  694.     end
  695.   end
  696.   object OpenINI: TOpenDialog
  697.     DefaultExt = 'INI'
  698.     FileEditStyle = fsEdit
  699.     Filter = 'Windows INI Files|*.INI'
  700.     InitialDir = 'c:\windows'
  701.     Title = 'Open INI File'
  702.     Left = 366
  703.     Top = 204
  704.   end
  705. end
  706.