Ignore:
Timestamp:
Oct 13, 2016, 9:43:50 AM (8 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportSource.lfm

    r104 r109  
    1313  object EditName: TEdit
    1414    Left = 135
    15     Height = 28
     15    Height = 33
    1616    Top = 10
    1717    Width = 471
     
    2121  object Label1: TLabel
    2222    Left = 10
    23     Height = 20
     23    Height = 25
    2424    Top = 9
    25     Width = 43
     25    Width = 51
    2626    Caption = 'Name:'
    2727    ParentColor = False
     
    2929  object Label2: TLabel
    3030    Left = 10
    31     Height = 20
     31    Height = 25
    3232    Top = 49
    33     Width = 78
     33    Width = 94
    3434    Caption = 'Source URL:'
    3535    ParentColor = False
     
    3737  object EditURL: TEdit
    3838    Left = 136
    39     Height = 28
     39    Height = 33
    4040    Top = 49
    4141    Width = 350
     
    6565  object Label3: TLabel
    6666    Left = 10
    67     Height = 20
     67    Height = 25
    6868    Top = 96
    69     Width = 84
     69    Width = 100
    7070    Caption = 'Data format:'
    7171    ParentColor = False
     
    7373  object ComboBox1: TComboBox
    7474    Left = 135
    75     Height = 28
     75    Height = 33
    7676    Top = 91
    7777    Width = 350
    7878    Anchors = [akTop, akLeft, akRight]
    79     ItemHeight = 20
     79    ItemHeight = 25
    8080    Style = csDropDownList
    8181    TabOrder = 2
     
    9393  object CheckBoxEnabled: TCheckBox
    9494    Left = 10
    95     Height = 24
     95    Height = 29
    9696    Top = 128
    97     Width = 78
     97    Width = 93
    9898    Caption = 'Enabled'
    9999    TabOrder = 4
     
    101101  object Label4: TLabel
    102102    Left = 10
    103     Height = 20
     103    Height = 25
    104104    Top = 160
    105     Width = 74
     105    Width = 88
    106106    Caption = 'Categories:'
    107107    ParentColor = False
     
    144144  object Label5: TLabel
    145145    Left = 10
    146     Height = 20
     146    Height = 25
    147147    Top = 352
    148     Width = 73
     148    Width = 88
    149149    Caption = 'User name:'
    150150    ParentColor = False
     
    152152  object Label6: TLabel
    153153    Left = 305
    154     Height = 20
     154    Height = 25
    155155    Top = 351
    156     Width = 65
     156    Width = 80
    157157    Caption = 'Password:'
    158158    ParentColor = False
     
    160160  object EditUserName: TEdit
    161161    Left = 136
    162     Height = 28
     162    Height = 33
    163163    Top = 351
    164164    Width = 153
     
    167167  object EditPassword: TEdit
    168168    Left = 436
    169     Height = 28
     169    Height = 33
    170170    Top = 351
    171171    Width = 153
     
    185185  end
    186186  object ActionList1: TActionList
    187     Images = FormMain.ImageList1
    188187    left = 384
    189188    top = 208
     
    200199  end
    201200  object PopupMenuCategory: TPopupMenu
    202     Images = FormMain.ImageList1
    203201    left = 208
    204202    top = 208
Note: See TracChangeset for help on using the changeset viewer.