6 Star 5 Fork 5

Awaysoft / AwayAMP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MySQLFrame.lfm 5.81 KB
一键复制 编辑 原始数据 按行查看 历史
Awaysoft 提交于 2013-11-21 15:15 . AwayAMP 1.1
object MySQLModule: TMySQLModule
Left = 0
Height = 237
Top = 0
Width = 464
ClientHeight = 237
ClientWidth = 464
TabOrder = 0
DesignLeft = 672
DesignTop = 61
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 cbMySQLVersion: TComboBox
Left = 70
Height = 25
Hint = 'PHP5.5使用2.4_VC11,其它版本根据自己喜好即可'#13#10'切换版本将会重新安装Apache服务'
Top = 8
Width = 72
ItemHeight = 17
ItemIndex = 1
Items.Strings = (
'5.0'
'5.1'
'5.5'
)
OnChange = cbMySQLVersionChange
ParentShowHint = False
ShowHint = True
Style = csDropDownList
TabOrder = 0
Text = '5.1'
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 lbMySQLStatus: TLabel
Left = 388
Height = 12
Top = 11
Width = 60
Caption = '状态:停止'
ParentColor = False
end
end
object GroupBox3: TGroupBox
Left = 0
Height = 48
Top = 189
Width = 464
Align = alBottom
Caption = '配置文件'
ClientHeight = 30
ClientWidth = 460
TabOrder = 2
object btnMySQLConf: TButton
Left = 6
Height = 25
Top = 3
Width = 104
Caption = '打开my.ini'
OnClick = btnMySQLConfClick
TabOrder = 0
end
object btnMySQLConf1: TButton
Tag = 1
Left = 120
Height = 25
Top = 3
Width = 104
Caption = '命令提示符'
OnClick = btnMySQLConfClick
TabOrder = 1
end
object btnMySQLChangePassword: TButton
Tag = 1
Left = 348
Height = 25
Top = 3
Width = 104
Action = acChangePassword
TabOrder = 2
end
object btnMySQLConf2: TButton
Tag = 2
Left = 234
Height = 25
Top = 3
Width = 104
Action = acOpenClient
TabOrder = 3
end
end
object GroupBox2: TGroupBox
Left = 0
Height = 124
Top = 65
Width = 464
Align = alClient
Caption = '切换配置文件'
ClientHeight = 106
ClientWidth = 460
TabOrder = 1
object btnRecoveryDist: TButton
Left = 6
Height = 32
Hint = '内存非常小时(<=64M)使用这个配置'
Top = 7
Width = 208
Caption = '切换为my-small.ini(默认)'
OnClick = btnRecoveryDistClick
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object btnRecoveryDist1: TButton
Tag = 1
Left = 238
Height = 32
Hint = '内存较小时(<=128M)时使用'
Top = 7
Width = 208
Caption = '切换为my-medium.ini'
OnClick = btnRecoveryDistClick
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object btnRecoveryDist2: TButton
Tag = 3
Left = 238
Height = 32
Hint = '内存巨大(1-2G)时使用'
Top = 39
Width = 208
Caption = '切换为my-huge.ini'
OnClick = btnRecoveryDistClick
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object btnRecoveryDist3: TButton
Tag = 2
Left = 6
Height = 32
Hint = '内存较大(<=512M)时使用'
Top = 39
Width = 208
Caption = '切换为my-large.ini'
OnClick = btnRecoveryDistClick
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object btnRecoveryDist4: TButton
Tag = 4
Left = 6
Height = 32
Hint = '少量连接,但是有大量查询时使用,仅使用InnoDB,内存需要4G以上'
Top = 71
Width = 208
Caption = '切换为my-innodb-heavy-4G.ini'
OnClick = btnRecoveryDistClick
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
end
object MySQLAction: TActionList
left = 408
top = 56
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 acChangePassword: TAction
Caption = '修改root密码'
OnExecute = acChangePasswordExecute
OnUpdate = acChangePasswordUpdate
end
object acOpenClient: TAction
Caption = '打开MySQL终端'
OnExecute = acOpenClientExecute
OnUpdate = acOpenClientUpdate
end
end
end
Delphi
1
https://gitee.com/awaysoft/AwayAMP.git
git@gitee.com:awaysoft/AwayAMP.git
awaysoft
AwayAMP
AwayAMP
master

搜索帮助