summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder5/BibleCS/newbmfilefrm.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/newbmfilefrm.dfm')
-rw-r--r--apps/windoze/CBuilder5/BibleCS/newbmfilefrm.dfm98
1 files changed, 0 insertions, 98 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/newbmfilefrm.dfm b/apps/windoze/CBuilder5/BibleCS/newbmfilefrm.dfm
deleted file mode 100644
index 45e5369..0000000
--- a/apps/windoze/CBuilder5/BibleCS/newbmfilefrm.dfm
+++ /dev/null
@@ -1,98 +0,0 @@
-object NewBMfrm: TNewBMfrm
- Left = 247
- Top = 249
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Add New Bookmark File'
- ClientHeight = 86
- ClientWidth = 465
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {
- 0000010001002020100000000000E80200001600000028000000200000004000
- 0000010004000000000080020000000000000000000000000000000000000000
- 000000008000008000000080800080000000800080008080000080808000C0C0
- C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF006666
- 6666666666666666666666666666688888888888888888088888888888866888
- 8888888888888880888888888886688888888888888888808888888888866888
- 8008888088008880800080008800688888088880880808808080808088006888
- 8808888088080880800880888806688888008880080808880080808088066888
- 8808080080800800080088008000688888080888888888888888888888066888
- 8000088888888888888888888806688888888888888888880888888888866008
- 8808880888877777777878888F86088088088808887888877788888888F60880
- 800888078788888878878888888F6800808080878788888878878888888F6088
- 808087878788888877788888888F0888088087887788888878888888888F0808
- 0888788878788887788888F888F600000087778777877777777888FFFF866888
- 8880888888888888888888888886688888880888888888888888888888866800
- 8880808800088888888888888886688088808808080888888888888888866880
- 8880080800888888888888888886688088800008080888888888888888866880
- 8880880880088888888888888886088080808888888888888888888888860000
- 0080888888888888888888888886688888808888888888888888888888866888
- 8888088888888888888888888886666666660666666666666666666666660000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000}
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 8
- Width = 197
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'File Name (without extension):'
- end
- object Label2: TLabel
- Left = 0
- Top = 32
- Width = 197
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Bookmark Section Title:'
- end
- object bmfile: TEdit
- Left = 200
- Top = 4
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object bmtitle: TEdit
- Left = 200
- Top = 28
- Width = 262
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- end
- object Button1: TButton
- Left = 151
- Top = 56
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 234
- Top = 56
- Width = 78
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
-end