Changeset 28 for trunk/Forms/UFormImportSource.lfm
- Timestamp:
- Jul 12, 2016, 4:28:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSource.lfm
r22 r28 10 10 object EditName: TEdit 11 11 Left = 160 12 Height = 3412 Height = 28 13 13 Top = 10 14 14 Width = 432 … … 18 18 object Label1: TLabel 19 19 Left = 10 20 Height = 2 420 Height = 20 21 21 Top = 9 22 Width = 5622 Width = 43 23 23 Caption = 'Name:' 24 24 ParentColor = False … … 26 26 object Label2: TLabel 27 27 Left = 8 28 Height = 2 428 Height = 20 29 29 Top = 48 30 Width = 10130 Width = 78 31 31 Caption = 'Source URL:' 32 32 ParentColor = False … … 34 34 object EditURL: TEdit 35 35 Left = 160 36 Height = 3436 Height = 28 37 37 Top = 49 38 38 Width = 432 … … 62 62 object Label3: TLabel 63 63 Left = 11 64 Height = 2 464 Height = 20 65 65 Top = 96 66 Width = 10866 Width = 84 67 67 Caption = 'Data format:' 68 68 ParentColor = False … … 70 70 object ComboBox1: TComboBox 71 71 Left = 160 72 Height = 3672 Height = 28 73 73 Top = 91 74 Width = 43274 Width = 304 75 75 Anchors = [akTop, akLeft, akRight] 76 ItemHeight = 076 ItemHeight = 20 77 77 Style = csDropDownList 78 78 TabOrder = 4 79 79 end 80 object ButtonShowFormat: TButton 81 Left = 472 82 Height = 25 83 Top = 91 84 Width = 120 85 Anchors = [akTop, akRight] 86 Caption = 'Configure' 87 OnClick = ButtonShowFormatClick 88 TabOrder = 5 89 end 80 90 end
Note:
See TracChangeset
for help on using the changeset viewer.