Develop and Download Open Source Software

Browse Subversion Repository

Contents of /locatefrm.lfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Mon Nov 7 12:03:00 2011 UTC (12 years, 4 months ago) by shiraishikazuo
File size: 3163 byte(s)


1 object LocateForm: TLocateForm
2 Left = 311
3 Height = 50
4 Top = 271
5 Width = 627
6 BorderIcons = [biSystemMenu, biMinimize]
7 BorderStyle = bsDialog
8 Caption = 'Locate Value'
9 ClientHeight = 50
10 ClientWidth = 627
11 Color = clBtnFace
12 Font.CharSet = SHIFTJIS_CHARSET
13 Font.Color = clWindowText
14 Font.Height = -12
15 Font.Name = 'MS Pゴシック'
16 OnCreate = FormCreate
17 LCLVersion = '0.9.30'
18 object Label1: TLabel
19 Left = 97
20 Height = 13
21 Top = 32
22 Width = 34
23 Caption = 'Label1'
24 ParentColor = False
25 Visible = False
26 end
27 object Name1: TLabel
28 Left = 2
29 Height = 13
30 Top = 7
31 Width = 36
32 Caption = 'Name1'
33 ParentColor = False
34 end
35 object Name2: TLabel
36 Left = 2
37 Height = 13
38 Top = 57
39 Width = 36
40 Caption = 'Name2'
41 ParentColor = False
42 end
43 object Label2: TLabel
44 Left = 97
45 Height = 13
46 Top = 82
47 Width = 34
48 Caption = 'Label2'
49 ParentColor = False
50 Visible = False
51 end
52 object Name3: TLabel
53 Left = 2
54 Height = 13
55 Top = 107
56 Width = 36
57 Caption = 'Name3'
58 ParentColor = False
59 end
60 object Label3: TLabel
61 Left = 97
62 Height = 13
63 Top = 132
64 Width = 34
65 Caption = 'Label3'
66 ParentColor = False
67 Visible = False
68 end
69 object name4: TLabel
70 Left = 2
71 Height = 13
72 Top = 157
73 Width = 36
74 Caption = 'Name4'
75 ParentColor = False
76 end
77 object Label4: TLabel
78 Left = 97
79 Height = 13
80 Top = 182
81 Width = 34
82 Caption = 'Label4'
83 ParentColor = False
84 Visible = False
85 end
86 object name5: TLabel
87 Left = 2
88 Height = 13
89 Top = 208
90 Width = 36
91 Caption = 'Name5'
92 ParentColor = False
93 end
94 object Label5: TLabel
95 Left = 97
96 Height = 13
97 Top = 233
98 Width = 34
99 Caption = 'Label5'
100 ParentColor = False
101 Visible = False
102 end
103 object TrackBar1: TTrackBar
104 Left = 43
105 Height = 25
106 Top = 3
107 Width = 521
108 Frequency = 100
109 Max = 1000
110 OnChange = TrackBar1Change
111 Position = 0
112 TabOrder = 0
113 end
114 object OkButton: TButton
115 Left = 566
116 Height = 25
117 Top = 2
118 Width = 57
119 Caption = 'Ok'
120 Default = True
121 ModalResult = 1
122 TabOrder = 1
123 end
124 object TrackBar2: TTrackBar
125 Left = 43
126 Height = 25
127 Top = 53
128 Width = 521
129 Frequency = 100
130 Max = 1000
131 OnChange = TrackBar2Change
132 Position = 0
133 TabOrder = 2
134 end
135 object TrackBar3: TTrackBar
136 Left = 43
137 Height = 25
138 Top = 103
139 Width = 521
140 Frequency = 100
141 Max = 1000
142 OnChange = TrackBar3Change
143 Position = 0
144 TabOrder = 3
145 end
146 object TrackBar4: TTrackBar
147 Left = 43
148 Height = 25
149 Top = 153
150 Width = 521
151 Frequency = 100
152 Max = 1000
153 OnChange = TrackBar4Change
154 Position = 0
155 TabOrder = 4
156 end
157 object TrackBar5: TTrackBar
158 Left = 43
159 Height = 25
160 Top = 204
161 Width = 521
162 Frequency = 100
163 Max = 1000
164 OnChange = TrackBar5Change
165 Position = 0
166 TabOrder = 5
167 end
168 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26