Changeset 26 for trunk/Forms/UFormDatabases.lfm
- Timestamp:
- Sep 10, 2022, 8:03:08 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 7 7 heaptrclog.trc 8 8 MyData.exe 9 MyData.dbg 10
-
- Property svn:ignore
-
trunk/Forms/UFormDatabases.lfm
r20 r26 1 1 object FormDatabases: TFormDatabases 2 2 Left = 592 3 Height = 5153 Height = 618 4 4 Top = 429 5 Width = 9085 Width = 1090 6 6 Caption = 'Connection profiles' 7 ClientHeight = 5158 ClientWidth = 9089 DesignTimePPI = 1 207 ClientHeight = 618 8 ClientWidth = 1090 9 DesignTimePPI = 144 10 10 OnShow = FormShow 11 11 Position = poMainFormCenter 12 LCLVersion = ' 1.8.0.6'12 LCLVersion = '2.2.2.0' 13 13 object ListView1: TListView 14 Left = 415 Height = 47116 Top = 417 Width = 90014 Left = 5 15 Height = 565 16 Top = 5 17 Width = 1080 18 18 Align = alClient 19 BorderSpacing.Around = 419 BorderSpacing.Around = 5 20 20 Columns = < 21 21 item 22 22 Caption = 'Name' 23 Width = 2 0023 Width = 240 24 24 end 25 25 item 26 26 Caption = 'Type' 27 Width = 2 0027 Width = 240 28 28 end 29 29 item 30 30 Caption = 'Connection string' 31 Width = 48331 Width = 585 32 32 end> 33 33 OwnerData = True … … 43 43 object ToolBar1: TToolBar 44 44 Left = 0 45 Height = 3646 Top = 47947 Width = 90845 Height = 43 46 Top = 575 47 Width = 1090 48 48 Align = alBottom 49 ButtonHeight = 3 250 ButtonWidth = 3 249 ButtonHeight = 38 50 ButtonWidth = 38 51 51 Images = Core.ImageList1 52 52 ParentShowHint = False … … 59 59 end 60 60 object ToolButton2: TToolButton 61 Left = 3 761 Left = 39 62 62 Top = 2 63 63 Action = AModify 64 64 end 65 65 object ToolButton3: TToolButton 66 Left = 7 366 Left = 77 67 67 Top = 2 68 68 Action = ARemove 69 69 end 70 70 object ToolButton4: TToolButton 71 Left = 1 0971 Left = 115 72 72 Top = 2 73 73 Action = AOpen … … 76 76 object PopupMenu1: TPopupMenu 77 77 Images = Core.ImageList1 78 left = 56979 top = 13678 Left = 704 79 Top = 168 80 80 object MenuItem1: TMenuItem 81 81 Action = AAdd … … 94 94 object ActionList1: TActionList 95 95 Images = Core.ImageList1 96 left = 39297 top = 13696 Left = 470 97 Top = 163 98 98 object AAdd: TAction 99 99 Caption = 'New'
Note:
See TracChangeset
for help on using the changeset viewer.