ownbook.dfm
上传用户:blmaxia
上传日期:2010-02-17
资源大小:657k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object OwnBookForm: TOwnBookForm
  2.   Left = 290
  3.   Top = 114
  4.   Width = 344
  5.   Height = 375
  6.   Caption = #24050#20511#22270#20070
  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 = 16
  18.     Top = 8
  19.     Width = 240
  20.     Height = 13
  21.     Caption = #30001#20110#20197#19979#22270#20070#27809#26377#24402#36824#65292#25152#20197#19981#33021#32487#32493#20511#20070#12290
  22.   end
  23.   object ListView1: TListView
  24.     Left = 16
  25.     Top = 48
  26.     Width = 305
  27.     Height = 257
  28.     Columns = <
  29.       item
  30.         Caption = #20070#21495
  31.       end
  32.       item
  33.         Caption = #20070#21517
  34.       end
  35.       item
  36.         Caption = #20215#26684
  37.       end
  38.       item
  39.         Caption = #25345#26377#26102#38271
  40.       end
  41.       item
  42.         Caption = #32602#27454
  43.       end>
  44.     TabOrder = 0
  45.     ViewStyle = vsReport
  46.   end
  47.   object i: TGroupBox
  48.     Left = 8
  49.     Top = 32
  50.     Width = 321
  51.     Height = 7
  52.     Caption = 'i'
  53.     TabOrder = 1
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 224
  57.     Top = 312
  58.     Width = 75
  59.     Height = 25
  60.     Caption = #20851#38381
  61.     TabOrder = 2
  62.     Kind = bkClose
  63.   end
  64. end