/client/Plugin/StationLoader/uFormMain.dfm

http://drcp.googlecode.com/ · Unknown · 110 lines · 110 code · 0 blank · 0 comment · 0 complexity · 04d2f00026874b7f365563941b351d81 MD5 · raw file

  1. object Form_Main: TForm_Main
  2. Left = 245
  3. Top = 190
  4. BorderIcons = [biSystemMenu, biMaximize]
  5. BorderStyle = bsToolWindow
  6. Caption = 'Station'
  7. ClientHeight = 247
  8. ClientWidth = 196
  9. Color = clBtnFace
  10. DragKind = dkDock
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -11
  14. Font.Name = 'MS Sans Serif'
  15. Font.Style = []
  16. OldCreateOrder = False
  17. Position = poDefault
  18. Visible = True
  19. OnDestroy = FormDestroy
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object Panel_Bottom: TPanel
  23. Left = 0
  24. Top = 41
  25. Width = 196
  26. Height = 206
  27. Align = alClient
  28. Caption = 'Panel_Bottom'
  29. TabOrder = 0
  30. object JvOutlookBar_Station: TJvOutlookBar
  31. Left = 1
  32. Top = 1
  33. Width = 194
  34. Height = 204
  35. Align = alClient
  36. Pages = <
  37. item
  38. Buttons = <
  39. item
  40. Caption = 'UnitTest'
  41. ImageIndex = 0
  42. Tag = 0
  43. AutoToggle = False
  44. OnClick = JvOutlookBar_StationPages0Buttons0Click
  45. end
  46. item
  47. Caption = 'SysTest'
  48. ImageIndex = 0
  49. Tag = 0
  50. AutoToggle = False
  51. end
  52. item
  53. Caption = 'GiftAssembly'
  54. ImageIndex = 0
  55. Tag = 0
  56. AutoToggle = False
  57. end>
  58. ButtonSize = olbsLarge
  59. Caption = 'MC1088'
  60. DownFont.Charset = DEFAULT_CHARSET
  61. DownFont.Color = clWindowText
  62. DownFont.Height = -11
  63. DownFont.Name = 'MS Sans Serif'
  64. DownFont.Style = []
  65. Font.Charset = DEFAULT_CHARSET
  66. Font.Color = clWhite
  67. Font.Height = -11
  68. Font.Name = 'MS Sans Serif'
  69. Font.Style = []
  70. ParentColor = True
  71. TopButtonIndex = 0
  72. end>
  73. TabOrder = 0
  74. end
  75. end
  76. object Panel_Top: TPanel
  77. Left = 0
  78. Top = 0
  79. Width = 196
  80. Height = 41
  81. Align = alTop
  82. TabOrder = 1
  83. DesignSize = (
  84. 196
  85. 41)
  86. object Label1: TLabel
  87. Left = 8
  88. Top = 16
  89. Width = 37
  90. Height = 13
  91. Caption = 'Product'
  92. end
  93. object ComboBox_Product: TComboBox
  94. Left = 56
  95. Top = 8
  96. Width = 129
  97. Height = 21
  98. Anchors = [akLeft, akTop, akRight]
  99. ItemHeight = 13
  100. TabOrder = 0
  101. OnChange = ComboBox_ProductChange
  102. Items.Strings = (
  103. 'PAS'
  104. 'GSM'
  105. 'WiFi'
  106. 'MC1088L'
  107. 'ONU100')
  108. end
  109. end
  110. end