6 Star 5 Fork 5

Awaysoft / AwayAMP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ApacheFrame.lfm 6.46 KB
一键复制 编辑 原始数据 按行查看 历史
Awaysoft 提交于 2013-11-21 15:15 . AwayAMP 1.1
object ApacheModule: TApacheModule
Left = 0
Height = 240
Top = 0
Width = 464
ClientHeight = 240
ClientWidth = 464
TabOrder = 0
DesignLeft = 291
DesignTop = 168
object GroupBox1: TGroupBox
Left = 0
Height = 65
Top = 0
Width = 464
Align = alTop
Caption = '基础设置'
ClientHeight = 47
ClientWidth = 460
TabOrder = 0
object Label1: TLabel
Left = 6
Height = 12
Top = 13
Width = 60
Caption = '版本设置:'
ParentColor = False
end
object cbApacheVersion: TComboBox
Left = 70
Height = 25
Hint = 'PHP5.5使用2.4_VC11,其它版本根据自己喜好即可'#13#10'切换版本将会重新安装Apache服务'
Top = 8
Width = 72
ItemHeight = 17
ItemIndex = 0
Items.Strings = (
'2.2_VC9'
'2.4_VC9'
'2.4_VC11'
)
OnChange = cbApacheVersionChange
ParentShowHint = False
ShowHint = True
Style = csDropDownList
TabOrder = 0
Text = '2.2_VC9'
end
object Button1: TButton
Left = 158
Height = 25
Top = 8
Width = 51
Action = acStart
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object Button2: TButton
Left = 214
Height = 25
Top = 8
Width = 51
Action = acStop
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object Button3: TButton
Left = 270
Height = 25
Top = 8
Width = 51
Action = acRestart
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object Button4: TButton
Left = 326
Height = 25
Top = 8
Width = 51
Action = acUninstall
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object lbApacheStatus: TLabel
Left = 388
Height = 12
Top = 11
Width = 60
Caption = '状态:停止'
ParentColor = False
end
end
object GroupBox2: TGroupBox
Left = 0
Height = 127
Hint = '由于2.2和2.4的配置文件不同,添加虚拟主机后,将禁用版本切换功能!'
Top = 65
Width = 464
Align = alClient
Caption = '虚拟主机'
ClientHeight = 109
ClientWidth = 460
ParentShowHint = False
ShowHint = True
TabOrder = 1
object Panel1: TPanel
Left = 290
Height = 109
Top = 0
Width = 170
Align = alRight
BevelOuter = bvNone
ClientHeight = 109
ClientWidth = 170
TabOrder = 0
object leDomain: TLabeledEdit
Left = 44
Height = 25
Hint = '输入xxx.com,会自动绑定xxx.com和www.xxx.com'
Top = 7
Width = 120
EditLabel.AnchorSideTop.Control = leDomain
EditLabel.AnchorSideTop.Side = asrCenter
EditLabel.AnchorSideRight.Control = leDomain
EditLabel.AnchorSideBottom.Control = leDomain
EditLabel.AnchorSideBottom.Side = asrBottom
EditLabel.Left = 5
EditLabel.Height = 12
EditLabel.Top = 13
EditLabel.Width = 36
EditLabel.Caption = '域名:'
EditLabel.ParentColor = False
LabelPosition = lpLeft
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object Button5: TButton
Left = 6
Height = 29
Hint = '添加了一个虚拟主机后,原有的htdocs目录可能失效,您可以通过添加一个localhost的虚拟主机做本机测试'
Top = 39
Width = 158
Action = acAdd
Caption = '添加虚拟主机'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object Button6: TButton
Left = 6
Height = 29
Top = 71
Width = 158
Action = acDelete
TabOrder = 2
end
end
object lbDomains: TListBox
Left = 0
Height = 109
Top = 0
Width = 290
Align = alClient
ItemHeight = 0
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left = 0
Height = 48
Top = 192
Width = 464
Align = alBottom
Caption = '配置文件'
ClientHeight = 30
ClientWidth = 460
TabOrder = 2
object btnApacheConf: TButton
Left = 6
Height = 25
Top = 1
Width = 136
Caption = '打开httpd.conf'
OnClick = btnApacheConfClick
TabOrder = 0
end
object btnApacheVhostsConf: TButton
Tag = 1
Left = 162
Height = 25
Top = 1
Width = 136
Caption = '打开虚拟主机配置目录'
OnClick = btnApacheConfClick
TabOrder = 1
end
object btnOpenSite: TButton
Left = 318
Height = 25
Top = 1
Width = 136
Action = acOpenSite
TabOrder = 2
end
end
object ApacheAction: TActionList
left = 416
top = 40
object acStart: TAction
Caption = '启动'
Hint = '启动服务,如果服务没有安装,将会自动安装'
OnExecute = acStartExecute
OnUpdate = acStartUpdate
end
object acStop: TAction
Caption = '停止'
Hint = '停止服务'
OnExecute = acStopExecute
OnUpdate = acStopUpdate
end
object acRestart: TAction
Caption = '重启'
Hint = '重启服务'
OnExecute = acRestartExecute
OnUpdate = acRestartUpdate
end
object acUninstall: TAction
Caption = '卸载'
Hint = '卸载服务,当你不再需要使用的时候,可以点击这里'
OnExecute = acUninstallExecute
OnUpdate = acUninstallUpdate
end
object acAdd: TAction
Caption = '添加'
OnExecute = acAddExecute
OnUpdate = acAddUpdate
end
object acDelete: TAction
Caption = '删除选中主机'
OnExecute = acDeleteExecute
OnUpdate = acDeleteUpdate
end
object acOpenSite: TAction
Caption = '打开网站'
OnExecute = acOpenSiteExecute
OnUpdate = acOpenSiteUpdate
end
end
object pmWebsite: TPopupMenu
left = 416
top = 104
object MenuItem1: TMenuItem
Caption = '打开首页(&H)'
OnClick = MenuItem1Click
end
object MenuItem2: TMenuItem
Tag = 1
Caption = '打开PHP探针(&P)'
OnClick = MenuItem1Click
end
object MenuItem4: TMenuItem
Tag = 2
Caption = '打开PHPInfo()信息(&I)'
OnClick = MenuItem1Click
end
object MenuItem3: TMenuItem
Tag = 3
Caption = '打开PHPMyAdmin(&M)'
OnClick = MenuItem1Click
end
end
end
Delphi
1
https://gitee.com/awaysoft/AwayAMP.git
git@gitee.com:awaysoft/AwayAMP.git
awaysoft
AwayAMP
AwayAMP
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891