home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TRESCODEEDITFORM / TRESCODEEDITFORM.txt
Text File  |  2002-07-15  |  9KB  |  317 lines

  1. object ResCodeEditForm: TResCodeEditForm
  2.   Left = 329
  3.   Top = 89
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit resource (ResType)'
  7.   ClientHeight = 388
  8.   ClientWidth = 494
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object GroupBox1: TGroupBox
  21.     Left = 10
  22.     Top = 10
  23.     Width = 356
  24.     Height = 198
  25.     Caption = 'Required options:'
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 10
  29.       Top = 79
  30.       Width = 261
  31.       Height = 16
  32.       Caption = '&File name (only DOS 8.3 filenames allowed):'
  33.       FocusControl = FileName
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clMaroon
  36.       Font.Height = -15
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 10
  43.       Top = 138
  44.       Width = 78
  45.       Height = 16
  46.       Caption = 'Resource &ID:'
  47.       FocusControl = ResID
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clMaroon
  50.       Font.Height = -15
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.     object Label5: TLabel
  56.       Left = 10
  57.       Top = 20
  58.       Width = 326
  59.       Height = 50
  60.       AutoSize = False
  61.       Caption = 
  62.         'Note: the filename must be a full path if the file is not in the' +
  63.         ' current working directory. The path can either be a quoted or n' +
  64.         'on-quoted string.'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clNavy
  67.       Font.Height = -15
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       WordWrap = True
  72.     end
  73.     object FileName: TEdit
  74.       Left = 10
  75.       Top = 98
  76.       Width = 336
  77.       Height = 24
  78.       TabOrder = 0
  79.       OnChange = FileNameChange
  80.       object SpeedButton1: TSpeedButton
  81.         Left = 306
  82.         Top = -1
  83.         Width = 25
  84.         Height = 22
  85.         Glyph.Data = {
  86.           92010000424D920100000000000042000000280000000E0000000C0000000100
  87.           1000030000005001000000000000000000000000000000000000007C0000E003
  88.           00001F0000001F7C00000000000000000000000000000000000000001F7C1F7C
  89.           1F7C1F7C00000000EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D00001F7C1F7C1F7C
  90.           0000FF7F0000EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D00001F7C1F7C0000FF7F
  91.           FF7F0000EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D00001F7C0000FF7FFF7FFF7F
  92.           0000000000000000000000000000000000001F7C0000FF7FFF7FFF7FFF7FFF7F
  93.           FF7FFF7FFF7F00001F7C1F7C1F7C1F7C0000FF7FFF7FFF7F0000000000000000
  94.           000000001F7C1F7C1F7C1F7C1F7C0000000000001F7C1F7C1F7C1F7C1F7C1F7C
  95.           1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C000000000000
  96.           1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C000000001F7C1F7C
  97.           1F7C1F7C1F7C1F7C1F7C00001F7C1F7C1F7C00001F7C00001F7C1F7C1F7C1F7C
  98.           1F7C1F7C1F7C1F7C0000000000001F7C1F7C1F7C1F7C}
  99.         OnClick = SpeedButton1Click
  100.       end
  101.     end
  102.     object ResID: TEdit
  103.       Left = 10
  104.       Top = 158
  105.       Width = 336
  106.       Height = 24
  107.       TabOrder = 1
  108.       Text = 'MyResource1'
  109.     end
  110.   end
  111.   object Panel1: TPanel
  112.     Left = 10
  113.     Top = 236
  114.     Width = 198
  115.     Height = 139
  116.     BevelInner = bvRaised
  117.     BevelOuter = bvLowered
  118.     Enabled = False
  119.     TabOrder = 2
  120.     object Label3: TLabel
  121.       Left = 10
  122.       Top = 20
  123.       Width = 74
  124.       Height = 16
  125.       Caption = '&Load option:'
  126.       FocusControl = LoadOption
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clMaroon
  129.       Font.Height = -15
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = []
  132.       ParentFont = False
  133.     end
  134.     object Label4: TLabel
  135.       Left = 10
  136.       Top = 79
  137.       Width = 92
  138.       Height = 16
  139.       Caption = '&Memory option:'
  140.       FocusControl = MemOption
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clMaroon
  143.       Font.Height = -15
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = []
  146.       ParentFont = False
  147.     end
  148.     object LoadOption: TComboBox
  149.       Left = 10
  150.       Top = 39
  151.       Width = 178
  152.       Height = 24
  153.       Style = csDropDownList
  154.       ItemHeight = 16
  155.       TabOrder = 0
  156.       Items.Strings = (
  157.         '( Not defined )'
  158.         'Load immediately'
  159.         'Load on call')
  160.     end
  161.     object MemOption: TComboBox
  162.       Left = 10
  163.       Top = 98
  164.       Width = 178
  165.       Height = 24
  166.       Style = csDropDownList
  167.       ItemHeight = 16
  168.       TabOrder = 1
  169.       Items.Strings = (
  170.         '( Not defined )'
  171.         'Moveable'
  172.         'Discardable')
  173.     end
  174.   end
  175.   object CheckBox1: TCheckBox
  176.     Left = 20
  177.     Top = 226
  178.     Width = 158
  179.     Height = 21
  180.     Caption = 'Enable optional options:'
  181.     TabOrder = 1
  182.     OnClick = CheckBox1Click
  183.   end
  184.   object BitBtn1: TBitBtn
  185.     Left = 384
  186.     Top = 10
  187.     Width = 100
  188.     Height = 40
  189.     Caption = 'OK'
  190.     ModalResult = 1
  191.     TabOrder = 3
  192.     OnClick = BitBtn1Click
  193.     Glyph.Data = {
  194.       DE010000424DDE01000000000000760000002800000024000000120000000100
  195.       0400000000006801000000000000000000001000000000000000000000000000
  196.       80000080000000808000800000008000800080800000C0C0C000808080000000
  197.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  198.       3333333333333333333333330000333333333333333333333333F33333333333
  199.       00003333344333333333333333388F3333333333000033334224333333333333
  200.       338338F3333333330000333422224333333333333833338F3333333300003342
  201.       222224333333333383333338F3333333000034222A22224333333338F338F333
  202.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  203.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  204.       0000333333333A222433333333333338F338F33300003333333333A222433333
  205.       333333338F338F33000033333333333A222433333333333338F338F300003333
  206.       33333333A222433333333333338F338F00003333333333333A22433333333333
  207.       3338F38F000033333333333333A223333333333333338F830000333333333333
  208.       333A333333333333333338330000333333333333333333333333333333333333
  209.       0000}
  210.     NumGlyphs = 2
  211.   end
  212.   object BitBtn2: TBitBtn
  213.     Left = 384
  214.     Top = 59
  215.     Width = 100
  216.     Height = 41
  217.     Cancel = True
  218.     Caption = 'Cancel'
  219.     ModalResult = 3
  220.     TabOrder = 4
  221.     Glyph.Data = {
  222.       DE010000424DDE01000000000000760000002800000024000000120000000100
  223.       0400000000006801000000000000000000001000000000000000000000000000
  224.       80000080000000808000800000008000800080800000C0C0C000808080000000
  225.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  226.       333333333333333333333333000033338833333333333333333F333333333333
  227.       0000333911833333983333333388F333333F3333000033391118333911833333
  228.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  229.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  230.       3333F8330000333333911111183333333338F333333F83330000333333311111
  231.       8333333333338F3333383333000033333339111183333333333338F333833333
  232.       00003333339111118333333333333833338F3333000033333911181118333333
  233.       33338333338F333300003333911183911183333333383338F338F33300003333
  234.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  235.       38F338F300003333333333333919333333388333338FFF830000333333333333
  236.       3333333333333333333888330000333333333333333333333333333333333333
  237.       0000}
  238.     NumGlyphs = 2
  239.   end
  240.   object GroupBox2: TGroupBox
  241.     Left = 217
  242.     Top = 226
  243.     Width = 267
  244.     Height = 149
  245.     Caption = 'Preview (not actual size):'
  246.     TabOrder = 5
  247.     object Label6: TLabel
  248.       Left = 2
  249.       Top = 18
  250.       Width = 10
  251.       Height = 120
  252.       Align = alLeft
  253.       AutoSize = False
  254.     end
  255.     object Label7: TLabel
  256.       Left = 255
  257.       Top = 18
  258.       Width = 10
  259.       Height = 120
  260.       Align = alRight
  261.       AutoSize = False
  262.     end
  263.     object Label8: TLabel
  264.       Left = 2
  265.       Top = 138
  266.       Width = 263
  267.       Height = 9
  268.       Align = alBottom
  269.       AutoSize = False
  270.     end
  271.     object Image: TImage
  272.       Left = 12
  273.       Top = 18
  274.       Width = 243
  275.       Height = 120
  276.       Align = alClient
  277.       Stretch = True
  278.     end
  279.   end
  280.   object OpenDialog: TOpenDialog
  281.     Filter = 
  282.       'True-Type Font Resources (*.ttf)|*.ttf|Bitmap-Font Resources (*.' +
  283.       'fnt)|*.fnt|All files (*.*)|*.*'
  284.     Options = [ofEnableSizing]
  285.     Left = 344
  286.     Top = 88
  287.   end
  288.   object OpenPictureDialog1: TOpenPictureDialog
  289.     Filter = 'Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico'
  290.     Options = [ofEnableSizing]
  291.     Left = 312
  292.     Top = 120
  293.   end
  294.   object MarsCaption1: TMarsCaption
  295.     ActiveBeginColor = clBlack
  296.     ActiveEndColor = clBlue
  297.     ActiveFontColor = clWhite
  298.     InactiveBeginColor = clGray
  299.     InactiveEndColor = clSilver
  300.     InactiveFontColor = clSilver
  301.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  302.     ApplicationNameFont.Color = clWindowText
  303.     ApplicationNameFont.Height = -11
  304.     ApplicationNameFont.Name = 'MS Sans Serif'
  305.     ApplicationNameFont.Style = [fsBold]
  306.     CaptionFont.Charset = DEFAULT_CHARSET
  307.     CaptionFont.Color = clWindowText
  308.     CaptionFont.Height = -11
  309.     CaptionFont.Name = 'MS Sans Serif'
  310.     CaptionFont.Style = []
  311.     NumColors = 64
  312.     AutoSize = False
  313.     Left = 344
  314.     Top = 120
  315.   end
  316. end
  317.