Guest User

Untitled

a guest
Apr 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.86 KB | None | 0 0
  1. object frmNewForm_1: TfrmNewForm
  2. Left = 8
  3. Top = 8
  4. AutoScroll = False
  5. BorderIcons = [biSystemMenu, biMinimize]
  6. Caption = 'Preferences'
  7. ClientHeight = 438
  8. ClientWidth = 526
  9. Color = clBtnFace
  10. Font.Charset = ANSI_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = 'Times New Roman'
  14. Font.Style = []
  15. OldCreateOrder = True
  16. PopupMenu = DesignerPopup.Owner
  17. Visible = True
  18. OnClick = FormClick
  19. OnCreate = FormCreate
  20. OnDestroy = FormDestroy
  21. OnResize = FormResize
  22. EVT_CLOSE = 'OnClose'
  23. Wx_ICON.Data = {07544269746D617000000000}
  24. Wx_Name = 'PrefsDlg'
  25. Wx_IDName = 'ID_PrefsDelg'
  26. Wx_IDValue = 1000
  27. Wx_Class = 'wxDialog'
  28. Wx_Center = True
  29. Wx_Hidden = False
  30. Wx_SizeToContents = True
  31. Wx_GeneralStyle = []
  32. Wx_DialogStyle = [wxCAPTION, wxCLOSE_BOX]
  33. Wx_Border = 0
  34. Wx_BorderAlignment = []
  35. isAuimanagerAvailable = False
  36. PixelsPerInch = 96
  37. TextHeight = 15
  38. object noteTabs: TWxNotebook
  39. Left = 5
  40. Top = 5
  41. Width = 515
  42. Height = 427
  43. ActivePage = npanelMain
  44. TabIndex = 0
  45. TabOrder = 0
  46. Wx_Class = 'wxNotebook'
  47. Wx_ControlOrientation = wxControlVertical
  48. Wx_EventList.Strings = (
  49. 'EVT_UPDATE_UI:OnUpdateUI'
  50. 'EVT_NOTEBOOK_PAGE_CHANGED:OnPageChanged'
  51. 'EVT_NOTEBOOK_PAGE_CHANGING:OnPageChanging')
  52. Wx_IDName = 'ID_NOTETABS'
  53. Wx_IDValue = 1016
  54. Wx_Hidden = False
  55. Wx_NoteBookStyle = []
  56. Wx_GeneralStyle = []
  57. Wx_BookAlignment = wxNB_TOP
  58. Wx_PaneCaption = 'WxNotebook1'
  59. Wx_PaneName = 'WxNotebook1_Pane'
  60. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  61. Wx_Aui_Dockable_Direction = []
  62. Wx_Aui_Pane_Style = []
  63. Wx_Aui_Pane_Buttons = []
  64. Wx_BestSize_Height = 0
  65. Wx_BestSize_Width = 0
  66. Wx_MinSize_Height = 0
  67. Wx_MinSize_Width = 0
  68. Wx_MaxSize_Height = 0
  69. Wx_MaxSize_Width = 0
  70. Wx_Floating_Height = 0
  71. Wx_Floating_Width = 0
  72. Wx_Floating_X_Pos = 0
  73. Wx_Floating_Y_Pos = 0
  74. object npanelMain: TWxNoteBookPage
  75. Caption = 'Main'
  76. Wx_BKColor = clBlack
  77. Wx_Class = 'wxPanel'
  78. Wx_ControlOrientation = wxControlVertical
  79. Wx_Default = False
  80. Wx_EventList.Strings = (
  81. 'EVT_UPDATE_UI:OnUpdateUI')
  82. Wx_FGColor = clBlack
  83. Wx_GeneralStyle = []
  84. Wx_Hidden = False
  85. Wx_IDName = 'ID_MainTab'
  86. Wx_IDValue = 1011
  87. Wx_ToolTip = 'Shows most preferences'
  88. object fgsizerMain: TWxFlexGridSizer
  89. Left = 0
  90. Top = 0
  91. Width = 507
  92. Height = 397
  93. Align = alClient
  94. TabOrder = 0
  95. Wx_Class = 'wxFlexGridSizer'
  96. Wx_ControlOrientation = wxControlVertical
  97. Wx_IDName = 'ID_MainSizer'
  98. Wx_IDValue = 1025
  99. Wx_Alignment = [wxALIGN_CENTER, wxEXPAND]
  100. object groupResize: TWxStaticBoxSizer
  101. Left = 2
  102. Top = 2
  103. Width = 180
  104. Height = 199
  105. TabOrder = 0
  106. Orientation = wxVertical
  107. Wx_Caption = 'Resize Images'
  108. Wx_Class = 'wxStaticBoxSizer'
  109. Wx_ControlOrientation = wxControlVertical
  110. Wx_IDName = 'ID_WXSTATICBOXSIZER1'
  111. Wx_IDValue = 1026
  112. Wx_Border = 2
  113. Wx_Alignment = [wxALIGN_TOP, wxALIGN_LEFT]
  114. object checkResizeEnabled: TWxCheckBox
  115. Left = 7
  116. Top = 17
  117. Width = 166
  118. Height = 17
  119. Caption = 'Enabled'
  120. TabOrder = 2
  121. Wx_BGColor = clBlack
  122. Wx_CheckBoxStyle = [wxALIGN_RIGHT_CB]
  123. Wx_Class = 'wxCheckBox'
  124. Wx_ControlOrientation = wxControlVertical
  125. Wx_FGColor = clBlack
  126. Wx_GeneralStyle = []
  127. Wx_Hidden = False
  128. Wx_IDName = 'ID_ResizeEnabled'
  129. Wx_IDValue = 1047
  130. Wx_ToolTip =
  131. 'Click here if you want to cause your images to be automatically ' +
  132. 'resized when you activate images in your project (The crop for e' +
  133. 'ach image happens first; You can override the size for each imag' +
  134. 'e)'
  135. Wx_Border = 2
  136. Wx_Alignment = [wxALIGN_CENTER_VERTICAL, wxEXPAND]
  137. Wx_StretchFactor = 1
  138. Wx_PaneCaption = 'WxCheckBox1'
  139. Wx_PaneName = 'WxCheckBox1_Pane'
  140. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  141. Wx_Aui_Dockable_Direction = []
  142. Wx_Aui_Pane_Style = []
  143. Wx_Aui_Pane_Buttons = []
  144. Wx_BestSize_Height = 0
  145. Wx_BestSize_Width = 0
  146. Wx_MinSize_Height = 0
  147. Wx_MinSize_Width = 0
  148. Wx_MaxSize_Height = 0
  149. Wx_MaxSize_Width = 0
  150. Wx_Floating_Height = 0
  151. Wx_Floating_Width = 0
  152. Wx_Floating_X_Pos = 0
  153. Wx_Floating_Y_Pos = 0
  154. end
  155. object fgsizerResizeSize: TWxFlexGridSizer
  156. Left = 15
  157. Top = 36
  158. Width = 149
  159. Height = 56
  160. TabOrder = 3
  161. Wx_Class = 'wxFlexGridSizer'
  162. Wx_ControlOrientation = wxControlVertical
  163. Wx_IDName = 'ID_ResizeSize'
  164. Wx_IDValue = 1048
  165. Wx_Border = 0
  166. Wx_BorderAlignment = []
  167. Wx_Alignment = [wxALIGN_CENTER_VERTICAL, wxEXPAND]
  168. Wx_StretchFactor = 1
  169. object labelResizeWidth: TWxStaticText
  170. Left = 3
  171. Top = 4
  172. Width = 44
  173. Height = 19
  174. Alignment = taRightJustify
  175. Caption = 'Width :'
  176. TabOrder = 0
  177. Wx_BGColor = clBlack
  178. Wx_Class = 'wxStaticText'
  179. Wx_ControlOrientation = wxControlVertical
  180. Wx_FGColor = clBlack
  181. Wx_GeneralStyle = []
  182. Wx_Hidden = False
  183. Wx_IDName = 'ID_ResizeWidthLabel'
  184. Wx_IDValue = 1049
  185. Wx_LabelStyle = [wxST_ALIGN_RIGHT]
  186. Wx_Border = 2
  187. Wx_PaneCaption = 'WxStaticText1'
  188. Wx_PaneName = 'WxStaticText1_Pane'
  189. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  190. Wx_Aui_Dockable_Direction = []
  191. Wx_Aui_Pane_Style = []
  192. Wx_Aui_Pane_Buttons = []
  193. Wx_BestSize_Height = 0
  194. Wx_BestSize_Width = 0
  195. Wx_MinSize_Height = 0
  196. Wx_MinSize_Width = 0
  197. Wx_MaxSize_Height = 0
  198. Wx_MaxSize_Width = 0
  199. Wx_Floating_Height = 0
  200. Wx_Floating_Width = 0
  201. Wx_Floating_X_Pos = 0
  202. Wx_Floating_Y_Pos = 0
  203. end
  204. object spineditResizeWidth: TWxSpinCtrl
  205. Left = 52
  206. Top = 2
  207. Width = 95
  208. Height = 24
  209. MaxValue = 10000
  210. MinValue = 100
  211. TabOrder = 1
  212. Value = 1600
  213. Wx_BGColor = clBlack
  214. Wx_Class = 'wxSpinCtrl'
  215. Wx_SpinButtonStyle = [wxSP_ARROW_KEYS]
  216. Wx_EditStyle = [wxTE_RIGHT]
  217. Wx_ControlOrientation = wxControlVertical
  218. Wx_FGColor = clBlack
  219. Wx_GeneralStyle = []
  220. Wx_Hidden = False
  221. Wx_IDName = 'ID_ResizeWidth'
  222. Wx_IDValue = 1050
  223. Wx_ToolTip =
  224. 'Sets the width that the program will automatically resize images' +
  225. ' to'
  226. Wx_Border = 2
  227. Wx_PaneCaption = 'WxSpinCtrl1'
  228. Wx_PaneName = 'WxSpinCtrl1_Pane'
  229. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  230. Wx_Aui_Dockable_Direction = []
  231. Wx_Aui_Pane_Style = []
  232. Wx_Aui_Pane_Buttons = []
  233. Wx_BestSize_Height = 0
  234. Wx_BestSize_Width = 0
  235. Wx_MinSize_Height = 0
  236. Wx_MinSize_Width = 0
  237. Wx_MaxSize_Height = 0
  238. Wx_MaxSize_Width = 0
  239. Wx_Floating_Height = 0
  240. Wx_Floating_Width = 0
  241. Wx_Floating_X_Pos = 0
  242. Wx_Floating_Y_Pos = 0
  243. end
  244. object labelResizeHeight: TWxStaticText
  245. Left = 2
  246. Top = 32
  247. Width = 46
  248. Height = 19
  249. Alignment = taRightJustify
  250. Caption = 'Height :'
  251. TabOrder = 2
  252. Wx_BGColor = clBlack
  253. Wx_Class = 'wxStaticText'
  254. Wx_ControlOrientation = wxControlVertical
  255. Wx_FGColor = clBlack
  256. Wx_GeneralStyle = []
  257. Wx_Hidden = False
  258. Wx_IDName = 'ID_ResizeHeightLabel'
  259. Wx_IDValue = 1051
  260. Wx_LabelStyle = [wxST_ALIGN_RIGHT]
  261. Wx_Border = 2
  262. Wx_PaneCaption = 'WxStaticText1'
  263. Wx_PaneName = 'WxStaticText1_Pane'
  264. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  265. Wx_Aui_Dockable_Direction = []
  266. Wx_Aui_Pane_Style = []
  267. Wx_Aui_Pane_Buttons = []
  268. Wx_BestSize_Height = 0
  269. Wx_BestSize_Width = 0
  270. Wx_MinSize_Height = 0
  271. Wx_MinSize_Width = 0
  272. Wx_MaxSize_Height = 0
  273. Wx_MaxSize_Width = 0
  274. Wx_Floating_Height = 0
  275. Wx_Floating_Width = 0
  276. Wx_Floating_X_Pos = 0
  277. Wx_Floating_Y_Pos = 0
  278. end
  279. object spineditResizeHeight: TWxSpinCtrl
  280. Left = 52
  281. Top = 30
  282. Width = 95
  283. Height = 24
  284. MaxValue = 10000
  285. MinValue = 100
  286. TabOrder = 3
  287. Value = 1000
  288. Wx_BGColor = clBlack
  289. Wx_Class = 'wxSpinCtrl'
  290. Wx_SpinButtonStyle = [wxSP_ARROW_KEYS]
  291. Wx_EditStyle = [wxTE_RIGHT]
  292. Wx_ControlOrientation = wxControlVertical
  293. Wx_FGColor = clBlack
  294. Wx_GeneralStyle = []
  295. Wx_Hidden = False
  296. Wx_IDName = 'ID_ResizeHeight'
  297. Wx_IDValue = 1052
  298. Wx_ToolTip =
  299. 'Sets the width that the program will automatically resize images' +
  300. ' to'
  301. Wx_Border = 2
  302. Wx_PaneCaption = 'WxSpinCtrl1'
  303. Wx_PaneName = 'WxSpinCtrl1_Pane'
  304. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  305. Wx_Aui_Dockable_Direction = []
  306. Wx_Aui_Pane_Style = []
  307. Wx_Aui_Pane_Buttons = []
  308. Wx_BestSize_Height = 0
  309. Wx_BestSize_Width = 0
  310. Wx_MinSize_Height = 0
  311. Wx_MinSize_Width = 0
  312. Wx_MaxSize_Height = 0
  313. Wx_MaxSize_Width = 0
  314. Wx_Floating_Height = 0
  315. Wx_Floating_Width = 0
  316. Wx_Floating_X_Pos = 0
  317. Wx_Floating_Y_Pos = 0
  318. end
  319. end
  320. object checkResizePreserveAspectRatio: TWxCheckBox
  321. Left = 7
  322. Top = 93
  323. Width = 166
  324. Height = 17
  325. Caption = 'Preserve aspect ratio'
  326. TabOrder = 1
  327. Wx_BGColor = clBlack
  328. Wx_CheckBoxStyle = [wxALIGN_RIGHT_CB]
  329. Wx_Class = 'wxCheckBox'
  330. Wx_ControlOrientation = wxControlVertical
  331. Wx_FGColor = clBlack
  332. Wx_GeneralStyle = []
  333. Wx_Hidden = False
  334. Wx_IDName = 'ID_CHECKRESIZEPRESERVEASPECTRATIO'
  335. Wx_IDValue = 1042
  336. Wx_ToolTip =
  337. 'Ensures the resized image will have the same aspect ratio as the' +
  338. ' existing image (after any crop you have selected)'
  339. Wx_Border = 1
  340. Wx_Alignment = [wxALIGN_CENTER_VERTICAL, wxEXPAND]
  341. Wx_StretchFactor = 1
  342. Wx_PaneCaption = 'WxCheckBox1'
  343. Wx_PaneName = 'WxCheckBox1_Pane'
  344. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  345. Wx_Aui_Dockable_Direction = []
  346. Wx_Aui_Pane_Style = []
  347. Wx_Aui_Pane_Buttons = []
  348. Wx_BestSize_Height = 0
  349. Wx_BestSize_Width = 0
  350. Wx_MinSize_Height = 0
  351. Wx_MinSize_Width = 0
  352. Wx_MaxSize_Height = 0
  353. Wx_MaxSize_Width = 0
  354. Wx_Floating_Height = 0
  355. Wx_Floating_Width = 0
  356. Wx_Floating_X_Pos = 0
  357. Wx_Floating_Y_Pos = 0
  358. end
  359. object groupResizeWhen: TWxStaticBoxSizer
  360. Left = 26
  361. Top = 111
  362. Width = 127
  363. Height = 83
  364. TabOrder = 4
  365. Orientation = wxVertical
  366. Wx_Caption = 'When'
  367. Wx_Class = 'wxStaticBoxSizer'
  368. Wx_ControlOrientation = wxControlVertical
  369. Wx_IDName = 'ID_WXSTATICBOXSIZER1'
  370. Wx_IDValue = 1053
  371. Wx_Border = 2
  372. Wx_Alignment = [wxALIGN_CENTER_VERTICAL, wxEXPAND]
  373. Wx_StretchFactor = 1
  374. object radioResizeWhenAlways: TWxRadioButton
  375. Left = 7
  376. Top = 17
  377. Width = 113
  378. Height = 17
  379. Caption = 'Always resize'
  380. Checked = True
  381. TabOrder = 1
  382. TabStop = True
  383. Wx_BGColor = clBlack
  384. Wx_Class = 'wxRadioButton'
  385. Wx_ControlOrientation = wxControlVertical
  386. Wx_FGColor = clBlack
  387. Wx_GeneralStyle = []
  388. Wx_IDName = 'ID_ResizeOptionsAlways'
  389. Wx_IDValue = 1054
  390. Wx_RadioButtonStyle = [wxRB_GROUP]
  391. Wx_ToolTip = 'Resizes the image regardless of its existing size'
  392. Wx_Border = 2
  393. Wx_Alignment = [wxALIGN_CENTER_VERTICAL, wxEXPAND]
  394. Wx_StretchFactor = 1
  395. Wx_PaneCaption = 'WxRadioButton1'
  396. Wx_PaneName = 'WxRadioButton1_Pane'
  397. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  398. Wx_Aui_Dockable_Direction = []
  399. Wx_Aui_Pane_Style = []
  400. Wx_Aui_Pane_Buttons = []
  401. Wx_BestSize_Height = 0
  402. Wx_BestSize_Width = 0
  403. Wx_MinSize_Height = 0
  404. Wx_MinSize_Width = 0
  405. Wx_MaxSize_Height = 0
  406. Wx_MaxSize_Width = 0
  407. Wx_Floating_Height = 0
  408. Wx_Floating_Width = 0
  409. Wx_Floating_X_Pos = 0
  410. Wx_Floating_Y_Pos = 0
  411. end
  412. object radioResizeOptionsWhenLarger: TWxRadioButton
  413. Left = 7
  414. Top = 38
  415. Width = 113
  416. Height = 17
  417. Caption = 'Only when larger'
  418. TabOrder = 2
  419. Wx_BGColor = clBlack
  420. Wx_Class = 'wxRadioButton'
  421. Wx_ControlOrientation = wxControlVertical
  422. Wx_FGColor = clBlack
  423. Wx_GeneralStyle = []
  424. Wx_IDName = 'ID_ResizeOptionsWhenLarger'
  425. Wx_IDValue = 1055
  426. Wx_RadioButtonStyle = []
  427. Wx_ToolTip =
  428. 'Only allows resizing of images when the source image (after clip' +
  429. 'ping) is larger than the size you give above'
  430. Wx_Border = 2
  431. Wx_Alignment = [wxALIGN_CENTER_VERTICAL, wxEXPAND]
  432. Wx_PaneCaption = 'WxRadioButton2'
  433. Wx_PaneName = 'WxRadioButton2_Pane'
  434. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  435. Wx_Aui_Dockable_Direction = []
  436. Wx_Aui_Pane_Style = []
  437. Wx_Aui_Pane_Buttons = []
  438. Wx_BestSize_Height = 0
  439. Wx_BestSize_Width = 0
  440. Wx_MinSize_Height = 0
  441. Wx_MinSize_Width = 0
  442. Wx_MaxSize_Height = 0
  443. Wx_MaxSize_Width = 0
  444. Wx_Floating_Height = 0
  445. Wx_Floating_Width = 0
  446. Wx_Floating_X_Pos = 0
  447. Wx_Floating_Y_Pos = 0
  448. end
  449. object radioResizeWhenSmaller: TWxRadioButton
  450. Left = 7
  451. Top = 59
  452. Width = 113
  453. Height = 17
  454. Caption = 'Only when smaller'
  455. TabOrder = 3
  456. Wx_BGColor = clBlack
  457. Wx_Class = 'wxRadioButton'
  458. Wx_ControlOrientation = wxControlVertical
  459. Wx_FGColor = clBlack
  460. Wx_GeneralStyle = []
  461. Wx_IDName = 'ID_ResizeWhenSmaller'
  462. Wx_IDValue = 1056
  463. Wx_RadioButtonStyle = []
  464. Wx_ToolTip =
  465. 'Only allows resizing of images when the source image (after clip' +
  466. 'ping) is smaller than the size you give above'
  467. Wx_Border = 2
  468. Wx_Alignment = [wxALIGN_CENTER_VERTICAL, wxEXPAND]
  469. Wx_PaneCaption = 'WxRadioButton1'
  470. Wx_PaneName = 'WxRadioButton1_Pane'
  471. Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
  472. Wx_Aui_Dockable_Direction = []
  473. Wx_Aui_Pane_Style = []
  474. Wx_Aui_Pane_Buttons = []
  475. Wx_BestSize_Height = 0
  476. Wx_BestSize_Width = 0
  477. Wx_MinSize_Height = 0
  478. Wx_MinSize_Width = 0
  479. Wx_MaxSize_Height = 0
  480. Wx_MaxSize_Width = 0
  481. Wx_Floating_Height = 0
  482. Wx_Floating_Width = 0
  483. Wx_Floating_X_Pos = 0
  484. Wx_Floating_Y_Pos = 0
  485. end
  486. end
  487. end
  488. end
  489. end
  490. end
  491. end
Add Comment
Please, Sign In to add comment