File: imgmain.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (117 lines) | stat: -rw-r--r-- 2,691 bytes parent folder | download | duplicates (6)
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
object Form1: TForm1
  Left = 280
  Height = 569
  Top = 130
  Width = 861
  Caption = 'Form1'
  ClientHeight = 569
  ClientWidth = 861
  OnCreate = FormCreate
  LCLVersion = '1.9.0.0'
  object Panel1: TPanel
    Left = 0
    Height = 36
    Top = 510
    Width = 861
    Align = alBottom
    ClientHeight = 36
    ClientWidth = 861
    TabOrder = 0
    object Button1: TButton
      Left = 9
      Height = 25
      Top = 4
      Width = 246
      AutoSize = True
      Caption = 'Load new image && anchor at selected cell'
      OnClick = Button1Click
      TabOrder = 0
    end
    object SpinEdit1: TSpinEdit
      AnchorSideLeft.Control = Label2
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Button1
      AnchorSideTop.Side = asrCenter
      Left = 490
      Height = 23
      Top = 5
      Width = 74
      Alignment = taRightJustify
      BorderSpacing.Left = 8
      MinValue = -100
      TabOrder = 1
    end
    object SpinEdit2: TSpinEdit
      AnchorSideLeft.Control = Label3
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Button1
      AnchorSideTop.Side = asrCenter
      Left = 594
      Height = 23
      Top = 5
      Width = 80
      Alignment = taRightJustify
      BorderSpacing.Left = 8
      MinValue = -100
      TabOrder = 2
    end
    object Label1: TLabel
      AnchorSideLeft.Control = Button1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Button1
      AnchorSideTop.Side = asrCenter
      Left = 271
      Height = 15
      Top = 9
      Width = 190
      BorderSpacing.Left = 16
      Caption = 'Image offset with respect to anchor:'
      ParentColor = False
    end
    object Label2: TLabel
      AnchorSideLeft.Control = Label1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Label1
      Left = 477
      Height = 15
      Top = 9
      Width = 5
      BorderSpacing.Left = 16
      Caption = 'x'
      ParentColor = False
    end
    object Label3: TLabel
      AnchorSideLeft.Control = SpinEdit1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Button1
      AnchorSideTop.Side = asrCenter
      Left = 580
      Height = 15
      Top = 9
      Width = 6
      BorderSpacing.Left = 16
      Caption = 'y'
      ParentColor = False
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Height = 23
    Top = 546
    Width = 861
    Panels = <>
  end
  object Panel2: TPanel
    Left = 0
    Height = 26
    Top = 0
    Width = 861
    Align = alTop
    Caption = 'Hold CTRL down and drag the images with the left mouse button to a new location'
    TabOrder = 2
  end
  object OpenDialog1: TOpenDialog
    left = 137
    top = 93
  end
end