?? severmain.xfm
字號:
object Form1: TForm1 Left = 203 Top = 204 Width = 696 Height = 480 HorzScrollBar.Range = 409 VertScrollBar.Range = 241 ActiveControl = Button1 Caption = 'Ogg Server' Color = clBackground PixelsPerInch = 72 TextHeight = 15 TextWidth = 7 object Button1: TButton Left = 16 Top = 16 Width = 75 Height = 25 Caption = 'Start' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 104 Top = 16 Width = 75 Height = 25 Caption = 'Stop' Enabled = False TabOrder = 1 OnClick = Button2Click end object Memo1: TMemo Left = 16 Top = 64 Width = 393 Height = 177 Lines.Strings = ( 'Memo1') TabOrder = 2 end object IdHTTPServer1: TIdHTTPServer Bindings = <> CommandHandlers = <> DefaultPort = 12756 Greeting.NumericCode = 0 MaxConnectionReply.NumericCode = 0 ReplyExceptionCode = 0 ReplyTexts = <> ReplyUnknownCommand.NumericCode = 0 OnCommandGet = IdHTTPServer1CommandGet Left = 192 Top = 16 endend
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -