1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
|
object lrSpreadSheetImportForm: TlrSpreadSheetImportForm
Left = 699
Height = 201
Top = 384
Width = 520
Caption = 'Import from spreadsheet'
ClientHeight = 201
ClientWidth = 520
OnClose = FormClose
Position = poScreenCenter
LCLVersion = '1.7'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 20
Top = 6
Width = 62
BorderSpacing.Around = 6
Caption = 'File name'
ParentColor = False
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 46
Top = 149
Width = 508
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object FileNameEdit1: TFileNameEdit
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 12
Height = 37
Top = 32
Width = 502
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
MaxLength = 0
TabOrder = 1
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = Edit1
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 20
Top = 122
Width = 45
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 6
Caption = 'Left up'
ParentColor = False
Visible = False
end
object Edit1: TEdit
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CheckBox1
AnchorSideTop.Side = asrBottom
Left = 85
Height = 37
Top = 105
Width = 82
BorderSpacing.Around = 6
TabOrder = 2
Visible = False
end
object Edit2: TEdit
AnchorSideLeft.Control = Edit1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CheckBox1
AnchorSideTop.Side = asrBottom
Left = 173
Height = 37
Top = 105
Width = 82
BorderSpacing.Around = 6
TabOrder = 3
Visible = False
end
object Label3: TLabel
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = Edit3
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 20
Top = 165
Width = 73
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 6
Caption = 'Right down'
ParentColor = False
Visible = False
end
object Edit3: TEdit
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrBottom
Left = 85
Height = 37
Top = 148
Width = 82
BorderSpacing.Around = 6
TabOrder = 4
Visible = False
end
object Edit4: TEdit
AnchorSideLeft.Control = Edit3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Edit2
AnchorSideTop.Side = asrBottom
Left = 173
Height = 37
Top = 148
Width = 82
BorderSpacing.Around = 6
TabOrder = 5
Visible = False
end
object Label4: TLabel
AnchorSideLeft.Control = Edit4
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = Edit5
AnchorSideBottom.Side = asrBottom
Left = 261
Height = 20
Top = 165
Width = 31
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 6
Caption = 'Coef'
ParentColor = False
Visible = False
end
object Edit5: TEdit
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Edit2
AnchorSideTop.Side = asrBottom
Left = 298
Height = 37
Top = 148
Width = 82
BorderSpacing.Around = 6
TabOrder = 6
Visible = False
end
object CheckBox1: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = FileNameEdit1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 75
Width = 374
BorderSpacing.Around = 6
Caption = 'Use not standart object names (improve import speed)'
TabOrder = 7
end
end
|