📄 foption.form
字号:
# Gambas Form File 1.0{ FOption Form Move(212,75,672,498) Text = ("Preferences") Border = Window.Fixed { tabOption TabStrip Move(8,8,656,448) Count = 3 Index = 0 Text = ("Editor") { lblFont Label Move(16,40,232,40) Background = &HFFFFFF& Text = ("") Border = Border.Sunken } { Label31 Label Move(256,8,384,392) Visible = False Text = ("") Border = Border.Plain } { chkEditorToolbar CheckBox Move(16,232,216,24) Text = ("Show toolbar") } { chkShowCompletion CheckBox Move(16,256,216,24) Text = ("Automatic completion") } { Label32 Label Move(8,8,96,24) Font = Font["Bold"] Text = ("Font") } { btnFont Button Move(16,88,232,24) Text = ("&Choose font...") } { Label37 Label Move(8,200,96,24) Font = Font["Bold"] Text = ("Options") } { Label40 Label Move(8,128,240,24) Font = Font["Bold"] Text = ("Default tab size") } { txtTabSize SpinBox Move(16,160,56,24) MinValue = 2 MaxValue = 16 } { Label41 Label Move(80,160,160,24) Text = ("characters") } { chkClean CheckBox Move(16,280,216,24) Text = ("Clean on save") } { chkShowProc CheckBox Move(16,304,216,24) Text = ("Split procedures") Value = True } { chkUseRelief CheckBox Move(16,328,216,24) Text = ("Use relief") Value = True } { chkShowCurrent CheckBox Move(16,352,224,24) Text = ("Highlight current line") } { chkShowChange CheckBox Move(16,376,224,24) Text = ("Show modified lines") Value = True } Index = 1 Text = ("Colors") { cmbTheme ComboBox Move(8,8,240,24) Text = (" ") ReadOnly = True } { lblEditor Label Move(256,8,384,400) Visible = False Text = ("") Border = Border.Plain } { svwColor ScrollView Move(8,40,240,368) Background = &HFFFFFF& ScrollBar = Scroll.Vertical { Label2 Label Move(8,4,152,20) Background = &HFFFFFF& Text = ("Background") } { Label1 Label lblColor Move(188,4,40,20) Background = &H00FFFF& Tag = "0" Text = ("") Border = Border.Raised } { Label3 Label Move(8,28,152,20) Background = &HFFFFFF& Text = ("Normal text") } { Label4 Label lblColor Move(188,28,40,20) Background = &H00FFFF& Tag = "1" Text = ("") Border = Border.Raised } { Label29 Label Move(8,52,152,20) Background = &HFFFFFF& Text = ("Selection") } { Label30 Label lblColor Move(188,52,40,20) Background = &H00FFFF& Tag = "12" Text = ("") Border = Border.Raised } { Label5 Label Move(8,100,152,20) Background = &HFFFFFF& Text = ("Keywords") } { Label6 Label lblColor Move(188,100,40,20) Background = &H00FFFF& Tag = "2" Text = ("") Border = Border.Raised } { Label24 Label Move(8,124,152,20) Background = &HFFFFFF& Text = ("Data types") } { Label25 Label lblColor Move(188,124,40,20) Background = &H00FFFF& Tag = "11" Text = ("") Border = Border.Raised } { Label7 Label Move(8,148,152,20) Background = &HFFFFFF& Text = ("Subroutines") } { Label8 Label lblColor Move(188,148,40,20) Background = &H00FFFF& Tag = "3" Text = ("") Border = Border.Raised } { Label9 Label Move(8,172,152,20) Background = &HFFFFFF& Text = ("Operators") } { Label10 Label lblColor Move(188,172,40,20) Background = &H00FFFF& Tag = "4" Text = ("") Border = Border.Raised } { Label11 Label Move(8,196,152,20) Background = &HFFFFFF& Text = ("Symbols") } { Label12 Label lblColor Move(188,196,40,20) Background = &H00FFFF& Tag = "5" Text = ("") Border = Border.Raised } { Label13 Label Move(8,220,152,20) Background = &HFFFFFF& Text = ("Numbers") } { Label14 Label lblColor Move(188,220,40,20) Background = &H00FFFF& Tag = "6" Text = ("") Border = Border.Raised } { Label15 Label Move(8,244,152,20) Background = &HFFFFFF& Text = ("Strings") } { Label16 Label lblColor Move(188,244,40,20) Background = &H00FFFF& Tag = "7" Text = ("") Border = Border.Raised } { Label20 Label Move(8,268,152,20) Background = &HFFFFFF& Text = ("Comments") } { Label22 Label lblColor Move(188,268,40,20) Background = &H00FFFF& Tag = "8" Text = ("") Border = Border.Raised } { Label21 Label Move(8,292,152,20) Background = &HFFFFFF& Text = ("Breakpoints") } { Label18 Label lblColor Move(188,292,40,20) Background = &H00FFFF& Tag = "9" Text = ("") Border = Border.Raised } { Label19 Label Move(8,316,152,20) Background = &HFFFFFF& Text = ("Current line") } { Label17 Label lblColor Move(188,316,40,20) Background = &H00FFFF& Tag = "10" Text = ("") Border = Border.Raised } { Label43 Label Move(8,76,152,20) Background = &HFFFFFF& Text = ("Highlighting") } { Label44 Label lblColor Move(188,76,40,20) Background = &H00FFFF& Tag = "13" Text = ("") Border = Border.Raised } { Label27 Label Move(8,340,152,20) Background = &HFFFFFF& Text = ("Editing line") } { Label45 Label lblColor Move(188,340,40,20) Background = &H00FFFF& Tag = "14" Text = ("") Border = Border.Raised } } Index = 2 Text = ("Others") { Label33 Label Move(8,8,176,24) Font = Font["Bold"] Text = ("Form editor") } { Label23 Label Move(16,40,264,24) Text = ("Handle size") } { Label34 Label Move(8,112,176,24) Font = Font["Bold"] Text = ("Toolbox") } { Label28 Label Move(16,144,264,24) Text = ("Icon size") } { Label26 Label Move(16,72,264,24) Text = ("Default grid resolution") } { txtGrid SpinBox Move(296,72,56,24) MinValue = 2 MaxValue = 16 } { Label38 Label Move(360,72,88,24) Text = ("pixels") } { txtHandle SpinBox Move(296,40,56,24) Value = 8 MinValue = 4 MaxValue = 16 } { Label39 Label Move(360,40,88,24) Text = ("pixels") } { Label35 Label Move(8,216,176,24) Font = Font["Bold"] Text = ("Project window") } { Label36 Label Move(8,288,176,24) Font = Font["Bold"] Text = ("Miscellaneous") } { picGambas PictureBox Move(464,288,176,112) Picture = Picture["img/anim/gambas1.png"] } { chkShowTooltip CheckBox Move(16,344,256,24) Text = ("Show tooltips") } { chkShowMascot CheckBox Move(16,320,256,24) Text = ("Show mascot") Value = True } { txtIcon SpinBox Move(296,144,56,24) Value = 32 MinValue = 16 MaxValue = 48 } { Label42 Label Move(360,144,88,24) Text = ("pixels") } { chkSmallFont CheckBox Move(16,368,256,24) Text = ("Use a small font") } { chkDisplayForm CheckBox Move(16,248,488,24) Text = ("Display form classes") } { chkAnimate CheckBox Move(16,176,488,24) Text = ("Animate toolbar move") } Index = 0 } { btnOK Button Move(480,464,88,24) Text = ("OK") Default = True } { btnCancel Button Move(576,464,88,24) Text = ("Cancel") Cancel = True } { btnApply Button Move(384,464,88,24) Text = ("Apply") } { edtEditor GambasEditor Move(8,464,368,152) Visible = False Text = ("") ReadOnly = True }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -