home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMFRAMEPROP / TFORMFRAMEPROP.txt
Encoding:
Text File  |  2002-10-07  |  6.4 KB  |  317 lines

  1. object FormFrameProp: TFormFrameProp
  2.   Left = 237
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 330
  7.   ClientWidth = 583
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 265
  22.     Height = 237
  23.     Shape = bsFrame
  24.   end
  25.   object Bevel2: TBevel
  26.     Left = 16
  27.     Top = 56
  28.     Width = 245
  29.     Height = 177
  30.     Shape = bsFrame
  31.   end
  32.   object LabelName: TLabel
  33.     Left = 28
  34.     Top = 24
  35.     Width = 31
  36.     Height = 12
  37.     Caption = '&Name:'
  38.     FocusControl = EditName
  39.   end
  40.   object LabelTrans: TLabel
  41.     Left = 28
  42.     Top = 78
  43.     Width = 63
  44.     Height = 12
  45.     Caption = 'Transparent:'
  46.     FocusControl = CheckTrans
  47.   end
  48.   object ShapeTrans: TShape
  49.     Left = 104
  50.     Top = 100
  51.     Width = 61
  52.     Height = 21
  53.     Cursor = crHandPoint
  54.     OnMouseDown = ShapeTransMouseDown
  55.   end
  56.   object LabelDelay: TLabel
  57.     Left = 28
  58.     Top = 140
  59.     Width = 31
  60.     Height = 12
  61.     Caption = '&Delay:'
  62.     FocusControl = ComboDelay
  63.   end
  64.   object LabelDisposal: TLabel
  65.     Left = 28
  66.     Top = 204
  67.     Width = 46
  68.     Height = 12
  69.     Caption = 'D&isposal:'
  70.     FocusControl = ComboDis
  71.   end
  72.   object btnPrev: TToolbarButton97
  73.     Left = 12
  74.     Top = 252
  75.     Width = 23
  76.     Height = 22
  77.     Action = actBack
  78.     DisplayMode = dmGlyphOnly
  79.     ParentShowHint = False
  80.     ShowHint = True
  81.   end
  82.   object btnNext: TToolbarButton97
  83.     Left = 40
  84.     Top = 252
  85.     Width = 23
  86.     Height = 22
  87.     Action = actNext
  88.     DisplayMode = dmGlyphOnly
  89.     ParentShowHint = False
  90.     ShowHint = True
  91.   end
  92.   object btnPick: TToolbarButton97
  93.     Left = 168
  94.     Top = 100
  95.     Width = 23
  96.     Height = 22
  97.     AllowAllUp = True
  98.     GroupIndex = 1
  99.     DisplayMode = dmGlyphOnly
  100.     DropdownAlways = True
  101.     DropdownArrow = False
  102.     Flat = False
  103.     Glyph.Data = {
  104.       F6000000424DF600000000000000760000002800000010000000100000000100
  105.       0400000000008000000000000000000000001000000000000000000000000000
  106.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  107.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDEEE
  108.       DDDDDDDDEEEDEEEEEDEDDDDE0DDDDDDDDDDDDDD0E00DDDDDDDDDDDDD0EE0DDDD
  109.       DDDDDDDD0EE70DDDDDDDDDDDD07770DDDDDDDDDDDD07770D0DDDDDDDDDD07770
  110.       0DDDDDDDDDDD07110DDDDDDDDDDDD09910DDDDDDDDDD0009910DDDDDDDDDDDD0
  111.       910DDDDDDDDDDDDD000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
  112.     ShowBorderWhenInactive = True
  113.     OnClick = btnPickClick
  114.   end
  115.   object EditName: TEdit
  116.     Left = 104
  117.     Top = 20
  118.     Width = 145
  119.     Height = 20
  120.     TabOrder = 0
  121.   end
  122.   object CheckTrans: TCheckBox
  123.     Left = 104
  124.     Top = 76
  125.     Width = 97
  126.     Height = 17
  127.     AllowGrayed = True
  128.     Caption = '&Enabled'
  129.     TabOrder = 2
  130.     OnClick = CheckTransClick
  131.   end
  132.   object ComboDelay: TComboBox
  133.     Left = 104
  134.     Top = 136
  135.     Width = 145
  136.     Height = 20
  137.     Style = csDropDownList
  138.     ItemHeight = 12
  139.     TabOrder = 3
  140.     OnClick = ComboDelayClick
  141.     Items.Strings = (
  142.       'Frames(60FPS)'
  143.       '1/100 sec (for GIF)'
  144.       '1/1000 sec'
  145.       'No change')
  146.   end
  147.   object EditDelay: TEdit
  148.     Left = 104
  149.     Top = 164
  150.     Width = 57
  151.     Height = 20
  152.     TabOrder = 4
  153.     Text = '0'
  154.   end
  155.   object UpDownDelay: TUpDown
  156.     Left = 161
  157.     Top = 164
  158.     Width = 15
  159.     Height = 20
  160.     Associate = EditDelay
  161.     Min = 0
  162.     Max = 30000
  163.     Position = 0
  164.     TabOrder = 5
  165.     Thousands = False
  166.     Wrap = False
  167.   end
  168.   object ComboDis: TComboBox
  169.     Left = 104
  170.     Top = 200
  171.     Width = 145
  172.     Height = 20
  173.     Style = csDropDownList
  174.     ItemHeight = 12
  175.     TabOrder = 6
  176.     Items.Strings = (
  177.       'None'
  178.       'No Disposal'
  179.       'Background'
  180.       'Previous'
  181.       'No change')
  182.   end
  183.   object Button1: TButton
  184.     Left = 112
  185.     Top = 252
  186.     Width = 75
  187.     Height = 25
  188.     Caption = 'OK'
  189.     Default = True
  190.     ModalResult = 1
  191.     TabOrder = 7
  192.   end
  193.   object btnCancel: TButton
  194.     Left = 192
  195.     Top = 252
  196.     Width = 75
  197.     Height = 25
  198.     Cancel = True
  199.     Caption = 'Cancel'
  200.     ModalResult = 2
  201.     TabOrder = 8
  202.   end
  203.   object CheckAll: TCheckBox
  204.     Left = 28
  205.     Top = 48
  206.     Width = 93
  207.     Height = 17
  208.     Caption = '&All Frames'
  209.     TabOrder = 1
  210.     OnClick = CheckAllClick
  211.   end
  212.   object PopupPanel: TPopupPanel
  213.     Left = 272
  214.     Top = 8
  215.     Width = 301
  216.     Height = 301
  217.     BevelOuter = bvNone
  218.     Font.Charset = SHIFTJIS_CHARSET
  219.     Font.Color = clWindowText
  220.     Font.Height = -12
  221.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  222.     Font.Style = []
  223.     FullRepaint = False
  224.     ShowHint = False
  225.     OnEnter = PopupPanelEnter
  226.     OnExit = PopupPanelExit
  227.     object ScrollBox: TScrollBox
  228.       Left = 0
  229.       Top = 0
  230.       Width = 301
  231.       Height = 260
  232.       HorzScrollBar.Tracking = True
  233.       VertScrollBar.Tracking = True
  234.       Align = alClient
  235.       TabOrder = 0
  236.       OnMouseDown = ScrollBoxMouseDown
  237.       object PaintBox: TDXPaintBox
  238.         Left = 0
  239.         Top = 0
  240.         Width = 105
  241.         Height = 105
  242.         Cursor = 12
  243.         AutoStretch = True
  244.         Center = False
  245.         KeepAspect = False
  246.         Stretch = False
  247.         ViewWidth = 0
  248.         ViewHeight = 0
  249.         OnMouseDown = PaintBoxMouseDown
  250.         OnMouseMove = PaintBoxMouseMove
  251.       end
  252.     end
  253.     object Panel1: TPanel
  254.       Left = 0
  255.       Top = 260
  256.       Width = 301
  257.       Height = 41
  258.       Align = alBottom
  259.       TabOrder = 1
  260.       object Shape: TShape
  261.         Left = 228
  262.         Top = 12
  263.         Width = 65
  264.         Height = 21
  265.       end
  266.       object Label1: TLabel
  267.         Left = 12
  268.         Top = 16
  269.         Width = 30
  270.         Height = 12
  271.         Caption = 'Zoom:'
  272.       end
  273.       object ComboZoom: TComboBox
  274.         Left = 80
  275.         Top = 12
  276.         Width = 77
  277.         Height = 20
  278.         Style = csDropDownList
  279.         ItemHeight = 12
  280.         TabOrder = 0
  281.         OnClick = ComboZoomClick
  282.         Items.Strings = (
  283.           'x1'
  284.           'x2'
  285.           'x4'
  286.           'x8'
  287.           'x16')
  288.       end
  289.     end
  290.   end
  291.   object ColorDialog: TColorDialog
  292.     Ctl3D = True
  293.     Left = 208
  294.     Top = 52
  295.   end
  296.   object ActionList1: TActionList
  297.     Left = 236
  298.     Top = 52
  299.     object actBack: TAction
  300.       Tag = -1
  301.       Caption = 'Back'
  302.       Hint = 'Back'
  303.       ImageIndex = 30
  304.       OnExecute = actBackExecute
  305.       OnUpdate = actBackUpdate
  306.     end
  307.     object actNext: TAction
  308.       Tag = 1
  309.       Caption = 'Forward'
  310.       Hint = 'Forward'
  311.       ImageIndex = 31
  312.       OnExecute = actBackExecute
  313.       OnUpdate = actNextUpdate
  314.     end
  315.   end
  316. end
  317.