Unit1.dfm
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 283
  3.   Top = 136
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 160
  18.     Top = 32
  19.     Width = 281
  20.     Height = 41
  21.     AutoSize = False
  22.     Caption = #27426#36814#36827#20837#26412#31995#32479
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -32
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Button1: TButton
  31.     Left = 272
  32.     Top = 312
  33.     Width = 75
  34.     Height = 25
  35.     Caption = #28857#20987#36827#20837
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object DBImage1: TDBImage
  40.     Left = 192
  41.     Top = 112
  42.     Width = 233
  43.     Height = 129
  44.     TabOrder = 1
  45.   end
  46. end