1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
|
object NoteBookPick: TNoteBookPick
Left = 603
Height = 436
Top = 231
Width = 604
Anchors = []
Caption = 'Notebooks'
ClientHeight = 436
ClientWidth = 604
OnShow = FormShow
LCLVersion = '3.6.0.0'
object Panel1: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 72
Top = 0
Width = 604
Anchors = [akTop, akLeft, akRight]
ClientHeight = 72
ClientWidth = 604
TabOrder = 0
object Label1: TLabel
AnchorSideLeft.Control = Panel1
Left = 9
Height = 20
Top = 51
Width = 48
Anchors = [akLeft]
BorderSpacing.Left = 8
Caption = 'Label1'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label3: TLabel
AnchorSideLeft.Control = Panel1
Left = 9
Height = 20
Top = 19
Width = 46
Anchors = [akLeft]
BorderSpacing.Left = 8
Caption = 'Label3'
ParentColor = False
end
end
object ButtonOK: TButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 448
Height = 61
Top = 375
Width = 156
Anchors = [akLeft, akRight, akBottom]
Caption = 'OK'
TabOrder = 1
OnClick = ButtonOKClick
end
object Button1: TButton
AnchorSideRight.Control = ButtonOK
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 312
Height = 61
Top = 375
Width = 136
Anchors = [akLeft, akRight, akBottom]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = PageControl1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 7
Height = 20
Top = 388
Width = 45
BorderSpacing.Left = 7
BorderSpacing.Top = 13
Caption = 'Label2'
ParentColor = False
end
object PageControl1: TPageControl
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonOK
Left = 0
Height = 303
Top = 72
Width = 604
ActivePage = TabNewNoteBook
Anchors = [akTop, akLeft, akRight, akBottom]
TabIndex = 1
TabOrder = 3
object TabExisting: TTabSheet
Caption = 'Existing Notebooks'
ClientHeight = 273
ClientWidth = 600
object CheckListBox1: TCheckListBox
AnchorSideLeft.Control = TabExisting
AnchorSideTop.Control = TabExisting
AnchorSideRight.Control = TabExisting
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = TabExisting
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 273
Top = 0
Width = 600
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0
TabOrder = 0
TopIndex = -1
OnItemClick = CheckListBox1ItemClick
end
end
object TabNewNoteBook: TTabSheet
Caption = 'New Notebook'
ClientHeight = 273
ClientWidth = 600
OnShow = TabNewNoteBookShow
object EditNewNotebook: TEdit
Left = 24
Height = 30
Top = 56
Width = 248
TabOrder = 0
OnKeyDown = EditNewNotebookKeyDown
end
object Label4: TLabel
Left = 26
Height = 20
Top = 32
Width = 198
Caption = 'Name of the New Notebook'
ParentColor = False
end
object Label5: TLabel
Left = 29
Height = 20
Top = 104
Width = 460
Caption = 'Press OK and we will make the Notebook AND add this note to it.'
ParentColor = False
end
end
object TabChangeName: TTabSheet
Caption = 'Change Notebook Name'
ClientHeight = 273
ClientWidth = 600
object Label6: TLabel
Left = 15
Height = 20
Top = 17
Width = 102
Caption = 'Existing Name'
ParentColor = False
end
object Label7: TLabel
Left = 17
Height = 20
Top = 41
Width = 45
Caption = 'Label7'
ParentColor = False
end
object Label8: TLabel
Left = 16
Height = 20
Top = 77
Width = 79
Caption = 'New Name'
ParentColor = False
end
object EditNewNotebookName: TEdit
Left = 17
Height = 30
Top = 96
Width = 271
TabOrder = 0
OnEditingDone = EditNewNotebookNameEditingDone
end
object Label9: TLabel
Left = 18
Height = 20
Top = 153
Width = 478
Caption = 'If you sync and are not absolutely sure it is up to date, Cancel now !'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
end
object TabSetNotes: TTabSheet
Caption = 'Set Notes'
ClientHeight = 273
ClientWidth = 600
object CheckListAddNotes: TCheckListBox
AnchorSideLeft.Control = TabSetNotes
AnchorSideTop.Control = TabSetNotes
AnchorSideRight.Control = TabSetNotes
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = TabSetNotes
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 273
Top = 0
Width = 600
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0
TabOrder = 0
TopIndex = -1
end
end
end
end
|