-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrgb_Unit1.~dfm
162 lines (162 loc) · 3.11 KB
/
rgb_Unit1.~dfm
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
object WorkwithRGB: TWorkwithRGB
Left = 80
Top = 48
Width = 1271
Height = 668
Caption = 'Laboratorna 3'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 384
Top = 600
Width = 23
Height = 12
Caption = 'Red'
Color = clRed
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Broadway'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 584
Top = 600
Width = 36
Height = 12
Caption = 'Green'
Color = clGreen
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Broadway'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 808
Top = 600
Width = 27
Height = 12
Caption = 'Blue'
Color = clBlue
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Broadway'
Font.Style = []
ParentColor = False
ParentFont = False
end
object DiapazonRedMAX: TEdit
Left = 352
Top = 568
Width = 41
Height = 21
TabOrder = 0
Text = '255'
end
object DiapazonRedMIN: TEdit
Left = 408
Top = 568
Width = 41
Height = 21
TabOrder = 1
Text = '0'
end
object DiapazonGreenMAX: TEdit
Left = 552
Top = 568
Width = 41
Height = 21
TabOrder = 2
Text = '255'
end
object DiapazonGreenMIN: TEdit
Left = 608
Top = 568
Width = 41
Height = 21
TabOrder = 3
Text = '0'
end
object DiapazonBlueMAX: TEdit
Left = 768
Top = 568
Width = 41
Height = 21
TabOrder = 4
Text = '255'
end
object DiapazonBlueMIN: TEdit
Left = 832
Top = 568
Width = 41
Height = 21
TabOrder = 5
Text = '0'
end
object Do: TButton
Left = 1144
Top = 72
Width = 75
Height = 25
Caption = 'Do'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Anselmo Font4You'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
OnClick = DoClick
end
object Overview: TButton
Left = 1144
Top = 40
Width = 75
Height = 25
Caption = 'Overview'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Anselmo Font4You'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 7
OnClick = OverviewClick
end
object Save: TButton
Left = 1144
Top = 104
Width = 75
Height = 25
Caption = 'Save'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Anselmo Font4You'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 8
OnClick = SaveClick
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 1224
Top = 40
end
object SavePictureDialog1: TSavePictureDialog
Left = 1224
Top = 104
end
end