object frmColorSetting: TfrmColorSetting Left = 0 Top = 0 Width = 349 Height = 130 HorzScrollBar.Visible = False VertScrollBar.Visible = False TabOrder = 0 object lblTheme: TLabel Left = 200 Top = 88 Width = 36 Height = 12 Caption = #12486#12540#12510':' end object lstElement: TListBox Left = 0 Top = 0 Width = 193 Height = 129 Style = lbOwnerDrawFixed ItemHeight = 16 TabOrder = 0 OnClick = lstElementClick OnDrawItem = lstElementDrawItem end object cbxColor: TColorBox Left = 200 Top = 0 Width = 145 Height = 22 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames] Enabled = False ItemHeight = 16 TabOrder = 1 OnChange = cbxColorChange end object btnSave: TButton Left = 288 Top = 104 Width = 57 Height = 25 Caption = #20445#23384'(&S)' TabOrder = 2 OnClick = btnSaveClick end object btnTheme: TButton Left = 200 Top = 104 Width = 81 Height = 25 Caption = #21628#12403#20986#12375'(&R)' TabOrder = 3 OnMouseDown = btnThemeMouseDown end object mnThemes: TPopupMenu Left = 280 Top = 72 end end