home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / NetBuddy.exe / 0 / RCDATA / TBILLFORM / TBILLFORM.txt < prev   
Text File  |  1999-08-25  |  3KB  |  177 lines

  1. object BillForm: TBillForm
  2.   Left = 515
  3.   Top = 455
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Account bill'
  7.   ClientHeight = 241
  8.   ClientWidth = 316
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 64
  23.     Top = 12
  24.     Width = 239
  25.     Height = 13
  26.     Caption = 'You have reached the end of your account period.'
  27.     Visible = False
  28.   end
  29.   object Image3: TImage
  30.     Left = 12
  31.     Top = 12
  32.     Width = 33
  33.     Height = 33
  34.     Picture.Data = {<image000.ico>}
  35.   end
  36.   object Label2: TLabel
  37.     Left = 64
  38.     Top = 28
  39.     Width = 198
  40.     Height = 13
  41.     Caption = 'Statistics for this xxxxxx are shown below :'
  42.   end
  43.   object Label3: TLabel
  44.     Left = 48
  45.     Top = 119
  46.     Width = 83
  47.     Height = 13
  48.     Caption = 'Total time online :'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 78
  52.     Top = 140
  53.     Width = 53
  54.     Height = 13
  55.     Caption = 'Total cost :'
  56.   end
  57.   object Label6: TLabel
  58.     Left = 15
  59.     Top = 97
  60.     Width = 116
  61.     Height = 13
  62.     Caption = 'Number of connections :'
  63.   end
  64.   object Label7: TLabel
  65.     Left = 88
  66.     Top = 177
  67.     Width = 43
  68.     Height = 13
  69.     Caption = 'Bill date :'
  70.   end
  71.   object Label8: TLabel
  72.     Left = 224
  73.     Top = 177
  74.     Width = 68
  75.     Height = 13
  76.     Caption = 'of each month'
  77.   end
  78.   object Label9: TLabel
  79.     Left = 139
  80.     Top = 177
  81.     Width = 19
  82.     Height = 13
  83.     Caption = 'Day'
  84.   end
  85.   object Label10: TLabel
  86.     Left = 197
  87.     Top = 177
  88.     Width = 30
  89.     Height = 13
  90.     Caption = 'Month'
  91.   end
  92.   object Button1: TButton
  93.     Left = 236
  94.     Top = 208
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = '&OK'
  99.     TabOrder = 0
  100.     OnClick = Button1Click
  101.   end
  102.   object Button2: TButton
  103.     Left = 152
  104.     Top = 208
  105.     Width = 75
  106.     Height = 25
  107.     Caption = '&Print'
  108.     TabOrder = 1
  109.     OnClick = Button2Click
  110.   end
  111.   object PeriodText: TEdit
  112.     Left = 73
  113.     Top = 57
  114.     Width = 176
  115.     Height = 21
  116.     Color = clWhite
  117.     ReadOnly = True
  118.     TabOrder = 2
  119.   end
  120.   object OnlineText: TEdit
  121.     Left = 139
  122.     Top = 115
  123.     Width = 82
  124.     Height = 21
  125.     Color = clBtnFace
  126.     ReadOnly = True
  127.     TabOrder = 3
  128.   end
  129.   object CostText: TEdit
  130.     Left = 139
  131.     Top = 136
  132.     Width = 82
  133.     Height = 21
  134.     Color = clBtnFace
  135.     ReadOnly = True
  136.     TabOrder = 4
  137.   end
  138.   object ConnectionsText: TEdit
  139.     Left = 139
  140.     Top = 94
  141.     Width = 82
  142.     Height = 21
  143.     Color = clBtnFace
  144.     ReadOnly = True
  145.     TabOrder = 5
  146.   end
  147.   object ComboBox1: TComboBox
  148.     Left = 138
  149.     Top = 174
  150.     Width = 83
  151.     Height = 21
  152.     Style = csDropDownList
  153.     ItemHeight = 13
  154.     TabOrder = 6
  155.   end
  156.   object DayEdit: TEdit
  157.     Left = 164
  158.     Top = 174
  159.     Width = 21
  160.     Height = 21
  161.     TabOrder = 7
  162.     Text = 'DayEdit'
  163.     OnChange = MonthEditChange
  164.     OnClick = DayEditClick
  165.   end
  166.   object MonthEdit: TEdit
  167.     Left = 231
  168.     Top = 174
  169.     Width = 20
  170.     Height = 21
  171.     TabOrder = 8
  172.     Text = 'MonthEdit'
  173.     OnChange = MonthEditChange
  174.     OnClick = MonthEditClick
  175.   end
  176. end
  177.