Unit1.dfm
上传用户:newxcj
上传日期:2020-02-13
资源大小:12k
文件大小:2k
源码类别:

PlugIns编程

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 157
  6.   ClientWidth = 537
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 24
  21.     Width = 105
  22.     Height = 13
  23.     Caption = 'Program path'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 53
  28.     Width = 75
  29.     Height = 13
  30.     Caption = 'Button text in IE'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 112
  35.     Width = 38
  36.     Height = 13
  37.     Caption = 'HotIcon'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 16
  41.     Top = 82
  42.     Width = 21
  43.     Height = 13
  44.     Caption = 'Icon'
  45.   end
  46.   object Button1: TButton
  47.     Left = 448
  48.     Top = 16
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'File...'
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 136
  57.     Top = 16
  58.     Width = 305
  59.     Height = 21
  60.     TabOrder = 1
  61.     Text = 'Edit1'
  62.   end
  63.   object Edit2: TEdit
  64.     Left = 136
  65.     Top = 48
  66.     Width = 121
  67.     Height = 21
  68.     TabOrder = 2
  69.     Text = 'Edit2'
  70.   end
  71.   object Edit3: TEdit
  72.     Left = 136
  73.     Top = 80
  74.     Width = 121
  75.     Height = 21
  76.     TabOrder = 3
  77.     Text = 'Edit3'
  78.   end
  79.   object Edit4: TEdit
  80.     Left = 136
  81.     Top = 112
  82.     Width = 121
  83.     Height = 21
  84.     TabOrder = 4
  85.     Text = 'Edit4'
  86.   end
  87.   object Button2: TButton
  88.     Left = 448
  89.     Top = 48
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'Save'
  93.     TabOrder = 5
  94.     OnClick = Button2Click
  95.   end
  96.   object Open: TOpenDialog
  97.     Left = 32
  98.     Top = 176
  99.   end
  100.   object XPManifest1: TXPManifest
  101.     Left = 376
  102.     Top = 80
  103.   end
  104. end