Unit2.dfm 648 B

12345678910111213141516171819202122232425262728293031323334
  1. object Form2: TForm2
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form2'
  5. ClientHeight = 231
  6. ClientWidth = 505
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object Button1: TButton
  17. Left = 16
  18. Top = 56
  19. Width = 75
  20. Height = 25
  21. Caption = 'Start server'
  22. TabOrder = 0
  23. OnClick = Button1Click
  24. end
  25. object CheckBox1: TCheckBox
  26. Left = 16
  27. Top = 24
  28. Width = 97
  29. Height = 17
  30. Caption = 'Enable SSL mode'
  31. TabOrder = 1
  32. OnClick = CheckBox1Click
  33. end
  34. end