home *** CD-ROM | disk | FTP | other *** search
- object RectPropDlg: TRectPropDlg
- Left = 15
- Top = 122
- BorderStyle = bsDialog
- Caption = 'Rectangle Property Editor'
- ClientHeight = 270
- ClientWidth = 362
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- Scaled = False
- OnShow = FormShow
- TextHeight = 16
- object SpeedButton1: TSpeedButton
- Left = 266
- Top = 234
- Width = 89
- Height = 30
- Caption = 'Help'
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000000000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 777777777778887777777777777777777777777777777777778AA87777777777
- 777777788777777777777777778AA87777777777777777788777777777777777
- 78AA87774447777777777788777788877777778878AA87774447777777877788
- 777788877777778A8AA877777777777777887887777777777777778AAAA87777
- 4487777777888887777788777777778AAAAAA877448777777788888888778877
- 7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
- 77888888777777887777778AAA8778447784487777888887778877788777778A
- A87774487774447777888877788777788877778A877774487774447777888777
- 7887777888777788777777447784487777887777778877788777778777777774
- 4444877777877777777888887777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 77777777777777777777}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 4
- Width = 345
- Height = 131
- Caption = 'Border Settings'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '&Border Style :'
- FocusControl = LineStyle
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Border &Colour :'
- FocusControl = LineColor
- end
- object Label3: TLabel
- Left = 16
- Top = 91
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Border &Width:'
- FocusControl = LineWidth
- end
- object Label4: TLabel
- Left = 208
- Top = 91
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '(Pixels)'
- FocusControl = LineColor
- end
- object LineStyle: TComboBox
- Left = 136
- Top = 23
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Solid '
- 'Dashes'
- 'Dots'
- 'Dash, Dot'
- 'Dash, Dot, Dot')
- TabOrder = 0
- OnDrawItem = LineStyleDrawItem
- end
- object LineColor: TComboBox
- Left = 136
- Top = 55
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive green'
- 'Navy blue'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime green'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua'
- 'White')
- TabOrder = 1
- OnDrawItem = LineColorDrawItem
- end
- object LineWidth: TSpinEdit
- Left = 136
- Top = 89
- Width = 65
- Height = 26
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 100
- MinValue = 0
- ParentFont = False
- TabOrder = 2
- Value = 1
- OnChange = LineWidthChange
- end
- end
- object GroupBox2: TGroupBox
- Left = 9
- Top = 138
- Width = 345
- Height = 91
- Caption = 'Interior Settings'
- TabOrder = 1
- object Label5: TLabel
- Left = 16
- Top = 24
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '&Interior Style :'
- FocusControl = LineStyle
- end
- object Label6: TLabel
- Left = 16
- Top = 56
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Internal Colou&r :'
- FocusControl = LineColor
- end
- object RectStyle: TComboBox
- Left = 136
- Top = 23
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'bsSolid'
- 'bsClear'
- 'bsBDiagonal'
- 'bsFDiagonal'
- 'bsCross'
- 'bsDiagCross'
- 'bsHorizontal'
- 'bsVertical')
- TabOrder = 0
- OnDrawItem = RectStyleDrawItem
- end
- object RectColor: TComboBox
- Left = 136
- Top = 55
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive green'
- 'Navy blue'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime green'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua'
- 'White')
- TabOrder = 1
- OnDrawItem = LineColorDrawItem
- end
- end
- object Button2: TButton
- Left = 84
- Top = 234
- Width = 89
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object Button3: TButton
- Left = 175
- Top = 234
- Width = 89
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object ODSHelp1: TODSHelp
- HelpText.Strings = (
- 'Button2'
- 'Button3'
- 'GroupBox1'
- 'GroupBox2'
- 'Label1'
- 'Label2'
- 'Label3'
- 'Label4'
- 'Label5'
- 'Label6'
- 'LineColor'
- 'LineStyle'
- 'LineWidth'
- 'ODSHelp1'
- 'RectColor'
- 'RectStyle'
- 'SpeedButton1')
- HelpText.HelpData = {
- 110001000072005768656E2070726573736564207468697320627574746F6E20
- 77696C6C206170706C7920616E792070726F706572747920616D656E646D656E
- 747320666F722074686973206F626A65637420616E64207468656E2072657475
- 726E20746F2074686520506167652044657369676E65722E0001010000000100
- 0079005768656E2070726573736564207468697320627574746F6E2077696C6C
- 2063616E63656C20616E792070726F706572747920616D656E646D656E747320
- 6D61646520666F72202074686973206F626A65637420616E64207468656E2072
- 657475726E20746F2074686520506167652044657369676E65722E0001010000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000F10054686973206669656C64
- 20616C6C6F77732074686520636F6C6F7572206F6620746865206C696E652075
- 73656420746F2064726177206120626F726465722061726F756E642074686520
- 72656374616E676C6520746F2062652063686F73656E2E20546F2073656C6563
- 74206120636F6C6F7572206F72206368616E676520616E20616C726561647920
- 73656C656374656420636F6C6F75722C2075736520746865209164726F702D64
- 6F776E92206172726F7720616E64207468656E2073656C656374207468652063
- 6F6C6F75722066726F6D20746865206C69737420746861742069732064697370
- 6C617965642E000101000000010000B70154686973206669656C6420616C6C6F
- 777320746865207374796C65206F6620746865206C696E65207573656420746F
- 2064726177206120626F726465722061726F756E64207468652072656374616E
- 676C6520746F2062652063686F73656E2E20546F2073656C6563742061207374
- 796C65206F72206368616E676520616E20616C72656164792073656C65637465
- 64207374796C652C2075736520746865209164726F702D646F776E9220617272
- 6F7720616E64207468656E2073656C65637420746865207374796C652066726F
- 6D20746865206C697374207468617420697320646973706C617965642E0D0A0D
- 0A49742073686F756C64206265206E6F7465642074686174206C696E6573206F
- 66206120746869636B6E6573732067726561746572207468617420312C207769
- 6C6C206F6E6C7920737570706F7274206120736F6C6964206C696E6520737479
- 6C652E2049662074686520426F72646572205769647468206669656C64206973
- 20737065636966696564206173206265696E672067726561746572207468616E
- 206F6E652C207468656E2074686973206669656C642077696C6C206265206469
- 7361626C65642E000101000000010000B00154686973206669656C6420616C6C
- 6F777320746865207769647468206F6620746865206C696E6520757365642074
- 6F2064726177206120626F726465722061726F756E6420746865207265637461
- 6E676C6520746F2062652063686F73656E2E20546F2073656C65637420612064
- 6966666572656E742077696474682C2065697468657220656E74657220746865
- 2076616C7565206469726563746C7920696E746F2074686973206669656C642C
- 206F72207573652074686520696E6372656D656E74616C20757020616E642064
- 6F776E206172726F77732E0D0A0D0A49742073686F756C64206265206E6F7465
- 642074686174206C696E6573206F66206120746869636B6E6573732067726561
- 746572207468617420312C2077696C6C206F6E6C7920737570706F7274206120
- 736F6C6964206C696E65207374796C652E2049662074686520426F7264657220
- 5769647468206669656C6420697320737065636966696564206173206265696E
- 672067726561746572207468616E206F6E652C207468656E2074686520426F72
- 646572205374796C65206669656C642077696C6C2062652064697361626C6564
- 2E00010100000001000000000100000000010000340154686973206669656C64
- 20616C6C6F77732074686520696E7465726E616C20636F6C6F7572206F662074
- 68652072656374616E676C6520746F2062652063686F73656E2E20546F207365
- 6C656374206120636F6C6F7572206F72206368616E676520616E20616C726561
- 64792073656C656374656420636F6C6F75722C2075736520746865209164726F
- 702D646F776E92206172726F7720616E64207468656E2073656C656374207468
- 6520636F6C6F75722066726F6D20746865206C69737420746861742069732064
- 6973706C617965642E0D0A0D0A496620796F752077616E7420746F2072656D6F
- 766520616E20696E7465726E616C20636F6C6F75722066726F6D207468652072
- 656374616E676C652C2073696D706C792073656C6563742074686520636F6C6F
- 75722057686974652E000101000000010000400154686973206669656C642061
- 6C6C6F77732074686520696E7465726E616C207061747465726E207374796C65
- 206F66207468652072656374616E676C6520746F2062652063686F73656E2E20
- 546F2073656C6563742061207374796C65206F72206368616E676520616E2061
- 6C72656164792073656C6563746564207374796C652C20757365207468652091
- 64726F702D646F776E92206172726F7720616E64207468656E2073656C656374
- 20746865207374796C652066726F6D20746865206C6973742074686174206973
- 20646973706C617965642E0D0A0D0A546F2072656D6F76652061207061747465
- 726E2066726F6D2074686520696E73696465206F66207468652072656374616E
- 676C652C2073696D706C792073656C6563742074686520636C65617220706174
- 7465726E2066726F6D20746865206C6973742E00010100000001000000000100
- 000000}
- Color = 15269887
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = True
- MaxWidth = 300
- MoreText = 'More Information...'
- Left = 16
- Top = 232
- end
- end
-