Home | History | Annotate | Download | only in windres
      1 #define CBS_SIMPLE 0x1
      2 #define WS_TABSTOP 0x10000
      3 
      4 501 DIALOG DISCARDABLE  0, 0, 168, 137
      5 BEGIN
      6     COMBOBOX        1001,10,10,50,54, CBS_SIMPLE | WS_TABSTOP
      7 END
      8 
      9