WizardFormsDemoMain.dfm
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:1k
源码类别:

Email服务器

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 720
  3.   Top = 281
  4.   Width = 424
  5.   Height = 161
  6.   BorderWidth = 3
  7.   Caption = 'WizardFormsDemo'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 6
  20.     Top = 16
  21.     Width = 115
  22.     Height = 25
  23.     Caption = 'Show Setup'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 6
  29.     Top = 50
  30.     Width = 115
  31.     Height = 25
  32.     Caption = 'Show TestModule'
  33.     TabOrder = 1
  34.     OnClick = Button2Click
  35.   end
  36.   object Button3: TButton
  37.     Left = 6
  38.     Top = 87
  39.     Width = 115
  40.     Height = 25
  41.     Caption = 'Show Project'
  42.     TabOrder = 2
  43.     OnClick = Button3Click
  44.   end
  45.   object ListBox1: TListBox
  46.     Left = 133
  47.     Top = 0
  48.     Width = 277
  49.     Height = 128
  50.     Align = alRight
  51.     Anchors = [akLeft, akTop, akRight, akBottom]
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'Courier New'
  56.     Font.Style = []
  57.     ItemHeight = 14
  58.     ParentFont = False
  59.     TabOrder = 3
  60.   end
  61. end