main.dfm
上传用户:graphite
上传日期:2020-09-09
资源大小:2587k
文件大小:2k
源码类别:

破解

开发平台:

Others

  1. object frmApp: TfrmApp
  2.   Left = 320
  3.   Top = 284
  4.   BorderStyle = bsDialog
  5.   Caption = 'Hello'
  6.   ClientHeight = 217
  7.   ClientWidth = 342
  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.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 70
  21.     Top = 8
  22.     Width = 193
  23.     Height = 19
  24.     Alignment = taCenter
  25.     Caption = 'Advanced Application 1.0'
  26.     Font.Charset = RUSSIAN_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -16
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object lStatus: TLabel
  34.     Left = 16
  35.     Top = 48
  36.     Width = 312
  37.     Height = 90
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'lStatus'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     WordWrap = True
  48.   end
  49.   object Bevel1: TBevel
  50.     Left = 8
  51.     Top = 155
  52.     Width = 318
  53.     Height = 4
  54.   end
  55.   object btnClose: TButton
  56.     Left = 12
  57.     Top = 174
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Close'
  61.     TabOrder = 2
  62.     OnClick = btnCloseClick
  63.   end
  64.   object btnBuy: TButton
  65.     Left = 128
  66.     Top = 174
  67.     Width = 86
  68.     Height = 25
  69.     Caption = 'Buy Now'
  70.     TabOrder = 0
  71.     OnClick = btnBuyClick
  72.   end
  73.   object btnRegistration: TButton
  74.     Left = 250
  75.     Top = 174
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'Registration'
  79.     TabOrder = 1
  80.     OnClick = btnRegistrationClick
  81.   end
  82. end