Annotation of sbbs/sbbs3/ctrl/ftpformunit.dfm, revision 1.1.1.2

1.1       root        1: object FtpForm: TFtpForm
1.1.1.2 ! root        2:   Left = 856
        !             3:   Top = 689
1.1       root        4:   Width = 350
                      5:   Height = 150
                      6:   Caption = 'FTP Server'
                      7:   Color = clBtnFace
                      8:   DragKind = dkDock
                      9:   DragMode = dmAutomatic
                     10:   Font.Charset = DEFAULT_CHARSET
                     11:   Font.Color = clWindowText
1.1.1.2 ! root       12:   Font.Height = -13
1.1       root       13:   Font.Name = 'MS Sans Serif'
                     14:   Font.Style = []
                     15:   OldCreateOrder = False
                     16:   OnHide = FormHide
1.1.1.2 ! root       17:   PixelsPerInch = 120
        !            18:   TextHeight = 16
1.1       root       19:   object ToolBar: TToolBar
                     20:     Left = 0
                     21:     Top = 0
                     22:     Width = 342
                     23:     Height = 25
                     24:     Caption = 'ToolBar'
                     25:     EdgeBorders = []
                     26:     EdgeInner = esLowered
                     27:     Flat = True
                     28:     Images = MainForm.ImageList
                     29:     ParentShowHint = False
                     30:     ShowHint = True
                     31:     TabOrder = 0
                     32:     object StartButton: TToolButton
                     33:       Left = 0
                     34:       Top = 0
                     35:       Action = MainForm.FtpStart
                     36:     end
                     37:     object StopButton: TToolButton
                     38:       Left = 23
                     39:       Top = 0
                     40:       Action = MainForm.FtpStop
                     41:     end
1.1.1.2 ! root       42:     object RecycleButton: TToolButton
1.1       root       43:       Left = 46
                     44:       Top = 0
1.1.1.2 ! root       45:       Action = MainForm.FtpRecycle
        !            46:     end
        !            47:     object ToolButton1: TToolButton
        !            48:       Left = 69
        !            49:       Top = 0
1.1       root       50:       Width = 8
                     51:       Caption = 'ToolButton1'
                     52:       ImageIndex = 3
                     53:       Style = tbsSeparator
                     54:     end
                     55:     object ConfigureButton: TToolButton
1.1.1.2 ! root       56:       Left = 77
1.1       root       57:       Top = 0
                     58:       Action = MainForm.FtpConfigure
                     59:     end
                     60:     object ToolButton2: TToolButton
1.1.1.2 ! root       61:       Left = 100
1.1       root       62:       Top = 0
                     63:       Width = 8
                     64:       Caption = 'ToolButton2'
                     65:       ImageIndex = 5
                     66:       Style = tbsSeparator
                     67:     end
                     68:     object Status: TStaticText
1.1.1.2 ! root       69:       Left = 108
1.1       root       70:       Top = 0
                     71:       Width = 150
                     72:       Height = 22
                     73:       Hint = 'FTP Server Status'
                     74:       AutoSize = False
                     75:       BorderStyle = sbsSunken
1.1.1.2 ! root       76:       Caption = 'Down'
1.1       root       77:       ParentShowHint = False
                     78:       ShowHint = True
                     79:       TabOrder = 0
                     80:     end
                     81:     object ToolButton3: TToolButton
1.1.1.2 ! root       82:       Left = 258
1.1       root       83:       Top = 0
                     84:       Width = 8
                     85:       Caption = 'ToolButton3'
                     86:       ImageIndex = 6
                     87:       Style = tbsSeparator
                     88:     end
                     89:     object ProgressBar: TProgressBar
1.1.1.2 ! root       90:       Left = 266
1.1       root       91:       Top = 0
                     92:       Width = 75
                     93:       Height = 22
                     94:       Hint = 'FTP Server Utilization'
                     95:       Min = 0
                     96:       Max = 100
                     97:       Smooth = True
                     98:       Step = 1
                     99:       TabOrder = 1
                    100:     end
                    101:   end
                    102:   object Log: TMemo
                    103:     Left = 0
                    104:     Top = 25
                    105:     Width = 342
1.1.1.2 ! root      106:     Height = 92
1.1       root      107:     Align = alClient
                    108:     ReadOnly = True
                    109:     ScrollBars = ssBoth
                    110:     TabOrder = 1
                    111:   end
                    112: end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.