Frame3u.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Frame3: TFrame3
  2.   Left = 0
  3.   Top = 0
  4.   Width = 362
  5.   Height = 277
  6.   Align = alClient
  7.   TabOrder = 0
  8.   object LabelFile: TLabel
  9.     Left = 40
  10.     Top = 16
  11.     Width = 39
  12.     Height = 13
  13.     Caption = 'List.txt'
  14.     Font.Charset = DEFAULT_CHARSET
  15.     Font.Color = clWindowText
  16.     Font.Height = -11
  17.     Font.Name = 'MS Sans Serif'
  18.     Font.Style = [fsBold]
  19.     ParentFont = False
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 19
  25.     Height = 13
  26.     Caption = 'File:'
  27.   end
  28.   object ListBox1: TListBox
  29.     Left = 16
  30.     Top = 32
  31.     Width = 169
  32.     Height = 209
  33.     ItemHeight = 13
  34.     TabOrder = 0
  35.   end
  36.   object btnAdd: TButton
  37.     Left = 200
  38.     Top = 32
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&Add'
  42.     TabOrder = 1
  43.     OnClick = btnAddClick
  44.   end
  45.   object btnDelete: TButton
  46.     Left = 200
  47.     Top = 64
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Delete'
  51.     TabOrder = 2
  52.     OnClick = btnDeleteClick
  53.   end
  54.   object btnSave: TButton
  55.     Left = 200
  56.     Top = 96
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&Save'
  60.     TabOrder = 3
  61.     OnClick = btnSaveClick
  62.   end
  63. end