Changeset 22 for trunk/Forms/UFormImportSource.lfm
- Timestamp:
- May 4, 2016, 11:43:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSource.lfm
r20 r22 10 10 object EditName: TEdit 11 11 Left = 160 12 Height = 2812 Height = 34 13 13 Top = 10 14 14 Width = 432 … … 18 18 object Label1: TLabel 19 19 Left = 10 20 Height = 2 020 Height = 24 21 21 Top = 9 22 Width = 4322 Width = 56 23 23 Caption = 'Name:' 24 24 ParentColor = False … … 26 26 object Label2: TLabel 27 27 Left = 8 28 Height = 2 028 Height = 24 29 29 Top = 48 30 Width = 7830 Width = 101 31 31 Caption = 'Source URL:' 32 32 ParentColor = False … … 34 34 object EditURL: TEdit 35 35 Left = 160 36 Height = 2836 Height = 34 37 37 Top = 49 38 38 Width = 432 … … 60 60 TabOrder = 3 61 61 end 62 object Label3: TLabel 63 Left = 11 64 Height = 24 65 Top = 96 66 Width = 108 67 Caption = 'Data format:' 68 ParentColor = False 69 end 70 object ComboBox1: TComboBox 71 Left = 160 72 Height = 36 73 Top = 91 74 Width = 432 75 Anchors = [akTop, akLeft, akRight] 76 ItemHeight = 0 77 Style = csDropDownList 78 TabOrder = 4 79 end 62 80 end
Note:
See TracChangeset
for help on using the changeset viewer.