UTestXML.dfm
上传用户:raido2005
上传日期:2022-06-22
资源大小:5044k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object dlgName: TdlgName
  2.   Left = 581
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Test XML'
  7.   ClientHeight = 269
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 6
  20.     Top = 229
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object ProgressBar: TProgressBar
  25.     Left = 4
  26.     Top = 247
  27.     Width = 277
  28.     Height = 17
  29.     TabOrder = 0
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 8
  33.     Top = 4
  34.     Width = 273
  35.     Height = 150
  36.     Caption = 'Export options'
  37.     TabOrder = 1
  38.     object CBExt: TCheckBox
  39.       Left = 10
  40.       Top = 17
  41.       Width = 243
  42.       Height = 17
  43.       Caption = 'Media resource as external'
  44.       Checked = True
  45.       State = cbChecked
  46.       TabOrder = 1
  47.     end
  48.     object CBSubFolder: TCheckBox
  49.       Left = 10
  50.       Top = 109
  51.       Width = 247
  52.       Height = 17
  53.       Caption = 'Store in subfolder'
  54.       TabOrder = 6
  55.       OnClick = CBSubFolderClick
  56.     end
  57.     object CBSomeFolder: TCheckBox
  58.       Left = 28
  59.       Top = 128
  60.       Width = 213
  61.       Height = 17
  62.       Caption = 'Some folder'
  63.       Checked = True
  64.       Enabled = False
  65.       State = cbChecked
  66.       TabOrder = 7
  67.     end
  68.     object CBFontExt: TCheckBox
  69.       Left = 10
  70.       Top = 36
  71.       Width = 159
  72.       Height = 17
  73.       Caption = 'Font as external'
  74.       TabOrder = 2
  75.       OnClick = CBFontExtClick
  76.     end
  77.     object CBFBytecode: TCheckBox
  78.       Left = 26
  79.       Top = 54
  80.       Width = 155
  81.       Height = 17
  82.       Caption = 'Font as bytecode'
  83.       Enabled = False
  84.       TabOrder = 3
  85.     end
  86.     object CBActionExt: TCheckBox
  87.       Left = 10
  88.       Top = 72
  89.       Width = 195
  90.       Height = 17
  91.       Caption = 'Actions as external'
  92.       TabOrder = 4
  93.     end
  94.     object CBABytecode: TCheckBox
  95.       Left = 10
  96.       Top = 90
  97.       Width = 155
  98.       Height = 17
  99.       Caption = 'Actions as bytecode'
  100.       Checked = True
  101.       State = cbChecked
  102.       TabOrder = 5
  103.     end
  104.     object bMakeXML: TButton
  105.       Left = 175
  106.       Top = 13
  107.       Width = 90
  108.       Height = 23
  109.       Caption = 'Make XML'
  110.       TabOrder = 0
  111.       OnClick = bMakeXMLClick
  112.     end
  113.   end
  114.   object GroupBox2: TGroupBox
  115.     Left = 8
  116.     Top = 159
  117.     Width = 273
  118.     Height = 63
  119.     Caption = 'Processor type'
  120.     TabOrder = 2
  121.     object bMakeSWF: TButton
  122.       Left = 174
  123.       Top = 15
  124.       Width = 90
  125.       Height = 23
  126.       Caption = 'Make SWF'
  127.       TabOrder = 0
  128.       OnClick = bMakeSWFClick
  129.     end
  130.     object RB1: TRadioButton
  131.       Left = 10
  132.       Top = 17
  133.       Width = 113
  134.       Height = 17
  135.       Caption = 'Only SWF tags'
  136.       Checked = True
  137.       TabOrder = 1
  138.       TabStop = True
  139.     end
  140.     object RB2: TRadioButton
  141.       Left = 10
  142.       Top = 37
  143.       Width = 113
  144.       Height = 17
  145.       Caption = 'Extended (flash) '
  146.       TabOrder = 2
  147.     end
  148.   end
  149.   object OD: TOpenDialog
  150.     Left = 72
  151.     Top = 218
  152.   end
  153. end