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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 184
  3.   Top = 212
  4.   Width = 696
  5.   Height = 480
  6.   Caption = #25490#24207
  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 = 232
  18.     Top = 24
  19.     Width = 217
  20.     Height = 33
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = #35831#36755#20837#20116#20010#25968
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -19
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 304
  33.     Top = 200
  34.     Width = 105
  35.     Height = 28
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = #25490#24207#32467#26524
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -16
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Edit1: TEdit
  47.     Left = 200
  48.     Top = 96
  49.     Width = 33
  50.     Height = 21
  51.     TabOrder = 0
  52.   end
  53.   object Edit2: TEdit
  54.     Left = 272
  55.     Top = 96
  56.     Width = 33
  57.     Height = 21
  58.     TabOrder = 1
  59.   end
  60.   object Edit3: TEdit
  61.     Left = 344
  62.     Top = 96
  63.     Width = 33
  64.     Height = 21
  65.     TabOrder = 2
  66.   end
  67.   object Edit4: TEdit
  68.     Left = 416
  69.     Top = 96
  70.     Width = 33
  71.     Height = 21
  72.     TabOrder = 3
  73.   end
  74.   object Edit5: TEdit
  75.     Left = 488
  76.     Top = 96
  77.     Width = 33
  78.     Height = 21
  79.     TabOrder = 4
  80.   end
  81.   object Button1: TButton
  82.     Left = 320
  83.     Top = 152
  84.     Width = 75
  85.     Height = 25
  86.     Caption = #25490#24207
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -13
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     TabOrder = 5
  94.     OnClick = Button1Click
  95.   end
  96.   object Edit6: TEdit
  97.     Left = 208
  98.     Top = 240
  99.     Width = 33
  100.     Height = 21
  101.     TabOrder = 6
  102.   end
  103.   object Edit7: TEdit
  104.     Left = 280
  105.     Top = 240
  106.     Width = 33
  107.     Height = 21
  108.     TabOrder = 7
  109.   end
  110.   object Edit8: TEdit
  111.     Left = 344
  112.     Top = 240
  113.     Width = 33
  114.     Height = 21
  115.     TabOrder = 8
  116.   end
  117.   object Edit9: TEdit
  118.     Left = 416
  119.     Top = 240
  120.     Width = 33
  121.     Height = 21
  122.     TabOrder = 9
  123.   end
  124.   object Edit10: TEdit
  125.     Left = 480
  126.     Top = 240
  127.     Width = 33
  128.     Height = 21
  129.     TabOrder = 10
  130.   end
  131. end