home *** CD-ROM | disk | FTP | other *** search
- object CelProp: TCelProp
- Left = 70
- Top = 112
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Cel Properties'
- ClientHeight = 293
- ClientWidth = 417
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 20
- Width = 34
- Height = 13
- Caption = 'Object:'
- end
- object Label2: TLabel
- Left = 16
- Top = 84
- Width = 36
- Height = 13
- Caption = 'Palette:'
- end
- object CelName: TLabel
- Left = 16
- Top = 52
- Width = 18
- Height = 13
- Caption = 'Cel:'
- end
- object Label3: TLabel
- Left = 16
- Top = 236
- Width = 47
- Height = 13
- Caption = 'Comment:'
- end
- object Label4: TLabel
- Left = 224
- Top = 236
- Width = 68
- Height = 13
- Caption = 'Transparency:'
- end
- object Button1: TButton
- Left = 8
- Top = 264
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 336
- Top = 264
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object ObjectCombo1: TComboBox
- Left = 64
- Top = 16
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = ObjectCombo1Change
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 104
- Width = 201
- Height = 121
- TabOrder = 3
- object Set0: TCheckBox
- Left = 8
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Set 0'
- TabOrder = 0
- OnClick = Set0Click
- end
- object Set1: TCheckBox
- Tag = 1
- Left = 8
- Top = 24
- Width = 97
- Height = 17
- Caption = 'Set 1'
- TabOrder = 1
- OnClick = Set0Click
- end
- object Set2: TCheckBox
- Tag = 2
- Left = 8
- Top = 40
- Width = 97
- Height = 17
- Caption = 'Set 2'
- TabOrder = 2
- OnClick = Set0Click
- end
- object Set3: TCheckBox
- Tag = 3
- Left = 8
- Top = 56
- Width = 97
- Height = 17
- Caption = 'Set 3'
- TabOrder = 3
- OnClick = Set0Click
- end
- object Set4: TCheckBox
- Tag = 4
- Left = 8
- Top = 72
- Width = 97
- Height = 17
- Caption = 'Set 4'
- TabOrder = 4
- OnClick = Set0Click
- end
- object Set5: TCheckBox
- Tag = 5
- Left = 96
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Set 5'
- TabOrder = 5
- OnClick = Set0Click
- end
- object Set6: TCheckBox
- Tag = 6
- Left = 96
- Top = 24
- Width = 97
- Height = 17
- Caption = 'Set 6'
- TabOrder = 6
- OnClick = Set0Click
- end
- object Set7: TCheckBox
- Tag = 7
- Left = 96
- Top = 40
- Width = 97
- Height = 17
- Caption = 'Set 7'
- TabOrder = 7
- OnClick = Set0Click
- end
- object Set8: TCheckBox
- Tag = 8
- Left = 96
- Top = 56
- Width = 97
- Height = 17
- Caption = 'Set 8'
- TabOrder = 8
- OnClick = Set0Click
- end
- object Set9: TCheckBox
- Tag = 9
- Left = 96
- Top = 72
- Width = 97
- Height = 17
- Caption = 'Set 9'
- TabOrder = 9
- OnClick = Set0Click
- end
- object SetAllB: TButton
- Left = 8
- Top = 96
- Width = 65
- Height = 17
- Caption = 'Set All'
- TabOrder = 10
- OnClick = SetAllBClick
- end
- object ClearAllB: TButton
- Left = 96
- Top = 96
- Width = 65
- Height = 17
- Caption = 'Clear All'
- TabOrder = 11
- OnClick = ClearAllBClick
- end
- end
- object PaletteCombo: TComboBox
- Left = 64
- Top = 80
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- OnChange = PaletteComboChange
- end
- object ScrollBox1: TScrollBox
- Left = 224
- Top = 48
- Width = 185
- Height = 177
- TabOrder = 5
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 105
- Height = 105
- AutoSize = True
- end
- end
- object CommentEdit: TEdit
- Left = 64
- Top = 232
- Width = 145
- Height = 21
- MaxLength = 80
- TabOrder = 6
- end
- object TranspEdit1: TRxSpinEdit
- Left = 296
- Top = 232
- Width = 113
- Height = 21
- Alignment = taRightJustify
- MaxValue = 256.000000000000000000
- TabOrder = 7
- end
- object Button3: TButton
- Left = 336
- Top = 18
- Width = 75
- Height = 17
- Caption = 'New Object'
- TabOrder = 8
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 224
- Top = 18
- Width = 75
- Height = 17
- Caption = 'Edit Object'
- TabOrder = 9
- OnClick = Button4Click
- end
- object CelListBox1: TComboBox
- Left = 64
- Top = 48
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 10
- OnChange = CelListBox1Change
- end
- end
-