dialog_about.dfm
上传用户:zhkydz
上传日期:2013-04-26
资源大小:44k
文件大小:3k
源码类别:

破解

开发平台:

Asm

  1. object frm_about: Tfrm_about
  2.   Left = 404
  3.   Top = 359
  4.   BorderStyle = bsNone
  5.   Caption = 'frm_about'
  6.   ClientHeight = 197
  7.   ClientWidth = 276
  8.   Color = 10930928
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '宋体'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnMouseDown = FormMouseDown
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object ProductName: TLabel
  23.     Left = 72
  24.     Top = 16
  25.     Width = 60
  26.     Height = 12
  27.     Caption = '软件名称:'
  28.     Transparent = True
  29.     IsControl = True
  30.   end
  31.   object ProgramIcon: TImage
  32.     Left = 24
  33.     Top = 24
  34.     Width = 32
  35.     Height = 32
  36.     AutoSize = True
  37.     IsControl = True
  38.   end
  39.   object Copyright: TLabel
  40.     Left = 72
  41.     Top = 48
  42.     Width = 60
  43.     Height = 12
  44.     Caption = '共享软件:'
  45.     Transparent = True
  46.     IsControl = True
  47.   end
  48.   object Version: TLabel
  49.     Left = 72
  50.     Top = 32
  51.     Width = 60
  52.     Height = 12
  53.     Caption = '版    本:'
  54.     Transparent = True
  55.     IsControl = True
  56.   end
  57.   object lblOs: TLabel
  58.     Left = 24
  59.     Top = 72
  60.     Width = 60
  61.     Height = 12
  62.     Caption = '操作系统:'
  63.     Transparent = True
  64.     IsControl = True
  65.   end
  66.   object lblMemory: TLabel
  67.     Left = 24
  68.     Top = 88
  69.     Width = 60
  70.     Height = 12
  71.     Caption = '可用内存:'
  72.     Transparent = True
  73.     IsControl = True
  74.   end
  75.   object lb_email: TLabel
  76.     Left = 24
  77.     Top = 120
  78.     Width = 42
  79.     Height = 12
  80.     Caption = 'Email:'
  81.     Transparent = True
  82.   end
  83.   object lb_HomePage: TLabel
  84.     Left = 24
  85.     Top = 136
  86.     Width = 42
  87.     Height = 12
  88.     Caption = 'MyWeb:'
  89.     Transparent = True
  90.   end
  91.   object homepage: TLabel
  92.     Left = 72
  93.     Top = 132
  94.     Width = 135
  95.     Height = 16
  96.     Cursor = crHandPoint
  97.     Hint = '去我的主页DELPHI盒子'#13#10'看看有没有什么好东西'
  98.     Caption = 'http://mantousoft.51.net'
  99.     Font.Charset = ANSI_CHARSET
  100.     Font.Color = clBlue
  101.     Font.Height = -13
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = [fsUnderline]
  104.     ParentFont = False
  105.     ParentShowHint = False
  106.     ShowHint = True
  107.     Transparent = True
  108.     OnClick = homepageClick
  109.   end
  110.   object email: TLabel
  111.     Left = 72
  112.     Top = 116
  113.     Width = 133
  114.     Height = 16
  115.     Cursor = crHandPoint
  116.     Hint = '给我写信'
  117.     Caption = 'mantousoft@sina.com'
  118.     Font.Charset = ANSI_CHARSET
  119.     Font.Color = clBlue
  120.     Font.Height = -13
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = [fsUnderline]
  123.     ParentFont = False
  124.     ParentShowHint = False
  125.     ShowHint = True
  126.     Transparent = True
  127.     OnClick = emailClick
  128.   end
  129.   object FlatButton1: TFlatButton
  130.     Left = 88
  131.     Top = 156
  132.     Width = 105
  133.     Height = 25
  134.     ColorFocused = 2058166
  135.     ColorDown = 10930672
  136.     ColorBorder = 6135268
  137.     UseAdvColors = True
  138.     Caption = '确定[&O]'
  139.     TabOrder = 0
  140.     OnClick = FlatButton1Click
  141.   end
  142. end