AboutBoxX.dfm
上传用户:anhe341234
上传日期:2021-04-11
资源大小:398k
文件大小:3k
源码类别:

Windows编程

开发平台:

Visual C++

  1. object AboutX: TAboutX
  2.   Left = 386
  3.   Top = 231
  4.   BorderStyle = bsNone
  5.   Caption = 'About BestPractice'
  6.   ClientHeight = 163
  7.   ClientWidth = 367
  8.   Color = clWhite
  9.   DefaultMonitor = dmMainForm
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   OnClick = FormClick
  20.   OnKeyDown = FormKeyDown
  21.   OnPaint = FormPaint
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Shape1: TShape
  25.     Left = 0
  26.     Top = 0
  27.     Width = 367
  28.     Height = 163
  29.     Align = alClient
  30.     Brush.Style = bsClear
  31.     Pen.Color = clGray
  32.   end
  33.   object Label1: TLabel
  34.     Left = 152
  35.     Top = 120
  36.     Width = 137
  37.     Height = 13
  38.     Cursor = crHandPoint
  39.     Caption = 'http://akrip.sourceforge.net'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = 15632520
  42.     Font.Height = -11
  43.     Font.Name = 'Tahoma'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     OnClick = Label1Click
  47.   end
  48.   object Label3: TLabel
  49.     Left = 352
  50.     Top = 2
  51.     Width = 7
  52.     Height = 13
  53.     Cursor = crHandPoint
  54.     Caption = 'X'
  55.     OnClick = Label3Click
  56.   end
  57.   object Label2: TLabel
  58.     Left = 152
  59.     Top = 76
  60.     Width = 173
  61.     Height = 13
  62.     Cursor = crHandPoint
  63.     Caption = 'http://bestpractice.sourceforge.net'
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = 15632520
  66.     Font.Height = -11
  67.     Font.Name = 'Tahoma'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     OnClick = Label1Click
  71.   end
  72.   object TitleLbl: TLabel
  73.     Left = 153
  74.     Top = 23
  75.     Width = 102
  76.     Height = 19
  77.     Caption = 'BestPractice'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = 4473924
  80.     Font.Height = -16
  81.     Font.Name = 'Tahoma'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.     Transparent = True
  85.   end
  86.   object AKRipLbl: TLabel
  87.     Left = 152
  88.     Top = 104
  89.     Width = 40
  90.     Height = 13
  91.     Caption = 'AKTITLE'
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = 4473924
  94.     Font.Height = -11
  95.     Font.Name = 'Tahoma'
  96.     Font.Style = []
  97.     ParentFont = False
  98.   end
  99.   object Label4: TLabel
  100.     Left = 152
  101.     Top = 48
  102.     Width = 123
  103.     Height = 13
  104.     Caption = '(c) 2007 Robert Moerland'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = 4473924
  107.     Font.Height = -11
  108.     Font.Name = 'Tahoma'
  109.     Font.Style = []
  110.     ParentFont = False
  111.   end
  112.   object Label5: TLabel
  113.     Left = 152
  114.     Top = 62
  115.     Width = 162
  116.     Height = 13
  117.     Caption = 'Released under the GPL version 2'
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = 4473924
  120.     Font.Height = -11
  121.     Font.Name = 'Tahoma'
  122.     Font.Style = []
  123.     ParentFont = False
  124.   end
  125. end