LZScene

Форк
0
/
FShaderUniformEditor.lfm 
236 строк · 5.5 Кб
1
object ShaderUniformEditor: TShaderUniformEditor
2
  Left = 1793
3
  Height = 344
4
  Top = 237
5
  Width = 440
6
  BorderStyle = bsDialog
7
  Caption = 'Autofill of uniforms'
8
  ClientHeight = 344
9
  ClientWidth = 440
10
  Color = clBtnFace
11
  Font.Color = clWindowText
12
  Font.Height = -11
13
  Font.Name = 'Tahoma'
14
  OnDestroy = FormDestroy
15
  Position = poScreenCenter
16
  LCLVersion = '1.2.6.0'
17
  object Labe1: TLabel
18
    Left = 8
19
    Height = 13
20
    Top = 5
21
    Width = 88
22
    Caption = 'Available Uniforms'
23
    ParentColor = False
24
  end
25
  object Label1: TLabel
26
    Left = 223
27
    Height = 13
28
    Top = 5
29
    Width = 78
30
    Caption = 'Avaiblable Value'
31
    ParentColor = False
32
  end
33
  object Label2: TLabel
34
    Left = 223
35
    Height = 13
36
    Top = 97
37
    Width = 79
38
    Caption = 'Texture Sampler'
39
    ParentColor = False
40
  end
41
  object Label3: TLabel
42
    Left = 223
43
    Height = 13
44
    Top = 143
45
    Width = 176
46
    Caption = 'Swizzle of texture color components '
47
    ParentColor = False
48
  end
49
  object Label4: TLabel
50
    Left = 223
51
    Height = 13
52
    Top = 51
53
    Width = 131
54
    Caption = 'Texture Image/Attachment'
55
    ParentColor = False
56
  end
57
  object LBUniforms: TListBox
58
    Left = 8
59
    Height = 313
60
    Top = 24
61
    Width = 209
62
    ItemHeight = 0
63
    OnClick = LBUniformsClick
64
    OnKeyPress = LBUniformsKeyPress
65
    TabOrder = 0
66
  end
67
  object AutoSetBox: TComboBox
68
    Left = 223
69
    Height = 21
70
    Top = 24
71
    Width = 209
72
    ItemHeight = 13
73
    OnChange = AutoSetBoxChange
74
    Style = csDropDownList
75
    TabOrder = 1
76
  end
77
  object SamplerBox: TComboBox
78
    Left = 223
79
    Height = 21
80
    Top = 116
81
    Width = 209
82
    Enabled = False
83
    ItemHeight = 13
84
    OnChange = SamplerBoxChange
85
    Style = csDropDownList
86
    TabOrder = 2
87
  end
88
  object Panel1: TPanel
89
    Left = 223
90
    Height = 143
91
    Top = 162
92
    Width = 209
93
    ClientHeight = 143
94
    ClientWidth = 209
95
    TabOrder = 3
96
    object RedGroup: TRadioGroup
97
      Left = 8
98
      Height = 129
99
      Top = 8
100
      Width = 50
101
      AutoFill = True
102
      Caption = 'RED'
103
      ChildSizing.LeftRightSpacing = 6
104
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
105
      ChildSizing.EnlargeVertical = crsHomogenousChildResize
106
      ChildSizing.ShrinkHorizontal = crsScaleChilds
107
      ChildSizing.ShrinkVertical = crsScaleChilds
108
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
109
      ChildSizing.ControlsPerLine = 1
110
      ClientHeight = 111
111
      ClientWidth = 46
112
      Color = clRed
113
      Items.Strings = (
114
        'R'
115
        'G'
116
        'B'
117
        'A'
118
        '0'
119
        '1'
120
      )
121
      OnClick = ColorGroupClick
122
      ParentColor = False
123
      TabOrder = 0
124
    end
125
    object GreenGroup: TRadioGroup
126
      Tag = 1
127
      Left = 55
128
      Height = 129
129
      Top = 8
130
      Width = 50
131
      AutoFill = True
132
      Caption = 'GREEN'
133
      ChildSizing.LeftRightSpacing = 6
134
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
135
      ChildSizing.EnlargeVertical = crsHomogenousChildResize
136
      ChildSizing.ShrinkHorizontal = crsScaleChilds
137
      ChildSizing.ShrinkVertical = crsScaleChilds
138
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
139
      ChildSizing.ControlsPerLine = 1
140
      ClientHeight = 111
141
      ClientWidth = 46
142
      Color = clGreen
143
      Items.Strings = (
144
        'R'
145
        'G'
146
        'B'
147
        'A'
148
        '0'
149
        '1'
150
      )
151
      OnClick = ColorGroupClick
152
      ParentColor = False
153
      TabOrder = 1
154
    end
155
    object BlueGroup: TRadioGroup
156
      Tag = 2
157
      Left = 102
158
      Height = 129
159
      Top = 8
160
      Width = 50
161
      AutoFill = True
162
      Caption = 'BLUE'
163
      ChildSizing.LeftRightSpacing = 6
164
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
165
      ChildSizing.EnlargeVertical = crsHomogenousChildResize
166
      ChildSizing.ShrinkHorizontal = crsScaleChilds
167
      ChildSizing.ShrinkVertical = crsScaleChilds
168
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
169
      ChildSizing.ControlsPerLine = 1
170
      ClientHeight = 111
171
      ClientWidth = 46
172
      Color = clBlue
173
      Items.Strings = (
174
        'R'
175
        'G'
176
        'B'
177
        'A'
178
        '0'
179
        '1'
180
      )
181
      OnClick = ColorGroupClick
182
      ParentColor = False
183
      TabOrder = 2
184
    end
185
    object AlphaGroup: TRadioGroup
186
      Tag = 3
187
      Left = 150
188
      Height = 129
189
      Top = 8
190
      Width = 50
191
      AutoFill = True
192
      Caption = 'ALPHA'
193
      ChildSizing.LeftRightSpacing = 6
194
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
195
      ChildSizing.EnlargeVertical = crsHomogenousChildResize
196
      ChildSizing.ShrinkHorizontal = crsScaleChilds
197
      ChildSizing.ShrinkVertical = crsScaleChilds
198
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
199
      ChildSizing.ControlsPerLine = 1
200
      ClientHeight = 111
201
      ClientWidth = 46
202
      Color = clWhite
203
      Items.Strings = (
204
        'R'
205
        'G'
206
        'B'
207
        'A'
208
        '0'
209
        '1'
210
      )
211
      OnClick = ColorGroupClick
212
      ParentColor = False
213
      TabOrder = 3
214
    end
215
  end
216
  object TextureBox: TComboBox
217
    Left = 223
218
    Height = 21
219
    Top = 70
220
    Width = 209
221
    Enabled = False
222
    ItemHeight = 13
223
    OnChange = TextureBoxChange
224
    Style = csDropDownList
225
    TabOrder = 4
226
  end
227
  object Button1: TButton
228
    Left = 360
229
    Height = 25
230
    Top = 312
231
    Width = 73
232
    Caption = 'Done'
233
    ModalResult = 1
234
    TabOrder = 5
235
  end
236
end
237

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.