/client/Plugin/StationLoader/uFormMain.dfm
http://drcp.googlecode.com/ · Unknown · 110 lines · 110 code · 0 blank · 0 comment · 0 complexity · 04d2f00026874b7f365563941b351d81 MD5 · raw file
- object Form_Main: TForm_Main
- Left = 245
- Top = 190
- BorderIcons = [biSystemMenu, biMaximize]
- BorderStyle = bsToolWindow
- Caption = 'Station'
- ClientHeight = 247
- ClientWidth = 196
- Color = clBtnFace
- DragKind = dkDock
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefault
- Visible = True
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Panel_Bottom: TPanel
- Left = 0
- Top = 41
- Width = 196
- Height = 206
- Align = alClient
- Caption = 'Panel_Bottom'
- TabOrder = 0
- object JvOutlookBar_Station: TJvOutlookBar
- Left = 1
- Top = 1
- Width = 194
- Height = 204
- Align = alClient
- Pages = <
- item
- Buttons = <
- item
- Caption = 'UnitTest'
- ImageIndex = 0
- Tag = 0
- AutoToggle = False
- OnClick = JvOutlookBar_StationPages0Buttons0Click
- end
- item
- Caption = 'SysTest'
- ImageIndex = 0
- Tag = 0
- AutoToggle = False
- end
- item
- Caption = 'GiftAssembly'
- ImageIndex = 0
- Tag = 0
- AutoToggle = False
- end>
- ButtonSize = olbsLarge
- Caption = 'MC1088'
- DownFont.Charset = DEFAULT_CHARSET
- DownFont.Color = clWindowText
- DownFont.Height = -11
- DownFont.Name = 'MS Sans Serif'
- DownFont.Style = []
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = True
- TopButtonIndex = 0
- end>
- TabOrder = 0
- end
- end
- object Panel_Top: TPanel
- Left = 0
- Top = 0
- Width = 196
- Height = 41
- Align = alTop
- TabOrder = 1
- DesignSize = (
- 196
- 41)
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 37
- Height = 13
- Caption = 'Product'
- end
- object ComboBox_Product: TComboBox
- Left = 56
- Top = 8
- Width = 129
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- OnChange = ComboBox_ProductChange
- Items.Strings = (
- 'PAS'
- 'GSM'
- 'WiFi'
- 'MC1088L'
- 'ONU100')
- end
- end
- end