FormMain.dfm
资源名称:__DCOM.rar [点击查看]
上传用户:etonglee
上传日期:2014-03-01
资源大小:698k
文件大小:3k
源码类别:
Internet/IE编程
开发平台:
Delphi
- object FrmMain: TFrmMain
- Left = 216
- Top = 105
- Width = 696
- Height = 480
- Caption = 'FrmMain'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIForm
- Menu = MainMenu
- OldCreateOrder = False
- WindowMenu = MnWindows
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar: TStatusBar
- Left = 0
- Top = 415
- Width = 688
- Height = 19
- Panels = <
- item
- Width = 50
- end>
- end
- object MainMenu: TMainMenu
- Left = 96
- Top = 64
- object N1: TMenuItem
- Caption = #20027#33756#21333
- object N3: TMenuItem
- Caption = #35746#21333#32500#25252
- OnClick = N3Click
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object N2: TMenuItem
- Caption = #36864#20986
- OnClick = N2Click
- end
- end
- object MnWindows: TMenuItem
- Caption = #31383#21475
- object Arrange1: TMenuItem
- Action = WindowArrange1
- end
- object Cascade1: TMenuItem
- Action = WindowCascade1
- end
- object Close1: TMenuItem
- Action = WindowClose1
- end
- object MinimizeAll1: TMenuItem
- Action = WindowMinimizeAll1
- end
- object ileHorizontally1: TMenuItem
- Action = WindowTileHorizontal1
- end
- object ileVertically1: TMenuItem
- Action = WindowTileVertical1
- end
- end
- end
- object ActionList: TActionList
- Left = 128
- Top = 64
- object WindowClose1: TWindowClose
- Category = 'Window'
- Caption = 'C&lose'
- Enabled = False
- Hint = 'Close'
- end
- object WindowCascade1: TWindowCascade
- Category = 'Window'
- Caption = '&Cascade'
- Enabled = False
- Hint = 'Cascade'
- ImageIndex = 17
- end
- object WindowTileHorizontal1: TWindowTileHorizontal
- Category = 'Window'
- Caption = 'Tile &Horizontally'
- Enabled = False
- Hint = 'Tile Horizontal'
- ImageIndex = 15
- end
- object WindowTileVertical1: TWindowTileVertical
- Category = 'Window'
- Caption = '&Tile Vertically'
- Enabled = False
- Hint = 'Tile Vertical'
- ImageIndex = 16
- end
- object WindowMinimizeAll1: TWindowMinimizeAll
- Category = 'Window'
- Caption = '&Minimize All'
- Enabled = False
- Hint = 'Minimize All'
- end
- object WindowArrange1: TWindowArrange
- Category = 'Window'
- Caption = '&Arrange'
- Enabled = False
- end
- end
- end