⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userprefs.rc

📁 使用perl和C写的基于Web的管理数据库表的程序
💻 RC
字号:
## Setup for GUI-preferences## --- Description of the data to access -----------------------------------------[Data]Table    =Order    =UpdFields =QryFields =# --- Configuring the browser here ----------------------------------------------[Browser]MaxRows = 1# --- General header for WWWdb --------------------------------------------------[Header]Title = Setup of user-preferences for the WWWdb-gui# --- User-specific gui definitions ---------------------------------------------[GUI]# BgColor = #f0f0f0# --- Definition of the different states ----------------------------------------# Buttons for all states[State All]BtnCancel  = BackBtnHelp    = Help# This is the state when the form is called the first time, or the Back-button# is pressed[State Init]Header = Please select:BtnNew = SaveBtnQry = -BtnDef = Default# In this state you have selected a record, which you can update or delete[State Work]Header = ""BtnUpd = -BtnDel = -# This is the record-Browser[State Qry]Header =# --- Layout for the area, the data is shown ------------------------------------[Layout Table]Border      = 0# --- Here are the examples for the single fields -------------------------------;[Layout Label <fieldname>];Text = <Text of label>;Pos  = <Coordinates of this field  <[+]Row.[+]Column[+Span].[+]Stack-Order>;[Layout Field <fieldname>];Pos      = <Coordinates of this field  <[+]Row.[+]Column[+Span].[+]Stack-Order>;Type     = Area;Type     = Checkbutton;Type     = Hidden;Type     = Password;Type     = Radio;Type     = Select;Type     = Text;Help     = <Help-Text> # Not correctly implemented yet;Multiple = <Value if Yes>;Size     = 3;Values   = <<EOF# Attributes;Align     = center | left | right;BgColor   = <Color>;Big       = <Value if Yes>;Blink     = <Value if Yes>;Bold      = <Value if Yes>;Bold      = Value if Yes>;Font      = color=#000090;Font      = color=<Foreground-color>;Font      = face=<Font>;Font      = size=<[+-]<Size>>;Italic    = <Value if Yes>;NoWrap    = <Value if Yes>;Small     = <Value if Yes>[Layout Label Form]Pos = +1.+1.0Text = The whole formBold = Yes[Layout Label BgImageForm]Pos = +0.+1.0Text = Background-image[Layout Field BgImageForm]Pos = +0.+1.0Type = SelectValues = <<EOFEOF[Layout Label BgColorForm]Pos = +1.+2.0Text = Background-color[Layout Field BgColorForm]Pos = +0.+1.0Type = SelectValues = <<EOFSELECT   key_value, label, sort_nrFROM     wwwdb_lookupWHERE    key = 'color'ORDER BY sort_nrEOF[Layout Label DataDisplayArea]Pos = +1.+1.0Text = The data-display areaBold = Yes[Layout Label BgColorTable1stCol]Pos = +0.+1.0Text = Background-color of the link-Column[Layout Field BgColorTable1stCol]Pos = +0.+1.0Type = SelectValues = <<EOFSELECT   key_value, label, sort_nrFROM     wwwdb_lookupWHERE    key = 'color'ORDER BY sort_nrEOF[Layout Label WidthTable]Pos = +1.+2.0Text = Absolute width of the link-box in pixels[Layout Field WidthTable]Pos = +0.+1.0Type = SelectValues = <<EOF1\,Minimal5075100125150175200225250300350400500600100%\,MaximalEOF[Layout Label BgColorTable]Pos = +1.+2.0Text = Background-color of the table[Layout Field BgColorTable]Pos = +0.+1.0Type = SelectValues = <<EOFSELECT   key_value, label, sort_nrFROM     wwwdb_lookupWHERE    key = 'color'ORDER BY sort_nrEOF[Layout Label BorderTable]Pos = +1.+2.0Text = Border-width of the table[Layout Field BorderTable]Pos = +0.+1.0Type = SelectValues = <<EOF012345EOF[Layout Label Confirmations]Pos = +1.+1.0Text = Don't Confirm after ...Bold = Yes[Layout Label ConfirmIns]Pos = +0.+1.0Text = ... Insertion[Layout Field ConfirmIns]Pos = +0.+1.0Type = CheckbuttonText = ""[Layout Label ConfirmUpd]Pos = +1.+2.0Text = ... Update[Layout Field ConfirmUpd]Pos = +0.+1.0Type = CheckbuttonText = ""[Layout Label ConfirmDel]Pos = +1.+2.0Text = ... Delete[Layout Field ConfirmDel]Pos = +0.+1.0Type = CheckbuttonText = ""[Layout Label DebugMode]Pos = +1.+1.0Text = DebuggingBold = Yes[Layout Label DebugMode1]Pos = +0.+1.0Text = Debug-Mode[Layout Field DebugMode]Pos = +0.+1.0Type = CheckbuttonText = ""

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -