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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 316
  3.   Top = 256
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'SWF header editor'
  7.   ClientHeight = 197
  8.   ClientWidth = 282
  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.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object L1: TLabel
  20.     Left = 8
  21.     Top = 52
  22.     Width = 26
  23.     Height = 13
  24.     Caption = 'Xmin:'
  25.   end
  26.   object LXMin: TLabel
  27.     Left = 132
  28.     Top = 52
  29.     Width = 3
  30.     Height = 13
  31.   end
  32.   object Label1: TLabel
  33.     Left = 8
  34.     Top = 76
  35.     Width = 30
  36.     Height = 13
  37.     Caption = 'Xmax:'
  38.   end
  39.   object LXMax: TLabel
  40.     Left = 132
  41.     Top = 76
  42.     Width = 3
  43.     Height = 13
  44.   end
  45.   object Label3: TLabel
  46.     Left = 8
  47.     Top = 100
  48.     Width = 26
  49.     Height = 13
  50.     Caption = 'Ymin:'
  51.   end
  52.   object LYMin: TLabel
  53.     Left = 132
  54.     Top = 100
  55.     Width = 3
  56.     Height = 13
  57.   end
  58.   object Label5: TLabel
  59.     Left = 8
  60.     Top = 124
  61.     Width = 30
  62.     Height = 13
  63.     Caption = 'Ymax:'
  64.   end
  65.   object LYMax: TLabel
  66.     Left = 132
  67.     Top = 124
  68.     Width = 3
  69.     Height = 13
  70.   end
  71.   object LFile: TLabel
  72.     Left = 6
  73.     Top = 7
  74.     Width = 3
  75.     Height = 13
  76.   end
  77.   object Bevel1: TBevel
  78.     Left = 4
  79.     Top = 42
  80.     Width = 273
  81.     Height = 4
  82.     Shape = bsTopLine
  83.   end
  84.   object Label2: TLabel
  85.     Left = 8
  86.     Top = 148
  87.     Width = 22
  88.     Height = 13
  89.     Caption = 'FPS:'
  90.   end
  91.   object LInfo: TLabel
  92.     Left = 6
  93.     Top = 24
  94.     Width = 3
  95.     Height = 13
  96.   end
  97.   object Bevel2: TBevel
  98.     Left = 4
  99.     Top = 171
  100.     Width = 273
  101.     Height = 4
  102.     Shape = bsTopLine
  103.   end
  104.   object EXMin: TEdit
  105.     Left = 48
  106.     Top = 48
  107.     Width = 77
  108.     Height = 21
  109.     TabOrder = 0
  110.     OnChange = EXMinChange
  111.   end
  112.   object EXMax: TEdit
  113.     Left = 48
  114.     Top = 72
  115.     Width = 77
  116.     Height = 21
  117.     TabOrder = 1
  118.     OnChange = EXMaxChange
  119.   end
  120.   object EYMin: TEdit
  121.     Left = 48
  122.     Top = 96
  123.     Width = 77
  124.     Height = 21
  125.     TabOrder = 2
  126.     OnChange = EYMinChange
  127.   end
  128.   object EYMax: TEdit
  129.     Left = 48
  130.     Top = 120
  131.     Width = 77
  132.     Height = 21
  133.     TabOrder = 3
  134.     OnChange = EYMaxChange
  135.   end
  136.   object Button1: TButton
  137.     Left = 200
  138.     Top = 48
  139.     Width = 75
  140.     Height = 23
  141.     Caption = 'Open SWF'
  142.     TabOrder = 4
  143.     OnClick = Button1Click
  144.   end
  145.   object BModif: TButton
  146.     Left = 200
  147.     Top = 72
  148.     Width = 75
  149.     Height = 23
  150.     Caption = 'Modify'
  151.     Enabled = False
  152.     TabOrder = 5
  153.     OnClick = BModifClick
  154.   end
  155.   object CBBackup: TCheckBox
  156.     Left = 8
  157.     Top = 175
  158.     Width = 161
  159.     Height = 17
  160.     Caption = 'Create backup file'
  161.     Checked = True
  162.     State = cbChecked
  163.     TabOrder = 6
  164.   end
  165.   object EFPS: TEdit
  166.     Left = 48
  167.     Top = 144
  168.     Width = 77
  169.     Height = 21
  170.     TabOrder = 7
  171.   end
  172.   object CBCompress: TCheckBox
  173.     Left = 136
  174.     Top = 146
  175.     Width = 97
  176.     Height = 17
  177.     Caption = 'Compress'
  178.     TabOrder = 8
  179.   end
  180. end