home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CYBERCON / _SETUP.1 / Ccontact.exe / 0 / RCDATA / TFRMINSERTEDDOC / TFRMINSERTEDDOC.txt < prev   
Text File  |  1997-08-26  |  6KB  |  265 lines

  1. object frmInsertedDoc: TfrmInsertedDoc
  2.   Left = 54
  3.   Top = 112
  4.   Width = 512
  5.   Height = 333
  6.   ActiveControl = edtDocName
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Caption = 'Attached Document'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 269
  21.     Width = 504
  22.     Height = 37
  23.     Align = alBottom
  24.     TabOrder = 0
  25.     object BitBtn1: TBitBtn
  26.       Left = 304
  27.       Top = 6
  28.       Width = 75
  29.       Height = 25
  30.       TabOrder = 0
  31.       Kind = bkOK
  32.     end
  33.     object BitBtn2: TBitBtn
  34.       Left = 396
  35.       Top = 6
  36.       Width = 75
  37.       Height = 25
  38.       TabOrder = 1
  39.       Kind = bkCancel
  40.     end
  41.   end
  42.   object Panel2: TPanel
  43.     Left = 0
  44.     Top = 0
  45.     Width = 504
  46.     Height = 269
  47.     Align = alClient
  48.     BevelInner = bvLowered
  49.     BorderWidth = 4
  50.     Caption = 'Panel2'
  51.     TabOrder = 1
  52.     object ScrollBox: TScrollBox
  53.       Left = 6
  54.       Top = 6
  55.       Width = 492
  56.       Height = 257
  57.       HorzScrollBar.Margin = 6
  58.       HorzScrollBar.Range = 348
  59.       VertScrollBar.Margin = 6
  60.       VertScrollBar.Range = 160
  61.       Align = alClient
  62.       AutoScroll = False
  63.       BorderStyle = bsNone
  64.       TabOrder = 0
  65.       object Label4: TLabel
  66.         Left = 312
  67.         Top = 148
  68.         Width = 28
  69.         Height = 13
  70.         Caption = 'Date'
  71.         Font.Color = clBlack
  72.         Font.Height = -11
  73.         Font.Name = 'MS Sans Serif'
  74.         Font.Style = [fsBold]
  75.         ParentFont = False
  76.       end
  77.       object Label5: TLabel
  78.         Left = 24
  79.         Top = 8
  80.         Width = 94
  81.         Height = 13
  82.         Caption = 'Document Name'
  83.         Font.Color = clBlack
  84.         Font.Height = -11
  85.         Font.Name = 'MS Sans Serif'
  86.         Font.Style = [fsBold]
  87.         ParentFont = False
  88.       end
  89.       object Label6: TLabel
  90.         Left = 24
  91.         Top = 56
  92.         Width = 34
  93.         Height = 13
  94.         Caption = 'Notes'
  95.         Font.Color = clBlack
  96.         Font.Height = -11
  97.         Font.Name = 'MS Sans Serif'
  98.         Font.Style = [fsBold]
  99.         ParentFont = False
  100.       end
  101.       object Label7: TLabel
  102.         Left = 24
  103.         Top = 208
  104.         Width = 57
  105.         Height = 13
  106.         Caption = 'File Name'
  107.         Font.Color = clBlack
  108.         Font.Height = -11
  109.         Font.Name = 'MS Sans Serif'
  110.         Font.Style = [fsBold]
  111.         ParentFont = False
  112.       end
  113.       object Button1: TButton
  114.         Left = 312
  115.         Top = 8
  116.         Width = 153
  117.         Height = 25
  118.         Hint = 'Insert File From Disk'
  119.         Caption = 'Attach File'
  120.         Font.Color = clBlack
  121.         Font.Height = -11
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.         TabOrder = 3
  126.         OnClick = Button1Click
  127.       end
  128.       object Button2: TButton
  129.         Left = 312
  130.         Top = 42
  131.         Width = 153
  132.         Height = 25
  133.         Caption = 'Grab Page From Web'
  134.         Font.Color = clBlack
  135.         Font.Height = -11
  136.         Font.Name = 'MS Sans Serif'
  137.         Font.Style = [fsBold]
  138.         ParentFont = False
  139.         TabOrder = 4
  140.         OnClick = Button2Click
  141.       end
  142.       object GroupBox1: TGroupBox
  143.         Left = 312
  144.         Top = 176
  145.         Width = 153
  146.         Height = 73
  147.         Caption = 'File Information'
  148.         Font.Color = clMaroon
  149.         Font.Height = -11
  150.         Font.Name = 'MS Sans Serif'
  151.         Font.Style = [fsBold]
  152.         ParentFont = False
  153.         TabOrder = 5
  154.         object Label2: TLabel
  155.           Left = 8
  156.           Top = 22
  157.           Width = 23
  158.           Height = 13
  159.           Caption = 'Size:'
  160.           Font.Color = clBlack
  161.           Font.Height = -11
  162.           Font.Name = 'MS Sans Serif'
  163.           Font.Style = []
  164.           ParentFont = False
  165.         end
  166.         object Label3: TLabel
  167.           Left = 8
  168.           Top = 52
  169.           Width = 26
  170.           Height = 13
  171.           Caption = 'Date:'
  172.           Font.Color = clBlack
  173.           Font.Height = -11
  174.           Font.Name = 'MS Sans Serif'
  175.           Font.Style = []
  176.           ParentFont = False
  177.         end
  178.         object DBEdit1: TDBEdit
  179.           Left = 48
  180.           Top = 48
  181.           Width = 89
  182.           Height = 21
  183.           DataField = 'ModiDate'
  184.           DataSource = frmDataModule.DSDoc
  185.           Enabled = False
  186.           MaxLength = 0
  187.           TabOrder = 0
  188.         end
  189.         object DBEdit2: TDBEdit
  190.           Left = 48
  191.           Top = 20
  192.           Width = 89
  193.           Height = 21
  194.           DataField = 'Size'
  195.           DataSource = frmDataModule.DSDoc
  196.           Enabled = False
  197.           MaxLength = 0
  198.           TabOrder = 1
  199.         end
  200.       end
  201.       object edtDatec: TwwDBComboDlg
  202.         Left = 352
  203.         Top = 144
  204.         Width = 113
  205.         Height = 21
  206.         TabStop = False
  207.         OnCustomDlg = edtDatecCustomDlg
  208.         ShowButton = True
  209.         Style = csDropDown
  210.         DataField = 'Added'
  211.         DataSource = frmDataModule.DSDoc
  212.         MaxLength = 0
  213.         TabOrder = 6
  214.       end
  215.       object edtDocName: TwwDBEdit
  216.         Left = 24
  217.         Top = 24
  218.         Width = 241
  219.         Height = 21
  220.         DataField = 'Name'
  221.         DataSource = frmDataModule.DSDoc
  222.         MaxLength = 50
  223.         TabOrder = 0
  224.         WordWrap = False
  225.       end
  226.       object wwDBEdit2: TwwDBEdit
  227.         Left = 24
  228.         Top = 224
  229.         Width = 241
  230.         Height = 21
  231.         DataField = 'File'
  232.         DataSource = frmDataModule.DSDoc
  233.         MaxLength = 100
  234.         TabOrder = 2
  235.         WordWrap = False
  236.       end
  237.       object DBMemo1: TDBMemo
  238.         Left = 24
  239.         Top = 72
  240.         Width = 241
  241.         Height = 133
  242.         DataField = 'Notes'
  243.         DataSource = frmDataModule.DSDoc
  244.         TabOrder = 1
  245.         OnDblClick = DBMemo1DblClick
  246.       end
  247.     end
  248.   end
  249.   object wwComments: TwwMemoDialog
  250.     DataSource = frmDataModule.DSDoc
  251.     DataField = 'Notes'
  252.     Font.Color = clWindowText
  253.     Font.Height = -11
  254.     Font.Name = 'MS Sans Serif'
  255.     Font.Style = []
  256.     Caption = 'Notes'
  257.     DlgLeft = 0
  258.     DlgTop = 0
  259.     DlgWidth = 561
  260.     DlgHeight = 396
  261.     Left = 114
  262.     Top = 62
  263.   end
  264. end
  265.