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

Delphi控件源码

开发平台:

Delphi

  1. object Form3: TForm3
  2.   Left = 278
  3.   Top = 191
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form3'
  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.   Position = poDefault
  15.   Visible = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 88
  20.     Top = 56
  21.     Width = 489
  22.     Height = 273
  23.     ActivePage = TabSheet2
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = #31995#32479#32500#25252
  27.       object Label2: TLabel
  28.         Left = 88
  29.         Top = 64
  30.         Width = 48
  31.         Height = 13
  32.         Caption = #32500#25252#26102#38388
  33.       end
  34.       object Edit2: TEdit
  35.         Left = 160
  36.         Top = 64
  37.         Width = 121
  38.         Height = 21
  39.         TabOrder = 0
  40.       end
  41.     end
  42.     object TabSheet2: TTabSheet
  43.       Caption = #22270#20070#26597#35810
  44.       ImageIndex = 1
  45.       object Label1: TLabel
  46.         Left = 96
  47.         Top = 64
  48.         Width = 48
  49.         Height = 13
  50.         Caption = #26597#35810#26465#20214
  51.       end
  52.       object Edit1: TEdit
  53.         Left = 184
  54.         Top = 64
  55.         Width = 121
  56.         Height = 21
  57.         TabOrder = 0
  58.       end
  59.     end
  60.     object TabSheet3: TTabSheet
  61.       Caption = #22270#20070#31649#29702
  62.       ImageIndex = 2
  63.     end
  64.     object TabSheet4: TTabSheet
  65.       Caption = #20154#21592#31649#29702
  66.       ImageIndex = 3
  67.     end
  68.     object TabSheet5: TTabSheet
  69.       Caption = 'TabSheet5'
  70.       ImageIndex = 4
  71.     end
  72.     object TabSheet6: TTabSheet
  73.       Caption = 'TabSheet6'
  74.       ImageIndex = 5
  75.     end
  76.   end
  77. end