fpropertyproject.form
来自「Gambas is a graphical development enviro」· FORM 代码 · 共 225 行
FORM
225 行
# Gambas Form File 1.0{ FPropertyProject Form Move(351,155,489,483) Text = ("Project properties") Icon = Picture["img/16/sheet.png"] Border = Window.Fixed { btnOK Button Move(296,448,88,24) Text = ("OK") Default = True } { btnCancel Button Move(392,448,88,24) Text = ("Cancel") Cancel = True } { btnApply Button Move(200,448,88,24) Visible = False Text = ("Apply") } { TabStrip1 TabStrip Move(8,8,472,432) Count = 4 Index = 0 Text = ("General") Picture = Picture["img/16/gambas.png"] { lblName Label Move(8,8,384,32) Font = Font["16,Bold"] Text = ("Gambas") } { lblPath Label Move(8,40,368,24) Text = ("") } { txtTitle TextBox Move(104,96,352,24) Text = ("") } { Label10 Label Move(8,128,88,24) Font = Font["Bold"] Text = ("Version") } { Label12 Label Move(8,96,88,24) Font = Font["Bold"] Text = ("Title") } { txtMajor TextBox Move(104,128,48,24) Text = ("") Alignment = Align.Right } { txtMinor TextBox Move(160,128,48,24) Text = ("") Alignment = Align.Right } { txtRelease TextBox Move(408,128,48,24) Text = ("") Alignment = Align.Right } { Label6 Label Move(304,128,96,24) Font = Font["Bold"] Text = ("Release") Alignment = Align.Right } { Label3 Label Move(8,168,440,16) Font = Font["Bold"] Text = ("Description") } { txtDesc TextArea Move(16,192,440,192) Text = ("") Wrap = True } { btnIcon Button Move(384,8,72,72) Text = ("") Picture = Picture["img/32/gambas.png"] } Index = 1 Text = ("Properties") Picture = Picture["img/16/sheet.png"] { Label7 Label Move(8,8,440,24) Font = Font["Bold"] Text = ("Edition") } { chkShowGrid CheckBox Move(16,32,128,24) Text = ("Show &grid") Value = True } { chkSnap CheckBox Move(16,56,144,24) Text = ("&Snap to grid") Value = True } { Label8 Label Move(8,136,440,24) Font = Font["Bold"] Text = ("Compilation") } { chkDebug CheckBox Move(16,160,424,24) Text = ("Keep debugging information in executable") } { chkCtrlPublic CheckBox Move(16,184,424,24) Text = ("Form controls are public") } { Label9 Label Move(8,224,440,24) Font = Font["Bold"] Text = ("Arguments") } { Label1 Label Move(16,96,168,24) Text = ("Tab size") } { txtTabSize SpinBox Move(192,96,56,24) MinValue = 2 MaxValue = 16 } { txtGrid SpinBox Move(192,56,56,24) MinValue = 2 MaxValue = 16 } { Label4 Label Move(256,56,88,24) Text = ("pixels") } { Label5 Label Move(256,96,176,24) Text = ("characters") } { lstArgument ListBox Move(16,256,408,96) } { txtArgument TextBox Move(16,360,408,24) Enabled = False Text = ("") } { btnAddArg ToolButton Move(432,256,24,24) Text = ("") Picture = Picture["img/16/new.png"] } { btnRemoveArg ToolButton Move(432,280,24,24) Text = ("") Picture = Picture["img/16/kill.png"] } { btnUpArg ToolButton Move(432,304,24,24) Text = ("") Picture = Picture["img/16/up.png"] } { btnDownArg ToolButton Move(432,328,24,24) Text = ("") Picture = Picture["img/16/down.png"] } { btnDeleteAllArg ToolButton Move(432,360,24,24) Text = ("") Picture = Picture["img/16/delete.png"] } Index = 2 Text = ("Components") Picture = Picture["img/16/component.png"] { chkShowBeta CheckBox Move(8,32,448,16) Visible = False Text = ("Show components in beta version") } { chkShowUsed CheckBox Move(8,8,448,16) Text = ("Show only components used in project") } { clvLibrary ColumnView Move(8,32,448,184) Resizable = False Header = False ScrollBar = Scroll.Vertical } { txtComponent TextView Move(8,224,448,168) Text = ("") ScrollBar = Scroll.Vertical } Index = 3 Text = ("Translation") Picture = Picture["img/16/translate.png"] { chkLocalize CheckBox Move(8,8,336,16) Text = ("Project is translatable") } { Label2 Label Move(8,40,440,16) Font = Font["Bold"] Text = ("Current translations") } { cvwTranslation ColumnView Move(8,64,448,328) Mode = TreeView.None Sorted = True Resizable = False Header = False ScrollBar = Scroll.Vertical } Index = 0 }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?