object frmColorSetting: TfrmColorSetting Left = 0 Top = 0 Width = 393 Height = 145 HorzScrollBar.Visible = False VertScrollBar.Visible = False TabOrder = 0 object lblTheme: TLabel Left = 232 Top = 104 Width = 36 Height = 12 Caption = #12486#12540#12510':' end object lstElement: TListBox Left = 0 Top = 0 Width = 217 Height = 145 Style = lbOwnerDrawFixed ItemHeight = 16 TabOrder = 0 OnClick = lstElementClick OnDrawItem = lstElementDrawItem end object cbxColor: TColorBox Left = 232 Top = 0 Width = 161 Height = 22 Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor, cbPrettyNames] ItemHeight = 16 TabOrder = 1 OnChange = cbxColorChange end object btnSave: TButton Left = 320 Top = 120 Width = 73 Height = 25 Caption = #20445#23384'(&S)' TabOrder = 2 OnClick = btnSaveClick end object btnTheme: TButton Left = 232 Top = 120 Width = 81 Height = 25 Caption = #21628#12403#20986#12375'(&R)' TabOrder = 3 OnMouseDown = btnThemeMouseDown end object mnThemes: TPopupMenu Left = 344 Top = 80 end end