home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / Wewiz32k.wem / 0 / RCDATA / TFTPURLDIALOGCE / TFTPURLDIALOGCE.txt
Text File  |  1996-10-14  |  10KB  |  457 lines

  1. object FtpURLDialogCE: TFtpURLDialogCE
  2.   Left = 200
  3.   Top = 101
  4.   BorderStyle = bsDialog
  5.   Caption = 'FtpURLDialog Component Editor'
  6.   ClientHeight = 234
  7.   ClientWidth = 345
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label13: TLabel
  15.     Left = 288
  16.     Top = 211
  17.     Width = 49
  18.     Height = 14
  19.     Caption = 'StarTech'
  20.     Font.Color = clBlack
  21.     Font.Height = -11
  22.     Font.Name = 'Arial'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.   end
  26.   object Shape1: TShape
  27.     Left = 288
  28.     Top = 225
  29.     Width = 50
  30.     Height = 4
  31.     Brush.Color = clRed
  32.     Pen.Color = clRed
  33.   end
  34.   object Shape2: TShape
  35.     Left = 288
  36.     Top = 207
  37.     Width = 50
  38.     Height = 4
  39.     Brush.Color = clRed
  40.     Pen.Color = clRed
  41.   end
  42.   object TabbedNotebook1: TTabbedNotebook
  43.     Left = 6
  44.     Top = 2
  45.     Width = 333
  46.     Height = 199
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     TabFont.Color = clBtnText
  52.     TabFont.Height = -11
  53.     TabFont.Name = 'MS Sans Serif'
  54.     TabFont.Style = []
  55.     TabOrder = 0
  56.     object TTabPage
  57.       Left = 4
  58.       Top = 24
  59.       Caption = 'Form Appearance'
  60.       object GroupBox1: TGroupBox
  61.         Left = 8
  62.         Top = 4
  63.         Width = 109
  64.         Height = 79
  65.         Caption = 'Font'
  66.         Font.Color = clBlack
  67.         Font.Height = -12
  68.         Font.Name = 'Arial'
  69.         Font.Style = [fsBold]
  70.         ParentFont = False
  71.         TabOrder = 0
  72.         object FontSample: TPaintBox
  73.           Left = 10
  74.           Top = 40
  75.           Width = 91
  76.           Height = 33
  77.           OnPaint = FontSamplePaint
  78.         end
  79.         object Button6: TButton
  80.           Left = 20
  81.           Top = 16
  82.           Width = 69
  83.           Height = 19
  84.           Caption = 'Select'
  85.           TabOrder = 0
  86.           OnClick = Button6Click
  87.         end
  88.       end
  89.       object GroupBox2: TGroupBox
  90.         Left = 122
  91.         Top = 4
  92.         Width = 193
  93.         Height = 79
  94.         Caption = 'Position'
  95.         TabOrder = 1
  96.         object Label3: TLabel
  97.           Left = 18
  98.           Top = 52
  99.           Width = 27
  100.           Height = 13
  101.           Caption = 'Top:'
  102.         end
  103.         object Label4: TLabel
  104.           Left = 104
  105.           Top = 50
  106.           Width = 27
  107.           Height = 13
  108.           Caption = 'Left:'
  109.         end
  110.         object poscenter: TRadioButton
  111.           Left = 14
  112.           Top = 14
  113.           Width = 113
  114.           Height = 17
  115.           Caption = 'Screen Center'
  116.           TabOrder = 0
  117.         end
  118.         object poscustom: TRadioButton
  119.           Left = 14
  120.           Top = 28
  121.           Width = 113
  122.           Height = 17
  123.           Caption = 'Custom'
  124.           TabOrder = 1
  125.         end
  126.         object etop: TEdit
  127.           Left = 46
  128.           Top = 48
  129.           Width = 45
  130.           Height = 21
  131.           TabOrder = 2
  132.         end
  133.         object eleft: TEdit
  134.           Left = 138
  135.           Top = 46
  136.           Width = 45
  137.           Height = 21
  138.           TabOrder = 3
  139.         end
  140.       end
  141.       object GroupBox3: TGroupBox
  142.         Left = 6
  143.         Top = 88
  144.         Width = 113
  145.         Height = 73
  146.         Caption = 'Border'
  147.         TabOrder = 2
  148.         object rbdialog: TRadioButton
  149.           Left = 22
  150.           Top = 18
  151.           Width = 70
  152.           Height = 17
  153.           Caption = 'Dialog'
  154.           TabOrder = 0
  155.         end
  156.         object rbsingle: TRadioButton
  157.           Left = 22
  158.           Top = 34
  159.           Width = 70
  160.           Height = 17
  161.           Caption = 'Single'
  162.           TabOrder = 1
  163.         end
  164.         object rbnone: TRadioButton
  165.           Left = 22
  166.           Top = 50
  167.           Width = 70
  168.           Height = 17
  169.           Caption = 'None'
  170.           TabOrder = 2
  171.         end
  172.       end
  173.       object Color: TGroupBox
  174.         Left = 124
  175.         Top = 88
  176.         Width = 193
  177.         Height = 73
  178.         Caption = 'Color'
  179.         TabOrder = 3
  180.         object bkcol: TShape
  181.           Left = 10
  182.           Top = 16
  183.           Width = 19
  184.           Height = 19
  185.         end
  186.         object txtcol: TShape
  187.           Left = 10
  188.           Top = 42
  189.           Width = 19
  190.           Height = 19
  191.         end
  192.         object TLabel
  193.           Left = 38
  194.           Top = 20
  195.           Width = 69
  196.           Height = 13
  197.           Caption = 'Background'
  198.         end
  199.         object Label5: TLabel
  200.           Left = 38
  201.           Top = 42
  202.           Width = 26
  203.           Height = 13
  204.           Caption = 'Text'
  205.         end
  206.         object Button1: TButton
  207.           Left = 116
  208.           Top = 18
  209.           Width = 65
  210.           Height = 19
  211.           Caption = 'Edit'
  212.           TabOrder = 0
  213.           OnClick = Button1Click
  214.         end
  215.         object Button2: TButton
  216.           Left = 116
  217.           Top = 40
  218.           Width = 65
  219.           Height = 19
  220.           Caption = 'Edit'
  221.           TabOrder = 1
  222.           OnClick = Button2Click
  223.         end
  224.       end
  225.     end
  226.     object TTabPage
  227.       Left = 4
  228.       Top = 24
  229.       Caption = 'Language'
  230.       object Label8: TLabel
  231.         Left = 10
  232.         Top = 14
  233.         Width = 77
  234.         Height = 13
  235.         Caption = 'Connecting...'
  236.       end
  237.       object Label9: TLabel
  238.         Left = 10
  239.         Top = 42
  240.         Width = 77
  241.         Height = 13
  242.         Caption = 'Connected to'
  243.       end
  244.       object Label10: TLabel
  245.         Left = 10
  246.         Top = 72
  247.         Width = 57
  248.         Height = 13
  249.         Caption = 'Logged in'
  250.       end
  251.       object Label11: TLabel
  252.         Left = 10
  253.         Top = 102
  254.         Width = 69
  255.         Height = 13
  256.         Caption = 'Transferring'
  257.       end
  258.       object Label12: TLabel
  259.         Left = 10
  260.         Top = 130
  261.         Width = 40
  262.         Height = 13
  263.         Caption = 'Cancel'
  264.       end
  265.       object tconnecting: TEdit
  266.         Left = 92
  267.         Top = 10
  268.         Width = 221
  269.         Height = 21
  270.         TabOrder = 0
  271.       end
  272.       object tconnected: TEdit
  273.         Left = 92
  274.         Top = 38
  275.         Width = 221
  276.         Height = 21
  277.         TabOrder = 1
  278.       end
  279.       object tloggedin: TEdit
  280.         Left = 92
  281.         Top = 68
  282.         Width = 221
  283.         Height = 21
  284.         TabOrder = 2
  285.       end
  286.       object ttransferring: TEdit
  287.         Left = 92
  288.         Top = 98
  289.         Width = 221
  290.         Height = 21
  291.         TabOrder = 3
  292.       end
  293.       object tcancel: TEdit
  294.         Left = 92
  295.         Top = 128
  296.         Width = 221
  297.         Height = 21
  298.         TabOrder = 4
  299.       end
  300.     end
  301.     object TTabPage
  302.       Left = 4
  303.       Top = 24
  304.       Caption = 'Status Display'
  305.       object GroupBox4: TGroupBox
  306.         Left = 12
  307.         Top = 22
  308.         Width = 113
  309.         Height = 123
  310.         Caption = 'Display'
  311.         TabOrder = 0
  312.         object sttext: TCheckBox
  313.           Left = 6
  314.           Top = 16
  315.           Width = 103
  316.           Height = 17
  317.           Caption = 'Status Text'
  318.           TabOrder = 0
  319.         end
  320.         object stcounter: TCheckBox
  321.           Left = 6
  322.           Top = 70
  323.           Width = 103
  324.           Height = 17
  325.           Caption = 'Byte Counter'
  326.           TabOrder = 1
  327.         end
  328.         object stcancel: TCheckBox
  329.           Left = 6
  330.           Top = 98
  331.           Width = 103
  332.           Height = 17
  333.           Caption = 'Cancel Button'
  334.           TabOrder = 2
  335.         end
  336.         object stbar: TCheckBox
  337.           Left = 6
  338.           Top = 42
  339.           Width = 103
  340.           Height = 17
  341.           Caption = 'Status Bar'
  342.           TabOrder = 3
  343.           OnClick = stbarClick
  344.         end
  345.       end
  346.       object GroupBox5: TGroupBox
  347.         Left = 140
  348.         Top = 22
  349.         Width = 167
  350.         Height = 123
  351.         Caption = 'Status Bar'
  352.         TabOrder = 1
  353.         object Label1: TLabel
  354.           Left = 36
  355.           Top = 20
  356.           Width = 42
  357.           Height = 13
  358.           Caption = 'Height:'
  359.         end
  360.         object Label2: TLabel
  361.           Left = 36
  362.           Top = 42
  363.           Width = 38
  364.           Height = 13
  365.           Caption = 'Width:'
  366.         end
  367.         object Label6: TLabel
  368.           Left = 40
  369.           Top = 68
  370.           Width = 65
  371.           Height = 13
  372.           Caption = 'Foreground'
  373.         end
  374.         object Label7: TLabel
  375.           Left = 40
  376.           Top = 96
  377.           Width = 69
  378.           Height = 13
  379.           Caption = 'Background'
  380.         end
  381.         object stcol: TShape
  382.           Left = 10
  383.           Top = 66
  384.           Width = 19
  385.           Height = 17
  386.         end
  387.         object stbk: TShape
  388.           Left = 10
  389.           Top = 94
  390.           Width = 19
  391.           Height = 19
  392.         end
  393.         object eheight: TEdit
  394.           Left = 82
  395.           Top = 18
  396.           Width = 43
  397.           Height = 21
  398.           TabOrder = 0
  399.         end
  400.         object ewidth: TEdit
  401.           Left = 82
  402.           Top = 42
  403.           Width = 43
  404.           Height = 21
  405.           TabOrder = 1
  406.         end
  407.         object Button7: TButton
  408.           Left = 118
  409.           Top = 66
  410.           Width = 41
  411.           Height = 23
  412.           Caption = 'Edit'
  413.           TabOrder = 2
  414.           OnClick = Button7Click
  415.         end
  416.         object Button8: TButton
  417.           Left = 118
  418.           Top = 92
  419.           Width = 41
  420.           Height = 23
  421.           Caption = 'Edit'
  422.           TabOrder = 3
  423.           OnClick = Button8Click
  424.         end
  425.       end
  426.     end
  427.   end
  428.   object Button3: TButton
  429.     Left = 6
  430.     Top = 206
  431.     Width = 89
  432.     Height = 27
  433.     Caption = '&Ok'
  434.     ModalResult = 1
  435.     TabOrder = 1
  436.   end
  437.   object Button4: TButton
  438.     Left = 98
  439.     Top = 206
  440.     Width = 89
  441.     Height = 27
  442.     Cancel = True
  443.     Caption = 'Cancel'
  444.     ModalResult = 2
  445.     TabOrder = 2
  446.   end
  447.   object Button5: TButton
  448.     Left = 192
  449.     Top = 206
  450.     Width = 89
  451.     Height = 27
  452.     Caption = 'Test'
  453.     TabOrder = 3
  454.     OnClick = Button5Click
  455.   end
  456. end
  457.