]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms/form_url.fd
The LyXRC::prepend_path patch as tested on the Mac by Andreas.
[lyx.git] / src / frontends / xforms / forms / form_url.fd
index 205dc145ddcc8e342adc987b094fefa8eeed400c..a2bcd43ca200964298331c0a006cabd6dd7d797d 100644 (file)
@@ -5,18 +5,19 @@ Internal Form Definition File
 
 Number of forms: 1
 Unit of measure: FL_COORD_PIXEL
+SnapGrid: 5
 
 =============== FORM ===============
 Name: form_url
-Width: 520
-Height: 140
-Number of Objects: 6
+Width: 395
+Height: 125
+Number of Objects: 8
 
 --------------------
 class: FL_BOX
-type: UP_BOX
-box: 0 0 520 140
-boxtype: FL_UP_BOX
+type: FLAT_BOX
+box: 0 0 395 125
+boxtype: FL_FLAT_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
@@ -24,8 +25,8 @@ size: FL_DEFAULT_SIZE
 lcol: FL_BLACK
 label: 
 shortcut: 
-resize: FL_RESIZE_ALL
-gravity: FL_NoGravity FL_NoGravity
+resize: FL_RESIZE_X
+gravity: FL_NorthWest FL_SouthEast
 name: 
 callback: 
 argument: 
@@ -33,91 +34,127 @@ argument:
 --------------------
 class: FL_INPUT
 type: NORMAL_INPUT
-box: 70 20 440 30
+box: 70 30 320 25
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: URL
-shortcut: Url|#U
+label: URL:|#U
+shortcut: 
 resize: FL_RESIZE_X
-gravity: FL_NorthWest FL_NorthEast
-name: url
-callback: 
-argument: 
+gravity: FL_West FL_East
+name: input_url
+callback: C_FormDialogView_InputCB
+argument: 0
 
 --------------------
 class: FL_INPUT
 type: NORMAL_INPUT
-box: 70 60 440 30
+box: 70 60 320 25
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Name
-shortcut: Name|#N
+label: Name:|#N
+shortcut: 
 resize: FL_RESIZE_X
-gravity: FL_NorthWest FL_NorthEast
-name: name
-callback: 
-argument: 
+gravity: FL_West FL_East
+name: input_name
+callback: C_FormDialogView_InputCB
+argument: 0
 
 --------------------
 class: FL_CHECKBUTTON
 type: PUSH_BUTTON
-box: 70 100 230 30
+box: 70 5 320 25
 boxtype: FL_NO_BOX
 colors: FL_COL1 FL_YELLOW
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: HTML type
-shortcut: HTML type|#H
-resize: FL_RESIZE_X
-gravity: FL_NorthWest FL_NorthEast
-name: radio_html
-callback: 
-argument: 
+label: HTML type|#H
+shortcut: 
+resize: FL_RESIZE_NONE
+gravity: FL_West FL_West
+name: check_html
+callback: C_FormDialogView_InputCB
+argument: 0
 
 --------------------
 class: FL_BUTTON
 type: NORMAL_BUTTON
-box: 410 100 100 30
+box: 300 95 90 25
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
 size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Cancel
-shortcut: ^[
+label: Cancel|^[
+shortcut: 
 resize: FL_RESIZE_NONE
 gravity: FL_SouthEast FL_SouthEast
-name: cancel
-callback: C_FormBaseCancelCB
+name: button_close
+callback: C_FormDialogView_CancelCB
 argument: 0
 
 --------------------
 class: FL_BUTTON
-type: RETURN_BUTTON
-box: 300 100 100 30
+type: NORMAL_BUTTON
+box: 110 95 90 25
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
 style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
 label: OK
-shortcut: ^M
-resize: FL_RESIZE_ALL
+shortcut: 
+resize: FL_RESIZE_NONE
 gravity: FL_SouthEast FL_SouthEast
-name: ok
-callback: C_FormBaseOKCB
+name: button_ok
+callback: C_FormDialogView_OKCB
+argument: 0
+
+--------------------
+class: FL_BUTTON
+type: NORMAL_BUTTON
+box: 205 95 90 25
+boxtype: FL_UP_BOX
+colors: FL_COL1 FL_COL1
+alignment: FL_ALIGN_CENTER
+style: FL_NORMAL_STYLE
+size: FL_NORMAL_SIZE
+lcol: FL_BLACK
+label: Apply|#A
+shortcut: 
+resize: FL_RESIZE_NONE
+gravity: FL_SouthEast FL_SouthEast
+name: button_apply
+callback: C_FormDialogView_ApplyCB
+argument: 0
+
+--------------------
+class: FL_BUTTON
+type: NORMAL_BUTTON
+box: 5 95 90 25
+boxtype: FL_UP_BOX
+colors: FL_COL1 FL_COL1
+alignment: FL_ALIGN_CENTER
+style: FL_NORMAL_STYLE
+size: FL_NORMAL_SIZE
+lcol: FL_BLACK
+label: Restore|#R
+shortcut: 
+resize: FL_RESIZE_NONE
+gravity: FL_SouthWest FL_SouthWest
+name: button_restore
+callback: C_FormDialogView_RestoreCB
 argument: 0
 
 ==============================