/client/Container/src/uForm_Option.dfm

http://drcp.googlecode.com/ · Unknown · 56 lines · 56 code · 0 blank · 0 comment · 0 complexity · 8a781712e4917216e79eef6ac97867c0 MD5 · raw file

  1. object Form_Option: TForm_Option
  2. Left = 235
  3. Top = 184
  4. BorderStyle = bsToolWindow
  5. Caption = 'Option'
  6. ClientHeight = 283
  7. ClientWidth = 439
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poMainFormCenter
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object Label1: TLabel
  19. Left = 8
  20. Top = 36
  21. Width = 50
  22. Height = 13
  23. Caption = 'Server Url:'
  24. end
  25. object Edit_AppSoapAddr: TEdit
  26. Left = 64
  27. Top = 32
  28. Width = 337
  29. Height = 21
  30. ImeName = #32043#20809#25340#38899#36755#20837#27861
  31. TabOrder = 0
  32. Text = 'Edit_AppSoapAddr'
  33. end
  34. object Button_OK: TButton
  35. Left = 132
  36. Top = 236
  37. Width = 75
  38. Height = 25
  39. Caption = 'OK'
  40. ModalResult = 1
  41. TabOrder = 1
  42. end
  43. object Button_Cancel: TButton
  44. Left = 264
  45. Top = 236
  46. Width = 75
  47. Height = 25
  48. Caption = 'Cancel'
  49. ModalResult = 2
  50. TabOrder = 2
  51. end
  52. object JvSelectDirectory1: TJvSelectDirectory
  53. Left = 340
  54. Top = 136
  55. end
  56. end