main.dfm
Upload User: hlshsb
Upload Date: 2007-04-04
Package Size: 193k
Code Size: 2k
Development Platform:

Delphi

  1. object FrmMain: TFrmMain
  2.   Left = 324
  3.   Top = 132
  4.   Width = 170
  5.   Height = 250
  6.   Caption = #23884#20837#26700#38754
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 11
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 105
  21.     Height = 11
  22.     AutoSize = False
  23.     Caption = #31532#19968#23618':'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 56
  28.     Width = 105
  29.     Height = 11
  30.     AutoSize = False
  31.     Caption = #31532#20108#23618':'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 104
  36.     Width = 105
  37.     Height = 11
  38.     AutoSize = False
  39.     Caption = #31532#19977#23618':'
  40.   end
  41.   object Btn1: TButton
  42.     Left = 96
  43.     Top = 24
  44.     Width = 57
  45.     Height = 25
  46.     Caption = #23884#20837
  47.     TabOrder = 0
  48.     OnClick = Btn1Click
  49.   end
  50.   object Edt1: TEdit
  51.     Left = 8
  52.     Top = 24
  53.     Width = 81
  54.     Height = 19
  55.     TabOrder = 1
  56.     Text = 'http://tresss.com'
  57.   end
  58.   object BtnOwner: TButton
  59.     Left = 8
  60.     Top = 184
  61.     Width = 145
  62.     Height = 25
  63.     Caption = #21462#28040#23884#20837
  64.     TabOrder = 2
  65.     OnClick = BtnOwnerClick
  66.   end
  67.   object Btn2: TButton
  68.     Left = 96
  69.     Top = 72
  70.     Width = 57
  71.     Height = 25
  72.     Caption = #23884#20837
  73.     TabOrder = 3
  74.     OnClick = Btn2Click
  75.   end
  76.   object Edt2: TEdit
  77.     Left = 8
  78.     Top = 72
  79.     Width = 81
  80.     Height = 19
  81.     TabOrder = 4
  82.     Text = 'http://tresss.com'
  83.   end
  84.   object Btn3: TButton
  85.     Left = 96
  86.     Top = 120
  87.     Width = 57
  88.     Height = 25
  89.     Caption = #23884#20837
  90.     TabOrder = 5
  91.     OnClick = Btn3Click
  92.   end
  93.   object Edt3: TEdit
  94.     Left = 8
  95.     Top = 120
  96.     Width = 81
  97.     Height = 19
  98.     TabOrder = 6
  99.     Text = 'http://tresss.com'
  100.   end
  101.   object BtnRnd: TButton
  102.     Left = 8
  103.     Top = 152
  104.     Width = 145
  105.     Height = 25
  106.     Caption = #23884#20837#24182#38480#21046#26700#38754#22823#23567
  107.     TabOrder = 7
  108.     OnClick = BtnRndClick
  109.   end
  110.   object Timer1: TTimer
  111.     Interval = 20000
  112.     OnTimer = Timer1Timer
  113.     Left = 56
  114.     Top = 96
  115.   end
  116. end