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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 205
  3.   Top = 200
  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 = 272
  18.     Top = 24
  19.     Width = 60
  20.     Height = 29
  21.     Alignment = taCenter
  22.     Caption = #25968#32452
  23.     Font.Charset = GB2312_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -29
  26.     Font.Name = #26999#20307'_GB2312'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 24
  32.     Top = 96
  33.     Width = 73
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object Edit2: TEdit
  38.     Left = 128
  39.     Top = 96
  40.     Width = 81
  41.     Height = 21
  42.     TabOrder = 1
  43.   end
  44.   object Edit3: TEdit
  45.     Left = 248
  46.     Top = 96
  47.     Width = 81
  48.     Height = 21
  49.     TabOrder = 2
  50.   end
  51.   object Edit4: TEdit
  52.     Left = 368
  53.     Top = 96
  54.     Width = 73
  55.     Height = 21
  56.     TabOrder = 3
  57.   end
  58.   object Edit5: TEdit
  59.     Left = 480
  60.     Top = 96
  61.     Width = 81
  62.     Height = 21
  63.     TabOrder = 4
  64.   end
  65.   object Edit6: TEdit
  66.     Left = 592
  67.     Top = 96
  68.     Width = 81
  69.     Height = 21
  70.     TabOrder = 5
  71.   end
  72.   object Edit7: TEdit
  73.     Left = 24
  74.     Top = 208
  75.     Width = 73
  76.     Height = 21
  77.     TabOrder = 6
  78.   end
  79.   object Edit8: TEdit
  80.     Left = 144
  81.     Top = 208
  82.     Width = 81
  83.     Height = 21
  84.     TabOrder = 7
  85.   end
  86.   object Edit9: TEdit
  87.     Left = 256
  88.     Top = 208
  89.     Width = 81
  90.     Height = 21
  91.     TabOrder = 8
  92.   end
  93.   object Edit10: TEdit
  94.     Left = 368
  95.     Top = 208
  96.     Width = 73
  97.     Height = 21
  98.     TabOrder = 9
  99.   end
  100.   object Edit11: TEdit
  101.     Left = 488
  102.     Top = 208
  103.     Width = 81
  104.     Height = 21
  105.     TabOrder = 10
  106.   end
  107.   object Edit12: TEdit
  108.     Left = 600
  109.     Top = 208
  110.     Width = 81
  111.     Height = 21
  112.     TabOrder = 11
  113.   end
  114.   object Button1: TButton
  115.     Left = 280
  116.     Top = 160
  117.     Width = 75
  118.     Height = 25
  119.     Caption = #25490#24207
  120.     TabOrder = 12
  121.     OnClick = Button1Click
  122.   end
  123. end